Documentation ¶
Index ¶
- Constants
- Variables
- func AsAnyCastAccess(access NotificationChannelAccess) gotenresource.Access
- type Descriptor
- func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
- func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName
- func (d *Descriptor) NewGetQuery() gotenresource.GetQuery
- func (d *Descriptor) NewListQuery() gotenresource.ListQuery
- func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList
- func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList
- func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList
- func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange
- func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot
- func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList
- func (d *Descriptor) NewResource() gotenresource.Resource
- func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange
- func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList
- func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap
- func (d *Descriptor) NewResourceCursor() gotenresource.Cursor
- func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
- func (d *Descriptor) NewResourceFilter() gotenresource.Filter
- func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList
- func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap
- func (d *Descriptor) NewResourceName() gotenresource.Name
- func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
- func (d *Descriptor) NewResourcePager() gotenresource.PagerQuery
- func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
- func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery
- func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)
- func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)
- type Filter
- func (filter *Filter) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (filter *Filter) ConvertToType(typeVal ref.Type) ref.Val
- func (filter *Filter) DecodeFirestore(fpbv *firestorepb.Value) error
- func (filter *Filter) EncodeFirestore() (*firestorepb.Value, error)
- func (filter *Filter) Equal(other ref.Val) ref.Val
- func (filter *Filter) Evaluate(res *NotificationChannel) bool
- func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
- func (filter *Filter) FilterSlice(in []*NotificationChannel) (out []*NotificationChannel)
- func (filter *Filter) GetCondition() FilterCondition
- func (filter *Filter) GetRawCondition() gotenresource.FilterCondition
- func (filter *Filter) HasTrait(trait int) bool
- func (filter *Filter) Match(pattern ref.Val) ref.Val
- func (filter *Filter) ParseProtoString(data string) error
- func (filter *Filter) ProtoString() (string, error)
- func (filter *Filter) Receive(function string, overload string, args []ref.Val) ref.Val
- func (filter *Filter) SetFromCliFlag(raw string) error
- func (filter *Filter) String() string
- func (filter *Filter) Type() ref.Type
- func (filter *Filter) TypeName() string
- func (filter *Filter) Value() interface{}
- type FilterBuilder
- func (b *FilterBuilder) Filter() *Filter
- func (b *FilterBuilder) Where(opts ...gotenfilter.FilterConditionOption) *filterCndBuilder
- func (b *FilterBuilder) WherePath(fp NotificationChannel_FieldPath, opts ...gotenfilter.FilterConditionOption) *filterCndBuilderAnyPath
- func (b *FilterBuilder) With(condOrBuilder FilterBuilderOrCondition, ...) *FilterBuilder
- type FilterBuilderOrCondition
- type FilterCondition
- type FilterConditionCompare
- func (cond *FilterConditionCompare) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionCompare) ConditionCompare()
- func (cond *FilterConditionCompare) Evaluate(res *NotificationChannel) bool
- func (cond *FilterConditionCompare) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionCompare) GetOperator() filterParser.CompareOperator
- func (cond *FilterConditionCompare) GetRawFieldPath() gotenobject.FieldPath
- func (cond *FilterConditionCompare) GetRawFieldPathValue() gotenobject.FieldPathValue
- func (cond *FilterConditionCompare) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionCompare) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionCompare) SpecifiesFieldPath(fp NotificationChannel_FieldPath) bool
- func (cond *FilterConditionCompare) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionCompare) String() string
- type FilterConditionComposite
- func (cond *FilterConditionComposite) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionComposite) ConditionComposite()
- func (cond *FilterConditionComposite) Evaluate(res *NotificationChannel) bool
- func (cond *FilterConditionComposite) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionComposite) GetOperator() filterParser.CompositeOperator
- func (cond *FilterConditionComposite) GetSubConditions() []gotenresource.FilterCondition
- func (cond *FilterConditionComposite) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionComposite) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionComposite) SpecifiesFieldPath(fp NotificationChannel_FieldPath) bool
- func (cond *FilterConditionComposite) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionComposite) String() string
- type FilterConditionContains
- func (cond *FilterConditionContains) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionContains) ConditionContains()
- func (cond *FilterConditionContains) ConditionContainsType() gotenresource.ConditionContainsType
- func (cond *FilterConditionContains) Evaluate(res *NotificationChannel) bool
- func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionContains) GetFieldPath() NotificationChannel_FieldPath
- func (cond *FilterConditionContains) GetRawFieldPath() gotenobject.FieldPath
- func (cond *FilterConditionContains) GetRawFieldPathItemValue() gotenobject.FieldPathArrayItemValue
- func (cond *FilterConditionContains) GetRawFieldPathItemValues() (res []gotenobject.FieldPathArrayItemValue)
- func (cond *FilterConditionContains) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionContains) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionContains) SpecifiesFieldPath(fp NotificationChannel_FieldPath) bool
- func (cond *FilterConditionContains) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionContains) String() string
- type FilterConditionIn
- func (cond *FilterConditionIn) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionIn) ConditionIn()
- func (cond *FilterConditionIn) Evaluate(res *NotificationChannel) bool
- func (cond *FilterConditionIn) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionIn) GetRawFieldPath() gotenobject.FieldPath
- func (cond *FilterConditionIn) GetRawFieldPathArrayOfValues() gotenobject.FieldPathArrayOfValues
- func (cond *FilterConditionIn) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionIn) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionIn) SpecifiesFieldPath(fp NotificationChannel_FieldPath) bool
- func (cond *FilterConditionIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionIn) String() string
- type FilterConditionIsNaN
- func (cond *FilterConditionIsNaN) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionIsNaN) ConditionIsNaN()
- func (cond *FilterConditionIsNaN) Evaluate(res *NotificationChannel) bool
- func (cond *FilterConditionIsNaN) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionIsNaN) GetRawFieldPath() gotenobject.FieldPath
- func (cond *FilterConditionIsNaN) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionIsNaN) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionIsNaN) SpecifiesFieldPath(fp NotificationChannel_FieldPath) bool
- func (cond *FilterConditionIsNaN) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionIsNaN) String() string
- type FilterConditionIsNull
- func (cond *FilterConditionIsNull) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionIsNull) ConditionIsNull()
- func (cond *FilterConditionIsNull) Evaluate(res *NotificationChannel) bool
- func (cond *FilterConditionIsNull) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionIsNull) GetRawFieldPath() gotenobject.FieldPath
- func (cond *FilterConditionIsNull) NotNull() bool
- func (cond *FilterConditionIsNull) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionIsNull) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionIsNull) SpecifiesFieldPath(fp NotificationChannel_FieldPath) bool
- func (cond *FilterConditionIsNull) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionIsNull) String() string
- type FilterConditionNot
- func (cond *FilterConditionNot) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionNot) ConditionNot()
- func (cond *FilterConditionNot) Evaluate(res *NotificationChannel) bool
- func (cond *FilterConditionNot) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionNot) GetSubCondition() gotenresource.FilterCondition
- func (cond *FilterConditionNot) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionNot) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionNot) SpecifiesFieldPath(fp NotificationChannel_FieldPath) bool
- func (cond *FilterConditionNot) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionNot) String() string
- type FilterConditionNotIn
- func (cond *FilterConditionNotIn) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionNotIn) ConditionNotIn()
- func (cond *FilterConditionNotIn) Evaluate(res *NotificationChannel) bool
- func (cond *FilterConditionNotIn) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionNotIn) GetRawFieldPath() gotenobject.FieldPath
- func (cond *FilterConditionNotIn) GetRawFieldPathArrayOfValues() gotenobject.FieldPathArrayOfValues
- func (cond *FilterConditionNotIn) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionNotIn) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionNotIn) SpecifiesFieldPath(fp NotificationChannel_FieldPath) bool
- func (cond *FilterConditionNotIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionNotIn) String() string
- type GetQuery
- func (q *GetQuery) GetFieldMask() gotenobject.FieldMask
- func (q *GetQuery) GetReference() gotenresource.Reference
- func (q *GetQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (q *GetQuery) GotenQuery()
- func (q *GetQuery) SetFieldMask(mask gotenobject.FieldMask)
- func (q *GetQuery) SetReference(ref gotenresource.Reference)
- func (q *GetQuery) String() string
- type ListQuery
- func (q *ListQuery) GetFieldMask() gotenobject.FieldMask
- func (q *ListQuery) GetFilter() gotenresource.Filter
- func (q *ListQuery) GetPager() gotenresource.PagerQuery
- func (q *ListQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (q *ListQuery) GetWithPagingInfo() bool
- func (q *ListQuery) GotenQuery()
- func (q *ListQuery) SetFieldMask(mask gotenobject.FieldMask)
- func (q *ListQuery) SetFilter(filter gotenresource.Filter)
- func (q *ListQuery) SetPager(pager gotenresource.PagerQuery)
- func (q *ListQuery) SetWithPagingInfo(with bool)
- func (q *ListQuery) String() string
- type Name
- func (name *Name) AsRawReference() gotenresource.Reference
- func (name *Name) AsReference() *Reference
- func (name *Name) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (name *Name) ConvertToType(typeVal ref.Type) ref.Val
- func (name *Name) Equal(other ref.Val) ref.Val
- func (name *Name) FullyQualifiedName() (string, error)
- func (name *Name) GetIParentName() gotenresource.Name
- func (name *Name) GetIUnderlyingParentName() gotenresource.Name
- func (name *Name) GetIdParts() map[string]string
- func (name *Name) GetPattern() gotenresource.NamePattern
- func (name *Name) GetProjectName() *project.Name
- func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
- func (name *Name) GetSegments() gotenresource.NameSegments
- func (name *Name) GotenEqual(other interface{}) bool
- func (name *Name) HasTrait(trait int) bool
- func (name *Name) IsFullyQualified() bool
- func (name *Name) IsSpecified() bool
- func (name *Name) Match(pattern ref.Val) ref.Val
- func (name *Name) Matches(other interface{}) bool
- func (name *Name) ParseProtoString(data string) error
- func (name *Name) ProtoString() (string, error)
- func (name *Name) Receive(function string, overload string, args []ref.Val) ref.Val
- func (name *Name) SetFromCliFlag(raw string) error
- func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
- func (name *Name) String() string
- func (name *Name) Type() ref.Type
- func (name *Name) TypeName() string
- func (name *Name) Value() interface{}
- type NameBuilder
- func (b *NameBuilder) Name() *Name
- func (b *NameBuilder) Parent() *ParentName
- func (b *NameBuilder) ParentReference() *ParentReference
- func (b *NameBuilder) Reference() *Reference
- func (b *NameBuilder) SetId(id string) *NameBuilder
- func (b *NameBuilder) SetProject(parent *project.Name) *NameBuilder
- func (b *NameBuilder) SetProjectId(id string) *NameBuilder
- type NamePattern
- type NotificationChannel
- func (o *NotificationChannel) Clone() *NotificationChannel
- func (o *NotificationChannel) CloneRaw() gotenobject.GotenObjectExt
- func (*NotificationChannel) Descriptor() ([]byte, []int)
- func (m *NotificationChannel) GetDescription() string
- func (m *NotificationChannel) GetDisplayName() string
- func (m *NotificationChannel) GetMetadata() *ntt_meta.Meta
- func (m *NotificationChannel) GetName() *Name
- func (r *NotificationChannel) GetRawName() gotenresource.Name
- func (r *NotificationChannel) GetResourceDescriptor() gotenresource.Descriptor
- func (m *NotificationChannel) GetSpec() *NotificationChannel_Spec
- func (m *NotificationChannel) GetState() *NotificationChannel_State
- func (*NotificationChannel) GotenMessage()
- func (o *NotificationChannel) GotenObjectExt()
- func (obj *NotificationChannel) GotenValidate() error
- func (o *NotificationChannel) MakeDiffFieldMask(other *NotificationChannel) *NotificationChannel_FieldMask
- func (o *NotificationChannel) MakeFullFieldMask() *NotificationChannel_FieldMask
- func (o *NotificationChannel) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *NotificationChannel) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *NotificationChannel) Marshal() ([]byte, error)
- func (m *NotificationChannel) MarshalJSON() ([]byte, error)
- func (r *NotificationChannel) MaybePopulateDefaults() error
- func (o *NotificationChannel) Merge(source *NotificationChannel)
- func (o *NotificationChannel) MergeRaw(source gotenobject.GotenObjectExt)
- func (*NotificationChannel) ProtoMessage()
- func (m *NotificationChannel) ProtoReflect() preflect.Message
- func (m *NotificationChannel) Reset()
- func (m *NotificationChannel) SetDescription(fv string)
- func (m *NotificationChannel) SetDisplayName(fv string)
- func (m *NotificationChannel) SetMetadata(fv *ntt_meta.Meta)
- func (m *NotificationChannel) SetName(fv *Name)
- func (m *NotificationChannel) SetSpec(fv *NotificationChannel_Spec)
- func (m *NotificationChannel) SetState(fv *NotificationChannel_State)
- func (m *NotificationChannel) String() string
- func (m *NotificationChannel) Unmarshal(b []byte) error
- func (m *NotificationChannel) UnmarshalJSON(data []byte) error
- type NotificationChannelAccess
- type NotificationChannelChange
- func (*NotificationChannelChange) Descriptor() ([]byte, []int)
- func (m *NotificationChannelChange) GetAdded() *NotificationChannelChange_Added
- func (m *NotificationChannelChange) GetChangeType() isNotificationChannelChange_ChangeType
- func (m *NotificationChannelChange) GetCurrent() *NotificationChannelChange_Current
- func (c *NotificationChannelChange) GetCurrentViewIndex() int32
- func (m *NotificationChannelChange) GetModified() *NotificationChannelChange_Modified
- func (c *NotificationChannelChange) GetNotificationChannel() *NotificationChannel
- func (c *NotificationChannelChange) GetNotificationChannelName() *Name
- func (c *NotificationChannelChange) GetPreviousViewIndex() int32
- func (c *NotificationChannelChange) GetRawName() gotenresource.Name
- func (c *NotificationChannelChange) GetRawResource() gotenresource.Resource
- func (m *NotificationChannelChange) GetRemoved() *NotificationChannelChange_Removed
- func (*NotificationChannelChange) GotenMessage()
- func (obj *NotificationChannelChange) GotenValidate() error
- func (c *NotificationChannelChange) IsAdd() bool
- func (c *NotificationChannelChange) IsCurrent() bool
- func (c *NotificationChannelChange) IsDelete() bool
- func (c *NotificationChannelChange) IsModify() bool
- func (m *NotificationChannelChange) Marshal() ([]byte, error)
- func (m *NotificationChannelChange) MarshalJSON() ([]byte, error)
- func (*NotificationChannelChange) ProtoMessage()
- func (m *NotificationChannelChange) ProtoReflect() preflect.Message
- func (m *NotificationChannelChange) Reset()
- func (m *NotificationChannelChange) SetAdded(fv *NotificationChannelChange_Added)
- func (c *NotificationChannelChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
- func (m *NotificationChannelChange) SetChangeType(ofv isNotificationChannelChange_ChangeType)
- func (m *NotificationChannelChange) SetCurrent(fv *NotificationChannelChange_Current)
- func (c *NotificationChannelChange) SetCurrentRaw(snapshot gotenresource.Resource)
- func (c *NotificationChannelChange) SetDeletedRaw(name gotenresource.Name, idx int)
- func (m *NotificationChannelChange) SetModified(fv *NotificationChannelChange_Modified)
- func (c *NotificationChannelChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...)
- func (m *NotificationChannelChange) SetRemoved(fv *NotificationChannelChange_Removed)
- func (m *NotificationChannelChange) String() string
- func (m *NotificationChannelChange) Unmarshal(b []byte) error
- func (m *NotificationChannelChange) UnmarshalJSON(data []byte) error
- type NotificationChannelChangeList
- func (l NotificationChannelChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
- func (l NotificationChannelChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
- func (l NotificationChannelChangeList) At(idx int) gotenresource.ResourceChange
- func (l NotificationChannelChangeList) Length() int
- func (l NotificationChannelChangeList) Set(idx int, change gotenresource.ResourceChange)
- func (l NotificationChannelChangeList) Slice(first, second int) gotenresource.ResourceChangeList
- type NotificationChannelChangeMap
- func (m NotificationChannelChangeMap) Delete(name gotenresource.Name)
- func (m NotificationChannelChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
- func (m NotificationChannelChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
- func (m NotificationChannelChangeMap) Length() int
- func (m NotificationChannelChangeMap) Set(change gotenresource.ResourceChange)
- type NotificationChannelChange_Added
- func (*NotificationChannelChange_Added) Descriptor() ([]byte, []int)
- func (m *NotificationChannelChange_Added) GetNotificationChannel() *NotificationChannel
- func (m *NotificationChannelChange_Added) GetViewIndex() int32
- func (*NotificationChannelChange_Added) GotenMessage()
- func (obj *NotificationChannelChange_Added) GotenValidate() error
- func (m *NotificationChannelChange_Added) Marshal() ([]byte, error)
- func (m *NotificationChannelChange_Added) MarshalJSON() ([]byte, error)
- func (*NotificationChannelChange_Added) ProtoMessage()
- func (m *NotificationChannelChange_Added) ProtoReflect() preflect.Message
- func (m *NotificationChannelChange_Added) Reset()
- func (m *NotificationChannelChange_Added) SetNotificationChannel(fv *NotificationChannel)
- func (m *NotificationChannelChange_Added) SetViewIndex(fv int32)
- func (m *NotificationChannelChange_Added) String() string
- func (m *NotificationChannelChange_Added) Unmarshal(b []byte) error
- func (m *NotificationChannelChange_Added) UnmarshalJSON(data []byte) error
- type NotificationChannelChange_Added_
- type NotificationChannelChange_Current
- func (*NotificationChannelChange_Current) Descriptor() ([]byte, []int)
- func (m *NotificationChannelChange_Current) GetNotificationChannel() *NotificationChannel
- func (*NotificationChannelChange_Current) GotenMessage()
- func (obj *NotificationChannelChange_Current) GotenValidate() error
- func (m *NotificationChannelChange_Current) Marshal() ([]byte, error)
- func (m *NotificationChannelChange_Current) MarshalJSON() ([]byte, error)
- func (*NotificationChannelChange_Current) ProtoMessage()
- func (m *NotificationChannelChange_Current) ProtoReflect() preflect.Message
- func (m *NotificationChannelChange_Current) Reset()
- func (m *NotificationChannelChange_Current) SetNotificationChannel(fv *NotificationChannel)
- func (m *NotificationChannelChange_Current) String() string
- func (m *NotificationChannelChange_Current) Unmarshal(b []byte) error
- func (m *NotificationChannelChange_Current) UnmarshalJSON(data []byte) error
- type NotificationChannelChange_Current_
- type NotificationChannelChange_Modified
- func (*NotificationChannelChange_Modified) Descriptor() ([]byte, []int)
- func (m *NotificationChannelChange_Modified) GetFieldMask() *NotificationChannel_FieldMask
- func (m *NotificationChannelChange_Modified) GetName() *Name
- func (m *NotificationChannelChange_Modified) GetNotificationChannel() *NotificationChannel
- func (m *NotificationChannelChange_Modified) GetPreviousViewIndex() int32
- func (m *NotificationChannelChange_Modified) GetViewIndex() int32
- func (*NotificationChannelChange_Modified) GotenMessage()
- func (obj *NotificationChannelChange_Modified) GotenValidate() error
- func (m *NotificationChannelChange_Modified) Marshal() ([]byte, error)
- func (m *NotificationChannelChange_Modified) MarshalJSON() ([]byte, error)
- func (*NotificationChannelChange_Modified) ProtoMessage()
- func (m *NotificationChannelChange_Modified) ProtoReflect() preflect.Message
- func (m *NotificationChannelChange_Modified) Reset()
- func (m *NotificationChannelChange_Modified) SetFieldMask(fv *NotificationChannel_FieldMask)
- func (m *NotificationChannelChange_Modified) SetName(fv *Name)
- func (m *NotificationChannelChange_Modified) SetNotificationChannel(fv *NotificationChannel)
- func (m *NotificationChannelChange_Modified) SetPreviousViewIndex(fv int32)
- func (m *NotificationChannelChange_Modified) SetViewIndex(fv int32)
- func (m *NotificationChannelChange_Modified) String() string
- func (m *NotificationChannelChange_Modified) Unmarshal(b []byte) error
- func (m *NotificationChannelChange_Modified) UnmarshalJSON(data []byte) error
- type NotificationChannelChange_Modified_
- type NotificationChannelChange_Removed
- func (*NotificationChannelChange_Removed) Descriptor() ([]byte, []int)
- func (m *NotificationChannelChange_Removed) GetName() *Name
- func (m *NotificationChannelChange_Removed) GetViewIndex() int32
- func (*NotificationChannelChange_Removed) GotenMessage()
- func (obj *NotificationChannelChange_Removed) GotenValidate() error
- func (m *NotificationChannelChange_Removed) Marshal() ([]byte, error)
- func (m *NotificationChannelChange_Removed) MarshalJSON() ([]byte, error)
- func (*NotificationChannelChange_Removed) ProtoMessage()
- func (m *NotificationChannelChange_Removed) ProtoReflect() preflect.Message
- func (m *NotificationChannelChange_Removed) Reset()
- func (m *NotificationChannelChange_Removed) SetName(fv *Name)
- func (m *NotificationChannelChange_Removed) SetViewIndex(fv int32)
- func (m *NotificationChannelChange_Removed) String() string
- func (m *NotificationChannelChange_Removed) Unmarshal(b []byte) error
- func (m *NotificationChannelChange_Removed) UnmarshalJSON(data []byte) error
- type NotificationChannelChange_Removed_
- type NotificationChannelFieldPathBuilder
- func (NotificationChannelFieldPathBuilder) Description() NotificationChannelPathSelectorDescription
- func (NotificationChannelFieldPathBuilder) DisplayName() NotificationChannelPathSelectorDisplayName
- func (NotificationChannelFieldPathBuilder) Metadata() NotificationChannelPathSelectorMetadata
- func (NotificationChannelFieldPathBuilder) Name() NotificationChannelPathSelectorName
- func (NotificationChannelFieldPathBuilder) Spec() NotificationChannelPathSelectorSpec
- func (NotificationChannelFieldPathBuilder) State() NotificationChannelPathSelectorState
- type NotificationChannelList
- func (l NotificationChannelList) Append(item gotenresource.Resource) gotenresource.ResourceList
- func (l NotificationChannelList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
- func (l NotificationChannelList) At(idx int) gotenresource.Resource
- func (l NotificationChannelList) Length() int
- func (l NotificationChannelList) Set(idx int, res gotenresource.Resource)
- func (l NotificationChannelList) Slice(first, second int) gotenresource.ResourceList
- type NotificationChannelMap
- func (m NotificationChannelMap) Delete(name gotenresource.Name)
- func (m NotificationChannelMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
- func (m NotificationChannelMap) Get(name gotenresource.Name) gotenresource.Resource
- func (m NotificationChannelMap) Length() int
- func (m NotificationChannelMap) Set(res gotenresource.Resource)
- type NotificationChannelMapPathSelectorMetadataAnnotations
- func (s NotificationChannelMapPathSelectorMetadataAnnotations) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelMapPathSelectorMetadataAnnotations) WithValue(value string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelMapPathSelectorMetadataLabels
- func (s NotificationChannelMapPathSelectorMetadataLabels) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelMapPathSelectorMetadataLabels) WithValue(value string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelMapPathSelectorMetadataShards
- func (s NotificationChannelMapPathSelectorMetadataShards) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelMapPathSelectorMetadataShards) WithValue(value int64) *NotificationChannel_FieldSubPathValue
- type NotificationChannelNameList
- func (l NotificationChannelNameList) Append(name gotenresource.Name) gotenresource.NameList
- func (l NotificationChannelNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
- func (l NotificationChannelNameList) At(idx int) gotenresource.Name
- func (l NotificationChannelNameList) Length() int
- func (l NotificationChannelNameList) Set(idx int, name gotenresource.Name)
- func (l NotificationChannelNameList) Slice(first, second int) gotenresource.NameList
- type NotificationChannelParentNameList
- func (l NotificationChannelParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
- func (l NotificationChannelParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
- func (l NotificationChannelParentNameList) At(idx int) gotenresource.Name
- func (l NotificationChannelParentNameList) Length() int
- func (l NotificationChannelParentNameList) Set(idx int, name gotenresource.Name)
- func (l NotificationChannelParentNameList) Slice(first, second int) gotenresource.ParentNameList
- type NotificationChannelParentReferenceList
- func (l NotificationChannelParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
- func (l NotificationChannelParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
- func (l NotificationChannelParentReferenceList) At(idx int) gotenresource.Reference
- func (l NotificationChannelParentReferenceList) Length() int
- func (l NotificationChannelParentReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l NotificationChannelParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
- type NotificationChannelPathSelectorDescription
- func (NotificationChannelPathSelectorDescription) FieldPath() *NotificationChannel_FieldTerminalPath
- func (s NotificationChannelPathSelectorDescription) WithArrayOfValues(values []string) *NotificationChannel_FieldTerminalPathArrayOfValues
- func (s NotificationChannelPathSelectorDescription) WithValue(value string) *NotificationChannel_FieldTerminalPathValue
- type NotificationChannelPathSelectorDisplayName
- func (NotificationChannelPathSelectorDisplayName) FieldPath() *NotificationChannel_FieldTerminalPath
- func (s NotificationChannelPathSelectorDisplayName) WithArrayOfValues(values []string) *NotificationChannel_FieldTerminalPathArrayOfValues
- func (s NotificationChannelPathSelectorDisplayName) WithValue(value string) *NotificationChannel_FieldTerminalPathValue
- type NotificationChannelPathSelectorMetadata
- func (NotificationChannelPathSelectorMetadata) Annotations() NotificationChannelPathSelectorMetadataAnnotations
- func (NotificationChannelPathSelectorMetadata) CreateTime() NotificationChannelPathSelectorMetadataCreateTime
- func (NotificationChannelPathSelectorMetadata) DeleteTime() NotificationChannelPathSelectorMetadataDeleteTime
- func (NotificationChannelPathSelectorMetadata) FieldPath() *NotificationChannel_FieldTerminalPath
- func (NotificationChannelPathSelectorMetadata) Generation() NotificationChannelPathSelectorMetadataGeneration
- func (NotificationChannelPathSelectorMetadata) Labels() NotificationChannelPathSelectorMetadataLabels
- func (NotificationChannelPathSelectorMetadata) Lifecycle() NotificationChannelPathSelectorMetadataLifecycle
- func (NotificationChannelPathSelectorMetadata) OwnerReferences() NotificationChannelPathSelectorMetadataOwnerReferences
- func (NotificationChannelPathSelectorMetadata) ResourceVersion() NotificationChannelPathSelectorMetadataResourceVersion
- func (NotificationChannelPathSelectorMetadata) Shards() NotificationChannelPathSelectorMetadataShards
- func (NotificationChannelPathSelectorMetadata) Syncing() NotificationChannelPathSelectorMetadataSyncing
- func (NotificationChannelPathSelectorMetadata) Tags() NotificationChannelPathSelectorMetadataTags
- func (NotificationChannelPathSelectorMetadata) UpdateTime() NotificationChannelPathSelectorMetadataUpdateTime
- func (NotificationChannelPathSelectorMetadata) Uuid() NotificationChannelPathSelectorMetadataUuid
- func (s NotificationChannelPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *NotificationChannel_FieldTerminalPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *NotificationChannel_FieldSubPathArrayItemValue
- func (s NotificationChannelPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *NotificationChannel_FieldSubPathArrayOfValues
- func (NotificationChannelPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *NotificationChannel_FieldSubPathValue
- func (s NotificationChannelPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *NotificationChannel_FieldTerminalPathValue
- type NotificationChannelPathSelectorMetadataAnnotations
- func (NotificationChannelPathSelectorMetadataAnnotations) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *NotificationChannel_FieldSubPathArrayOfValues
- func (NotificationChannelPathSelectorMetadataAnnotations) WithKey(key string) NotificationChannelMapPathSelectorMetadataAnnotations
- func (s NotificationChannelPathSelectorMetadataAnnotations) WithValue(value map[string]string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataCreateTime
- func (NotificationChannelPathSelectorMetadataCreateTime) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataDeleteTime
- func (NotificationChannelPathSelectorMetadataDeleteTime) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataGeneration
- func (NotificationChannelPathSelectorMetadataGeneration) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataGeneration) WithValue(value int64) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataLabels
- func (NotificationChannelPathSelectorMetadataLabels) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *NotificationChannel_FieldSubPathArrayOfValues
- func (NotificationChannelPathSelectorMetadataLabels) WithKey(key string) NotificationChannelMapPathSelectorMetadataLabels
- func (s NotificationChannelPathSelectorMetadataLabels) WithValue(value map[string]string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataLifecycle
- func (NotificationChannelPathSelectorMetadataLifecycle) BlockDeletion() NotificationChannelPathSelectorMetadataLifecycleBlockDeletion
- func (NotificationChannelPathSelectorMetadataLifecycle) FieldPath() *NotificationChannel_FieldSubPath
- func (NotificationChannelPathSelectorMetadataLifecycle) State() NotificationChannelPathSelectorMetadataLifecycleState
- func (s NotificationChannelPathSelectorMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataLifecycleBlockDeletion
- func (NotificationChannelPathSelectorMetadataLifecycleBlockDeletion) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataLifecycleState
- func (NotificationChannelPathSelectorMetadataLifecycleState) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataOwnerReferences
- func (NotificationChannelPathSelectorMetadataOwnerReferences) BlockOwnerDeletion() NotificationChannelPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (NotificationChannelPathSelectorMetadataOwnerReferences) Controller() NotificationChannelPathSelectorMetadataOwnerReferencesController
- func (NotificationChannelPathSelectorMetadataOwnerReferences) FieldPath() *NotificationChannel_FieldSubPath
- func (NotificationChannelPathSelectorMetadataOwnerReferences) Kind() NotificationChannelPathSelectorMetadataOwnerReferencesKind
- func (NotificationChannelPathSelectorMetadataOwnerReferences) Name() NotificationChannelPathSelectorMetadataOwnerReferencesName
- func (NotificationChannelPathSelectorMetadataOwnerReferences) Region() NotificationChannelPathSelectorMetadataOwnerReferencesRegion
- func (NotificationChannelPathSelectorMetadataOwnerReferences) RequiresOwnerReference() NotificationChannelPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (NotificationChannelPathSelectorMetadataOwnerReferences) Version() NotificationChannelPathSelectorMetadataOwnerReferencesVersion
- func (s NotificationChannelPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *NotificationChannel_FieldSubPathArrayItemValue
- func (s NotificationChannelPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (NotificationChannelPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataOwnerReferencesController
- func (NotificationChannelPathSelectorMetadataOwnerReferencesController) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataOwnerReferencesKind
- func (NotificationChannelPathSelectorMetadataOwnerReferencesKind) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataOwnerReferencesName
- func (NotificationChannelPathSelectorMetadataOwnerReferencesName) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataOwnerReferencesName) WithValue(value string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataOwnerReferencesRegion
- func (NotificationChannelPathSelectorMetadataOwnerReferencesRegion) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (NotificationChannelPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataOwnerReferencesVersion
- func (NotificationChannelPathSelectorMetadataOwnerReferencesVersion) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataResourceVersion
- func (NotificationChannelPathSelectorMetadataResourceVersion) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataResourceVersion) WithValue(value string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataShards
- func (NotificationChannelPathSelectorMetadataShards) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *NotificationChannel_FieldSubPathArrayOfValues
- func (NotificationChannelPathSelectorMetadataShards) WithKey(key string) NotificationChannelMapPathSelectorMetadataShards
- func (s NotificationChannelPathSelectorMetadataShards) WithValue(value map[string]int64) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataSyncing
- func (NotificationChannelPathSelectorMetadataSyncing) FieldPath() *NotificationChannel_FieldSubPath
- func (NotificationChannelPathSelectorMetadataSyncing) OwningRegion() NotificationChannelPathSelectorMetadataSyncingOwningRegion
- func (NotificationChannelPathSelectorMetadataSyncing) Regions() NotificationChannelPathSelectorMetadataSyncingRegions
- func (s NotificationChannelPathSelectorMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataSyncingOwningRegion
- func (NotificationChannelPathSelectorMetadataSyncingOwningRegion) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataSyncingRegions
- func (NotificationChannelPathSelectorMetadataSyncingRegions) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataSyncingRegions) WithItemValue(value string) *NotificationChannel_FieldSubPathArrayItemValue
- func (s NotificationChannelPathSelectorMetadataSyncingRegions) WithValue(value []string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataTags
- func (NotificationChannelPathSelectorMetadataTags) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataTags) WithItemValue(value string) *NotificationChannel_FieldSubPathArrayItemValue
- func (s NotificationChannelPathSelectorMetadataTags) WithValue(value []string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataUpdateTime
- func (NotificationChannelPathSelectorMetadataUpdateTime) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorMetadataUuid
- func (NotificationChannelPathSelectorMetadataUuid) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorMetadataUuid) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorMetadataUuid) WithValue(value string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorName
- func (NotificationChannelPathSelectorName) FieldPath() *NotificationChannel_FieldTerminalPath
- func (s NotificationChannelPathSelectorName) WithArrayOfValues(values []*Name) *NotificationChannel_FieldTerminalPathArrayOfValues
- func (s NotificationChannelPathSelectorName) WithValue(value *Name) *NotificationChannel_FieldTerminalPathValue
- type NotificationChannelPathSelectorSpec
- func (NotificationChannelPathSelectorSpec) Email() NotificationChannelPathSelectorSpecEmail
- func (NotificationChannelPathSelectorSpec) Enabled() NotificationChannelPathSelectorSpecEnabled
- func (NotificationChannelPathSelectorSpec) FieldPath() *NotificationChannel_FieldTerminalPath
- func (NotificationChannelPathSelectorSpec) NotificationLanguageCode() NotificationChannelPathSelectorSpecNotificationLanguageCode
- func (NotificationChannelPathSelectorSpec) Slack() NotificationChannelPathSelectorSpecSlack
- func (NotificationChannelPathSelectorSpec) Type() NotificationChannelPathSelectorSpecType
- func (NotificationChannelPathSelectorSpec) Webhook() NotificationChannelPathSelectorSpecWebhook
- func (s NotificationChannelPathSelectorSpec) WithArrayOfValues(values []*NotificationChannel_Spec) *NotificationChannel_FieldTerminalPathArrayOfValues
- func (s NotificationChannelPathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue NotificationChannelSpec_FieldPathArrayItemValue) *NotificationChannel_FieldSubPathArrayItemValue
- func (s NotificationChannelPathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues NotificationChannelSpec_FieldPathArrayOfValues) *NotificationChannel_FieldSubPathArrayOfValues
- func (NotificationChannelPathSelectorSpec) WithSubPath(subPath NotificationChannelSpec_FieldPath) *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorSpec) WithSubValue(subPathValue NotificationChannelSpec_FieldPathValue) *NotificationChannel_FieldSubPathValue
- func (s NotificationChannelPathSelectorSpec) WithValue(value *NotificationChannel_Spec) *NotificationChannel_FieldTerminalPathValue
- type NotificationChannelPathSelectorSpecEmail
- func (NotificationChannelPathSelectorSpecEmail) Addresses() NotificationChannelPathSelectorSpecEmailAddresses
- func (NotificationChannelPathSelectorSpecEmail) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorSpecEmail) WithArrayOfValues(values []*NotificationChannel_Spec_Email) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorSpecEmail) WithValue(value *NotificationChannel_Spec_Email) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorSpecEmailAddresses
- func (NotificationChannelPathSelectorSpecEmailAddresses) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorSpecEmailAddresses) WithArrayOfValues(values [][]string) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorSpecEmailAddresses) WithItemValue(value string) *NotificationChannel_FieldSubPathArrayItemValue
- func (s NotificationChannelPathSelectorSpecEmailAddresses) WithValue(value []string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorSpecEnabled
- func (NotificationChannelPathSelectorSpecEnabled) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorSpecEnabled) WithArrayOfValues(values []bool) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorSpecEnabled) WithValue(value bool) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorSpecNotificationLanguageCode
- func (NotificationChannelPathSelectorSpecNotificationLanguageCode) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorSpecNotificationLanguageCode) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorSpecNotificationLanguageCode) WithValue(value string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorSpecSlack
- func (NotificationChannelPathSelectorSpecSlack) FieldPath() *NotificationChannel_FieldSubPath
- func (NotificationChannelPathSelectorSpecSlack) IncomingWebhook() NotificationChannelPathSelectorSpecSlackIncomingWebhook
- func (s NotificationChannelPathSelectorSpecSlack) WithArrayOfValues(values []*NotificationChannel_Spec_Slack) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorSpecSlack) WithValue(value *NotificationChannel_Spec_Slack) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorSpecSlackIncomingWebhook
- func (NotificationChannelPathSelectorSpecSlackIncomingWebhook) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorSpecSlackIncomingWebhook) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorSpecSlackIncomingWebhook) WithValue(value string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorSpecType
- func (NotificationChannelPathSelectorSpecType) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorSpecType) WithArrayOfValues(values []NotificationChannel_Spec_Type) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorSpecType) WithValue(value NotificationChannel_Spec_Type) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorSpecWebhook
- func (NotificationChannelPathSelectorSpecWebhook) FieldPath() *NotificationChannel_FieldSubPath
- func (NotificationChannelPathSelectorSpecWebhook) Headers() NotificationChannelPathSelectorSpecWebhookHeaders
- func (NotificationChannelPathSelectorSpecWebhook) Url() NotificationChannelPathSelectorSpecWebhookUrl
- func (s NotificationChannelPathSelectorSpecWebhook) WithArrayOfValues(values []*NotificationChannel_Spec_Webhook) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorSpecWebhook) WithValue(value *NotificationChannel_Spec_Webhook) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorSpecWebhookHeaders
- func (NotificationChannelPathSelectorSpecWebhookHeaders) FieldPath() *NotificationChannel_FieldSubPath
- func (NotificationChannelPathSelectorSpecWebhookHeaders) Key() NotificationChannelPathSelectorSpecWebhookHeadersKey
- func (NotificationChannelPathSelectorSpecWebhookHeaders) Value() NotificationChannelPathSelectorSpecWebhookHeadersValue
- func (s NotificationChannelPathSelectorSpecWebhookHeaders) WithArrayOfValues(values [][]*NotificationChannel_Spec_Webhook_Header) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorSpecWebhookHeaders) WithItemValue(value *NotificationChannel_Spec_Webhook_Header) *NotificationChannel_FieldSubPathArrayItemValue
- func (s NotificationChannelPathSelectorSpecWebhookHeaders) WithValue(value []*NotificationChannel_Spec_Webhook_Header) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorSpecWebhookHeadersKey
- func (NotificationChannelPathSelectorSpecWebhookHeadersKey) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorSpecWebhookHeadersKey) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorSpecWebhookHeadersKey) WithValue(value string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorSpecWebhookHeadersValue
- func (NotificationChannelPathSelectorSpecWebhookHeadersValue) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorSpecWebhookHeadersValue) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorSpecWebhookHeadersValue) WithValue(value string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorSpecWebhookUrl
- func (NotificationChannelPathSelectorSpecWebhookUrl) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorSpecWebhookUrl) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorSpecWebhookUrl) WithValue(value string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorState
- func (NotificationChannelPathSelectorState) Error() NotificationChannelPathSelectorStateError
- func (NotificationChannelPathSelectorState) FieldPath() *NotificationChannel_FieldTerminalPath
- func (NotificationChannelPathSelectorState) Status() NotificationChannelPathSelectorStateStatus
- func (s NotificationChannelPathSelectorState) WithArrayOfValues(values []*NotificationChannel_State) *NotificationChannel_FieldTerminalPathArrayOfValues
- func (s NotificationChannelPathSelectorState) WithSubArrayItemValue(subPathArrayItemValue NotificationChannelState_FieldPathArrayItemValue) *NotificationChannel_FieldSubPathArrayItemValue
- func (s NotificationChannelPathSelectorState) WithSubArrayOfValues(subPathArrayOfValues NotificationChannelState_FieldPathArrayOfValues) *NotificationChannel_FieldSubPathArrayOfValues
- func (NotificationChannelPathSelectorState) WithSubPath(subPath NotificationChannelState_FieldPath) *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorState) WithSubValue(subPathValue NotificationChannelState_FieldPathValue) *NotificationChannel_FieldSubPathValue
- func (s NotificationChannelPathSelectorState) WithValue(value *NotificationChannel_State) *NotificationChannel_FieldTerminalPathValue
- type NotificationChannelPathSelectorStateError
- func (NotificationChannelPathSelectorStateError) FieldPath() *NotificationChannel_FieldSubPath
- func (NotificationChannelPathSelectorStateError) Message() NotificationChannelPathSelectorStateErrorMessage
- func (NotificationChannelPathSelectorStateError) Time() NotificationChannelPathSelectorStateErrorTime
- func (s NotificationChannelPathSelectorStateError) WithArrayOfValues(values []*NotificationChannel_State_Error) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorStateError) WithValue(value *NotificationChannel_State_Error) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorStateErrorMessage
- func (NotificationChannelPathSelectorStateErrorMessage) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorStateErrorMessage) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorStateErrorMessage) WithValue(value string) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorStateErrorTime
- func (NotificationChannelPathSelectorStateErrorTime) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorStateErrorTime) WithArrayOfValues(values []*timestamp.Timestamp) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorStateErrorTime) WithValue(value *timestamp.Timestamp) *NotificationChannel_FieldSubPathValue
- type NotificationChannelPathSelectorStateStatus
- func (NotificationChannelPathSelectorStateStatus) FieldPath() *NotificationChannel_FieldSubPath
- func (s NotificationChannelPathSelectorStateStatus) WithArrayOfValues(values []NotificationChannel_State_Status) *NotificationChannel_FieldSubPathArrayOfValues
- func (s NotificationChannelPathSelectorStateStatus) WithValue(value NotificationChannel_State_Status) *NotificationChannel_FieldSubPathValue
- type NotificationChannelReferenceList
- func (l NotificationChannelReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
- func (l NotificationChannelReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
- func (l NotificationChannelReferenceList) At(idx int) gotenresource.Reference
- func (l NotificationChannelReferenceList) Length() int
- func (l NotificationChannelReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l NotificationChannelReferenceList) Slice(first, second int) gotenresource.ReferenceList
- type NotificationChannelSpecEmailFieldPathBuilder
- type NotificationChannelSpecEmail_FieldPath
- func BuildNotificationChannelSpecEmail_FieldPath(fp gotenobject.RawFieldPath) (NotificationChannelSpecEmail_FieldPath, error)
- func MustParseNotificationChannelSpecEmail_FieldPath(rawField string) NotificationChannelSpecEmail_FieldPath
- func ParseNotificationChannelSpecEmail_FieldPath(rawField string) (NotificationChannelSpecEmail_FieldPath, error)
- type NotificationChannelSpecEmail_FieldPathArrayItemValue
- type NotificationChannelSpecEmail_FieldPathArrayOfValues
- type NotificationChannelSpecEmail_FieldPathSelector
- type NotificationChannelSpecEmail_FieldPathValue
- type NotificationChannelSpecEmail_FieldTerminalPath
- func (fp *NotificationChannelSpecEmail_FieldTerminalPath) ClearValue(item *NotificationChannel_Spec_Email)
- func (fp *NotificationChannelSpecEmail_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *NotificationChannelSpecEmail_FieldTerminalPath) Get(source *NotificationChannel_Spec_Email) (values []interface{})
- func (fp *NotificationChannelSpecEmail_FieldTerminalPath) GetDefault() interface{}
- func (fp *NotificationChannelSpecEmail_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *NotificationChannelSpecEmail_FieldTerminalPath) GetSingle(source *NotificationChannel_Spec_Email) (interface{}, bool)
- func (fp *NotificationChannelSpecEmail_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *NotificationChannelSpecEmail_FieldTerminalPath) IsLeaf() bool
- func (fp *NotificationChannelSpecEmail_FieldTerminalPath) JSONString() string
- func (fp *NotificationChannelSpecEmail_FieldTerminalPath) Selector() NotificationChannelSpecEmail_FieldPathSelector
- func (fp *NotificationChannelSpecEmail_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *NotificationChannelSpecEmail_FieldTerminalPath) String() string
- func (fp *NotificationChannelSpecEmail_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationChannelSpecEmail_FieldPathArrayItemValue
- func (fp *NotificationChannelSpecEmail_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationChannelSpecEmail_FieldPathArrayOfValues
- func (fp *NotificationChannelSpecEmail_FieldTerminalPath) WithIValue(value interface{}) NotificationChannelSpecEmail_FieldPathValue
- func (fp *NotificationChannelSpecEmail_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *NotificationChannelSpecEmail_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *NotificationChannelSpecEmail_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue
- func (fpaiv *NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue) AsAddressesItemValue() (string, bool)
- func (fpaiv *NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue) ContainsValue(source *NotificationChannel_Spec_Email) bool
- func (fpaiv *NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue) GetSingle(source *NotificationChannel_Spec_Email) (interface{}, bool)
- func (fpaiv *NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type NotificationChannelSpecEmail_FieldTerminalPathArrayOfValues
- type NotificationChannelSpecEmail_FieldTerminalPathValue
- func (fpv *NotificationChannelSpecEmail_FieldTerminalPathValue) AsAddressesValue() ([]string, bool)
- func (fpv *NotificationChannelSpecEmail_FieldTerminalPathValue) CompareWith(source *NotificationChannel_Spec_Email) (int, bool)
- func (fpv *NotificationChannelSpecEmail_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *NotificationChannelSpecEmail_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *NotificationChannelSpecEmail_FieldTerminalPathValue) SetTo(target **NotificationChannel_Spec_Email)
- func (fpv *NotificationChannelSpecEmail_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type NotificationChannelSpecFieldPathBuilder
- func (NotificationChannelSpecFieldPathBuilder) Email() NotificationChannel_SpecPathSelectorEmail
- func (NotificationChannelSpecFieldPathBuilder) Enabled() NotificationChannel_SpecPathSelectorEnabled
- func (NotificationChannelSpecFieldPathBuilder) NotificationLanguageCode() NotificationChannel_SpecPathSelectorNotificationLanguageCode
- func (NotificationChannelSpecFieldPathBuilder) Slack() NotificationChannel_SpecPathSelectorSlack
- func (NotificationChannelSpecFieldPathBuilder) Type() NotificationChannel_SpecPathSelectorType
- func (NotificationChannelSpecFieldPathBuilder) Webhook() NotificationChannel_SpecPathSelectorWebhook
- type NotificationChannelSpecPagerDutyFieldPathBuilder
- type NotificationChannelSpecPagerDuty_FieldPath
- func BuildNotificationChannelSpecPagerDuty_FieldPath(fp gotenobject.RawFieldPath) (NotificationChannelSpecPagerDuty_FieldPath, error)
- func MustParseNotificationChannelSpecPagerDuty_FieldPath(rawField string) NotificationChannelSpecPagerDuty_FieldPath
- func ParseNotificationChannelSpecPagerDuty_FieldPath(rawField string) (NotificationChannelSpecPagerDuty_FieldPath, error)
- type NotificationChannelSpecPagerDuty_FieldPathArrayItemValue
- func MustParseNotificationChannelSpecPagerDuty_FieldPathArrayItemValue(pathStr, valueStr string) NotificationChannelSpecPagerDuty_FieldPathArrayItemValue
- func ParseNotificationChannelSpecPagerDuty_FieldPathArrayItemValue(pathStr, valueStr string) (NotificationChannelSpecPagerDuty_FieldPathArrayItemValue, error)
- type NotificationChannelSpecPagerDuty_FieldPathArrayOfValues
- func MustParseNotificationChannelSpecPagerDuty_FieldPathArrayOfValues(pathStr, valuesStr string) NotificationChannelSpecPagerDuty_FieldPathArrayOfValues
- func ParseNotificationChannelSpecPagerDuty_FieldPathArrayOfValues(pathStr, valuesStr string) (NotificationChannelSpecPagerDuty_FieldPathArrayOfValues, error)
- type NotificationChannelSpecPagerDuty_FieldPathSelector
- type NotificationChannelSpecPagerDuty_FieldPathValue
- type NotificationChannelSpecPagerDuty_FieldTerminalPath
- func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) ClearValue(item *NotificationChannel_Spec_PagerDuty)
- func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) Get(source *NotificationChannel_Spec_PagerDuty) (values []interface{})
- func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) GetDefault() interface{}
- func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) GetSingle(source *NotificationChannel_Spec_PagerDuty) (interface{}, bool)
- func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) IsLeaf() bool
- func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) JSONString() string
- func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) Selector() NotificationChannelSpecPagerDuty_FieldPathSelector
- func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) String() string
- func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationChannelSpecPagerDuty_FieldPathArrayItemValue
- func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationChannelSpecPagerDuty_FieldPathArrayOfValues
- func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) WithIValue(value interface{}) NotificationChannelSpecPagerDuty_FieldPathValue
- func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type NotificationChannelSpecPagerDuty_FieldTerminalPathArrayItemValue
- func (fpaiv *NotificationChannelSpecPagerDuty_FieldTerminalPathArrayItemValue) ContainsValue(source *NotificationChannel_Spec_PagerDuty) bool
- func (fpaiv *NotificationChannelSpecPagerDuty_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *NotificationChannelSpecPagerDuty_FieldTerminalPathArrayItemValue) GetSingle(source *NotificationChannel_Spec_PagerDuty) (interface{}, bool)
- func (fpaiv *NotificationChannelSpecPagerDuty_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type NotificationChannelSpecPagerDuty_FieldTerminalPathArrayOfValues
- type NotificationChannelSpecPagerDuty_FieldTerminalPathValue
- func (fpv *NotificationChannelSpecPagerDuty_FieldTerminalPathValue) AsServiceKeyValue() (string, bool)
- func (fpv *NotificationChannelSpecPagerDuty_FieldTerminalPathValue) CompareWith(source *NotificationChannel_Spec_PagerDuty) (int, bool)
- func (fpv *NotificationChannelSpecPagerDuty_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *NotificationChannelSpecPagerDuty_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *NotificationChannelSpecPagerDuty_FieldTerminalPathValue) SetTo(target **NotificationChannel_Spec_PagerDuty)
- func (fpv *NotificationChannelSpecPagerDuty_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type NotificationChannelSpecSlackFieldPathBuilder
- type NotificationChannelSpecSlack_FieldPath
- func BuildNotificationChannelSpecSlack_FieldPath(fp gotenobject.RawFieldPath) (NotificationChannelSpecSlack_FieldPath, error)
- func MustParseNotificationChannelSpecSlack_FieldPath(rawField string) NotificationChannelSpecSlack_FieldPath
- func ParseNotificationChannelSpecSlack_FieldPath(rawField string) (NotificationChannelSpecSlack_FieldPath, error)
- type NotificationChannelSpecSlack_FieldPathArrayItemValue
- type NotificationChannelSpecSlack_FieldPathArrayOfValues
- type NotificationChannelSpecSlack_FieldPathSelector
- type NotificationChannelSpecSlack_FieldPathValue
- type NotificationChannelSpecSlack_FieldTerminalPath
- func (fp *NotificationChannelSpecSlack_FieldTerminalPath) ClearValue(item *NotificationChannel_Spec_Slack)
- func (fp *NotificationChannelSpecSlack_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *NotificationChannelSpecSlack_FieldTerminalPath) Get(source *NotificationChannel_Spec_Slack) (values []interface{})
- func (fp *NotificationChannelSpecSlack_FieldTerminalPath) GetDefault() interface{}
- func (fp *NotificationChannelSpecSlack_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *NotificationChannelSpecSlack_FieldTerminalPath) GetSingle(source *NotificationChannel_Spec_Slack) (interface{}, bool)
- func (fp *NotificationChannelSpecSlack_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *NotificationChannelSpecSlack_FieldTerminalPath) IsLeaf() bool
- func (fp *NotificationChannelSpecSlack_FieldTerminalPath) JSONString() string
- func (fp *NotificationChannelSpecSlack_FieldTerminalPath) Selector() NotificationChannelSpecSlack_FieldPathSelector
- func (fp *NotificationChannelSpecSlack_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *NotificationChannelSpecSlack_FieldTerminalPath) String() string
- func (fp *NotificationChannelSpecSlack_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationChannelSpecSlack_FieldPathArrayItemValue
- func (fp *NotificationChannelSpecSlack_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationChannelSpecSlack_FieldPathArrayOfValues
- func (fp *NotificationChannelSpecSlack_FieldTerminalPath) WithIValue(value interface{}) NotificationChannelSpecSlack_FieldPathValue
- func (fp *NotificationChannelSpecSlack_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *NotificationChannelSpecSlack_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *NotificationChannelSpecSlack_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type NotificationChannelSpecSlack_FieldTerminalPathArrayItemValue
- func (fpaiv *NotificationChannelSpecSlack_FieldTerminalPathArrayItemValue) ContainsValue(source *NotificationChannel_Spec_Slack) bool
- func (fpaiv *NotificationChannelSpecSlack_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *NotificationChannelSpecSlack_FieldTerminalPathArrayItemValue) GetSingle(source *NotificationChannel_Spec_Slack) (interface{}, bool)
- func (fpaiv *NotificationChannelSpecSlack_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type NotificationChannelSpecSlack_FieldTerminalPathArrayOfValues
- type NotificationChannelSpecSlack_FieldTerminalPathValue
- func (fpv *NotificationChannelSpecSlack_FieldTerminalPathValue) AsIncomingWebhookValue() (string, bool)
- func (fpv *NotificationChannelSpecSlack_FieldTerminalPathValue) CompareWith(source *NotificationChannel_Spec_Slack) (int, bool)
- func (fpv *NotificationChannelSpecSlack_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *NotificationChannelSpecSlack_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *NotificationChannelSpecSlack_FieldTerminalPathValue) SetTo(target **NotificationChannel_Spec_Slack)
- func (fpv *NotificationChannelSpecSlack_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type NotificationChannelSpecWebhookFieldPathBuilder
- type NotificationChannelSpecWebhookHeaderFieldPathBuilder
- type NotificationChannelSpecWebhookHeader_FieldPath
- func BuildNotificationChannelSpecWebhookHeader_FieldPath(fp gotenobject.RawFieldPath) (NotificationChannelSpecWebhookHeader_FieldPath, error)
- func MustParseNotificationChannelSpecWebhookHeader_FieldPath(rawField string) NotificationChannelSpecWebhookHeader_FieldPath
- func ParseNotificationChannelSpecWebhookHeader_FieldPath(rawField string) (NotificationChannelSpecWebhookHeader_FieldPath, error)
- type NotificationChannelSpecWebhookHeader_FieldPathArrayItemValue
- func MustParseNotificationChannelSpecWebhookHeader_FieldPathArrayItemValue(pathStr, valueStr string) NotificationChannelSpecWebhookHeader_FieldPathArrayItemValue
- func ParseNotificationChannelSpecWebhookHeader_FieldPathArrayItemValue(pathStr, valueStr string) (NotificationChannelSpecWebhookHeader_FieldPathArrayItemValue, error)
- type NotificationChannelSpecWebhookHeader_FieldPathArrayOfValues
- func MustParseNotificationChannelSpecWebhookHeader_FieldPathArrayOfValues(pathStr, valuesStr string) NotificationChannelSpecWebhookHeader_FieldPathArrayOfValues
- func ParseNotificationChannelSpecWebhookHeader_FieldPathArrayOfValues(pathStr, valuesStr string) (NotificationChannelSpecWebhookHeader_FieldPathArrayOfValues, error)
- type NotificationChannelSpecWebhookHeader_FieldPathSelector
- type NotificationChannelSpecWebhookHeader_FieldPathValue
- type NotificationChannelSpecWebhookHeader_FieldTerminalPath
- func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) ClearValue(item *NotificationChannel_Spec_Webhook_Header)
- func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) Get(source *NotificationChannel_Spec_Webhook_Header) (values []interface{})
- func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) GetDefault() interface{}
- func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) GetSingle(source *NotificationChannel_Spec_Webhook_Header) (interface{}, bool)
- func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) IsLeaf() bool
- func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) JSONString() string
- func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) Selector() NotificationChannelSpecWebhookHeader_FieldPathSelector
- func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) String() string
- func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationChannelSpecWebhookHeader_FieldPathArrayItemValue
- func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationChannelSpecWebhookHeader_FieldPathArrayOfValues
- func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) WithIValue(value interface{}) NotificationChannelSpecWebhookHeader_FieldPathValue
- func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayItemValue
- func (fpaiv *NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayItemValue) ContainsValue(source *NotificationChannel_Spec_Webhook_Header) bool
- func (fpaiv *NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayItemValue) GetSingle(source *NotificationChannel_Spec_Webhook_Header) (interface{}, bool)
- func (fpaiv *NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayOfValues
- func (fpaov *NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayOfValues) AsKeyArrayOfValues() ([]string, bool)
- func (fpaov *NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayOfValues) AsValueArrayOfValues() ([]string, bool)
- func (fpaov *NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type NotificationChannelSpecWebhookHeader_FieldTerminalPathValue
- func (fpv *NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) AsKeyValue() (string, bool)
- func (fpv *NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) AsValueValue() (string, bool)
- func (fpv *NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) CompareWith(source *NotificationChannel_Spec_Webhook_Header) (int, bool)
- func (fpv *NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) SetTo(target **NotificationChannel_Spec_Webhook_Header)
- func (fpv *NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type NotificationChannelSpecWebhook_FieldPath
- func BuildNotificationChannelSpecWebhook_FieldPath(fp gotenobject.RawFieldPath) (NotificationChannelSpecWebhook_FieldPath, error)
- func MustParseNotificationChannelSpecWebhook_FieldPath(rawField string) NotificationChannelSpecWebhook_FieldPath
- func ParseNotificationChannelSpecWebhook_FieldPath(rawField string) (NotificationChannelSpecWebhook_FieldPath, error)
- type NotificationChannelSpecWebhook_FieldPathArrayItemValue
- func MustParseNotificationChannelSpecWebhook_FieldPathArrayItemValue(pathStr, valueStr string) NotificationChannelSpecWebhook_FieldPathArrayItemValue
- func ParseNotificationChannelSpecWebhook_FieldPathArrayItemValue(pathStr, valueStr string) (NotificationChannelSpecWebhook_FieldPathArrayItemValue, error)
- type NotificationChannelSpecWebhook_FieldPathArrayOfValues
- func MustParseNotificationChannelSpecWebhook_FieldPathArrayOfValues(pathStr, valuesStr string) NotificationChannelSpecWebhook_FieldPathArrayOfValues
- func ParseNotificationChannelSpecWebhook_FieldPathArrayOfValues(pathStr, valuesStr string) (NotificationChannelSpecWebhook_FieldPathArrayOfValues, error)
- type NotificationChannelSpecWebhook_FieldPathSelector
- type NotificationChannelSpecWebhook_FieldPathValue
- type NotificationChannelSpecWebhook_FieldSubPath
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) AsHeadersSubPath() (NotificationChannelSpecWebhookHeader_FieldPath, bool)
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) ClearValue(item *NotificationChannel_Spec_Webhook)
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) Get(source *NotificationChannel_Spec_Webhook) (values []interface{})
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) GetDefault() interface{}
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) GetSingle(source *NotificationChannel_Spec_Webhook) (interface{}, bool)
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) IsLeaf() bool
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) JSONString() string
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) Selector() NotificationChannelSpecWebhook_FieldPathSelector
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) String() string
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) WithIArrayItemValue(value interface{}) NotificationChannelSpecWebhook_FieldPathArrayItemValue
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) WithIArrayOfValues(values interface{}) NotificationChannelSpecWebhook_FieldPathArrayOfValues
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) WithIValue(value interface{}) NotificationChannelSpecWebhook_FieldPathValue
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *NotificationChannelSpecWebhook_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type NotificationChannelSpecWebhook_FieldSubPathArrayItemValue
- func (fpaivs *NotificationChannelSpecWebhook_FieldSubPathArrayItemValue) AsHeadersPathItemValue() (NotificationChannelSpecWebhookHeader_FieldPathArrayItemValue, bool)
- func (fpaivs *NotificationChannelSpecWebhook_FieldSubPathArrayItemValue) ContainsValue(source *NotificationChannel_Spec_Webhook) bool
- func (fpaivs *NotificationChannelSpecWebhook_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type NotificationChannelSpecWebhook_FieldSubPathArrayOfValues
- type NotificationChannelSpecWebhook_FieldSubPathValue
- func (fpvs *NotificationChannelSpecWebhook_FieldSubPathValue) AsHeadersPathValue() (NotificationChannelSpecWebhookHeader_FieldPathValue, bool)
- func (fpvs *NotificationChannelSpecWebhook_FieldSubPathValue) CompareWith(source *NotificationChannel_Spec_Webhook) (int, bool)
- func (fpvs *NotificationChannelSpecWebhook_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *NotificationChannelSpecWebhook_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *NotificationChannelSpecWebhook_FieldSubPathValue) SetTo(target **NotificationChannel_Spec_Webhook)
- func (fpvs *NotificationChannelSpecWebhook_FieldSubPathValue) SetToRaw(target proto.Message)
- type NotificationChannelSpecWebhook_FieldTerminalPath
- func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) ClearValue(item *NotificationChannel_Spec_Webhook)
- func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) Get(source *NotificationChannel_Spec_Webhook) (values []interface{})
- func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) GetDefault() interface{}
- func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) GetSingle(source *NotificationChannel_Spec_Webhook) (interface{}, bool)
- func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) IsLeaf() bool
- func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) JSONString() string
- func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) Selector() NotificationChannelSpecWebhook_FieldPathSelector
- func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) String() string
- func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationChannelSpecWebhook_FieldPathArrayItemValue
- func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationChannelSpecWebhook_FieldPathArrayOfValues
- func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) WithIValue(value interface{}) NotificationChannelSpecWebhook_FieldPathValue
- func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue
- func (fpaiv *NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue) AsHeadersItemValue() (*NotificationChannel_Spec_Webhook_Header, bool)
- func (fpaiv *NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue) ContainsValue(source *NotificationChannel_Spec_Webhook) bool
- func (fpaiv *NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue) GetSingle(source *NotificationChannel_Spec_Webhook) (interface{}, bool)
- func (fpaiv *NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type NotificationChannelSpecWebhook_FieldTerminalPathArrayOfValues
- func (fpaov *NotificationChannelSpecWebhook_FieldTerminalPathArrayOfValues) AsHeadersArrayOfValues() ([][]*NotificationChannel_Spec_Webhook_Header, bool)
- func (fpaov *NotificationChannelSpecWebhook_FieldTerminalPathArrayOfValues) AsUrlArrayOfValues() ([]string, bool)
- func (fpaov *NotificationChannelSpecWebhook_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type NotificationChannelSpecWebhook_FieldTerminalPathValue
- func (fpv *NotificationChannelSpecWebhook_FieldTerminalPathValue) AsHeadersValue() ([]*NotificationChannel_Spec_Webhook_Header, bool)
- func (fpv *NotificationChannelSpecWebhook_FieldTerminalPathValue) AsUrlValue() (string, bool)
- func (fpv *NotificationChannelSpecWebhook_FieldTerminalPathValue) CompareWith(source *NotificationChannel_Spec_Webhook) (int, bool)
- func (fpv *NotificationChannelSpecWebhook_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *NotificationChannelSpecWebhook_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *NotificationChannelSpecWebhook_FieldTerminalPathValue) SetTo(target **NotificationChannel_Spec_Webhook)
- func (fpv *NotificationChannelSpecWebhook_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type NotificationChannelSpec_FieldPath
- func BuildNotificationChannelSpec_FieldPath(fp gotenobject.RawFieldPath) (NotificationChannelSpec_FieldPath, error)
- func MustParseNotificationChannelSpec_FieldPath(rawField string) NotificationChannelSpec_FieldPath
- func ParseNotificationChannelSpec_FieldPath(rawField string) (NotificationChannelSpec_FieldPath, error)
- type NotificationChannelSpec_FieldPathArrayItemValue
- type NotificationChannelSpec_FieldPathArrayOfValues
- type NotificationChannelSpec_FieldPathSelector
- type NotificationChannelSpec_FieldPathValue
- type NotificationChannelSpec_FieldSubPath
- func (fps *NotificationChannelSpec_FieldSubPath) AsEmailSubPath() (NotificationChannelSpecEmail_FieldPath, bool)
- func (fps *NotificationChannelSpec_FieldSubPath) AsSlackSubPath() (NotificationChannelSpecSlack_FieldPath, bool)
- func (fps *NotificationChannelSpec_FieldSubPath) AsWebhookSubPath() (NotificationChannelSpecWebhook_FieldPath, bool)
- func (fps *NotificationChannelSpec_FieldSubPath) ClearValue(item *NotificationChannel_Spec)
- func (fps *NotificationChannelSpec_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *NotificationChannelSpec_FieldSubPath) Get(source *NotificationChannel_Spec) (values []interface{})
- func (fps *NotificationChannelSpec_FieldSubPath) GetDefault() interface{}
- func (fps *NotificationChannelSpec_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *NotificationChannelSpec_FieldSubPath) GetSingle(source *NotificationChannel_Spec) (interface{}, bool)
- func (fps *NotificationChannelSpec_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *NotificationChannelSpec_FieldSubPath) IsLeaf() bool
- func (fps *NotificationChannelSpec_FieldSubPath) JSONString() string
- func (fps *NotificationChannelSpec_FieldSubPath) Selector() NotificationChannelSpec_FieldPathSelector
- func (fps *NotificationChannelSpec_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *NotificationChannelSpec_FieldSubPath) String() string
- func (fps *NotificationChannelSpec_FieldSubPath) WithIArrayItemValue(value interface{}) NotificationChannelSpec_FieldPathArrayItemValue
- func (fps *NotificationChannelSpec_FieldSubPath) WithIArrayOfValues(values interface{}) NotificationChannelSpec_FieldPathArrayOfValues
- func (fps *NotificationChannelSpec_FieldSubPath) WithIValue(value interface{}) NotificationChannelSpec_FieldPathValue
- func (fps *NotificationChannelSpec_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *NotificationChannelSpec_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *NotificationChannelSpec_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type NotificationChannelSpec_FieldSubPathArrayItemValue
- func (fpaivs *NotificationChannelSpec_FieldSubPathArrayItemValue) AsEmailPathItemValue() (NotificationChannelSpecEmail_FieldPathArrayItemValue, bool)
- func (fpaivs *NotificationChannelSpec_FieldSubPathArrayItemValue) AsSlackPathItemValue() (NotificationChannelSpecSlack_FieldPathArrayItemValue, bool)
- func (fpaivs *NotificationChannelSpec_FieldSubPathArrayItemValue) AsWebhookPathItemValue() (NotificationChannelSpecWebhook_FieldPathArrayItemValue, bool)
- func (fpaivs *NotificationChannelSpec_FieldSubPathArrayItemValue) ContainsValue(source *NotificationChannel_Spec) bool
- func (fpaivs *NotificationChannelSpec_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type NotificationChannelSpec_FieldSubPathArrayOfValues
- func (fpsaov *NotificationChannelSpec_FieldSubPathArrayOfValues) AsEmailPathArrayOfValues() (NotificationChannelSpecEmail_FieldPathArrayOfValues, bool)
- func (fpsaov *NotificationChannelSpec_FieldSubPathArrayOfValues) AsSlackPathArrayOfValues() (NotificationChannelSpecSlack_FieldPathArrayOfValues, bool)
- func (fpsaov *NotificationChannelSpec_FieldSubPathArrayOfValues) AsWebhookPathArrayOfValues() (NotificationChannelSpecWebhook_FieldPathArrayOfValues, bool)
- func (fpsaov *NotificationChannelSpec_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type NotificationChannelSpec_FieldSubPathValue
- func (fpvs *NotificationChannelSpec_FieldSubPathValue) AsEmailPathValue() (NotificationChannelSpecEmail_FieldPathValue, bool)
- func (fpvs *NotificationChannelSpec_FieldSubPathValue) AsSlackPathValue() (NotificationChannelSpecSlack_FieldPathValue, bool)
- func (fpvs *NotificationChannelSpec_FieldSubPathValue) AsWebhookPathValue() (NotificationChannelSpecWebhook_FieldPathValue, bool)
- func (fpvs *NotificationChannelSpec_FieldSubPathValue) CompareWith(source *NotificationChannel_Spec) (int, bool)
- func (fpvs *NotificationChannelSpec_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *NotificationChannelSpec_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *NotificationChannelSpec_FieldSubPathValue) SetTo(target **NotificationChannel_Spec)
- func (fpvs *NotificationChannelSpec_FieldSubPathValue) SetToRaw(target proto.Message)
- type NotificationChannelSpec_FieldTerminalPath
- func (fp *NotificationChannelSpec_FieldTerminalPath) ClearValue(item *NotificationChannel_Spec)
- func (fp *NotificationChannelSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *NotificationChannelSpec_FieldTerminalPath) Get(source *NotificationChannel_Spec) (values []interface{})
- func (fp *NotificationChannelSpec_FieldTerminalPath) GetDefault() interface{}
- func (fp *NotificationChannelSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *NotificationChannelSpec_FieldTerminalPath) GetSingle(source *NotificationChannel_Spec) (interface{}, bool)
- func (fp *NotificationChannelSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *NotificationChannelSpec_FieldTerminalPath) IsLeaf() bool
- func (fp *NotificationChannelSpec_FieldTerminalPath) JSONString() string
- func (fp *NotificationChannelSpec_FieldTerminalPath) Selector() NotificationChannelSpec_FieldPathSelector
- func (fp *NotificationChannelSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *NotificationChannelSpec_FieldTerminalPath) String() string
- func (fp *NotificationChannelSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationChannelSpec_FieldPathArrayItemValue
- func (fp *NotificationChannelSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationChannelSpec_FieldPathArrayOfValues
- func (fp *NotificationChannelSpec_FieldTerminalPath) WithIValue(value interface{}) NotificationChannelSpec_FieldPathValue
- func (fp *NotificationChannelSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *NotificationChannelSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *NotificationChannelSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type NotificationChannelSpec_FieldTerminalPathArrayItemValue
- func (fpaiv *NotificationChannelSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *NotificationChannel_Spec) bool
- func (fpaiv *NotificationChannelSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *NotificationChannelSpec_FieldTerminalPathArrayItemValue) GetSingle(source *NotificationChannel_Spec) (interface{}, bool)
- func (fpaiv *NotificationChannelSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type NotificationChannelSpec_FieldTerminalPathArrayOfValues
- func (fpaov *NotificationChannelSpec_FieldTerminalPathArrayOfValues) AsEmailArrayOfValues() ([]*NotificationChannel_Spec_Email, bool)
- func (fpaov *NotificationChannelSpec_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues() ([]bool, bool)
- func (fpaov *NotificationChannelSpec_FieldTerminalPathArrayOfValues) AsNotificationLanguageCodeArrayOfValues() ([]string, bool)
- func (fpaov *NotificationChannelSpec_FieldTerminalPathArrayOfValues) AsSlackArrayOfValues() ([]*NotificationChannel_Spec_Slack, bool)
- func (fpaov *NotificationChannelSpec_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]NotificationChannel_Spec_Type, bool)
- func (fpaov *NotificationChannelSpec_FieldTerminalPathArrayOfValues) AsWebhookArrayOfValues() ([]*NotificationChannel_Spec_Webhook, bool)
- func (fpaov *NotificationChannelSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type NotificationChannelSpec_FieldTerminalPathValue
- func (fpv *NotificationChannelSpec_FieldTerminalPathValue) AsEmailValue() (*NotificationChannel_Spec_Email, bool)
- func (fpv *NotificationChannelSpec_FieldTerminalPathValue) AsEnabledValue() (bool, bool)
- func (fpv *NotificationChannelSpec_FieldTerminalPathValue) AsNotificationLanguageCodeValue() (string, bool)
- func (fpv *NotificationChannelSpec_FieldTerminalPathValue) AsSlackValue() (*NotificationChannel_Spec_Slack, bool)
- func (fpv *NotificationChannelSpec_FieldTerminalPathValue) AsTypeValue() (NotificationChannel_Spec_Type, bool)
- func (fpv *NotificationChannelSpec_FieldTerminalPathValue) AsWebhookValue() (*NotificationChannel_Spec_Webhook, bool)
- func (fpv *NotificationChannelSpec_FieldTerminalPathValue) CompareWith(source *NotificationChannel_Spec) (int, bool)
- func (fpv *NotificationChannelSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *NotificationChannelSpec_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *NotificationChannelSpec_FieldTerminalPathValue) SetTo(target **NotificationChannel_Spec)
- func (fpv *NotificationChannelSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type NotificationChannelStateErrorFieldPathBuilder
- type NotificationChannelStateError_FieldPath
- func BuildNotificationChannelStateError_FieldPath(fp gotenobject.RawFieldPath) (NotificationChannelStateError_FieldPath, error)
- func MustParseNotificationChannelStateError_FieldPath(rawField string) NotificationChannelStateError_FieldPath
- func ParseNotificationChannelStateError_FieldPath(rawField string) (NotificationChannelStateError_FieldPath, error)
- type NotificationChannelStateError_FieldPathArrayItemValue
- func MustParseNotificationChannelStateError_FieldPathArrayItemValue(pathStr, valueStr string) NotificationChannelStateError_FieldPathArrayItemValue
- func ParseNotificationChannelStateError_FieldPathArrayItemValue(pathStr, valueStr string) (NotificationChannelStateError_FieldPathArrayItemValue, error)
- type NotificationChannelStateError_FieldPathArrayOfValues
- type NotificationChannelStateError_FieldPathSelector
- type NotificationChannelStateError_FieldPathValue
- type NotificationChannelStateError_FieldTerminalPath
- func (fp *NotificationChannelStateError_FieldTerminalPath) ClearValue(item *NotificationChannel_State_Error)
- func (fp *NotificationChannelStateError_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *NotificationChannelStateError_FieldTerminalPath) Get(source *NotificationChannel_State_Error) (values []interface{})
- func (fp *NotificationChannelStateError_FieldTerminalPath) GetDefault() interface{}
- func (fp *NotificationChannelStateError_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *NotificationChannelStateError_FieldTerminalPath) GetSingle(source *NotificationChannel_State_Error) (interface{}, bool)
- func (fp *NotificationChannelStateError_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *NotificationChannelStateError_FieldTerminalPath) IsLeaf() bool
- func (fp *NotificationChannelStateError_FieldTerminalPath) JSONString() string
- func (fp *NotificationChannelStateError_FieldTerminalPath) Selector() NotificationChannelStateError_FieldPathSelector
- func (fp *NotificationChannelStateError_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *NotificationChannelStateError_FieldTerminalPath) String() string
- func (fp *NotificationChannelStateError_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationChannelStateError_FieldPathArrayItemValue
- func (fp *NotificationChannelStateError_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationChannelStateError_FieldPathArrayOfValues
- func (fp *NotificationChannelStateError_FieldTerminalPath) WithIValue(value interface{}) NotificationChannelStateError_FieldPathValue
- func (fp *NotificationChannelStateError_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *NotificationChannelStateError_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *NotificationChannelStateError_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type NotificationChannelStateError_FieldTerminalPathArrayItemValue
- func (fpaiv *NotificationChannelStateError_FieldTerminalPathArrayItemValue) ContainsValue(source *NotificationChannel_State_Error) bool
- func (fpaiv *NotificationChannelStateError_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *NotificationChannelStateError_FieldTerminalPathArrayItemValue) GetSingle(source *NotificationChannel_State_Error) (interface{}, bool)
- func (fpaiv *NotificationChannelStateError_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type NotificationChannelStateError_FieldTerminalPathArrayOfValues
- func (fpaov *NotificationChannelStateError_FieldTerminalPathArrayOfValues) AsMessageArrayOfValues() ([]string, bool)
- func (fpaov *NotificationChannelStateError_FieldTerminalPathArrayOfValues) AsTimeArrayOfValues() ([]*timestamp.Timestamp, bool)
- func (fpaov *NotificationChannelStateError_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type NotificationChannelStateError_FieldTerminalPathValue
- func (fpv *NotificationChannelStateError_FieldTerminalPathValue) AsMessageValue() (string, bool)
- func (fpv *NotificationChannelStateError_FieldTerminalPathValue) AsTimeValue() (*timestamp.Timestamp, bool)
- func (fpv *NotificationChannelStateError_FieldTerminalPathValue) CompareWith(source *NotificationChannel_State_Error) (int, bool)
- func (fpv *NotificationChannelStateError_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *NotificationChannelStateError_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *NotificationChannelStateError_FieldTerminalPathValue) SetTo(target **NotificationChannel_State_Error)
- func (fpv *NotificationChannelStateError_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type NotificationChannelStateFieldPathBuilder
- type NotificationChannelState_FieldPath
- func BuildNotificationChannelState_FieldPath(fp gotenobject.RawFieldPath) (NotificationChannelState_FieldPath, error)
- func MustParseNotificationChannelState_FieldPath(rawField string) NotificationChannelState_FieldPath
- func ParseNotificationChannelState_FieldPath(rawField string) (NotificationChannelState_FieldPath, error)
- type NotificationChannelState_FieldPathArrayItemValue
- type NotificationChannelState_FieldPathArrayOfValues
- type NotificationChannelState_FieldPathSelector
- type NotificationChannelState_FieldPathValue
- type NotificationChannelState_FieldSubPath
- func (fps *NotificationChannelState_FieldSubPath) AsErrorSubPath() (NotificationChannelStateError_FieldPath, bool)
- func (fps *NotificationChannelState_FieldSubPath) ClearValue(item *NotificationChannel_State)
- func (fps *NotificationChannelState_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *NotificationChannelState_FieldSubPath) Get(source *NotificationChannel_State) (values []interface{})
- func (fps *NotificationChannelState_FieldSubPath) GetDefault() interface{}
- func (fps *NotificationChannelState_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *NotificationChannelState_FieldSubPath) GetSingle(source *NotificationChannel_State) (interface{}, bool)
- func (fps *NotificationChannelState_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *NotificationChannelState_FieldSubPath) IsLeaf() bool
- func (fps *NotificationChannelState_FieldSubPath) JSONString() string
- func (fps *NotificationChannelState_FieldSubPath) Selector() NotificationChannelState_FieldPathSelector
- func (fps *NotificationChannelState_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *NotificationChannelState_FieldSubPath) String() string
- func (fps *NotificationChannelState_FieldSubPath) WithIArrayItemValue(value interface{}) NotificationChannelState_FieldPathArrayItemValue
- func (fps *NotificationChannelState_FieldSubPath) WithIArrayOfValues(values interface{}) NotificationChannelState_FieldPathArrayOfValues
- func (fps *NotificationChannelState_FieldSubPath) WithIValue(value interface{}) NotificationChannelState_FieldPathValue
- func (fps *NotificationChannelState_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *NotificationChannelState_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *NotificationChannelState_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type NotificationChannelState_FieldSubPathArrayItemValue
- func (fpaivs *NotificationChannelState_FieldSubPathArrayItemValue) AsErrorPathItemValue() (NotificationChannelStateError_FieldPathArrayItemValue, bool)
- func (fpaivs *NotificationChannelState_FieldSubPathArrayItemValue) ContainsValue(source *NotificationChannel_State) bool
- func (fpaivs *NotificationChannelState_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type NotificationChannelState_FieldSubPathArrayOfValues
- type NotificationChannelState_FieldSubPathValue
- func (fpvs *NotificationChannelState_FieldSubPathValue) AsErrorPathValue() (NotificationChannelStateError_FieldPathValue, bool)
- func (fpvs *NotificationChannelState_FieldSubPathValue) CompareWith(source *NotificationChannel_State) (int, bool)
- func (fpvs *NotificationChannelState_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *NotificationChannelState_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *NotificationChannelState_FieldSubPathValue) SetTo(target **NotificationChannel_State)
- func (fpvs *NotificationChannelState_FieldSubPathValue) SetToRaw(target proto.Message)
- type NotificationChannelState_FieldTerminalPath
- func (fp *NotificationChannelState_FieldTerminalPath) ClearValue(item *NotificationChannel_State)
- func (fp *NotificationChannelState_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *NotificationChannelState_FieldTerminalPath) Get(source *NotificationChannel_State) (values []interface{})
- func (fp *NotificationChannelState_FieldTerminalPath) GetDefault() interface{}
- func (fp *NotificationChannelState_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *NotificationChannelState_FieldTerminalPath) GetSingle(source *NotificationChannel_State) (interface{}, bool)
- func (fp *NotificationChannelState_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *NotificationChannelState_FieldTerminalPath) IsLeaf() bool
- func (fp *NotificationChannelState_FieldTerminalPath) JSONString() string
- func (fp *NotificationChannelState_FieldTerminalPath) Selector() NotificationChannelState_FieldPathSelector
- func (fp *NotificationChannelState_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *NotificationChannelState_FieldTerminalPath) String() string
- func (fp *NotificationChannelState_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationChannelState_FieldPathArrayItemValue
- func (fp *NotificationChannelState_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationChannelState_FieldPathArrayOfValues
- func (fp *NotificationChannelState_FieldTerminalPath) WithIValue(value interface{}) NotificationChannelState_FieldPathValue
- func (fp *NotificationChannelState_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *NotificationChannelState_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *NotificationChannelState_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type NotificationChannelState_FieldTerminalPathArrayItemValue
- func (fpaiv *NotificationChannelState_FieldTerminalPathArrayItemValue) ContainsValue(source *NotificationChannel_State) bool
- func (fpaiv *NotificationChannelState_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *NotificationChannelState_FieldTerminalPathArrayItemValue) GetSingle(source *NotificationChannel_State) (interface{}, bool)
- func (fpaiv *NotificationChannelState_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type NotificationChannelState_FieldTerminalPathArrayOfValues
- func (fpaov *NotificationChannelState_FieldTerminalPathArrayOfValues) AsErrorArrayOfValues() ([]*NotificationChannel_State_Error, bool)
- func (fpaov *NotificationChannelState_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues() ([]NotificationChannel_State_Status, bool)
- func (fpaov *NotificationChannelState_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type NotificationChannelState_FieldTerminalPathValue
- func (fpv *NotificationChannelState_FieldTerminalPathValue) AsErrorValue() (*NotificationChannel_State_Error, bool)
- func (fpv *NotificationChannelState_FieldTerminalPathValue) AsStatusValue() (NotificationChannel_State_Status, bool)
- func (fpv *NotificationChannelState_FieldTerminalPathValue) CompareWith(source *NotificationChannel_State) (int, bool)
- func (fpv *NotificationChannelState_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *NotificationChannelState_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *NotificationChannelState_FieldTerminalPathValue) SetTo(target **NotificationChannel_State)
- func (fpv *NotificationChannelState_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type NotificationChannel_FieldMask
- func (fieldMask *NotificationChannel_FieldMask) AppendPath(path NotificationChannel_FieldPath)
- func (fieldMask *NotificationChannel_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *NotificationChannel_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *NotificationChannel_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *NotificationChannel_FieldMask) FilterInputFields() *NotificationChannel_FieldMask
- func (fieldMask *NotificationChannel_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *NotificationChannel_FieldMask) GetPaths() []NotificationChannel_FieldPath
- func (fieldMask *NotificationChannel_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *NotificationChannel_FieldMask) IsFull() bool
- func (fieldMask NotificationChannel_FieldMask) Marshal() ([]byte, error)
- func (fieldMask NotificationChannel_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *NotificationChannel_FieldMask) PathsCount() int
- func (fieldMask *NotificationChannel_FieldMask) Project(source *NotificationChannel) *NotificationChannel
- func (fieldMask *NotificationChannel_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *NotificationChannel_FieldMask) ProtoMessage()
- func (fieldMask *NotificationChannel_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *NotificationChannel_FieldMask) Reset()
- func (fieldMask *NotificationChannel_FieldMask) Set(target, source *NotificationChannel)
- func (fieldMask *NotificationChannel_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *NotificationChannel_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *NotificationChannel_FieldMask) Size() int
- func (fieldMask *NotificationChannel_FieldMask) String() string
- func (fieldMask *NotificationChannel_FieldMask) Subtract(other *NotificationChannel_FieldMask) *NotificationChannel_FieldMask
- func (fieldMask *NotificationChannel_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *NotificationChannel_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *NotificationChannel_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *NotificationChannel_FieldMask) UnmarshalJSON(data []byte) error
- type NotificationChannel_FieldPath
- type NotificationChannel_FieldPathArrayItemValue
- type NotificationChannel_FieldPathArrayOfValues
- type NotificationChannel_FieldPathSelector
- type NotificationChannel_FieldPathValue
- type NotificationChannel_FieldSubPath
- func (fps *NotificationChannel_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
- func (fps *NotificationChannel_FieldSubPath) AsSpecSubPath() (NotificationChannelSpec_FieldPath, bool)
- func (fps *NotificationChannel_FieldSubPath) AsStateSubPath() (NotificationChannelState_FieldPath, bool)
- func (fps *NotificationChannel_FieldSubPath) ClearValue(item *NotificationChannel)
- func (fps *NotificationChannel_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *NotificationChannel_FieldSubPath) Get(source *NotificationChannel) (values []interface{})
- func (fps *NotificationChannel_FieldSubPath) GetDefault() interface{}
- func (fps *NotificationChannel_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *NotificationChannel_FieldSubPath) GetSingle(source *NotificationChannel) (interface{}, bool)
- func (fps *NotificationChannel_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *NotificationChannel_FieldSubPath) IsLeaf() bool
- func (fps *NotificationChannel_FieldSubPath) JSONString() string
- func (fps *NotificationChannel_FieldSubPath) Selector() NotificationChannel_FieldPathSelector
- func (fps *NotificationChannel_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *NotificationChannel_FieldSubPath) String() string
- func (fps *NotificationChannel_FieldSubPath) WithIArrayItemValue(value interface{}) NotificationChannel_FieldPathArrayItemValue
- func (fps *NotificationChannel_FieldSubPath) WithIArrayOfValues(values interface{}) NotificationChannel_FieldPathArrayOfValues
- func (fps *NotificationChannel_FieldSubPath) WithIValue(value interface{}) NotificationChannel_FieldPathValue
- func (fps *NotificationChannel_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *NotificationChannel_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *NotificationChannel_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type NotificationChannel_FieldSubPathArrayItemValue
- func (fpaivs *NotificationChannel_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
- func (fpaivs *NotificationChannel_FieldSubPathArrayItemValue) AsSpecPathItemValue() (NotificationChannelSpec_FieldPathArrayItemValue, bool)
- func (fpaivs *NotificationChannel_FieldSubPathArrayItemValue) AsStatePathItemValue() (NotificationChannelState_FieldPathArrayItemValue, bool)
- func (fpaivs *NotificationChannel_FieldSubPathArrayItemValue) ContainsValue(source *NotificationChannel) bool
- func (fpaivs *NotificationChannel_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type NotificationChannel_FieldSubPathArrayOfValues
- func (fpsaov *NotificationChannel_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
- func (fpsaov *NotificationChannel_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (NotificationChannelSpec_FieldPathArrayOfValues, bool)
- func (fpsaov *NotificationChannel_FieldSubPathArrayOfValues) AsStatePathArrayOfValues() (NotificationChannelState_FieldPathArrayOfValues, bool)
- func (fpsaov *NotificationChannel_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type NotificationChannel_FieldSubPathValue
- func (fpvs *NotificationChannel_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
- func (fpvs *NotificationChannel_FieldSubPathValue) AsSpecPathValue() (NotificationChannelSpec_FieldPathValue, bool)
- func (fpvs *NotificationChannel_FieldSubPathValue) AsStatePathValue() (NotificationChannelState_FieldPathValue, bool)
- func (fpvs *NotificationChannel_FieldSubPathValue) CompareWith(source *NotificationChannel) (int, bool)
- func (fpvs *NotificationChannel_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *NotificationChannel_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *NotificationChannel_FieldSubPathValue) SetTo(target **NotificationChannel)
- func (fpvs *NotificationChannel_FieldSubPathValue) SetToRaw(target proto.Message)
- type NotificationChannel_FieldTerminalPath
- func (fp *NotificationChannel_FieldTerminalPath) ClearValue(item *NotificationChannel)
- func (fp *NotificationChannel_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *NotificationChannel_FieldTerminalPath) Get(source *NotificationChannel) (values []interface{})
- func (fp *NotificationChannel_FieldTerminalPath) GetDefault() interface{}
- func (fp *NotificationChannel_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *NotificationChannel_FieldTerminalPath) GetSingle(source *NotificationChannel) (interface{}, bool)
- func (fp *NotificationChannel_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *NotificationChannel_FieldTerminalPath) IsLeaf() bool
- func (fp *NotificationChannel_FieldTerminalPath) JSONString() string
- func (fp *NotificationChannel_FieldTerminalPath) Selector() NotificationChannel_FieldPathSelector
- func (fp *NotificationChannel_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *NotificationChannel_FieldTerminalPath) String() string
- func (fp *NotificationChannel_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationChannel_FieldPathArrayItemValue
- func (fp *NotificationChannel_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationChannel_FieldPathArrayOfValues
- func (fp *NotificationChannel_FieldTerminalPath) WithIValue(value interface{}) NotificationChannel_FieldPathValue
- func (fp *NotificationChannel_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *NotificationChannel_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *NotificationChannel_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type NotificationChannel_FieldTerminalPathArrayItemValue
- func (fpaiv *NotificationChannel_FieldTerminalPathArrayItemValue) ContainsValue(source *NotificationChannel) bool
- func (fpaiv *NotificationChannel_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *NotificationChannel_FieldTerminalPathArrayItemValue) GetSingle(source *NotificationChannel) (interface{}, bool)
- func (fpaiv *NotificationChannel_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type NotificationChannel_FieldTerminalPathArrayOfValues
- func (fpaov *NotificationChannel_FieldTerminalPathArrayOfValues) AsDescriptionArrayOfValues() ([]string, bool)
- func (fpaov *NotificationChannel_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
- func (fpaov *NotificationChannel_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
- func (fpaov *NotificationChannel_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
- func (fpaov *NotificationChannel_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*NotificationChannel_Spec, bool)
- func (fpaov *NotificationChannel_FieldTerminalPathArrayOfValues) AsStateArrayOfValues() ([]*NotificationChannel_State, bool)
- func (fpaov *NotificationChannel_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type NotificationChannel_FieldTerminalPathValue
- func (fpv *NotificationChannel_FieldTerminalPathValue) AsDescriptionValue() (string, bool)
- func (fpv *NotificationChannel_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
- func (fpv *NotificationChannel_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
- func (fpv *NotificationChannel_FieldTerminalPathValue) AsNameValue() (*Name, bool)
- func (fpv *NotificationChannel_FieldTerminalPathValue) AsSpecValue() (*NotificationChannel_Spec, bool)
- func (fpv *NotificationChannel_FieldTerminalPathValue) AsStateValue() (*NotificationChannel_State, bool)
- func (fpv *NotificationChannel_FieldTerminalPathValue) CompareWith(source *NotificationChannel) (int, bool)
- func (fpv *NotificationChannel_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *NotificationChannel_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *NotificationChannel_FieldTerminalPathValue) SetTo(target **NotificationChannel)
- func (fpv *NotificationChannel_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type NotificationChannel_Spec
- func (o *NotificationChannel_Spec) Clone() *NotificationChannel_Spec
- func (o *NotificationChannel_Spec) CloneRaw() gotenobject.GotenObjectExt
- func (*NotificationChannel_Spec) Descriptor() ([]byte, []int)
- func (m *NotificationChannel_Spec) GetEmail() *NotificationChannel_Spec_Email
- func (m *NotificationChannel_Spec) GetEnabled() bool
- func (m *NotificationChannel_Spec) GetNotificationLanguageCode() string
- func (m *NotificationChannel_Spec) GetSlack() *NotificationChannel_Spec_Slack
- func (m *NotificationChannel_Spec) GetType() NotificationChannel_Spec_Type
- func (m *NotificationChannel_Spec) GetWebhook() *NotificationChannel_Spec_Webhook
- func (*NotificationChannel_Spec) GotenMessage()
- func (o *NotificationChannel_Spec) GotenObjectExt()
- func (obj *NotificationChannel_Spec) GotenValidate() error
- func (o *NotificationChannel_Spec) MakeDiffFieldMask(other *NotificationChannel_Spec) *NotificationChannel_Spec_FieldMask
- func (o *NotificationChannel_Spec) MakeFullFieldMask() *NotificationChannel_Spec_FieldMask
- func (o *NotificationChannel_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *NotificationChannel_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *NotificationChannel_Spec) Marshal() ([]byte, error)
- func (m *NotificationChannel_Spec) MarshalJSON() ([]byte, error)
- func (o *NotificationChannel_Spec) Merge(source *NotificationChannel_Spec)
- func (o *NotificationChannel_Spec) MergeRaw(source gotenobject.GotenObjectExt)
- func (*NotificationChannel_Spec) ProtoMessage()
- func (m *NotificationChannel_Spec) ProtoReflect() preflect.Message
- func (m *NotificationChannel_Spec) Reset()
- func (m *NotificationChannel_Spec) SetEmail(fv *NotificationChannel_Spec_Email)
- func (m *NotificationChannel_Spec) SetEnabled(fv bool)
- func (m *NotificationChannel_Spec) SetNotificationLanguageCode(fv string)
- func (m *NotificationChannel_Spec) SetSlack(fv *NotificationChannel_Spec_Slack)
- func (m *NotificationChannel_Spec) SetType(fv NotificationChannel_Spec_Type)
- func (m *NotificationChannel_Spec) SetWebhook(fv *NotificationChannel_Spec_Webhook)
- func (m *NotificationChannel_Spec) String() string
- func (m *NotificationChannel_Spec) Unmarshal(b []byte) error
- func (m *NotificationChannel_Spec) UnmarshalJSON(data []byte) error
- type NotificationChannel_SpecPathSelectorEmail
- func (NotificationChannel_SpecPathSelectorEmail) Addresses() NotificationChannel_SpecPathSelectorEmailAddresses
- func (NotificationChannel_SpecPathSelectorEmail) FieldPath() *NotificationChannelSpec_FieldTerminalPath
- func (s NotificationChannel_SpecPathSelectorEmail) WithArrayOfValues(values []*NotificationChannel_Spec_Email) *NotificationChannelSpec_FieldTerminalPathArrayOfValues
- func (s NotificationChannel_SpecPathSelectorEmail) WithSubArrayItemValue(subPathArrayItemValue NotificationChannelSpecEmail_FieldPathArrayItemValue) *NotificationChannelSpec_FieldSubPathArrayItemValue
- func (s NotificationChannel_SpecPathSelectorEmail) WithSubArrayOfValues(subPathArrayOfValues NotificationChannelSpecEmail_FieldPathArrayOfValues) *NotificationChannelSpec_FieldSubPathArrayOfValues
- func (NotificationChannel_SpecPathSelectorEmail) WithSubPath(subPath NotificationChannelSpecEmail_FieldPath) *NotificationChannelSpec_FieldSubPath
- func (s NotificationChannel_SpecPathSelectorEmail) WithSubValue(subPathValue NotificationChannelSpecEmail_FieldPathValue) *NotificationChannelSpec_FieldSubPathValue
- func (s NotificationChannel_SpecPathSelectorEmail) WithValue(value *NotificationChannel_Spec_Email) *NotificationChannelSpec_FieldTerminalPathValue
- type NotificationChannel_SpecPathSelectorEmailAddresses
- func (NotificationChannel_SpecPathSelectorEmailAddresses) FieldPath() *NotificationChannelSpec_FieldSubPath
- func (s NotificationChannel_SpecPathSelectorEmailAddresses) WithArrayOfValues(values [][]string) *NotificationChannelSpec_FieldSubPathArrayOfValues
- func (s NotificationChannel_SpecPathSelectorEmailAddresses) WithItemValue(value string) *NotificationChannelSpec_FieldSubPathArrayItemValue
- func (s NotificationChannel_SpecPathSelectorEmailAddresses) WithValue(value []string) *NotificationChannelSpec_FieldSubPathValue
- type NotificationChannel_SpecPathSelectorEnabled
- func (NotificationChannel_SpecPathSelectorEnabled) FieldPath() *NotificationChannelSpec_FieldTerminalPath
- func (s NotificationChannel_SpecPathSelectorEnabled) WithArrayOfValues(values []bool) *NotificationChannelSpec_FieldTerminalPathArrayOfValues
- func (s NotificationChannel_SpecPathSelectorEnabled) WithValue(value bool) *NotificationChannelSpec_FieldTerminalPathValue
- type NotificationChannel_SpecPathSelectorNotificationLanguageCode
- func (NotificationChannel_SpecPathSelectorNotificationLanguageCode) FieldPath() *NotificationChannelSpec_FieldTerminalPath
- func (s NotificationChannel_SpecPathSelectorNotificationLanguageCode) WithArrayOfValues(values []string) *NotificationChannelSpec_FieldTerminalPathArrayOfValues
- func (s NotificationChannel_SpecPathSelectorNotificationLanguageCode) WithValue(value string) *NotificationChannelSpec_FieldTerminalPathValue
- type NotificationChannel_SpecPathSelectorSlack
- func (NotificationChannel_SpecPathSelectorSlack) FieldPath() *NotificationChannelSpec_FieldTerminalPath
- func (NotificationChannel_SpecPathSelectorSlack) IncomingWebhook() NotificationChannel_SpecPathSelectorSlackIncomingWebhook
- func (s NotificationChannel_SpecPathSelectorSlack) WithArrayOfValues(values []*NotificationChannel_Spec_Slack) *NotificationChannelSpec_FieldTerminalPathArrayOfValues
- func (s NotificationChannel_SpecPathSelectorSlack) WithSubArrayItemValue(subPathArrayItemValue NotificationChannelSpecSlack_FieldPathArrayItemValue) *NotificationChannelSpec_FieldSubPathArrayItemValue
- func (s NotificationChannel_SpecPathSelectorSlack) WithSubArrayOfValues(subPathArrayOfValues NotificationChannelSpecSlack_FieldPathArrayOfValues) *NotificationChannelSpec_FieldSubPathArrayOfValues
- func (NotificationChannel_SpecPathSelectorSlack) WithSubPath(subPath NotificationChannelSpecSlack_FieldPath) *NotificationChannelSpec_FieldSubPath
- func (s NotificationChannel_SpecPathSelectorSlack) WithSubValue(subPathValue NotificationChannelSpecSlack_FieldPathValue) *NotificationChannelSpec_FieldSubPathValue
- func (s NotificationChannel_SpecPathSelectorSlack) WithValue(value *NotificationChannel_Spec_Slack) *NotificationChannelSpec_FieldTerminalPathValue
- type NotificationChannel_SpecPathSelectorSlackIncomingWebhook
- func (NotificationChannel_SpecPathSelectorSlackIncomingWebhook) FieldPath() *NotificationChannelSpec_FieldSubPath
- func (s NotificationChannel_SpecPathSelectorSlackIncomingWebhook) WithArrayOfValues(values []string) *NotificationChannelSpec_FieldSubPathArrayOfValues
- func (s NotificationChannel_SpecPathSelectorSlackIncomingWebhook) WithValue(value string) *NotificationChannelSpec_FieldSubPathValue
- type NotificationChannel_SpecPathSelectorType
- func (NotificationChannel_SpecPathSelectorType) FieldPath() *NotificationChannelSpec_FieldTerminalPath
- func (s NotificationChannel_SpecPathSelectorType) WithArrayOfValues(values []NotificationChannel_Spec_Type) *NotificationChannelSpec_FieldTerminalPathArrayOfValues
- func (s NotificationChannel_SpecPathSelectorType) WithValue(value NotificationChannel_Spec_Type) *NotificationChannelSpec_FieldTerminalPathValue
- type NotificationChannel_SpecPathSelectorWebhook
- func (NotificationChannel_SpecPathSelectorWebhook) FieldPath() *NotificationChannelSpec_FieldTerminalPath
- func (NotificationChannel_SpecPathSelectorWebhook) Headers() NotificationChannel_SpecPathSelectorWebhookHeaders
- func (NotificationChannel_SpecPathSelectorWebhook) Url() NotificationChannel_SpecPathSelectorWebhookUrl
- func (s NotificationChannel_SpecPathSelectorWebhook) WithArrayOfValues(values []*NotificationChannel_Spec_Webhook) *NotificationChannelSpec_FieldTerminalPathArrayOfValues
- func (s NotificationChannel_SpecPathSelectorWebhook) WithSubArrayItemValue(subPathArrayItemValue NotificationChannelSpecWebhook_FieldPathArrayItemValue) *NotificationChannelSpec_FieldSubPathArrayItemValue
- func (s NotificationChannel_SpecPathSelectorWebhook) WithSubArrayOfValues(subPathArrayOfValues NotificationChannelSpecWebhook_FieldPathArrayOfValues) *NotificationChannelSpec_FieldSubPathArrayOfValues
- func (NotificationChannel_SpecPathSelectorWebhook) WithSubPath(subPath NotificationChannelSpecWebhook_FieldPath) *NotificationChannelSpec_FieldSubPath
- func (s NotificationChannel_SpecPathSelectorWebhook) WithSubValue(subPathValue NotificationChannelSpecWebhook_FieldPathValue) *NotificationChannelSpec_FieldSubPathValue
- func (s NotificationChannel_SpecPathSelectorWebhook) WithValue(value *NotificationChannel_Spec_Webhook) *NotificationChannelSpec_FieldTerminalPathValue
- type NotificationChannel_SpecPathSelectorWebhookHeaders
- func (NotificationChannel_SpecPathSelectorWebhookHeaders) FieldPath() *NotificationChannelSpec_FieldSubPath
- func (NotificationChannel_SpecPathSelectorWebhookHeaders) Key() NotificationChannel_SpecPathSelectorWebhookHeadersKey
- func (NotificationChannel_SpecPathSelectorWebhookHeaders) Value() NotificationChannel_SpecPathSelectorWebhookHeadersValue
- func (s NotificationChannel_SpecPathSelectorWebhookHeaders) WithArrayOfValues(values [][]*NotificationChannel_Spec_Webhook_Header) *NotificationChannelSpec_FieldSubPathArrayOfValues
- func (s NotificationChannel_SpecPathSelectorWebhookHeaders) WithItemValue(value *NotificationChannel_Spec_Webhook_Header) *NotificationChannelSpec_FieldSubPathArrayItemValue
- func (s NotificationChannel_SpecPathSelectorWebhookHeaders) WithValue(value []*NotificationChannel_Spec_Webhook_Header) *NotificationChannelSpec_FieldSubPathValue
- type NotificationChannel_SpecPathSelectorWebhookHeadersKey
- func (NotificationChannel_SpecPathSelectorWebhookHeadersKey) FieldPath() *NotificationChannelSpec_FieldSubPath
- func (s NotificationChannel_SpecPathSelectorWebhookHeadersKey) WithArrayOfValues(values []string) *NotificationChannelSpec_FieldSubPathArrayOfValues
- func (s NotificationChannel_SpecPathSelectorWebhookHeadersKey) WithValue(value string) *NotificationChannelSpec_FieldSubPathValue
- type NotificationChannel_SpecPathSelectorWebhookHeadersValue
- func (NotificationChannel_SpecPathSelectorWebhookHeadersValue) FieldPath() *NotificationChannelSpec_FieldSubPath
- func (s NotificationChannel_SpecPathSelectorWebhookHeadersValue) WithArrayOfValues(values []string) *NotificationChannelSpec_FieldSubPathArrayOfValues
- func (s NotificationChannel_SpecPathSelectorWebhookHeadersValue) WithValue(value string) *NotificationChannelSpec_FieldSubPathValue
- type NotificationChannel_SpecPathSelectorWebhookUrl
- func (NotificationChannel_SpecPathSelectorWebhookUrl) FieldPath() *NotificationChannelSpec_FieldSubPath
- func (s NotificationChannel_SpecPathSelectorWebhookUrl) WithArrayOfValues(values []string) *NotificationChannelSpec_FieldSubPathArrayOfValues
- func (s NotificationChannel_SpecPathSelectorWebhookUrl) WithValue(value string) *NotificationChannelSpec_FieldSubPathValue
- type NotificationChannel_Spec_Email
- func (o *NotificationChannel_Spec_Email) Clone() *NotificationChannel_Spec_Email
- func (o *NotificationChannel_Spec_Email) CloneRaw() gotenobject.GotenObjectExt
- func (*NotificationChannel_Spec_Email) Descriptor() ([]byte, []int)
- func (m *NotificationChannel_Spec_Email) GetAddresses() []string
- func (*NotificationChannel_Spec_Email) GotenMessage()
- func (o *NotificationChannel_Spec_Email) GotenObjectExt()
- func (obj *NotificationChannel_Spec_Email) GotenValidate() error
- func (o *NotificationChannel_Spec_Email) MakeDiffFieldMask(other *NotificationChannel_Spec_Email) *NotificationChannel_Spec_Email_FieldMask
- func (o *NotificationChannel_Spec_Email) MakeFullFieldMask() *NotificationChannel_Spec_Email_FieldMask
- func (o *NotificationChannel_Spec_Email) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *NotificationChannel_Spec_Email) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *NotificationChannel_Spec_Email) Marshal() ([]byte, error)
- func (m *NotificationChannel_Spec_Email) MarshalJSON() ([]byte, error)
- func (o *NotificationChannel_Spec_Email) Merge(source *NotificationChannel_Spec_Email)
- func (o *NotificationChannel_Spec_Email) MergeRaw(source gotenobject.GotenObjectExt)
- func (*NotificationChannel_Spec_Email) ProtoMessage()
- func (m *NotificationChannel_Spec_Email) ProtoReflect() preflect.Message
- func (m *NotificationChannel_Spec_Email) Reset()
- func (m *NotificationChannel_Spec_Email) SetAddresses(fv []string)
- func (m *NotificationChannel_Spec_Email) String() string
- func (m *NotificationChannel_Spec_Email) Unmarshal(b []byte) error
- func (m *NotificationChannel_Spec_Email) UnmarshalJSON(data []byte) error
- type NotificationChannel_Spec_EmailPathSelectorAddresses
- func (NotificationChannel_Spec_EmailPathSelectorAddresses) FieldPath() *NotificationChannelSpecEmail_FieldTerminalPath
- func (s NotificationChannel_Spec_EmailPathSelectorAddresses) WithArrayOfValues(values [][]string) *NotificationChannelSpecEmail_FieldTerminalPathArrayOfValues
- func (s NotificationChannel_Spec_EmailPathSelectorAddresses) WithItemValue(value string) *NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue
- func (s NotificationChannel_Spec_EmailPathSelectorAddresses) WithValue(value []string) *NotificationChannelSpecEmail_FieldTerminalPathValue
- type NotificationChannel_Spec_Email_FieldMask
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) AppendPath(path NotificationChannelSpecEmail_FieldPath)
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) FilterInputFields() *NotificationChannel_Spec_Email_FieldMask
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) GetPaths() []NotificationChannelSpecEmail_FieldPath
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) IsFull() bool
- func (fieldMask NotificationChannel_Spec_Email_FieldMask) Marshal() ([]byte, error)
- func (fieldMask NotificationChannel_Spec_Email_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) PathsCount() int
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) Project(source *NotificationChannel_Spec_Email) *NotificationChannel_Spec_Email
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) ProtoMessage()
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) Reset()
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) Set(target, source *NotificationChannel_Spec_Email)
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) Size() int
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) String() string
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) Subtract(other *NotificationChannel_Spec_Email_FieldMask) *NotificationChannel_Spec_Email_FieldMask
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *NotificationChannel_Spec_Email_FieldMask) UnmarshalJSON(data []byte) error
- type NotificationChannel_Spec_FieldMask
- func (fieldMask *NotificationChannel_Spec_FieldMask) AppendPath(path NotificationChannelSpec_FieldPath)
- func (fieldMask *NotificationChannel_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *NotificationChannel_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *NotificationChannel_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *NotificationChannel_Spec_FieldMask) FilterInputFields() *NotificationChannel_Spec_FieldMask
- func (fieldMask *NotificationChannel_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *NotificationChannel_Spec_FieldMask) GetPaths() []NotificationChannelSpec_FieldPath
- func (fieldMask *NotificationChannel_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *NotificationChannel_Spec_FieldMask) IsFull() bool
- func (fieldMask NotificationChannel_Spec_FieldMask) Marshal() ([]byte, error)
- func (fieldMask NotificationChannel_Spec_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *NotificationChannel_Spec_FieldMask) PathsCount() int
- func (fieldMask *NotificationChannel_Spec_FieldMask) Project(source *NotificationChannel_Spec) *NotificationChannel_Spec
- func (fieldMask *NotificationChannel_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *NotificationChannel_Spec_FieldMask) ProtoMessage()
- func (fieldMask *NotificationChannel_Spec_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *NotificationChannel_Spec_FieldMask) Reset()
- func (fieldMask *NotificationChannel_Spec_FieldMask) Set(target, source *NotificationChannel_Spec)
- func (fieldMask *NotificationChannel_Spec_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *NotificationChannel_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *NotificationChannel_Spec_FieldMask) Size() int
- func (fieldMask *NotificationChannel_Spec_FieldMask) String() string
- func (fieldMask *NotificationChannel_Spec_FieldMask) Subtract(other *NotificationChannel_Spec_FieldMask) *NotificationChannel_Spec_FieldMask
- func (fieldMask *NotificationChannel_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *NotificationChannel_Spec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *NotificationChannel_Spec_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *NotificationChannel_Spec_FieldMask) UnmarshalJSON(data []byte) error
- type NotificationChannel_Spec_PagerDuty
- func (o *NotificationChannel_Spec_PagerDuty) Clone() *NotificationChannel_Spec_PagerDuty
- func (o *NotificationChannel_Spec_PagerDuty) CloneRaw() gotenobject.GotenObjectExt
- func (*NotificationChannel_Spec_PagerDuty) Descriptor() ([]byte, []int)
- func (m *NotificationChannel_Spec_PagerDuty) GetServiceKey() string
- func (*NotificationChannel_Spec_PagerDuty) GotenMessage()
- func (o *NotificationChannel_Spec_PagerDuty) GotenObjectExt()
- func (obj *NotificationChannel_Spec_PagerDuty) GotenValidate() error
- func (o *NotificationChannel_Spec_PagerDuty) MakeDiffFieldMask(other *NotificationChannel_Spec_PagerDuty) *NotificationChannel_Spec_PagerDuty_FieldMask
- func (o *NotificationChannel_Spec_PagerDuty) MakeFullFieldMask() *NotificationChannel_Spec_PagerDuty_FieldMask
- func (o *NotificationChannel_Spec_PagerDuty) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *NotificationChannel_Spec_PagerDuty) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *NotificationChannel_Spec_PagerDuty) Marshal() ([]byte, error)
- func (m *NotificationChannel_Spec_PagerDuty) MarshalJSON() ([]byte, error)
- func (o *NotificationChannel_Spec_PagerDuty) Merge(source *NotificationChannel_Spec_PagerDuty)
- func (o *NotificationChannel_Spec_PagerDuty) MergeRaw(source gotenobject.GotenObjectExt)
- func (*NotificationChannel_Spec_PagerDuty) ProtoMessage()
- func (m *NotificationChannel_Spec_PagerDuty) ProtoReflect() preflect.Message
- func (m *NotificationChannel_Spec_PagerDuty) Reset()
- func (m *NotificationChannel_Spec_PagerDuty) SetServiceKey(fv string)
- func (m *NotificationChannel_Spec_PagerDuty) String() string
- func (m *NotificationChannel_Spec_PagerDuty) Unmarshal(b []byte) error
- func (m *NotificationChannel_Spec_PagerDuty) UnmarshalJSON(data []byte) error
- type NotificationChannel_Spec_PagerDutyPathSelectorServiceKey
- func (NotificationChannel_Spec_PagerDutyPathSelectorServiceKey) FieldPath() *NotificationChannelSpecPagerDuty_FieldTerminalPath
- func (s NotificationChannel_Spec_PagerDutyPathSelectorServiceKey) WithArrayOfValues(values []string) *NotificationChannelSpecPagerDuty_FieldTerminalPathArrayOfValues
- func (s NotificationChannel_Spec_PagerDutyPathSelectorServiceKey) WithValue(value string) *NotificationChannelSpecPagerDuty_FieldTerminalPathValue
- type NotificationChannel_Spec_PagerDuty_FieldMask
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) AppendPath(path NotificationChannelSpecPagerDuty_FieldPath)
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) FilterInputFields() *NotificationChannel_Spec_PagerDuty_FieldMask
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) GetPaths() []NotificationChannelSpecPagerDuty_FieldPath
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) IsFull() bool
- func (fieldMask NotificationChannel_Spec_PagerDuty_FieldMask) Marshal() ([]byte, error)
- func (fieldMask NotificationChannel_Spec_PagerDuty_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) PathsCount() int
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) Project(source *NotificationChannel_Spec_PagerDuty) *NotificationChannel_Spec_PagerDuty
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) ProtoMessage()
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) Reset()
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) Set(target, source *NotificationChannel_Spec_PagerDuty)
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) Size() int
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) String() string
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) Subtract(other *NotificationChannel_Spec_PagerDuty_FieldMask) *NotificationChannel_Spec_PagerDuty_FieldMask
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) UnmarshalJSON(data []byte) error
- type NotificationChannel_Spec_Slack
- func (o *NotificationChannel_Spec_Slack) Clone() *NotificationChannel_Spec_Slack
- func (o *NotificationChannel_Spec_Slack) CloneRaw() gotenobject.GotenObjectExt
- func (*NotificationChannel_Spec_Slack) Descriptor() ([]byte, []int)
- func (m *NotificationChannel_Spec_Slack) GetIncomingWebhook() string
- func (*NotificationChannel_Spec_Slack) GotenMessage()
- func (o *NotificationChannel_Spec_Slack) GotenObjectExt()
- func (obj *NotificationChannel_Spec_Slack) GotenValidate() error
- func (o *NotificationChannel_Spec_Slack) MakeDiffFieldMask(other *NotificationChannel_Spec_Slack) *NotificationChannel_Spec_Slack_FieldMask
- func (o *NotificationChannel_Spec_Slack) MakeFullFieldMask() *NotificationChannel_Spec_Slack_FieldMask
- func (o *NotificationChannel_Spec_Slack) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *NotificationChannel_Spec_Slack) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *NotificationChannel_Spec_Slack) Marshal() ([]byte, error)
- func (m *NotificationChannel_Spec_Slack) MarshalJSON() ([]byte, error)
- func (o *NotificationChannel_Spec_Slack) Merge(source *NotificationChannel_Spec_Slack)
- func (o *NotificationChannel_Spec_Slack) MergeRaw(source gotenobject.GotenObjectExt)
- func (*NotificationChannel_Spec_Slack) ProtoMessage()
- func (m *NotificationChannel_Spec_Slack) ProtoReflect() preflect.Message
- func (m *NotificationChannel_Spec_Slack) Reset()
- func (m *NotificationChannel_Spec_Slack) SetIncomingWebhook(fv string)
- func (m *NotificationChannel_Spec_Slack) String() string
- func (m *NotificationChannel_Spec_Slack) Unmarshal(b []byte) error
- func (m *NotificationChannel_Spec_Slack) UnmarshalJSON(data []byte) error
- type NotificationChannel_Spec_SlackPathSelectorIncomingWebhook
- func (NotificationChannel_Spec_SlackPathSelectorIncomingWebhook) FieldPath() *NotificationChannelSpecSlack_FieldTerminalPath
- func (s NotificationChannel_Spec_SlackPathSelectorIncomingWebhook) WithArrayOfValues(values []string) *NotificationChannelSpecSlack_FieldTerminalPathArrayOfValues
- func (s NotificationChannel_Spec_SlackPathSelectorIncomingWebhook) WithValue(value string) *NotificationChannelSpecSlack_FieldTerminalPathValue
- type NotificationChannel_Spec_Slack_FieldMask
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) AppendPath(path NotificationChannelSpecSlack_FieldPath)
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) FilterInputFields() *NotificationChannel_Spec_Slack_FieldMask
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) GetPaths() []NotificationChannelSpecSlack_FieldPath
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) IsFull() bool
- func (fieldMask NotificationChannel_Spec_Slack_FieldMask) Marshal() ([]byte, error)
- func (fieldMask NotificationChannel_Spec_Slack_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) PathsCount() int
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) Project(source *NotificationChannel_Spec_Slack) *NotificationChannel_Spec_Slack
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) ProtoMessage()
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) Reset()
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) Set(target, source *NotificationChannel_Spec_Slack)
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) Size() int
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) String() string
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) Subtract(other *NotificationChannel_Spec_Slack_FieldMask) *NotificationChannel_Spec_Slack_FieldMask
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) UnmarshalJSON(data []byte) error
- type NotificationChannel_Spec_Type
- func (NotificationChannel_Spec_Type) Descriptor() preflect.EnumDescriptor
- func (x NotificationChannel_Spec_Type) Enum() *NotificationChannel_Spec_Type
- func (NotificationChannel_Spec_Type) EnumDescriptor() ([]byte, []int)
- func (x NotificationChannel_Spec_Type) Number() preflect.EnumNumber
- func (x NotificationChannel_Spec_Type) String() string
- func (NotificationChannel_Spec_Type) Type() preflect.EnumType
- type NotificationChannel_Spec_Webhook
- func (o *NotificationChannel_Spec_Webhook) Clone() *NotificationChannel_Spec_Webhook
- func (o *NotificationChannel_Spec_Webhook) CloneRaw() gotenobject.GotenObjectExt
- func (*NotificationChannel_Spec_Webhook) Descriptor() ([]byte, []int)
- func (m *NotificationChannel_Spec_Webhook) GetHeaders() []*NotificationChannel_Spec_Webhook_Header
- func (m *NotificationChannel_Spec_Webhook) GetUrl() string
- func (*NotificationChannel_Spec_Webhook) GotenMessage()
- func (o *NotificationChannel_Spec_Webhook) GotenObjectExt()
- func (obj *NotificationChannel_Spec_Webhook) GotenValidate() error
- func (o *NotificationChannel_Spec_Webhook) MakeDiffFieldMask(other *NotificationChannel_Spec_Webhook) *NotificationChannel_Spec_Webhook_FieldMask
- func (o *NotificationChannel_Spec_Webhook) MakeFullFieldMask() *NotificationChannel_Spec_Webhook_FieldMask
- func (o *NotificationChannel_Spec_Webhook) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *NotificationChannel_Spec_Webhook) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *NotificationChannel_Spec_Webhook) Marshal() ([]byte, error)
- func (m *NotificationChannel_Spec_Webhook) MarshalJSON() ([]byte, error)
- func (o *NotificationChannel_Spec_Webhook) Merge(source *NotificationChannel_Spec_Webhook)
- func (o *NotificationChannel_Spec_Webhook) MergeRaw(source gotenobject.GotenObjectExt)
- func (*NotificationChannel_Spec_Webhook) ProtoMessage()
- func (m *NotificationChannel_Spec_Webhook) ProtoReflect() preflect.Message
- func (m *NotificationChannel_Spec_Webhook) Reset()
- func (m *NotificationChannel_Spec_Webhook) SetHeaders(fv []*NotificationChannel_Spec_Webhook_Header)
- func (m *NotificationChannel_Spec_Webhook) SetUrl(fv string)
- func (m *NotificationChannel_Spec_Webhook) String() string
- func (m *NotificationChannel_Spec_Webhook) Unmarshal(b []byte) error
- func (m *NotificationChannel_Spec_Webhook) UnmarshalJSON(data []byte) error
- type NotificationChannel_Spec_WebhookPathSelectorHeaders
- func (NotificationChannel_Spec_WebhookPathSelectorHeaders) FieldPath() *NotificationChannelSpecWebhook_FieldTerminalPath
- func (NotificationChannel_Spec_WebhookPathSelectorHeaders) Key() NotificationChannel_Spec_WebhookPathSelectorHeadersKey
- func (NotificationChannel_Spec_WebhookPathSelectorHeaders) Value() NotificationChannel_Spec_WebhookPathSelectorHeadersValue
- func (s NotificationChannel_Spec_WebhookPathSelectorHeaders) WithArrayOfValues(values [][]*NotificationChannel_Spec_Webhook_Header) *NotificationChannelSpecWebhook_FieldTerminalPathArrayOfValues
- func (s NotificationChannel_Spec_WebhookPathSelectorHeaders) WithItemValue(value *NotificationChannel_Spec_Webhook_Header) *NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue
- func (s NotificationChannel_Spec_WebhookPathSelectorHeaders) WithSubArrayItemValue(...) *NotificationChannelSpecWebhook_FieldSubPathArrayItemValue
- func (s NotificationChannel_Spec_WebhookPathSelectorHeaders) WithSubArrayOfValues(...) *NotificationChannelSpecWebhook_FieldSubPathArrayOfValues
- func (NotificationChannel_Spec_WebhookPathSelectorHeaders) WithSubPath(subPath NotificationChannelSpecWebhookHeader_FieldPath) *NotificationChannelSpecWebhook_FieldSubPath
- func (s NotificationChannel_Spec_WebhookPathSelectorHeaders) WithSubValue(subPathValue NotificationChannelSpecWebhookHeader_FieldPathValue) *NotificationChannelSpecWebhook_FieldSubPathValue
- func (s NotificationChannel_Spec_WebhookPathSelectorHeaders) WithValue(value []*NotificationChannel_Spec_Webhook_Header) *NotificationChannelSpecWebhook_FieldTerminalPathValue
- type NotificationChannel_Spec_WebhookPathSelectorHeadersKey
- func (NotificationChannel_Spec_WebhookPathSelectorHeadersKey) FieldPath() *NotificationChannelSpecWebhook_FieldSubPath
- func (s NotificationChannel_Spec_WebhookPathSelectorHeadersKey) WithArrayOfValues(values []string) *NotificationChannelSpecWebhook_FieldSubPathArrayOfValues
- func (s NotificationChannel_Spec_WebhookPathSelectorHeadersKey) WithValue(value string) *NotificationChannelSpecWebhook_FieldSubPathValue
- type NotificationChannel_Spec_WebhookPathSelectorHeadersValue
- func (NotificationChannel_Spec_WebhookPathSelectorHeadersValue) FieldPath() *NotificationChannelSpecWebhook_FieldSubPath
- func (s NotificationChannel_Spec_WebhookPathSelectorHeadersValue) WithArrayOfValues(values []string) *NotificationChannelSpecWebhook_FieldSubPathArrayOfValues
- func (s NotificationChannel_Spec_WebhookPathSelectorHeadersValue) WithValue(value string) *NotificationChannelSpecWebhook_FieldSubPathValue
- type NotificationChannel_Spec_WebhookPathSelectorUrl
- func (NotificationChannel_Spec_WebhookPathSelectorUrl) FieldPath() *NotificationChannelSpecWebhook_FieldTerminalPath
- func (s NotificationChannel_Spec_WebhookPathSelectorUrl) WithArrayOfValues(values []string) *NotificationChannelSpecWebhook_FieldTerminalPathArrayOfValues
- func (s NotificationChannel_Spec_WebhookPathSelectorUrl) WithValue(value string) *NotificationChannelSpecWebhook_FieldTerminalPathValue
- type NotificationChannel_Spec_Webhook_FieldMask
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) AppendPath(path NotificationChannelSpecWebhook_FieldPath)
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) FilterInputFields() *NotificationChannel_Spec_Webhook_FieldMask
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) GetPaths() []NotificationChannelSpecWebhook_FieldPath
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) IsFull() bool
- func (fieldMask NotificationChannel_Spec_Webhook_FieldMask) Marshal() ([]byte, error)
- func (fieldMask NotificationChannel_Spec_Webhook_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) PathsCount() int
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) Project(source *NotificationChannel_Spec_Webhook) *NotificationChannel_Spec_Webhook
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) ProtoMessage()
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) Reset()
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) Set(target, source *NotificationChannel_Spec_Webhook)
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) Size() int
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) String() string
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) Subtract(other *NotificationChannel_Spec_Webhook_FieldMask) *NotificationChannel_Spec_Webhook_FieldMask
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) UnmarshalJSON(data []byte) error
- type NotificationChannel_Spec_Webhook_Header
- func (o *NotificationChannel_Spec_Webhook_Header) Clone() *NotificationChannel_Spec_Webhook_Header
- func (o *NotificationChannel_Spec_Webhook_Header) CloneRaw() gotenobject.GotenObjectExt
- func (*NotificationChannel_Spec_Webhook_Header) Descriptor() ([]byte, []int)
- func (m *NotificationChannel_Spec_Webhook_Header) GetKey() string
- func (m *NotificationChannel_Spec_Webhook_Header) GetValue() string
- func (*NotificationChannel_Spec_Webhook_Header) GotenMessage()
- func (o *NotificationChannel_Spec_Webhook_Header) GotenObjectExt()
- func (obj *NotificationChannel_Spec_Webhook_Header) GotenValidate() error
- func (o *NotificationChannel_Spec_Webhook_Header) MakeDiffFieldMask(other *NotificationChannel_Spec_Webhook_Header) *NotificationChannel_Spec_Webhook_Header_FieldMask
- func (o *NotificationChannel_Spec_Webhook_Header) MakeFullFieldMask() *NotificationChannel_Spec_Webhook_Header_FieldMask
- func (o *NotificationChannel_Spec_Webhook_Header) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *NotificationChannel_Spec_Webhook_Header) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *NotificationChannel_Spec_Webhook_Header) Marshal() ([]byte, error)
- func (m *NotificationChannel_Spec_Webhook_Header) MarshalJSON() ([]byte, error)
- func (o *NotificationChannel_Spec_Webhook_Header) Merge(source *NotificationChannel_Spec_Webhook_Header)
- func (o *NotificationChannel_Spec_Webhook_Header) MergeRaw(source gotenobject.GotenObjectExt)
- func (*NotificationChannel_Spec_Webhook_Header) ProtoMessage()
- func (m *NotificationChannel_Spec_Webhook_Header) ProtoReflect() preflect.Message
- func (m *NotificationChannel_Spec_Webhook_Header) Reset()
- func (m *NotificationChannel_Spec_Webhook_Header) SetKey(fv string)
- func (m *NotificationChannel_Spec_Webhook_Header) SetValue(fv string)
- func (m *NotificationChannel_Spec_Webhook_Header) String() string
- func (m *NotificationChannel_Spec_Webhook_Header) Unmarshal(b []byte) error
- func (m *NotificationChannel_Spec_Webhook_Header) UnmarshalJSON(data []byte) error
- type NotificationChannel_Spec_Webhook_HeaderPathSelectorKey
- func (NotificationChannel_Spec_Webhook_HeaderPathSelectorKey) FieldPath() *NotificationChannelSpecWebhookHeader_FieldTerminalPath
- func (s NotificationChannel_Spec_Webhook_HeaderPathSelectorKey) WithArrayOfValues(values []string) *NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayOfValues
- func (s NotificationChannel_Spec_Webhook_HeaderPathSelectorKey) WithValue(value string) *NotificationChannelSpecWebhookHeader_FieldTerminalPathValue
- type NotificationChannel_Spec_Webhook_HeaderPathSelectorValue
- func (NotificationChannel_Spec_Webhook_HeaderPathSelectorValue) FieldPath() *NotificationChannelSpecWebhookHeader_FieldTerminalPath
- func (s NotificationChannel_Spec_Webhook_HeaderPathSelectorValue) WithArrayOfValues(values []string) *NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayOfValues
- func (s NotificationChannel_Spec_Webhook_HeaderPathSelectorValue) WithValue(value string) *NotificationChannelSpecWebhookHeader_FieldTerminalPathValue
- type NotificationChannel_Spec_Webhook_Header_FieldMask
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) AppendPath(path NotificationChannelSpecWebhookHeader_FieldPath)
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) FilterInputFields() *NotificationChannel_Spec_Webhook_Header_FieldMask
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) GetPaths() []NotificationChannelSpecWebhookHeader_FieldPath
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) IsFull() bool
- func (fieldMask NotificationChannel_Spec_Webhook_Header_FieldMask) Marshal() ([]byte, error)
- func (fieldMask NotificationChannel_Spec_Webhook_Header_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) PathsCount() int
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) Project(source *NotificationChannel_Spec_Webhook_Header) *NotificationChannel_Spec_Webhook_Header
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) ProtoMessage()
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) Reset()
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) Set(target, source *NotificationChannel_Spec_Webhook_Header)
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) Size() int
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) String() string
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) Subtract(other *NotificationChannel_Spec_Webhook_Header_FieldMask) *NotificationChannel_Spec_Webhook_Header_FieldMask
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) UnmarshalJSON(data []byte) error
- type NotificationChannel_State
- func (o *NotificationChannel_State) Clone() *NotificationChannel_State
- func (o *NotificationChannel_State) CloneRaw() gotenobject.GotenObjectExt
- func (*NotificationChannel_State) Descriptor() ([]byte, []int)
- func (m *NotificationChannel_State) GetError() *NotificationChannel_State_Error
- func (m *NotificationChannel_State) GetStatus() NotificationChannel_State_Status
- func (*NotificationChannel_State) GotenMessage()
- func (o *NotificationChannel_State) GotenObjectExt()
- func (obj *NotificationChannel_State) GotenValidate() error
- func (o *NotificationChannel_State) MakeDiffFieldMask(other *NotificationChannel_State) *NotificationChannel_State_FieldMask
- func (o *NotificationChannel_State) MakeFullFieldMask() *NotificationChannel_State_FieldMask
- func (o *NotificationChannel_State) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *NotificationChannel_State) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *NotificationChannel_State) Marshal() ([]byte, error)
- func (m *NotificationChannel_State) MarshalJSON() ([]byte, error)
- func (o *NotificationChannel_State) Merge(source *NotificationChannel_State)
- func (o *NotificationChannel_State) MergeRaw(source gotenobject.GotenObjectExt)
- func (*NotificationChannel_State) ProtoMessage()
- func (m *NotificationChannel_State) ProtoReflect() preflect.Message
- func (m *NotificationChannel_State) Reset()
- func (m *NotificationChannel_State) SetError(fv *NotificationChannel_State_Error)
- func (m *NotificationChannel_State) SetStatus(fv NotificationChannel_State_Status)
- func (m *NotificationChannel_State) String() string
- func (m *NotificationChannel_State) Unmarshal(b []byte) error
- func (m *NotificationChannel_State) UnmarshalJSON(data []byte) error
- type NotificationChannel_StatePathSelectorError
- func (NotificationChannel_StatePathSelectorError) FieldPath() *NotificationChannelState_FieldTerminalPath
- func (NotificationChannel_StatePathSelectorError) Message() NotificationChannel_StatePathSelectorErrorMessage
- func (NotificationChannel_StatePathSelectorError) Time() NotificationChannel_StatePathSelectorErrorTime
- func (s NotificationChannel_StatePathSelectorError) WithArrayOfValues(values []*NotificationChannel_State_Error) *NotificationChannelState_FieldTerminalPathArrayOfValues
- func (s NotificationChannel_StatePathSelectorError) WithSubArrayItemValue(subPathArrayItemValue NotificationChannelStateError_FieldPathArrayItemValue) *NotificationChannelState_FieldSubPathArrayItemValue
- func (s NotificationChannel_StatePathSelectorError) WithSubArrayOfValues(subPathArrayOfValues NotificationChannelStateError_FieldPathArrayOfValues) *NotificationChannelState_FieldSubPathArrayOfValues
- func (NotificationChannel_StatePathSelectorError) WithSubPath(subPath NotificationChannelStateError_FieldPath) *NotificationChannelState_FieldSubPath
- func (s NotificationChannel_StatePathSelectorError) WithSubValue(subPathValue NotificationChannelStateError_FieldPathValue) *NotificationChannelState_FieldSubPathValue
- func (s NotificationChannel_StatePathSelectorError) WithValue(value *NotificationChannel_State_Error) *NotificationChannelState_FieldTerminalPathValue
- type NotificationChannel_StatePathSelectorErrorMessage
- func (NotificationChannel_StatePathSelectorErrorMessage) FieldPath() *NotificationChannelState_FieldSubPath
- func (s NotificationChannel_StatePathSelectorErrorMessage) WithArrayOfValues(values []string) *NotificationChannelState_FieldSubPathArrayOfValues
- func (s NotificationChannel_StatePathSelectorErrorMessage) WithValue(value string) *NotificationChannelState_FieldSubPathValue
- type NotificationChannel_StatePathSelectorErrorTime
- func (NotificationChannel_StatePathSelectorErrorTime) FieldPath() *NotificationChannelState_FieldSubPath
- func (s NotificationChannel_StatePathSelectorErrorTime) WithArrayOfValues(values []*timestamp.Timestamp) *NotificationChannelState_FieldSubPathArrayOfValues
- func (s NotificationChannel_StatePathSelectorErrorTime) WithValue(value *timestamp.Timestamp) *NotificationChannelState_FieldSubPathValue
- type NotificationChannel_StatePathSelectorStatus
- func (NotificationChannel_StatePathSelectorStatus) FieldPath() *NotificationChannelState_FieldTerminalPath
- func (s NotificationChannel_StatePathSelectorStatus) WithArrayOfValues(values []NotificationChannel_State_Status) *NotificationChannelState_FieldTerminalPathArrayOfValues
- func (s NotificationChannel_StatePathSelectorStatus) WithValue(value NotificationChannel_State_Status) *NotificationChannelState_FieldTerminalPathValue
- type NotificationChannel_State_Error
- func (o *NotificationChannel_State_Error) Clone() *NotificationChannel_State_Error
- func (o *NotificationChannel_State_Error) CloneRaw() gotenobject.GotenObjectExt
- func (*NotificationChannel_State_Error) Descriptor() ([]byte, []int)
- func (m *NotificationChannel_State_Error) GetMessage() string
- func (m *NotificationChannel_State_Error) GetTime() *timestamp.Timestamp
- func (*NotificationChannel_State_Error) GotenMessage()
- func (o *NotificationChannel_State_Error) GotenObjectExt()
- func (obj *NotificationChannel_State_Error) GotenValidate() error
- func (o *NotificationChannel_State_Error) MakeDiffFieldMask(other *NotificationChannel_State_Error) *NotificationChannel_State_Error_FieldMask
- func (o *NotificationChannel_State_Error) MakeFullFieldMask() *NotificationChannel_State_Error_FieldMask
- func (o *NotificationChannel_State_Error) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *NotificationChannel_State_Error) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *NotificationChannel_State_Error) Marshal() ([]byte, error)
- func (m *NotificationChannel_State_Error) MarshalJSON() ([]byte, error)
- func (o *NotificationChannel_State_Error) Merge(source *NotificationChannel_State_Error)
- func (o *NotificationChannel_State_Error) MergeRaw(source gotenobject.GotenObjectExt)
- func (*NotificationChannel_State_Error) ProtoMessage()
- func (m *NotificationChannel_State_Error) ProtoReflect() preflect.Message
- func (m *NotificationChannel_State_Error) Reset()
- func (m *NotificationChannel_State_Error) SetMessage(fv string)
- func (m *NotificationChannel_State_Error) SetTime(fv *timestamp.Timestamp)
- func (m *NotificationChannel_State_Error) String() string
- func (m *NotificationChannel_State_Error) Unmarshal(b []byte) error
- func (m *NotificationChannel_State_Error) UnmarshalJSON(data []byte) error
- type NotificationChannel_State_ErrorPathSelectorMessage
- func (NotificationChannel_State_ErrorPathSelectorMessage) FieldPath() *NotificationChannelStateError_FieldTerminalPath
- func (s NotificationChannel_State_ErrorPathSelectorMessage) WithArrayOfValues(values []string) *NotificationChannelStateError_FieldTerminalPathArrayOfValues
- func (s NotificationChannel_State_ErrorPathSelectorMessage) WithValue(value string) *NotificationChannelStateError_FieldTerminalPathValue
- type NotificationChannel_State_ErrorPathSelectorTime
- func (NotificationChannel_State_ErrorPathSelectorTime) FieldPath() *NotificationChannelStateError_FieldTerminalPath
- func (s NotificationChannel_State_ErrorPathSelectorTime) WithArrayOfValues(values []*timestamp.Timestamp) *NotificationChannelStateError_FieldTerminalPathArrayOfValues
- func (s NotificationChannel_State_ErrorPathSelectorTime) WithValue(value *timestamp.Timestamp) *NotificationChannelStateError_FieldTerminalPathValue
- type NotificationChannel_State_Error_FieldMask
- func (fieldMask *NotificationChannel_State_Error_FieldMask) AppendPath(path NotificationChannelStateError_FieldPath)
- func (fieldMask *NotificationChannel_State_Error_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *NotificationChannel_State_Error_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *NotificationChannel_State_Error_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *NotificationChannel_State_Error_FieldMask) FilterInputFields() *NotificationChannel_State_Error_FieldMask
- func (fieldMask *NotificationChannel_State_Error_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *NotificationChannel_State_Error_FieldMask) GetPaths() []NotificationChannelStateError_FieldPath
- func (fieldMask *NotificationChannel_State_Error_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *NotificationChannel_State_Error_FieldMask) IsFull() bool
- func (fieldMask NotificationChannel_State_Error_FieldMask) Marshal() ([]byte, error)
- func (fieldMask NotificationChannel_State_Error_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *NotificationChannel_State_Error_FieldMask) PathsCount() int
- func (fieldMask *NotificationChannel_State_Error_FieldMask) Project(source *NotificationChannel_State_Error) *NotificationChannel_State_Error
- func (fieldMask *NotificationChannel_State_Error_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *NotificationChannel_State_Error_FieldMask) ProtoMessage()
- func (fieldMask *NotificationChannel_State_Error_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *NotificationChannel_State_Error_FieldMask) Reset()
- func (fieldMask *NotificationChannel_State_Error_FieldMask) Set(target, source *NotificationChannel_State_Error)
- func (fieldMask *NotificationChannel_State_Error_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *NotificationChannel_State_Error_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *NotificationChannel_State_Error_FieldMask) Size() int
- func (fieldMask *NotificationChannel_State_Error_FieldMask) String() string
- func (fieldMask *NotificationChannel_State_Error_FieldMask) Subtract(other *NotificationChannel_State_Error_FieldMask) *NotificationChannel_State_Error_FieldMask
- func (fieldMask *NotificationChannel_State_Error_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *NotificationChannel_State_Error_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *NotificationChannel_State_Error_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *NotificationChannel_State_Error_FieldMask) UnmarshalJSON(data []byte) error
- type NotificationChannel_State_FieldMask
- func (fieldMask *NotificationChannel_State_FieldMask) AppendPath(path NotificationChannelState_FieldPath)
- func (fieldMask *NotificationChannel_State_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *NotificationChannel_State_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *NotificationChannel_State_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *NotificationChannel_State_FieldMask) FilterInputFields() *NotificationChannel_State_FieldMask
- func (fieldMask *NotificationChannel_State_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *NotificationChannel_State_FieldMask) GetPaths() []NotificationChannelState_FieldPath
- func (fieldMask *NotificationChannel_State_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *NotificationChannel_State_FieldMask) IsFull() bool
- func (fieldMask NotificationChannel_State_FieldMask) Marshal() ([]byte, error)
- func (fieldMask NotificationChannel_State_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *NotificationChannel_State_FieldMask) PathsCount() int
- func (fieldMask *NotificationChannel_State_FieldMask) Project(source *NotificationChannel_State) *NotificationChannel_State
- func (fieldMask *NotificationChannel_State_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *NotificationChannel_State_FieldMask) ProtoMessage()
- func (fieldMask *NotificationChannel_State_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *NotificationChannel_State_FieldMask) Reset()
- func (fieldMask *NotificationChannel_State_FieldMask) Set(target, source *NotificationChannel_State)
- func (fieldMask *NotificationChannel_State_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *NotificationChannel_State_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *NotificationChannel_State_FieldMask) Size() int
- func (fieldMask *NotificationChannel_State_FieldMask) String() string
- func (fieldMask *NotificationChannel_State_FieldMask) Subtract(other *NotificationChannel_State_FieldMask) *NotificationChannel_State_FieldMask
- func (fieldMask *NotificationChannel_State_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *NotificationChannel_State_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *NotificationChannel_State_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *NotificationChannel_State_FieldMask) UnmarshalJSON(data []byte) error
- type NotificationChannel_State_Status
- func (NotificationChannel_State_Status) Descriptor() preflect.EnumDescriptor
- func (x NotificationChannel_State_Status) Enum() *NotificationChannel_State_Status
- func (NotificationChannel_State_Status) EnumDescriptor() ([]byte, []int)
- func (x NotificationChannel_State_Status) Number() preflect.EnumNumber
- func (x NotificationChannel_State_Status) String() string
- func (NotificationChannel_State_Status) Type() preflect.EnumType
- type OrderBy
- func (orderBy *OrderBy) Compare(left, right *NotificationChannel) int
- func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
- func (orderBy *OrderBy) GetFieldMask() *NotificationChannel_FieldMask
- func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
- func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
- func (orderBy *OrderBy) InsertSorted(sorted NotificationChannelList, elem *NotificationChannel) (NotificationChannelList, int)
- func (orderBy *OrderBy) InsertSortedRaw(sorted gotenresource.ResourceList, elem gotenresource.Resource) (gotenresource.ResourceList, int)
- func (orderBy *OrderBy) ParseProtoString(data string) error
- func (orderBy *OrderBy) ProtoString() (string, error)
- func (orderBy *OrderBy) SetFromCliFlag(raw string) error
- func (orderBy *OrderBy) Sort(results NotificationChannelList)
- func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
- func (orderBy *OrderBy) String() string
- type OrderByField
- type PagerCursor
- func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion
- func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection
- func (cursor *PagerCursor) GetValue() gotenresource.CursorValue
- func (cursor *PagerCursor) IsEmpty() bool
- func (cursor *PagerCursor) ParseProtoString(data string) (err error)
- func (cursor *PagerCursor) ProtoString() (string, error)
- func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue)
- func (cursor *PagerCursor) SetFromCliFlag(raw string) error
- func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion)
- func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection)
- func (cursor *PagerCursor) String() string
- type PagerQuery
- func (p *PagerQuery) GetCursor() gotenresource.Cursor
- func (p *PagerQuery) GetLimit() int
- func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy
- func (p *PagerQuery) GetPeekForward() bool
- func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (p *PagerQuery) PageDirection() gotenresource.PageDirection
- func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor)
- func (p *PagerQuery) SetLimit(limit int)
- func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy)
- func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection)
- func (p *PagerQuery) SetPeekForward(peekForward bool)
- type ParentName
- func (name *ParentName) AsRawReference() gotenresource.Reference
- func (name *ParentName) AsReference() *ParentReference
- func (name *ParentName) DescendsFrom(ancestor string) bool
- func (name *ParentName) FullyQualifiedName() (string, error)
- func (name *ParentName) GetIParentName() gotenresource.Name
- func (name *ParentName) GetIUnderlyingParentName() gotenresource.Name
- func (name *ParentName) GetIdParts() map[string]string
- func (name *ParentName) GetPattern() gotenresource.NamePattern
- func (name *ParentName) GetProjectName() *project.Name
- func (name *ParentName) GetResourceDescriptor() gotenresource.Descriptor
- func (name *ParentName) GetSegments() gotenresource.NameSegments
- func (name *ParentName) GotenEqual(other interface{}) bool
- func (name *ParentName) IsFullyQualified() bool
- func (name *ParentName) IsSpecified() bool
- func (name *ParentName) Matches(other interface{}) bool
- func (name *ParentName) ParseProtoString(data string) error
- func (name *ParentName) ProtoString() (string, error)
- func (name *ParentName) SetFromCliFlag(raw string) error
- func (name *ParentName) SetFromSegments(segments gotenresource.NameSegments) error
- func (name *ParentName) String() string
- type ParentReference
- func (ref *ParentReference) ClearCached()
- func (name *ParentReference) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (name *ParentReference) ConvertToType(typeVal ref.Type) ref.Val
- func (name *ParentReference) Equal(other ref.Val) ref.Val
- func (ref *ParentReference) GetIParentName() gotenresource.Name
- func (ref *ParentReference) GetIUnderlyingParentName() gotenresource.Name
- func (ref *ParentReference) GetIdParts() map[string]string
- func (ref *ParentReference) GetPattern() gotenresource.NamePattern
- func (ref *ParentReference) GetProject() *project.Project
- func (ref *ParentReference) GetProjectReference() *project.Reference
- func (ref *ParentReference) GetRawResource() gotenresource.Resource
- func (ref *ParentReference) GetResourceDescriptor() gotenresource.Descriptor
- func (ref *ParentReference) GetSegments() gotenresource.NameSegments
- func (ref *ParentReference) GetUnderlyingReference() gotenresource.Reference
- func (ref *ParentReference) GotenEqual(other interface{}) bool
- func (name *ParentReference) HasTrait(trait int) bool
- func (ref *ParentReference) IsFullyQualified() bool
- func (ref *ParentReference) IsSpecified() bool
- func (name *ParentReference) Match(pattern ref.Val) ref.Val
- func (name *ParentReference) Matches(other interface{}) bool
- func (ref *ParentReference) ParseProtoString(data string) error
- func (ref *ParentReference) ProtoString() (string, error)
- func (name *ParentReference) Receive(function string, overload string, args []ref.Val) ref.Val
- func (ref *ParentReference) ResolveRaw(res gotenresource.Resource) error
- func (ref *ParentReference) Resolved() bool
- func (ref *ParentReference) SetFromCliFlag(raw string) error
- func (ref *ParentReference) String() string
- func (name *ParentReference) Type() ref.Type
- func (name *ParentReference) TypeName() string
- func (name *ParentReference) Value() interface{}
- type QueryResultChange
- func (qr *QueryResultChange) GetIsCurrent() bool
- func (qr *QueryResultChange) GetIsHardReset() bool
- func (qr *QueryResultChange) GetIsSoftReset() bool
- func (qr *QueryResultChange) GetNextPageCursor() gotenresource.Cursor
- func (qr *QueryResultChange) GetPrevPageCursor() gotenresource.Cursor
- func (qr *QueryResultChange) GetResults() gotenresource.ResourceChangeList
- func (qr *QueryResultChange) GetResumeToken() string
- func (qr *QueryResultChange) GetSnapshotSize() int64
- func (qr *QueryResultChange) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
- func (qr *QueryResultChange) SetIsCurrent()
- func (qr *QueryResultChange) SetIsHardReset()
- func (qr *QueryResultChange) SetIsSoftReset()
- func (qr *QueryResultChange) SetResults(results gotenresource.ResourceChangeList)
- func (qr *QueryResultChange) SetResumeToken(token string)
- func (qr *QueryResultChange) SetSnapshotSize(size int64)
- type QueryResultSnapshot
- func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor
- func (qr *QueryResultSnapshot) GetPagingInfo() (totalCount, offset int32)
- func (qr *QueryResultSnapshot) GetPrevPageCursor() gotenresource.Cursor
- func (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList
- func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
- func (qr *QueryResultSnapshot) SetPagingInfo(totalCount, offset int32)
- func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList)
- type Reference
- func (ref *Reference) ClearCached()
- func (ref *Reference) FullyQualifiedName() (string, error)
- func (ref *Reference) GetIParentName() gotenresource.Name
- func (ref *Reference) GetIUnderlyingParentName() gotenresource.Name
- func (ref *Reference) GetIdParts() map[string]string
- func (ref *Reference) GetNotificationChannel() *NotificationChannel
- func (ref *Reference) GetPattern() gotenresource.NamePattern
- func (ref *Reference) GetRawResource() gotenresource.Resource
- func (ref *Reference) GetResourceDescriptor() gotenresource.Descriptor
- func (ref *Reference) GetSegments() gotenresource.NameSegments
- func (ref *Reference) GotenEqual(other interface{}) bool
- func (ref *Reference) IsFullyQualified() bool
- func (ref *Reference) IsSpecified() bool
- func (name *Reference) Matches(other interface{}) bool
- func (ref *Reference) ParseProtoString(data string) error
- func (ref *Reference) ProtoString() (string, error)
- func (ref *Reference) Resolve(resolved *NotificationChannel)
- func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
- func (ref *Reference) Resolved() bool
- func (ref *Reference) SetFromCliFlag(raw string) error
- func (ref *Reference) String() string
- type WatchQuery
- func (q *WatchQuery) GetMaximumChunkSize() int
- func (q *WatchQuery) GetResumeToken() string
- func (q *WatchQuery) GetStartingTime() *timestamppb.Timestamp
- func (q *WatchQuery) GetWatchType() watch_type.WatchType
- func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)
- func (q *WatchQuery) SetResumeToken(token string)
- func (q *WatchQuery) SetStartingTime(startingTime *timestamppb.Timestamp)
- func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
- func (q *WatchQuery) String() string
Constants ¶
const (
NamePattern_Project = "projects/{project}/notificationChannels/{notification_channel}"
)
Variables ¶
var ( NotificationChannel_Spec_Type_name = map[int32]string{ 0: "TYPE_UNSPECIFIED", 1: "EMAIL", 2: "SLACK", 3: "WEBHOOK", } NotificationChannel_Spec_Type_value = map[string]int32{ "TYPE_UNSPECIFIED": 0, "EMAIL": 1, "SLACK": 2, "WEBHOOK": 3, } )
var ( NotificationChannel_State_Status_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "ACTIVE", 2: "DISABLED", 3: "ERROR", } NotificationChannel_State_Status_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "ACTIVE": 1, "DISABLED": 2, "ERROR": 3, } )
Functions ¶
func AsAnyCastAccess ¶
func AsAnyCastAccess(access NotificationChannelAccess) gotenresource.Access
Types ¶
type Descriptor ¶
type Descriptor struct {
// contains filtered or unexported fields
}
func GetDescriptor ¶
func GetDescriptor() *Descriptor
func (*Descriptor) GetNameDescriptor ¶
func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
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)
type Filter ¶
type Filter struct {
FilterCondition
}
func (*Filter) ConvertToNative ¶
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) Evaluate ¶
func (filter *Filter) Evaluate(res *NotificationChannel) 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 []*NotificationChannel) (out []*NotificationChannel)
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) ParseProtoString ¶
func (*Filter) ProtoString ¶
func (*Filter) SetFromCliFlag ¶
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 NotificationChannel_FieldPath, opts ...gotenfilter.FilterConditionOption) *filterCndBuilderAnyPath
func (*FilterBuilder) With ¶
func (b *FilterBuilder) With(condOrBuilder FilterBuilderOrCondition, opts ...gotenfilter.FilterConditionOption) *FilterBuilder
type FilterBuilderOrCondition ¶
type FilterBuilderOrCondition interface {
// contains filtered or unexported methods
}
type FilterCondition ¶
type FilterCondition interface { gotenresource.FilterCondition And(...FilterCondition) FilterCondition Evaluate(res *NotificationChannel) bool // Whether this condition is at least as specific as other. // When true, any NotificationChannel 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 NotificationChannel_FieldPath) bool // contains filtered or unexported methods }
func AndFilterConditions ¶
func AndFilterConditions(conds ...FilterCondition) FilterCondition
type FilterConditionCompare ¶
type FilterConditionCompare struct { Operator filterParser.CompareOperator NotificationChannel_FieldPathValue }
func (*FilterConditionCompare) And ¶
func (cond *FilterConditionCompare) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionCompare) ConditionCompare ¶
func (cond *FilterConditionCompare) ConditionCompare()
func (*FilterConditionCompare) Evaluate ¶
func (cond *FilterConditionCompare) Evaluate(res *NotificationChannel) bool
func (*FilterConditionCompare) EvaluateRaw ¶
func (cond *FilterConditionCompare) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionCompare) GetOperator ¶
func (cond *FilterConditionCompare) GetOperator() filterParser.CompareOperator
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 NotificationChannel_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 (cond *FilterConditionComposite) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionComposite) ConditionComposite ¶
func (cond *FilterConditionComposite) ConditionComposite()
func (*FilterConditionComposite) Evaluate ¶
func (cond *FilterConditionComposite) Evaluate(res *NotificationChannel) bool
func (*FilterConditionComposite) EvaluateRaw ¶
func (cond *FilterConditionComposite) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionComposite) GetOperator ¶
func (cond *FilterConditionComposite) GetOperator() filterParser.CompositeOperator
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 NotificationChannel_FieldPath) bool
func (*FilterConditionComposite) SpecifiesRawFieldPath ¶
func (cond *FilterConditionComposite) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionComposite) String ¶
func (cond *FilterConditionComposite) String() string
type FilterConditionContains ¶
type FilterConditionContains struct { Type gotenresource.ConditionContainsType FieldPath NotificationChannel_FieldPath Value NotificationChannel_FieldPathArrayItemValue Values []NotificationChannel_FieldPathArrayItemValue }
func (*FilterConditionContains) And ¶
func (cond *FilterConditionContains) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionContains) ConditionContains ¶
func (cond *FilterConditionContains) ConditionContains()
func (*FilterConditionContains) ConditionContainsType ¶
func (cond *FilterConditionContains) ConditionContainsType() gotenresource.ConditionContainsType
func (*FilterConditionContains) Evaluate ¶
func (cond *FilterConditionContains) Evaluate(res *NotificationChannel) bool
func (*FilterConditionContains) EvaluateRaw ¶
func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionContains) GetFieldPath ¶
func (cond *FilterConditionContains) GetFieldPath() NotificationChannel_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 NotificationChannel_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 {
NotificationChannel_FieldPathArrayOfValues
}
func (*FilterConditionIn) And ¶
func (cond *FilterConditionIn) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionIn) ConditionIn ¶
func (cond *FilterConditionIn) ConditionIn()
func (*FilterConditionIn) Evaluate ¶
func (cond *FilterConditionIn) Evaluate(res *NotificationChannel) 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 NotificationChannel_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 NotificationChannel_FieldPath }
func (*FilterConditionIsNaN) And ¶
func (cond *FilterConditionIsNaN) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionIsNaN) ConditionIsNaN ¶
func (cond *FilterConditionIsNaN) ConditionIsNaN()
func (*FilterConditionIsNaN) Evaluate ¶
func (cond *FilterConditionIsNaN) Evaluate(res *NotificationChannel) 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 NotificationChannel_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 NotificationChannel_FieldPath }
func (*FilterConditionIsNull) And ¶
func (cond *FilterConditionIsNull) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionIsNull) ConditionIsNull ¶
func (cond *FilterConditionIsNull) ConditionIsNull()
func (*FilterConditionIsNull) Evaluate ¶
func (cond *FilterConditionIsNull) Evaluate(res *NotificationChannel) 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 NotificationChannel_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 (cond *FilterConditionNot) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionNot) ConditionNot ¶
func (cond *FilterConditionNot) ConditionNot()
func (*FilterConditionNot) Evaluate ¶
func (cond *FilterConditionNot) Evaluate(res *NotificationChannel) 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 NotificationChannel_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 {
NotificationChannel_FieldPathArrayOfValues
}
func (*FilterConditionNotIn) And ¶
func (cond *FilterConditionNotIn) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionNotIn) ConditionNotIn ¶
func (cond *FilterConditionNotIn) ConditionNotIn()
func (*FilterConditionNotIn) Evaluate ¶
func (cond *FilterConditionNotIn) Evaluate(res *NotificationChannel) 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 NotificationChannel_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 *NotificationChannel_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)
type ListQuery ¶
type ListQuery struct { Filter *Filter Pager *PagerQuery Mask *NotificationChannel_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 (*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 ¶
type Name ¶
type Name struct { ParentName NotificationChannelId string `firestore:"notificationChannelId"` }
func MustParseName ¶
func ParseNameOrId ¶
func (*Name) AsRawReference ¶
func (name *Name) AsRawReference() gotenresource.Reference
func (*Name) AsReference ¶
func (*Name) ConvertToNative ¶
func (*Name) FullyQualifiedName ¶
func (*Name) GetIParentName ¶
func (name *Name) GetIParentName() gotenresource.Name
func (*Name) GetIUnderlyingParentName ¶
func (name *Name) GetIUnderlyingParentName() gotenresource.Name
func (*Name) GetIdParts ¶
func (*Name) GetPattern ¶
func (name *Name) GetPattern() gotenresource.NamePattern
func (*Name) GetProjectName ¶
func (*Name) GetResourceDescriptor ¶
func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
func (*Name) GetSegments ¶
func (name *Name) GetSegments() gotenresource.NameSegments
func (*Name) GotenEqual ¶
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*Name) IsFullyQualified ¶
func (*Name) IsSpecified ¶
func (*Name) Matches ¶
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*Name) ParseProtoString ¶
func (*Name) ProtoString ¶
func (*Name) SetFromCliFlag ¶
implement CustomTypeCliValue method
func (*Name) SetFromSegments ¶
func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
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) SetId ¶
func (b *NameBuilder) SetId(id string) *NameBuilder
func (*NameBuilder) SetProject ¶
func (b *NameBuilder) SetProject(parent *project.Name) *NameBuilder
func (*NameBuilder) SetProjectId ¶
func (b *NameBuilder) SetProjectId(id string) *NameBuilder
type NamePattern ¶
type NamePattern struct {
Pattern gotenresource.NamePattern `firestore:"pattern"`
}
type NotificationChannel ¶
type NotificationChannel struct { // Name of NotificationChannel Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Metadata of NotificationChannel Metadata *ntt_meta.Meta `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty" firestore:"metadata"` // Display Name DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty" firestore:"displayName"` // Specification Spec *NotificationChannel_Spec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty" firestore:"spec"` // State State *NotificationChannel_State `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty" firestore:"state"` // description Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty" firestore:"description"` // contains filtered or unexported fields }
NotificationChannel Resource
func (*NotificationChannel) Clone ¶
func (o *NotificationChannel) Clone() *NotificationChannel
func (*NotificationChannel) CloneRaw ¶
func (o *NotificationChannel) CloneRaw() gotenobject.GotenObjectExt
func (*NotificationChannel) Descriptor ¶
func (*NotificationChannel) Descriptor() ([]byte, []int)
Deprecated, Use NotificationChannel.ProtoReflect.Descriptor instead.
func (*NotificationChannel) GetDescription ¶
func (m *NotificationChannel) GetDescription() string
func (*NotificationChannel) GetDisplayName ¶
func (m *NotificationChannel) GetDisplayName() string
func (*NotificationChannel) GetMetadata ¶
func (m *NotificationChannel) GetMetadata() *ntt_meta.Meta
func (*NotificationChannel) GetName ¶
func (m *NotificationChannel) GetName() *Name
func (*NotificationChannel) GetRawName ¶
func (r *NotificationChannel) GetRawName() gotenresource.Name
func (*NotificationChannel) GetResourceDescriptor ¶
func (r *NotificationChannel) GetResourceDescriptor() gotenresource.Descriptor
func (*NotificationChannel) GetSpec ¶
func (m *NotificationChannel) GetSpec() *NotificationChannel_Spec
func (*NotificationChannel) GetState ¶
func (m *NotificationChannel) GetState() *NotificationChannel_State
func (*NotificationChannel) GotenMessage ¶
func (*NotificationChannel) GotenMessage()
func (*NotificationChannel) GotenObjectExt ¶
func (o *NotificationChannel) GotenObjectExt()
func (*NotificationChannel) GotenValidate ¶
func (obj *NotificationChannel) GotenValidate() error
func (*NotificationChannel) MakeDiffFieldMask ¶
func (o *NotificationChannel) MakeDiffFieldMask(other *NotificationChannel) *NotificationChannel_FieldMask
func (*NotificationChannel) MakeFullFieldMask ¶
func (o *NotificationChannel) MakeFullFieldMask() *NotificationChannel_FieldMask
func (*NotificationChannel) MakeRawDiffFieldMask ¶
func (o *NotificationChannel) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*NotificationChannel) MakeRawFullFieldMask ¶
func (o *NotificationChannel) MakeRawFullFieldMask() gotenobject.FieldMask
func (*NotificationChannel) Marshal ¶
func (m *NotificationChannel) Marshal() ([]byte, error)
func (*NotificationChannel) MarshalJSON ¶
func (m *NotificationChannel) MarshalJSON() ([]byte, error)
func (*NotificationChannel) MaybePopulateDefaults ¶
func (r *NotificationChannel) MaybePopulateDefaults() error
func (*NotificationChannel) Merge ¶
func (o *NotificationChannel) Merge(source *NotificationChannel)
func (*NotificationChannel) MergeRaw ¶
func (o *NotificationChannel) MergeRaw(source gotenobject.GotenObjectExt)
func (*NotificationChannel) ProtoMessage ¶
func (*NotificationChannel) ProtoMessage()
func (*NotificationChannel) ProtoReflect ¶
func (m *NotificationChannel) ProtoReflect() preflect.Message
func (*NotificationChannel) Reset ¶
func (m *NotificationChannel) Reset()
func (*NotificationChannel) SetDescription ¶
func (m *NotificationChannel) SetDescription(fv string)
func (*NotificationChannel) SetDisplayName ¶
func (m *NotificationChannel) SetDisplayName(fv string)
func (*NotificationChannel) SetMetadata ¶
func (m *NotificationChannel) SetMetadata(fv *ntt_meta.Meta)
func (*NotificationChannel) SetName ¶
func (m *NotificationChannel) SetName(fv *Name)
func (*NotificationChannel) SetSpec ¶
func (m *NotificationChannel) SetSpec(fv *NotificationChannel_Spec)
func (*NotificationChannel) SetState ¶
func (m *NotificationChannel) SetState(fv *NotificationChannel_State)
func (*NotificationChannel) String ¶
func (m *NotificationChannel) String() string
func (*NotificationChannel) Unmarshal ¶
func (m *NotificationChannel) Unmarshal(b []byte) error
func (*NotificationChannel) UnmarshalJSON ¶
func (m *NotificationChannel) UnmarshalJSON(data []byte) error
type NotificationChannelAccess ¶
type NotificationChannelAccess interface { GetNotificationChannel(context.Context, *GetQuery) (*NotificationChannel, error) BatchGetNotificationChannels(context.Context, []*Reference, ...gotenresource.BatchGetOption) error QueryNotificationChannels(context.Context, *ListQuery) (*QueryResultSnapshot, error) WatchNotificationChannel(context.Context, *GetQuery, func(*NotificationChannelChange) error) error WatchNotificationChannels(context.Context, *WatchQuery, func(*QueryResultChange) error) error SaveNotificationChannel(context.Context, *NotificationChannel, ...gotenresource.SaveOption) error DeleteNotificationChannel(context.Context, *Reference, ...gotenresource.DeleteOption) error }
type NotificationChannelChange ¶
type NotificationChannelChange struct { // NotificationChannel change // // Types that are valid to be assigned to ChangeType: // *NotificationChannelChange_Added_ // *NotificationChannelChange_Modified_ // *NotificationChannelChange_Current_ // *NotificationChannelChange_Removed_ ChangeType isNotificationChannelChange_ChangeType `protobuf_oneof:"change_type"` // contains filtered or unexported fields }
NotificationChannelChange is used by Watch notifications Responses to describe change of single NotificationChannel One of Added, Modified, Removed
func (*NotificationChannelChange) Descriptor ¶
func (*NotificationChannelChange) Descriptor() ([]byte, []int)
Deprecated, Use NotificationChannelChange.ProtoReflect.Descriptor instead.
func (*NotificationChannelChange) GetAdded ¶
func (m *NotificationChannelChange) GetAdded() *NotificationChannelChange_Added
func (*NotificationChannelChange) GetChangeType ¶
func (m *NotificationChannelChange) GetChangeType() isNotificationChannelChange_ChangeType
func (*NotificationChannelChange) GetCurrent ¶
func (m *NotificationChannelChange) GetCurrent() *NotificationChannelChange_Current
func (*NotificationChannelChange) GetCurrentViewIndex ¶
func (c *NotificationChannelChange) GetCurrentViewIndex() int32
func (*NotificationChannelChange) GetModified ¶
func (m *NotificationChannelChange) GetModified() *NotificationChannelChange_Modified
func (*NotificationChannelChange) GetNotificationChannel ¶
func (c *NotificationChannelChange) GetNotificationChannel() *NotificationChannel
func (*NotificationChannelChange) GetNotificationChannelName ¶
func (c *NotificationChannelChange) GetNotificationChannelName() *Name
func (*NotificationChannelChange) GetPreviousViewIndex ¶
func (c *NotificationChannelChange) GetPreviousViewIndex() int32
func (*NotificationChannelChange) GetRawName ¶
func (c *NotificationChannelChange) GetRawName() gotenresource.Name
func (*NotificationChannelChange) GetRawResource ¶
func (c *NotificationChannelChange) GetRawResource() gotenresource.Resource
func (*NotificationChannelChange) GetRemoved ¶
func (m *NotificationChannelChange) GetRemoved() *NotificationChannelChange_Removed
func (*NotificationChannelChange) GotenMessage ¶
func (*NotificationChannelChange) GotenMessage()
func (*NotificationChannelChange) GotenValidate ¶
func (obj *NotificationChannelChange) GotenValidate() error
func (*NotificationChannelChange) IsAdd ¶
func (c *NotificationChannelChange) IsAdd() bool
func (*NotificationChannelChange) IsCurrent ¶
func (c *NotificationChannelChange) IsCurrent() bool
func (*NotificationChannelChange) IsDelete ¶
func (c *NotificationChannelChange) IsDelete() bool
func (*NotificationChannelChange) IsModify ¶
func (c *NotificationChannelChange) IsModify() bool
func (*NotificationChannelChange) Marshal ¶
func (m *NotificationChannelChange) Marshal() ([]byte, error)
func (*NotificationChannelChange) MarshalJSON ¶
func (m *NotificationChannelChange) MarshalJSON() ([]byte, error)
func (*NotificationChannelChange) ProtoMessage ¶
func (*NotificationChannelChange) ProtoMessage()
func (*NotificationChannelChange) ProtoReflect ¶
func (m *NotificationChannelChange) ProtoReflect() preflect.Message
func (*NotificationChannelChange) Reset ¶
func (m *NotificationChannelChange) Reset()
func (*NotificationChannelChange) SetAdded ¶
func (m *NotificationChannelChange) SetAdded(fv *NotificationChannelChange_Added)
func (*NotificationChannelChange) SetAddedRaw ¶
func (c *NotificationChannelChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
func (*NotificationChannelChange) SetChangeType ¶
func (m *NotificationChannelChange) SetChangeType(ofv isNotificationChannelChange_ChangeType)
func (*NotificationChannelChange) SetCurrent ¶
func (m *NotificationChannelChange) SetCurrent(fv *NotificationChannelChange_Current)
func (*NotificationChannelChange) SetCurrentRaw ¶
func (c *NotificationChannelChange) SetCurrentRaw(snapshot gotenresource.Resource)
func (*NotificationChannelChange) SetDeletedRaw ¶
func (c *NotificationChannelChange) SetDeletedRaw(name gotenresource.Name, idx int)
func (*NotificationChannelChange) SetModified ¶
func (m *NotificationChannelChange) SetModified(fv *NotificationChannelChange_Modified)
func (*NotificationChannelChange) SetModifiedRaw ¶
func (c *NotificationChannelChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)
func (*NotificationChannelChange) SetRemoved ¶
func (m *NotificationChannelChange) SetRemoved(fv *NotificationChannelChange_Removed)
func (*NotificationChannelChange) String ¶
func (m *NotificationChannelChange) String() string
func (*NotificationChannelChange) Unmarshal ¶
func (m *NotificationChannelChange) Unmarshal(b []byte) error
func (*NotificationChannelChange) UnmarshalJSON ¶
func (m *NotificationChannelChange) UnmarshalJSON(data []byte) error
type NotificationChannelChangeList ¶
type NotificationChannelChangeList []*NotificationChannelChange
func (NotificationChannelChangeList) Append ¶
func (l NotificationChannelChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
func (NotificationChannelChangeList) AppendList ¶
func (l NotificationChannelChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
func (NotificationChannelChangeList) At ¶
func (l NotificationChannelChangeList) At(idx int) gotenresource.ResourceChange
func (NotificationChannelChangeList) Length ¶
func (l NotificationChannelChangeList) Length() int
func (NotificationChannelChangeList) Set ¶
func (l NotificationChannelChangeList) Set(idx int, change gotenresource.ResourceChange)
func (NotificationChannelChangeList) Slice ¶
func (l NotificationChannelChangeList) Slice(first, second int) gotenresource.ResourceChangeList
type NotificationChannelChangeMap ¶
type NotificationChannelChangeMap map[Name]*NotificationChannelChange
func (NotificationChannelChangeMap) Delete ¶
func (m NotificationChannelChangeMap) Delete(name gotenresource.Name)
func (NotificationChannelChangeMap) ForEach ¶
func (m NotificationChannelChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
func (NotificationChannelChangeMap) Get ¶
func (m NotificationChannelChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
func (NotificationChannelChangeMap) Length ¶
func (m NotificationChannelChangeMap) Length() int
func (NotificationChannelChangeMap) Set ¶
func (m NotificationChannelChangeMap) Set(change gotenresource.ResourceChange)
type NotificationChannelChange_Added ¶
type NotificationChannelChange_Added struct { NotificationChannel *NotificationChannel `` /* 150-byte string literal not displayed */ // Integer describing index of added NotificationChannel 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 }
NotificationChannel has been added to query view
func (*NotificationChannelChange_Added) Descriptor ¶
func (*NotificationChannelChange_Added) Descriptor() ([]byte, []int)
Deprecated, Use NotificationChannelChange_Added.ProtoReflect.Descriptor instead.
func (*NotificationChannelChange_Added) GetNotificationChannel ¶
func (m *NotificationChannelChange_Added) GetNotificationChannel() *NotificationChannel
func (*NotificationChannelChange_Added) GetViewIndex ¶
func (m *NotificationChannelChange_Added) GetViewIndex() int32
func (*NotificationChannelChange_Added) GotenMessage ¶
func (*NotificationChannelChange_Added) GotenMessage()
func (*NotificationChannelChange_Added) GotenValidate ¶
func (obj *NotificationChannelChange_Added) GotenValidate() error
func (*NotificationChannelChange_Added) Marshal ¶
func (m *NotificationChannelChange_Added) Marshal() ([]byte, error)
func (*NotificationChannelChange_Added) MarshalJSON ¶
func (m *NotificationChannelChange_Added) MarshalJSON() ([]byte, error)
func (*NotificationChannelChange_Added) ProtoMessage ¶
func (*NotificationChannelChange_Added) ProtoMessage()
func (*NotificationChannelChange_Added) ProtoReflect ¶
func (m *NotificationChannelChange_Added) ProtoReflect() preflect.Message
func (*NotificationChannelChange_Added) Reset ¶
func (m *NotificationChannelChange_Added) Reset()
func (*NotificationChannelChange_Added) SetNotificationChannel ¶
func (m *NotificationChannelChange_Added) SetNotificationChannel(fv *NotificationChannel)
func (*NotificationChannelChange_Added) SetViewIndex ¶
func (m *NotificationChannelChange_Added) SetViewIndex(fv int32)
func (*NotificationChannelChange_Added) String ¶
func (m *NotificationChannelChange_Added) String() string
func (*NotificationChannelChange_Added) Unmarshal ¶
func (m *NotificationChannelChange_Added) Unmarshal(b []byte) error
func (*NotificationChannelChange_Added) UnmarshalJSON ¶
func (m *NotificationChannelChange_Added) UnmarshalJSON(data []byte) error
type NotificationChannelChange_Added_ ¶
type NotificationChannelChange_Added_ struct { // Added is returned when watched document is added, either created or // enters Query view Added *NotificationChannelChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"` }
type NotificationChannelChange_Current ¶
type NotificationChannelChange_Current struct { NotificationChannel *NotificationChannel `` /* 150-byte string literal not displayed */ // contains filtered or unexported fields }
NotificationChannel has been added or modified in a query view. Version used for stateless watching
func (*NotificationChannelChange_Current) Descriptor ¶
func (*NotificationChannelChange_Current) Descriptor() ([]byte, []int)
Deprecated, Use NotificationChannelChange_Current.ProtoReflect.Descriptor instead.
func (*NotificationChannelChange_Current) GetNotificationChannel ¶
func (m *NotificationChannelChange_Current) GetNotificationChannel() *NotificationChannel
func (*NotificationChannelChange_Current) GotenMessage ¶
func (*NotificationChannelChange_Current) GotenMessage()
func (*NotificationChannelChange_Current) GotenValidate ¶
func (obj *NotificationChannelChange_Current) GotenValidate() error
func (*NotificationChannelChange_Current) Marshal ¶
func (m *NotificationChannelChange_Current) Marshal() ([]byte, error)
func (*NotificationChannelChange_Current) MarshalJSON ¶
func (m *NotificationChannelChange_Current) MarshalJSON() ([]byte, error)
func (*NotificationChannelChange_Current) ProtoMessage ¶
func (*NotificationChannelChange_Current) ProtoMessage()
func (*NotificationChannelChange_Current) ProtoReflect ¶
func (m *NotificationChannelChange_Current) ProtoReflect() preflect.Message
func (*NotificationChannelChange_Current) Reset ¶
func (m *NotificationChannelChange_Current) Reset()
func (*NotificationChannelChange_Current) SetNotificationChannel ¶
func (m *NotificationChannelChange_Current) SetNotificationChannel(fv *NotificationChannel)
func (*NotificationChannelChange_Current) String ¶
func (m *NotificationChannelChange_Current) String() string
func (*NotificationChannelChange_Current) Unmarshal ¶
func (m *NotificationChannelChange_Current) Unmarshal(b []byte) error
func (*NotificationChannelChange_Current) UnmarshalJSON ¶
func (m *NotificationChannelChange_Current) UnmarshalJSON(data []byte) error
type NotificationChannelChange_Current_ ¶
type NotificationChannelChange_Current_ struct { // Current is returned in stateless watch when document enters query view or // is modified within. Current *NotificationChannelChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"` }
type NotificationChannelChange_Modified ¶
type NotificationChannelChange_Modified struct { // Name of modified NotificationChannel Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // New version of NotificationChannel or masked difference, depending on // mask_changes instrumentation of issued [WatchNotificationChannelRequest] // or [WatchNotificationChannelsRequest] NotificationChannel *NotificationChannel `` /* 150-byte string literal not displayed */ // Used when mask_changes is set, contains field paths of modified // properties. FieldMask *NotificationChannel_FieldMask `` /* 151-byte string literal not displayed */ // Previous view index specifies previous position of modified // NotificationChannel. When modification doesn't affect sorted order, value // will remain identical to [view_index]. PreviousViewIndex int32 `` /* 145-byte string literal not displayed */ // Integer specifying NotificationChannel 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 }
NotificationChannel changed some of it's fields - contains either full document or masked change
func (*NotificationChannelChange_Modified) Descriptor ¶
func (*NotificationChannelChange_Modified) Descriptor() ([]byte, []int)
Deprecated, Use NotificationChannelChange_Modified.ProtoReflect.Descriptor instead.
func (*NotificationChannelChange_Modified) GetFieldMask ¶
func (m *NotificationChannelChange_Modified) GetFieldMask() *NotificationChannel_FieldMask
func (*NotificationChannelChange_Modified) GetName ¶
func (m *NotificationChannelChange_Modified) GetName() *Name
func (*NotificationChannelChange_Modified) GetNotificationChannel ¶
func (m *NotificationChannelChange_Modified) GetNotificationChannel() *NotificationChannel
func (*NotificationChannelChange_Modified) GetPreviousViewIndex ¶
func (m *NotificationChannelChange_Modified) GetPreviousViewIndex() int32
func (*NotificationChannelChange_Modified) GetViewIndex ¶
func (m *NotificationChannelChange_Modified) GetViewIndex() int32
func (*NotificationChannelChange_Modified) GotenMessage ¶
func (*NotificationChannelChange_Modified) GotenMessage()
func (*NotificationChannelChange_Modified) GotenValidate ¶
func (obj *NotificationChannelChange_Modified) GotenValidate() error
func (*NotificationChannelChange_Modified) Marshal ¶
func (m *NotificationChannelChange_Modified) Marshal() ([]byte, error)
func (*NotificationChannelChange_Modified) MarshalJSON ¶
func (m *NotificationChannelChange_Modified) MarshalJSON() ([]byte, error)
func (*NotificationChannelChange_Modified) ProtoMessage ¶
func (*NotificationChannelChange_Modified) ProtoMessage()
func (*NotificationChannelChange_Modified) ProtoReflect ¶
func (m *NotificationChannelChange_Modified) ProtoReflect() preflect.Message
func (*NotificationChannelChange_Modified) Reset ¶
func (m *NotificationChannelChange_Modified) Reset()
func (*NotificationChannelChange_Modified) SetFieldMask ¶
func (m *NotificationChannelChange_Modified) SetFieldMask(fv *NotificationChannel_FieldMask)
func (*NotificationChannelChange_Modified) SetName ¶
func (m *NotificationChannelChange_Modified) SetName(fv *Name)
func (*NotificationChannelChange_Modified) SetNotificationChannel ¶
func (m *NotificationChannelChange_Modified) SetNotificationChannel(fv *NotificationChannel)
func (*NotificationChannelChange_Modified) SetPreviousViewIndex ¶
func (m *NotificationChannelChange_Modified) SetPreviousViewIndex(fv int32)
func (*NotificationChannelChange_Modified) SetViewIndex ¶
func (m *NotificationChannelChange_Modified) SetViewIndex(fv int32)
func (*NotificationChannelChange_Modified) String ¶
func (m *NotificationChannelChange_Modified) String() string
func (*NotificationChannelChange_Modified) Unmarshal ¶
func (m *NotificationChannelChange_Modified) Unmarshal(b []byte) error
func (*NotificationChannelChange_Modified) UnmarshalJSON ¶
func (m *NotificationChannelChange_Modified) UnmarshalJSON(data []byte) error
type NotificationChannelChange_Modified_ ¶
type NotificationChannelChange_Modified_ struct { // Modified is returned when watched document is modified Modified *NotificationChannelChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"` }
type NotificationChannelChange_Removed ¶
type NotificationChannelChange_Removed struct { Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Integer specifying removed NotificationChannel 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 NotificationChannel is deleted or leaves Query view
func (*NotificationChannelChange_Removed) Descriptor ¶
func (*NotificationChannelChange_Removed) Descriptor() ([]byte, []int)
Deprecated, Use NotificationChannelChange_Removed.ProtoReflect.Descriptor instead.
func (*NotificationChannelChange_Removed) GetName ¶
func (m *NotificationChannelChange_Removed) GetName() *Name
func (*NotificationChannelChange_Removed) GetViewIndex ¶
func (m *NotificationChannelChange_Removed) GetViewIndex() int32
func (*NotificationChannelChange_Removed) GotenMessage ¶
func (*NotificationChannelChange_Removed) GotenMessage()
func (*NotificationChannelChange_Removed) GotenValidate ¶
func (obj *NotificationChannelChange_Removed) GotenValidate() error
func (*NotificationChannelChange_Removed) Marshal ¶
func (m *NotificationChannelChange_Removed) Marshal() ([]byte, error)
func (*NotificationChannelChange_Removed) MarshalJSON ¶
func (m *NotificationChannelChange_Removed) MarshalJSON() ([]byte, error)
func (*NotificationChannelChange_Removed) ProtoMessage ¶
func (*NotificationChannelChange_Removed) ProtoMessage()
func (*NotificationChannelChange_Removed) ProtoReflect ¶
func (m *NotificationChannelChange_Removed) ProtoReflect() preflect.Message
func (*NotificationChannelChange_Removed) Reset ¶
func (m *NotificationChannelChange_Removed) Reset()
func (*NotificationChannelChange_Removed) SetName ¶
func (m *NotificationChannelChange_Removed) SetName(fv *Name)
func (*NotificationChannelChange_Removed) SetViewIndex ¶
func (m *NotificationChannelChange_Removed) SetViewIndex(fv int32)
func (*NotificationChannelChange_Removed) String ¶
func (m *NotificationChannelChange_Removed) String() string
func (*NotificationChannelChange_Removed) Unmarshal ¶
func (m *NotificationChannelChange_Removed) Unmarshal(b []byte) error
func (*NotificationChannelChange_Removed) UnmarshalJSON ¶
func (m *NotificationChannelChange_Removed) UnmarshalJSON(data []byte) error
type NotificationChannelChange_Removed_ ¶
type NotificationChannelChange_Removed_ struct { // Removed is returned when NotificationChannel is deleted or leaves Query // view Removed *NotificationChannelChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"` }
type NotificationChannelFieldPathBuilder ¶
type NotificationChannelFieldPathBuilder struct{}
func NewNotificationChannelFieldPathBuilder ¶
func NewNotificationChannelFieldPathBuilder() NotificationChannelFieldPathBuilder
func (NotificationChannelFieldPathBuilder) Description ¶
func (NotificationChannelFieldPathBuilder) Description() NotificationChannelPathSelectorDescription
func (NotificationChannelFieldPathBuilder) DisplayName ¶
func (NotificationChannelFieldPathBuilder) DisplayName() NotificationChannelPathSelectorDisplayName
func (NotificationChannelFieldPathBuilder) Metadata ¶
func (NotificationChannelFieldPathBuilder) Metadata() NotificationChannelPathSelectorMetadata
type NotificationChannelList ¶
type NotificationChannelList []*NotificationChannel
func (NotificationChannelList) Append ¶
func (l NotificationChannelList) Append(item gotenresource.Resource) gotenresource.ResourceList
func (NotificationChannelList) AppendList ¶
func (l NotificationChannelList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
func (NotificationChannelList) At ¶
func (l NotificationChannelList) At(idx int) gotenresource.Resource
func (NotificationChannelList) Length ¶
func (l NotificationChannelList) Length() int
func (NotificationChannelList) Set ¶
func (l NotificationChannelList) Set(idx int, res gotenresource.Resource)
func (NotificationChannelList) Slice ¶
func (l NotificationChannelList) Slice(first, second int) gotenresource.ResourceList
type NotificationChannelMap ¶
type NotificationChannelMap map[Name]*NotificationChannel
func (NotificationChannelMap) Delete ¶
func (m NotificationChannelMap) Delete(name gotenresource.Name)
func (NotificationChannelMap) ForEach ¶
func (m NotificationChannelMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
func (NotificationChannelMap) Get ¶
func (m NotificationChannelMap) Get(name gotenresource.Name) gotenresource.Resource
func (NotificationChannelMap) Length ¶
func (m NotificationChannelMap) Length() int
func (NotificationChannelMap) Set ¶
func (m NotificationChannelMap) Set(res gotenresource.Resource)
type NotificationChannelMapPathSelectorMetadataAnnotations ¶
type NotificationChannelMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (NotificationChannelMapPathSelectorMetadataAnnotations) FieldPath ¶
func (s NotificationChannelMapPathSelectorMetadataAnnotations) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s NotificationChannelMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelMapPathSelectorMetadataAnnotations) WithValue ¶
func (s NotificationChannelMapPathSelectorMetadataAnnotations) WithValue(value string) *NotificationChannel_FieldSubPathValue
type NotificationChannelMapPathSelectorMetadataLabels ¶
type NotificationChannelMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (NotificationChannelMapPathSelectorMetadataLabels) FieldPath ¶
func (s NotificationChannelMapPathSelectorMetadataLabels) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s NotificationChannelMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelMapPathSelectorMetadataLabels) WithValue ¶
func (s NotificationChannelMapPathSelectorMetadataLabels) WithValue(value string) *NotificationChannel_FieldSubPathValue
type NotificationChannelMapPathSelectorMetadataShards ¶
type NotificationChannelMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (NotificationChannelMapPathSelectorMetadataShards) FieldPath ¶
func (s NotificationChannelMapPathSelectorMetadataShards) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s NotificationChannelMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelMapPathSelectorMetadataShards) WithValue ¶
func (s NotificationChannelMapPathSelectorMetadataShards) WithValue(value int64) *NotificationChannel_FieldSubPathValue
type NotificationChannelNameList ¶
type NotificationChannelNameList []*Name
func (NotificationChannelNameList) Append ¶
func (l NotificationChannelNameList) Append(name gotenresource.Name) gotenresource.NameList
func (NotificationChannelNameList) AppendList ¶
func (l NotificationChannelNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
func (NotificationChannelNameList) At ¶
func (l NotificationChannelNameList) At(idx int) gotenresource.Name
func (NotificationChannelNameList) Length ¶
func (l NotificationChannelNameList) Length() int
func (NotificationChannelNameList) Set ¶
func (l NotificationChannelNameList) Set(idx int, name gotenresource.Name)
func (NotificationChannelNameList) Slice ¶
func (l NotificationChannelNameList) Slice(first, second int) gotenresource.NameList
type NotificationChannelParentNameList ¶
type NotificationChannelParentNameList []*ParentName
func (NotificationChannelParentNameList) Append ¶
func (l NotificationChannelParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
func (NotificationChannelParentNameList) AppendList ¶
func (l NotificationChannelParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
func (NotificationChannelParentNameList) At ¶
func (l NotificationChannelParentNameList) At(idx int) gotenresource.Name
func (NotificationChannelParentNameList) Length ¶
func (l NotificationChannelParentNameList) Length() int
func (NotificationChannelParentNameList) Set ¶
func (l NotificationChannelParentNameList) Set(idx int, name gotenresource.Name)
func (NotificationChannelParentNameList) Slice ¶
func (l NotificationChannelParentNameList) Slice(first, second int) gotenresource.ParentNameList
type NotificationChannelParentReferenceList ¶
type NotificationChannelParentReferenceList []*ParentReference
func (NotificationChannelParentReferenceList) Append ¶
func (l NotificationChannelParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
func (NotificationChannelParentReferenceList) AppendList ¶
func (l NotificationChannelParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
func (NotificationChannelParentReferenceList) At ¶
func (l NotificationChannelParentReferenceList) At(idx int) gotenresource.Reference
func (NotificationChannelParentReferenceList) Length ¶
func (l NotificationChannelParentReferenceList) Length() int
func (NotificationChannelParentReferenceList) Set ¶
func (l NotificationChannelParentReferenceList) Set(idx int, ref gotenresource.Reference)
func (NotificationChannelParentReferenceList) Slice ¶
func (l NotificationChannelParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
type NotificationChannelPathSelectorDescription ¶
type NotificationChannelPathSelectorDescription struct{}
func (NotificationChannelPathSelectorDescription) FieldPath ¶
func (NotificationChannelPathSelectorDescription) FieldPath() *NotificationChannel_FieldTerminalPath
func (NotificationChannelPathSelectorDescription) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorDescription) WithArrayOfValues(values []string) *NotificationChannel_FieldTerminalPathArrayOfValues
func (NotificationChannelPathSelectorDescription) WithValue ¶
func (s NotificationChannelPathSelectorDescription) WithValue(value string) *NotificationChannel_FieldTerminalPathValue
type NotificationChannelPathSelectorDisplayName ¶
type NotificationChannelPathSelectorDisplayName struct{}
func (NotificationChannelPathSelectorDisplayName) FieldPath ¶
func (NotificationChannelPathSelectorDisplayName) FieldPath() *NotificationChannel_FieldTerminalPath
func (NotificationChannelPathSelectorDisplayName) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorDisplayName) WithArrayOfValues(values []string) *NotificationChannel_FieldTerminalPathArrayOfValues
func (NotificationChannelPathSelectorDisplayName) WithValue ¶
func (s NotificationChannelPathSelectorDisplayName) WithValue(value string) *NotificationChannel_FieldTerminalPathValue
type NotificationChannelPathSelectorMetadata ¶
type NotificationChannelPathSelectorMetadata struct{}
func (NotificationChannelPathSelectorMetadata) Annotations ¶
func (NotificationChannelPathSelectorMetadata) CreateTime ¶
func (NotificationChannelPathSelectorMetadata) DeleteTime ¶
func (NotificationChannelPathSelectorMetadata) FieldPath ¶
func (NotificationChannelPathSelectorMetadata) FieldPath() *NotificationChannel_FieldTerminalPath
func (NotificationChannelPathSelectorMetadata) Generation ¶
func (NotificationChannelPathSelectorMetadata) OwnerReferences ¶
func (NotificationChannelPathSelectorMetadata) OwnerReferences() NotificationChannelPathSelectorMetadataOwnerReferences
func (NotificationChannelPathSelectorMetadata) ResourceVersion ¶
func (NotificationChannelPathSelectorMetadata) ResourceVersion() NotificationChannelPathSelectorMetadataResourceVersion
func (NotificationChannelPathSelectorMetadata) UpdateTime ¶
func (NotificationChannelPathSelectorMetadata) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *NotificationChannel_FieldTerminalPathArrayOfValues
func (NotificationChannelPathSelectorMetadata) WithSubArrayItemValue ¶
func (s NotificationChannelPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *NotificationChannel_FieldSubPathArrayItemValue
func (NotificationChannelPathSelectorMetadata) WithSubArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadata) WithSubPath ¶
func (NotificationChannelPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorMetadata) WithSubValue ¶
func (s NotificationChannelPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *NotificationChannel_FieldSubPathValue
func (NotificationChannelPathSelectorMetadata) WithValue ¶
func (s NotificationChannelPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *NotificationChannel_FieldTerminalPathValue
type NotificationChannelPathSelectorMetadataAnnotations ¶
type NotificationChannelPathSelectorMetadataAnnotations struct{}
func (NotificationChannelPathSelectorMetadataAnnotations) FieldPath ¶
func (NotificationChannelPathSelectorMetadataAnnotations) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataAnnotations) WithValue ¶
func (s NotificationChannelPathSelectorMetadataAnnotations) WithValue(value map[string]string) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataCreateTime ¶
type NotificationChannelPathSelectorMetadataCreateTime struct{}
func (NotificationChannelPathSelectorMetadataCreateTime) FieldPath ¶
func (NotificationChannelPathSelectorMetadataCreateTime) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataCreateTime) WithValue ¶
func (s NotificationChannelPathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataDeleteTime ¶
type NotificationChannelPathSelectorMetadataDeleteTime struct{}
func (NotificationChannelPathSelectorMetadataDeleteTime) FieldPath ¶
func (NotificationChannelPathSelectorMetadataDeleteTime) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorMetadataDeleteTime) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataDeleteTime) WithValue ¶
func (s NotificationChannelPathSelectorMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataGeneration ¶
type NotificationChannelPathSelectorMetadataGeneration struct{}
func (NotificationChannelPathSelectorMetadataGeneration) FieldPath ¶
func (NotificationChannelPathSelectorMetadataGeneration) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataGeneration) WithValue ¶
func (s NotificationChannelPathSelectorMetadataGeneration) WithValue(value int64) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataLabels ¶
type NotificationChannelPathSelectorMetadataLabels struct{}
func (NotificationChannelPathSelectorMetadataLabels) FieldPath ¶
func (NotificationChannelPathSelectorMetadataLabels) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataLabels) WithValue ¶
func (s NotificationChannelPathSelectorMetadataLabels) WithValue(value map[string]string) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataLifecycle ¶
type NotificationChannelPathSelectorMetadataLifecycle struct{}
func (NotificationChannelPathSelectorMetadataLifecycle) BlockDeletion ¶
func (NotificationChannelPathSelectorMetadataLifecycle) FieldPath ¶
func (NotificationChannelPathSelectorMetadataLifecycle) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorMetadataLifecycle) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataLifecycle) WithValue ¶
func (s NotificationChannelPathSelectorMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataLifecycleBlockDeletion ¶
type NotificationChannelPathSelectorMetadataLifecycleBlockDeletion struct{}
func (NotificationChannelPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataLifecycleBlockDeletion) WithValue ¶
func (s NotificationChannelPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataLifecycleState ¶
type NotificationChannelPathSelectorMetadataLifecycleState struct{}
func (NotificationChannelPathSelectorMetadataLifecycleState) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataLifecycleState) WithValue ¶
func (s NotificationChannelPathSelectorMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataOwnerReferences ¶
type NotificationChannelPathSelectorMetadataOwnerReferences struct{}
func (NotificationChannelPathSelectorMetadataOwnerReferences) BlockOwnerDeletion ¶
func (NotificationChannelPathSelectorMetadataOwnerReferences) Controller ¶
func (NotificationChannelPathSelectorMetadataOwnerReferences) RequiresOwnerReference ¶
func (NotificationChannelPathSelectorMetadataOwnerReferences) RequiresOwnerReference() NotificationChannelPathSelectorMetadataOwnerReferencesRequiresOwnerReference
func (NotificationChannelPathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s NotificationChannelPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *NotificationChannel_FieldSubPathArrayItemValue
func (NotificationChannelPathSelectorMetadataOwnerReferences) WithValue ¶
func (s NotificationChannelPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataOwnerReferencesBlockOwnerDeletion ¶
type NotificationChannelPathSelectorMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (NotificationChannelPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue ¶
func (s NotificationChannelPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataOwnerReferencesController ¶
type NotificationChannelPathSelectorMetadataOwnerReferencesController struct{}
func (NotificationChannelPathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataOwnerReferencesController) WithValue ¶
func (s NotificationChannelPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataOwnerReferencesKind ¶
type NotificationChannelPathSelectorMetadataOwnerReferencesKind struct{}
func (NotificationChannelPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s NotificationChannelPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataOwnerReferencesName ¶
type NotificationChannelPathSelectorMetadataOwnerReferencesName struct{}
func (NotificationChannelPathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s NotificationChannelPathSelectorMetadataOwnerReferencesName) WithValue(value string) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataOwnerReferencesRegion ¶
type NotificationChannelPathSelectorMetadataOwnerReferencesRegion struct{}
func (NotificationChannelPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataOwnerReferencesRegion) WithValue ¶
func (s NotificationChannelPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataOwnerReferencesRequiresOwnerReference ¶
type NotificationChannelPathSelectorMetadataOwnerReferencesRequiresOwnerReference struct{}
func (NotificationChannelPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *NotificationChannel_FieldSubPathArrayOfValues
type NotificationChannelPathSelectorMetadataOwnerReferencesVersion ¶
type NotificationChannelPathSelectorMetadataOwnerReferencesVersion struct{}
func (NotificationChannelPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataOwnerReferencesVersion) WithValue ¶
func (s NotificationChannelPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataResourceVersion ¶
type NotificationChannelPathSelectorMetadataResourceVersion struct{}
func (NotificationChannelPathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataResourceVersion) WithValue ¶
func (s NotificationChannelPathSelectorMetadataResourceVersion) WithValue(value string) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataShards ¶
type NotificationChannelPathSelectorMetadataShards struct{}
func (NotificationChannelPathSelectorMetadataShards) FieldPath ¶
func (NotificationChannelPathSelectorMetadataShards) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorMetadataShards) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataShards) WithValue ¶
func (s NotificationChannelPathSelectorMetadataShards) WithValue(value map[string]int64) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataSyncing ¶
type NotificationChannelPathSelectorMetadataSyncing struct{}
func (NotificationChannelPathSelectorMetadataSyncing) FieldPath ¶
func (NotificationChannelPathSelectorMetadataSyncing) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorMetadataSyncing) OwningRegion ¶
func (NotificationChannelPathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataSyncing) WithValue ¶
func (s NotificationChannelPathSelectorMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataSyncingOwningRegion ¶
type NotificationChannelPathSelectorMetadataSyncingOwningRegion struct{}
func (NotificationChannelPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s NotificationChannelPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataSyncingRegions ¶
type NotificationChannelPathSelectorMetadataSyncingRegions struct{}
func (NotificationChannelPathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s NotificationChannelPathSelectorMetadataSyncingRegions) WithItemValue(value string) *NotificationChannel_FieldSubPathArrayItemValue
func (NotificationChannelPathSelectorMetadataSyncingRegions) WithValue ¶
func (s NotificationChannelPathSelectorMetadataSyncingRegions) WithValue(value []string) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataTags ¶
type NotificationChannelPathSelectorMetadataTags struct{}
func (NotificationChannelPathSelectorMetadataTags) FieldPath ¶
func (NotificationChannelPathSelectorMetadataTags) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorMetadataTags) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataTags) WithItemValue ¶
func (s NotificationChannelPathSelectorMetadataTags) WithItemValue(value string) *NotificationChannel_FieldSubPathArrayItemValue
func (NotificationChannelPathSelectorMetadataTags) WithValue ¶
func (s NotificationChannelPathSelectorMetadataTags) WithValue(value []string) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataUpdateTime ¶
type NotificationChannelPathSelectorMetadataUpdateTime struct{}
func (NotificationChannelPathSelectorMetadataUpdateTime) FieldPath ¶
func (NotificationChannelPathSelectorMetadataUpdateTime) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataUpdateTime) WithValue ¶
func (s NotificationChannelPathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorMetadataUuid ¶
type NotificationChannelPathSelectorMetadataUuid struct{}
func (NotificationChannelPathSelectorMetadataUuid) FieldPath ¶
func (NotificationChannelPathSelectorMetadataUuid) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorMetadataUuid) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorMetadataUuid) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorMetadataUuid) WithValue ¶
func (s NotificationChannelPathSelectorMetadataUuid) WithValue(value string) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorName ¶
type NotificationChannelPathSelectorName struct{}
func (NotificationChannelPathSelectorName) FieldPath ¶
func (NotificationChannelPathSelectorName) FieldPath() *NotificationChannel_FieldTerminalPath
func (NotificationChannelPathSelectorName) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorName) WithArrayOfValues(values []*Name) *NotificationChannel_FieldTerminalPathArrayOfValues
func (NotificationChannelPathSelectorName) WithValue ¶
func (s NotificationChannelPathSelectorName) WithValue(value *Name) *NotificationChannel_FieldTerminalPathValue
type NotificationChannelPathSelectorSpec ¶
type NotificationChannelPathSelectorSpec struct{}
func (NotificationChannelPathSelectorSpec) FieldPath ¶
func (NotificationChannelPathSelectorSpec) FieldPath() *NotificationChannel_FieldTerminalPath
func (NotificationChannelPathSelectorSpec) NotificationLanguageCode ¶ added in v0.10.12
func (NotificationChannelPathSelectorSpec) NotificationLanguageCode() NotificationChannelPathSelectorSpecNotificationLanguageCode
func (NotificationChannelPathSelectorSpec) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorSpec) WithArrayOfValues(values []*NotificationChannel_Spec) *NotificationChannel_FieldTerminalPathArrayOfValues
func (NotificationChannelPathSelectorSpec) WithSubArrayItemValue ¶
func (s NotificationChannelPathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue NotificationChannelSpec_FieldPathArrayItemValue) *NotificationChannel_FieldSubPathArrayItemValue
func (NotificationChannelPathSelectorSpec) WithSubArrayOfValues ¶
func (s NotificationChannelPathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues NotificationChannelSpec_FieldPathArrayOfValues) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorSpec) WithSubPath ¶
func (NotificationChannelPathSelectorSpec) WithSubPath(subPath NotificationChannelSpec_FieldPath) *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorSpec) WithSubValue ¶
func (s NotificationChannelPathSelectorSpec) WithSubValue(subPathValue NotificationChannelSpec_FieldPathValue) *NotificationChannel_FieldSubPathValue
func (NotificationChannelPathSelectorSpec) WithValue ¶
func (s NotificationChannelPathSelectorSpec) WithValue(value *NotificationChannel_Spec) *NotificationChannel_FieldTerminalPathValue
type NotificationChannelPathSelectorSpecEmail ¶
type NotificationChannelPathSelectorSpecEmail struct{}
func (NotificationChannelPathSelectorSpecEmail) FieldPath ¶
func (NotificationChannelPathSelectorSpecEmail) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorSpecEmail) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorSpecEmail) WithArrayOfValues(values []*NotificationChannel_Spec_Email) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorSpecEmail) WithValue ¶
func (s NotificationChannelPathSelectorSpecEmail) WithValue(value *NotificationChannel_Spec_Email) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorSpecEmailAddresses ¶
type NotificationChannelPathSelectorSpecEmailAddresses struct{}
func (NotificationChannelPathSelectorSpecEmailAddresses) FieldPath ¶
func (NotificationChannelPathSelectorSpecEmailAddresses) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorSpecEmailAddresses) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorSpecEmailAddresses) WithArrayOfValues(values [][]string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorSpecEmailAddresses) WithItemValue ¶
func (s NotificationChannelPathSelectorSpecEmailAddresses) WithItemValue(value string) *NotificationChannel_FieldSubPathArrayItemValue
func (NotificationChannelPathSelectorSpecEmailAddresses) WithValue ¶
func (s NotificationChannelPathSelectorSpecEmailAddresses) WithValue(value []string) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorSpecEnabled ¶
type NotificationChannelPathSelectorSpecEnabled struct{}
func (NotificationChannelPathSelectorSpecEnabled) FieldPath ¶
func (NotificationChannelPathSelectorSpecEnabled) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorSpecEnabled) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorSpecEnabled) WithArrayOfValues(values []bool) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorSpecEnabled) WithValue ¶
func (s NotificationChannelPathSelectorSpecEnabled) WithValue(value bool) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorSpecNotificationLanguageCode ¶ added in v0.10.12
type NotificationChannelPathSelectorSpecNotificationLanguageCode struct{}
func (NotificationChannelPathSelectorSpecNotificationLanguageCode) WithArrayOfValues ¶ added in v0.10.12
func (s NotificationChannelPathSelectorSpecNotificationLanguageCode) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorSpecNotificationLanguageCode) WithValue ¶ added in v0.10.12
func (s NotificationChannelPathSelectorSpecNotificationLanguageCode) WithValue(value string) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorSpecSlack ¶
type NotificationChannelPathSelectorSpecSlack struct{}
func (NotificationChannelPathSelectorSpecSlack) FieldPath ¶
func (NotificationChannelPathSelectorSpecSlack) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorSpecSlack) IncomingWebhook ¶
func (NotificationChannelPathSelectorSpecSlack) IncomingWebhook() NotificationChannelPathSelectorSpecSlackIncomingWebhook
func (NotificationChannelPathSelectorSpecSlack) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorSpecSlack) WithArrayOfValues(values []*NotificationChannel_Spec_Slack) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorSpecSlack) WithValue ¶
func (s NotificationChannelPathSelectorSpecSlack) WithValue(value *NotificationChannel_Spec_Slack) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorSpecSlackIncomingWebhook ¶
type NotificationChannelPathSelectorSpecSlackIncomingWebhook struct{}
func (NotificationChannelPathSelectorSpecSlackIncomingWebhook) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorSpecSlackIncomingWebhook) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorSpecSlackIncomingWebhook) WithValue ¶
func (s NotificationChannelPathSelectorSpecSlackIncomingWebhook) WithValue(value string) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorSpecType ¶
type NotificationChannelPathSelectorSpecType struct{}
func (NotificationChannelPathSelectorSpecType) FieldPath ¶
func (NotificationChannelPathSelectorSpecType) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorSpecType) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorSpecType) WithArrayOfValues(values []NotificationChannel_Spec_Type) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorSpecType) WithValue ¶
func (s NotificationChannelPathSelectorSpecType) WithValue(value NotificationChannel_Spec_Type) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorSpecWebhook ¶
type NotificationChannelPathSelectorSpecWebhook struct{}
func (NotificationChannelPathSelectorSpecWebhook) FieldPath ¶
func (NotificationChannelPathSelectorSpecWebhook) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorSpecWebhook) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorSpecWebhook) WithArrayOfValues(values []*NotificationChannel_Spec_Webhook) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorSpecWebhook) WithValue ¶
func (s NotificationChannelPathSelectorSpecWebhook) WithValue(value *NotificationChannel_Spec_Webhook) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorSpecWebhookHeaders ¶
type NotificationChannelPathSelectorSpecWebhookHeaders struct{}
func (NotificationChannelPathSelectorSpecWebhookHeaders) FieldPath ¶
func (NotificationChannelPathSelectorSpecWebhookHeaders) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorSpecWebhookHeaders) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorSpecWebhookHeaders) WithArrayOfValues(values [][]*NotificationChannel_Spec_Webhook_Header) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorSpecWebhookHeaders) WithItemValue ¶
func (s NotificationChannelPathSelectorSpecWebhookHeaders) WithItemValue(value *NotificationChannel_Spec_Webhook_Header) *NotificationChannel_FieldSubPathArrayItemValue
func (NotificationChannelPathSelectorSpecWebhookHeaders) WithValue ¶
func (s NotificationChannelPathSelectorSpecWebhookHeaders) WithValue(value []*NotificationChannel_Spec_Webhook_Header) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorSpecWebhookHeadersKey ¶
type NotificationChannelPathSelectorSpecWebhookHeadersKey struct{}
func (NotificationChannelPathSelectorSpecWebhookHeadersKey) FieldPath ¶
func (NotificationChannelPathSelectorSpecWebhookHeadersKey) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorSpecWebhookHeadersKey) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorSpecWebhookHeadersKey) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorSpecWebhookHeadersKey) WithValue ¶
func (s NotificationChannelPathSelectorSpecWebhookHeadersKey) WithValue(value string) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorSpecWebhookHeadersValue ¶
type NotificationChannelPathSelectorSpecWebhookHeadersValue struct{}
func (NotificationChannelPathSelectorSpecWebhookHeadersValue) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorSpecWebhookHeadersValue) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorSpecWebhookHeadersValue) WithValue ¶
func (s NotificationChannelPathSelectorSpecWebhookHeadersValue) WithValue(value string) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorSpecWebhookUrl ¶
type NotificationChannelPathSelectorSpecWebhookUrl struct{}
func (NotificationChannelPathSelectorSpecWebhookUrl) FieldPath ¶
func (NotificationChannelPathSelectorSpecWebhookUrl) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorSpecWebhookUrl) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorSpecWebhookUrl) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorSpecWebhookUrl) WithValue ¶
func (s NotificationChannelPathSelectorSpecWebhookUrl) WithValue(value string) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorState ¶
type NotificationChannelPathSelectorState struct{}
func (NotificationChannelPathSelectorState) FieldPath ¶
func (NotificationChannelPathSelectorState) FieldPath() *NotificationChannel_FieldTerminalPath
func (NotificationChannelPathSelectorState) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorState) WithArrayOfValues(values []*NotificationChannel_State) *NotificationChannel_FieldTerminalPathArrayOfValues
func (NotificationChannelPathSelectorState) WithSubArrayItemValue ¶
func (s NotificationChannelPathSelectorState) WithSubArrayItemValue(subPathArrayItemValue NotificationChannelState_FieldPathArrayItemValue) *NotificationChannel_FieldSubPathArrayItemValue
func (NotificationChannelPathSelectorState) WithSubArrayOfValues ¶
func (s NotificationChannelPathSelectorState) WithSubArrayOfValues(subPathArrayOfValues NotificationChannelState_FieldPathArrayOfValues) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorState) WithSubPath ¶
func (NotificationChannelPathSelectorState) WithSubPath(subPath NotificationChannelState_FieldPath) *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorState) WithSubValue ¶
func (s NotificationChannelPathSelectorState) WithSubValue(subPathValue NotificationChannelState_FieldPathValue) *NotificationChannel_FieldSubPathValue
func (NotificationChannelPathSelectorState) WithValue ¶
func (s NotificationChannelPathSelectorState) WithValue(value *NotificationChannel_State) *NotificationChannel_FieldTerminalPathValue
type NotificationChannelPathSelectorStateError ¶
type NotificationChannelPathSelectorStateError struct{}
func (NotificationChannelPathSelectorStateError) FieldPath ¶
func (NotificationChannelPathSelectorStateError) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorStateError) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorStateError) WithArrayOfValues(values []*NotificationChannel_State_Error) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorStateError) WithValue ¶
func (s NotificationChannelPathSelectorStateError) WithValue(value *NotificationChannel_State_Error) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorStateErrorMessage ¶
type NotificationChannelPathSelectorStateErrorMessage struct{}
func (NotificationChannelPathSelectorStateErrorMessage) FieldPath ¶
func (NotificationChannelPathSelectorStateErrorMessage) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorStateErrorMessage) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorStateErrorMessage) WithArrayOfValues(values []string) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorStateErrorMessage) WithValue ¶
func (s NotificationChannelPathSelectorStateErrorMessage) WithValue(value string) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorStateErrorTime ¶
type NotificationChannelPathSelectorStateErrorTime struct{}
func (NotificationChannelPathSelectorStateErrorTime) FieldPath ¶
func (NotificationChannelPathSelectorStateErrorTime) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorStateErrorTime) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorStateErrorTime) WithArrayOfValues(values []*timestamp.Timestamp) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorStateErrorTime) WithValue ¶
func (s NotificationChannelPathSelectorStateErrorTime) WithValue(value *timestamp.Timestamp) *NotificationChannel_FieldSubPathValue
type NotificationChannelPathSelectorStateStatus ¶
type NotificationChannelPathSelectorStateStatus struct{}
func (NotificationChannelPathSelectorStateStatus) FieldPath ¶
func (NotificationChannelPathSelectorStateStatus) FieldPath() *NotificationChannel_FieldSubPath
func (NotificationChannelPathSelectorStateStatus) WithArrayOfValues ¶
func (s NotificationChannelPathSelectorStateStatus) WithArrayOfValues(values []NotificationChannel_State_Status) *NotificationChannel_FieldSubPathArrayOfValues
func (NotificationChannelPathSelectorStateStatus) WithValue ¶
func (s NotificationChannelPathSelectorStateStatus) WithValue(value NotificationChannel_State_Status) *NotificationChannel_FieldSubPathValue
type NotificationChannelReferenceList ¶
type NotificationChannelReferenceList []*Reference
func (NotificationChannelReferenceList) Append ¶
func (l NotificationChannelReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
func (NotificationChannelReferenceList) AppendList ¶
func (l NotificationChannelReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
func (NotificationChannelReferenceList) At ¶
func (l NotificationChannelReferenceList) At(idx int) gotenresource.Reference
func (NotificationChannelReferenceList) Length ¶
func (l NotificationChannelReferenceList) Length() int
func (NotificationChannelReferenceList) Set ¶
func (l NotificationChannelReferenceList) Set(idx int, ref gotenresource.Reference)
func (NotificationChannelReferenceList) Slice ¶
func (l NotificationChannelReferenceList) Slice(first, second int) gotenresource.ReferenceList
type NotificationChannelSpecEmailFieldPathBuilder ¶
type NotificationChannelSpecEmailFieldPathBuilder struct{}
func NewNotificationChannelSpecEmailFieldPathBuilder ¶
func NewNotificationChannelSpecEmailFieldPathBuilder() NotificationChannelSpecEmailFieldPathBuilder
type NotificationChannelSpecEmail_FieldPath ¶
type NotificationChannelSpecEmail_FieldPath interface { gotenobject.FieldPath Selector() NotificationChannelSpecEmail_FieldPathSelector Get(source *NotificationChannel_Spec_Email) []interface{} GetSingle(source *NotificationChannel_Spec_Email) (interface{}, bool) ClearValue(item *NotificationChannel_Spec_Email) // Those methods build corresponding NotificationChannelSpecEmail_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) NotificationChannelSpecEmail_FieldPathValue WithIArrayOfValues(values interface{}) NotificationChannelSpecEmail_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) NotificationChannelSpecEmail_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildNotificationChannelSpecEmail_FieldPath ¶
func BuildNotificationChannelSpecEmail_FieldPath(fp gotenobject.RawFieldPath) (NotificationChannelSpecEmail_FieldPath, error)
func MustParseNotificationChannelSpecEmail_FieldPath ¶
func MustParseNotificationChannelSpecEmail_FieldPath(rawField string) NotificationChannelSpecEmail_FieldPath
func ParseNotificationChannelSpecEmail_FieldPath ¶
func ParseNotificationChannelSpecEmail_FieldPath(rawField string) (NotificationChannelSpecEmail_FieldPath, error)
type NotificationChannelSpecEmail_FieldPathArrayItemValue ¶
type NotificationChannelSpecEmail_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue NotificationChannelSpecEmail_FieldPath ContainsValue(*NotificationChannel_Spec_Email) bool }
NotificationChannelSpecEmail_FieldPathArrayItemValue allows storing single item in Path-specific values for Email according to their type Present only for array (repeated) types.
func MustParseNotificationChannelSpecEmail_FieldPathArrayItemValue ¶
func MustParseNotificationChannelSpecEmail_FieldPathArrayItemValue(pathStr, valueStr string) NotificationChannelSpecEmail_FieldPathArrayItemValue
func ParseNotificationChannelSpecEmail_FieldPathArrayItemValue ¶
func ParseNotificationChannelSpecEmail_FieldPathArrayItemValue(pathStr, valueStr string) (NotificationChannelSpecEmail_FieldPathArrayItemValue, error)
ParseNotificationChannelSpecEmail_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type NotificationChannelSpecEmail_FieldPathArrayOfValues ¶
type NotificationChannelSpecEmail_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues NotificationChannelSpecEmail_FieldPath }
NotificationChannelSpecEmail_FieldPathArrayOfValues allows storing slice of values for Email fields according to their type
func MustParseNotificationChannelSpecEmail_FieldPathArrayOfValues ¶
func MustParseNotificationChannelSpecEmail_FieldPathArrayOfValues(pathStr, valuesStr string) NotificationChannelSpecEmail_FieldPathArrayOfValues
func ParseNotificationChannelSpecEmail_FieldPathArrayOfValues ¶
func ParseNotificationChannelSpecEmail_FieldPathArrayOfValues(pathStr, valuesStr string) (NotificationChannelSpecEmail_FieldPathArrayOfValues, error)
type NotificationChannelSpecEmail_FieldPathSelector ¶
type NotificationChannelSpecEmail_FieldPathSelector int32
const (
NotificationChannelSpecEmail_FieldPathSelectorAddresses NotificationChannelSpecEmail_FieldPathSelector = 0
)
func (NotificationChannelSpecEmail_FieldPathSelector) String ¶
func (s NotificationChannelSpecEmail_FieldPathSelector) String() string
type NotificationChannelSpecEmail_FieldPathValue ¶
type NotificationChannelSpecEmail_FieldPathValue interface { NotificationChannelSpecEmail_FieldPath gotenobject.FieldPathValue SetTo(target **NotificationChannel_Spec_Email) CompareWith(*NotificationChannel_Spec_Email) (cmp int, comparable bool) }
NotificationChannelSpecEmail_FieldPathValue allows storing values for Email fields according to their type
func MustParseNotificationChannelSpecEmail_FieldPathValue ¶
func MustParseNotificationChannelSpecEmail_FieldPathValue(pathStr, valueStr string) NotificationChannelSpecEmail_FieldPathValue
func ParseNotificationChannelSpecEmail_FieldPathValue ¶
func ParseNotificationChannelSpecEmail_FieldPathValue(pathStr, valueStr string) (NotificationChannelSpecEmail_FieldPathValue, error)
type NotificationChannelSpecEmail_FieldTerminalPath ¶
type NotificationChannelSpecEmail_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*NotificationChannelSpecEmail_FieldTerminalPath) ClearValue ¶
func (fp *NotificationChannelSpecEmail_FieldTerminalPath) ClearValue(item *NotificationChannel_Spec_Email)
func (*NotificationChannelSpecEmail_FieldTerminalPath) ClearValueRaw ¶
func (fp *NotificationChannelSpecEmail_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*NotificationChannelSpecEmail_FieldTerminalPath) Get ¶
func (fp *NotificationChannelSpecEmail_FieldTerminalPath) Get(source *NotificationChannel_Spec_Email) (values []interface{})
Get returns all values pointed by specific field from source NotificationChannel_Spec_Email
func (*NotificationChannelSpecEmail_FieldTerminalPath) GetDefault ¶
func (fp *NotificationChannelSpecEmail_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*NotificationChannelSpecEmail_FieldTerminalPath) GetRaw ¶
func (fp *NotificationChannelSpecEmail_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*NotificationChannelSpecEmail_FieldTerminalPath) GetSingle ¶
func (fp *NotificationChannelSpecEmail_FieldTerminalPath) GetSingle(source *NotificationChannel_Spec_Email) (interface{}, bool)
GetSingle returns value pointed by specific field of from source NotificationChannel_Spec_Email
func (*NotificationChannelSpecEmail_FieldTerminalPath) GetSingleRaw ¶
func (fp *NotificationChannelSpecEmail_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*NotificationChannelSpecEmail_FieldTerminalPath) IsLeaf ¶
func (fp *NotificationChannelSpecEmail_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*NotificationChannelSpecEmail_FieldTerminalPath) JSONString ¶
func (fp *NotificationChannelSpecEmail_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*NotificationChannelSpecEmail_FieldTerminalPath) Selector ¶
func (fp *NotificationChannelSpecEmail_FieldTerminalPath) Selector() NotificationChannelSpecEmail_FieldPathSelector
func (*NotificationChannelSpecEmail_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *NotificationChannelSpecEmail_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*NotificationChannelSpecEmail_FieldTerminalPath) String ¶
func (fp *NotificationChannelSpecEmail_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*NotificationChannelSpecEmail_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *NotificationChannelSpecEmail_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationChannelSpecEmail_FieldPathArrayItemValue
func (*NotificationChannelSpecEmail_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *NotificationChannelSpecEmail_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationChannelSpecEmail_FieldPathArrayOfValues
func (*NotificationChannelSpecEmail_FieldTerminalPath) WithIValue ¶
func (fp *NotificationChannelSpecEmail_FieldTerminalPath) WithIValue(value interface{}) NotificationChannelSpecEmail_FieldPathValue
func (*NotificationChannelSpecEmail_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *NotificationChannelSpecEmail_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*NotificationChannelSpecEmail_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *NotificationChannelSpecEmail_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*NotificationChannelSpecEmail_FieldTerminalPath) WithRawIValue ¶
func (fp *NotificationChannelSpecEmail_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue ¶
type NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue struct { NotificationChannelSpecEmail_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue) AsAddressesItemValue ¶
func (fpaiv *NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue) AsAddressesItemValue() (string, bool)
func (*NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue) ContainsValue(source *NotificationChannel_Spec_Email) bool
Contains returns a boolean indicating if value that is being held is present in given 'Email'
func (*NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object NotificationChannel_Spec_Email as interface{}
func (*NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue) GetSingle(source *NotificationChannel_Spec_Email) (interface{}, bool)
func (*NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type NotificationChannelSpecEmail_FieldTerminalPathArrayOfValues ¶
type NotificationChannelSpecEmail_FieldTerminalPathArrayOfValues struct { NotificationChannelSpecEmail_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelSpecEmail_FieldTerminalPathArrayOfValues) AsAddressesArrayOfValues ¶
func (fpaov *NotificationChannelSpecEmail_FieldTerminalPathArrayOfValues) AsAddressesArrayOfValues() ([][]string, bool)
func (*NotificationChannelSpecEmail_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *NotificationChannelSpecEmail_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type NotificationChannelSpecEmail_FieldTerminalPathValue ¶
type NotificationChannelSpecEmail_FieldTerminalPathValue struct { NotificationChannelSpecEmail_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelSpecEmail_FieldTerminalPathValue) AsAddressesValue ¶
func (fpv *NotificationChannelSpecEmail_FieldTerminalPathValue) AsAddressesValue() ([]string, bool)
func (*NotificationChannelSpecEmail_FieldTerminalPathValue) CompareWith ¶
func (fpv *NotificationChannelSpecEmail_FieldTerminalPathValue) CompareWith(source *NotificationChannel_Spec_Email) (int, bool)
CompareWith compares value in the 'NotificationChannelSpecEmail_FieldTerminalPathValue' with the value under path in 'NotificationChannel_Spec_Email'.
func (*NotificationChannelSpecEmail_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *NotificationChannelSpecEmail_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*NotificationChannelSpecEmail_FieldTerminalPathValue) GetRawValue ¶
func (fpv *NotificationChannelSpecEmail_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Email' as interface{}
func (*NotificationChannelSpecEmail_FieldTerminalPathValue) SetTo ¶
func (fpv *NotificationChannelSpecEmail_FieldTerminalPathValue) SetTo(target **NotificationChannel_Spec_Email)
SetTo stores value for selected field for object Email
func (*NotificationChannelSpecEmail_FieldTerminalPathValue) SetToRaw ¶
func (fpv *NotificationChannelSpecEmail_FieldTerminalPathValue) SetToRaw(target proto.Message)
type NotificationChannelSpecFieldPathBuilder ¶
type NotificationChannelSpecFieldPathBuilder struct{}
func NewNotificationChannelSpecFieldPathBuilder ¶
func NewNotificationChannelSpecFieldPathBuilder() NotificationChannelSpecFieldPathBuilder
func (NotificationChannelSpecFieldPathBuilder) NotificationLanguageCode ¶ added in v0.10.12
func (NotificationChannelSpecFieldPathBuilder) NotificationLanguageCode() NotificationChannel_SpecPathSelectorNotificationLanguageCode
type NotificationChannelSpecPagerDutyFieldPathBuilder ¶
type NotificationChannelSpecPagerDutyFieldPathBuilder struct{}
func NewNotificationChannelSpecPagerDutyFieldPathBuilder ¶
func NewNotificationChannelSpecPagerDutyFieldPathBuilder() NotificationChannelSpecPagerDutyFieldPathBuilder
func (NotificationChannelSpecPagerDutyFieldPathBuilder) ServiceKey ¶
type NotificationChannelSpecPagerDuty_FieldPath ¶
type NotificationChannelSpecPagerDuty_FieldPath interface { gotenobject.FieldPath Selector() NotificationChannelSpecPagerDuty_FieldPathSelector Get(source *NotificationChannel_Spec_PagerDuty) []interface{} GetSingle(source *NotificationChannel_Spec_PagerDuty) (interface{}, bool) ClearValue(item *NotificationChannel_Spec_PagerDuty) // Those methods build corresponding NotificationChannelSpecPagerDuty_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) NotificationChannelSpecPagerDuty_FieldPathValue WithIArrayOfValues(values interface{}) NotificationChannelSpecPagerDuty_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) NotificationChannelSpecPagerDuty_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildNotificationChannelSpecPagerDuty_FieldPath ¶
func BuildNotificationChannelSpecPagerDuty_FieldPath(fp gotenobject.RawFieldPath) (NotificationChannelSpecPagerDuty_FieldPath, error)
func MustParseNotificationChannelSpecPagerDuty_FieldPath ¶
func MustParseNotificationChannelSpecPagerDuty_FieldPath(rawField string) NotificationChannelSpecPagerDuty_FieldPath
func ParseNotificationChannelSpecPagerDuty_FieldPath ¶
func ParseNotificationChannelSpecPagerDuty_FieldPath(rawField string) (NotificationChannelSpecPagerDuty_FieldPath, error)
type NotificationChannelSpecPagerDuty_FieldPathArrayItemValue ¶
type NotificationChannelSpecPagerDuty_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue NotificationChannelSpecPagerDuty_FieldPath ContainsValue(*NotificationChannel_Spec_PagerDuty) bool }
NotificationChannelSpecPagerDuty_FieldPathArrayItemValue allows storing single item in Path-specific values for PagerDuty according to their type Present only for array (repeated) types.
func MustParseNotificationChannelSpecPagerDuty_FieldPathArrayItemValue ¶
func MustParseNotificationChannelSpecPagerDuty_FieldPathArrayItemValue(pathStr, valueStr string) NotificationChannelSpecPagerDuty_FieldPathArrayItemValue
func ParseNotificationChannelSpecPagerDuty_FieldPathArrayItemValue ¶
func ParseNotificationChannelSpecPagerDuty_FieldPathArrayItemValue(pathStr, valueStr string) (NotificationChannelSpecPagerDuty_FieldPathArrayItemValue, error)
ParseNotificationChannelSpecPagerDuty_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type NotificationChannelSpecPagerDuty_FieldPathArrayOfValues ¶
type NotificationChannelSpecPagerDuty_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues NotificationChannelSpecPagerDuty_FieldPath }
NotificationChannelSpecPagerDuty_FieldPathArrayOfValues allows storing slice of values for PagerDuty fields according to their type
func MustParseNotificationChannelSpecPagerDuty_FieldPathArrayOfValues ¶
func MustParseNotificationChannelSpecPagerDuty_FieldPathArrayOfValues(pathStr, valuesStr string) NotificationChannelSpecPagerDuty_FieldPathArrayOfValues
func ParseNotificationChannelSpecPagerDuty_FieldPathArrayOfValues ¶
func ParseNotificationChannelSpecPagerDuty_FieldPathArrayOfValues(pathStr, valuesStr string) (NotificationChannelSpecPagerDuty_FieldPathArrayOfValues, error)
type NotificationChannelSpecPagerDuty_FieldPathSelector ¶
type NotificationChannelSpecPagerDuty_FieldPathSelector int32
const (
NotificationChannelSpecPagerDuty_FieldPathSelectorServiceKey NotificationChannelSpecPagerDuty_FieldPathSelector = 0
)
func (NotificationChannelSpecPagerDuty_FieldPathSelector) String ¶
func (s NotificationChannelSpecPagerDuty_FieldPathSelector) String() string
type NotificationChannelSpecPagerDuty_FieldPathValue ¶
type NotificationChannelSpecPagerDuty_FieldPathValue interface { NotificationChannelSpecPagerDuty_FieldPath gotenobject.FieldPathValue SetTo(target **NotificationChannel_Spec_PagerDuty) CompareWith(*NotificationChannel_Spec_PagerDuty) (cmp int, comparable bool) }
NotificationChannelSpecPagerDuty_FieldPathValue allows storing values for PagerDuty fields according to their type
func MustParseNotificationChannelSpecPagerDuty_FieldPathValue ¶
func MustParseNotificationChannelSpecPagerDuty_FieldPathValue(pathStr, valueStr string) NotificationChannelSpecPagerDuty_FieldPathValue
func ParseNotificationChannelSpecPagerDuty_FieldPathValue ¶
func ParseNotificationChannelSpecPagerDuty_FieldPathValue(pathStr, valueStr string) (NotificationChannelSpecPagerDuty_FieldPathValue, error)
type NotificationChannelSpecPagerDuty_FieldTerminalPath ¶
type NotificationChannelSpecPagerDuty_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*NotificationChannelSpecPagerDuty_FieldTerminalPath) ClearValue ¶
func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) ClearValue(item *NotificationChannel_Spec_PagerDuty)
func (*NotificationChannelSpecPagerDuty_FieldTerminalPath) ClearValueRaw ¶
func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*NotificationChannelSpecPagerDuty_FieldTerminalPath) Get ¶
func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) Get(source *NotificationChannel_Spec_PagerDuty) (values []interface{})
Get returns all values pointed by specific field from source NotificationChannel_Spec_PagerDuty
func (*NotificationChannelSpecPagerDuty_FieldTerminalPath) GetDefault ¶
func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*NotificationChannelSpecPagerDuty_FieldTerminalPath) GetRaw ¶
func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*NotificationChannelSpecPagerDuty_FieldTerminalPath) GetSingle ¶
func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) GetSingle(source *NotificationChannel_Spec_PagerDuty) (interface{}, bool)
GetSingle returns value pointed by specific field of from source NotificationChannel_Spec_PagerDuty
func (*NotificationChannelSpecPagerDuty_FieldTerminalPath) GetSingleRaw ¶
func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*NotificationChannelSpecPagerDuty_FieldTerminalPath) IsLeaf ¶
func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*NotificationChannelSpecPagerDuty_FieldTerminalPath) JSONString ¶
func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*NotificationChannelSpecPagerDuty_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*NotificationChannelSpecPagerDuty_FieldTerminalPath) String ¶
func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*NotificationChannelSpecPagerDuty_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationChannelSpecPagerDuty_FieldPathArrayItemValue
func (*NotificationChannelSpecPagerDuty_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationChannelSpecPagerDuty_FieldPathArrayOfValues
func (*NotificationChannelSpecPagerDuty_FieldTerminalPath) WithIValue ¶
func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) WithIValue(value interface{}) NotificationChannelSpecPagerDuty_FieldPathValue
func (*NotificationChannelSpecPagerDuty_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*NotificationChannelSpecPagerDuty_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*NotificationChannelSpecPagerDuty_FieldTerminalPath) WithRawIValue ¶
func (fp *NotificationChannelSpecPagerDuty_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type NotificationChannelSpecPagerDuty_FieldTerminalPathArrayItemValue ¶
type NotificationChannelSpecPagerDuty_FieldTerminalPathArrayItemValue struct { NotificationChannelSpecPagerDuty_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelSpecPagerDuty_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *NotificationChannelSpecPagerDuty_FieldTerminalPathArrayItemValue) ContainsValue(source *NotificationChannel_Spec_PagerDuty) bool
Contains returns a boolean indicating if value that is being held is present in given 'PagerDuty'
func (*NotificationChannelSpecPagerDuty_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *NotificationChannelSpecPagerDuty_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object NotificationChannel_Spec_PagerDuty as interface{}
func (*NotificationChannelSpecPagerDuty_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *NotificationChannelSpecPagerDuty_FieldTerminalPathArrayItemValue) GetSingle(source *NotificationChannel_Spec_PagerDuty) (interface{}, bool)
func (*NotificationChannelSpecPagerDuty_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *NotificationChannelSpecPagerDuty_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type NotificationChannelSpecPagerDuty_FieldTerminalPathArrayOfValues ¶
type NotificationChannelSpecPagerDuty_FieldTerminalPathArrayOfValues struct { NotificationChannelSpecPagerDuty_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelSpecPagerDuty_FieldTerminalPathArrayOfValues) AsServiceKeyArrayOfValues ¶
func (fpaov *NotificationChannelSpecPagerDuty_FieldTerminalPathArrayOfValues) AsServiceKeyArrayOfValues() ([]string, bool)
func (*NotificationChannelSpecPagerDuty_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *NotificationChannelSpecPagerDuty_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type NotificationChannelSpecPagerDuty_FieldTerminalPathValue ¶
type NotificationChannelSpecPagerDuty_FieldTerminalPathValue struct { NotificationChannelSpecPagerDuty_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelSpecPagerDuty_FieldTerminalPathValue) AsServiceKeyValue ¶
func (fpv *NotificationChannelSpecPagerDuty_FieldTerminalPathValue) AsServiceKeyValue() (string, bool)
func (*NotificationChannelSpecPagerDuty_FieldTerminalPathValue) CompareWith ¶
func (fpv *NotificationChannelSpecPagerDuty_FieldTerminalPathValue) CompareWith(source *NotificationChannel_Spec_PagerDuty) (int, bool)
CompareWith compares value in the 'NotificationChannelSpecPagerDuty_FieldTerminalPathValue' with the value under path in 'NotificationChannel_Spec_PagerDuty'.
func (*NotificationChannelSpecPagerDuty_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *NotificationChannelSpecPagerDuty_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*NotificationChannelSpecPagerDuty_FieldTerminalPathValue) GetRawValue ¶
func (fpv *NotificationChannelSpecPagerDuty_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'PagerDuty' as interface{}
func (*NotificationChannelSpecPagerDuty_FieldTerminalPathValue) SetTo ¶
func (fpv *NotificationChannelSpecPagerDuty_FieldTerminalPathValue) SetTo(target **NotificationChannel_Spec_PagerDuty)
SetTo stores value for selected field for object PagerDuty
func (*NotificationChannelSpecPagerDuty_FieldTerminalPathValue) SetToRaw ¶
func (fpv *NotificationChannelSpecPagerDuty_FieldTerminalPathValue) SetToRaw(target proto.Message)
type NotificationChannelSpecSlackFieldPathBuilder ¶
type NotificationChannelSpecSlackFieldPathBuilder struct{}
func NewNotificationChannelSpecSlackFieldPathBuilder ¶
func NewNotificationChannelSpecSlackFieldPathBuilder() NotificationChannelSpecSlackFieldPathBuilder
func (NotificationChannelSpecSlackFieldPathBuilder) IncomingWebhook ¶
func (NotificationChannelSpecSlackFieldPathBuilder) IncomingWebhook() NotificationChannel_Spec_SlackPathSelectorIncomingWebhook
type NotificationChannelSpecSlack_FieldPath ¶
type NotificationChannelSpecSlack_FieldPath interface { gotenobject.FieldPath Selector() NotificationChannelSpecSlack_FieldPathSelector Get(source *NotificationChannel_Spec_Slack) []interface{} GetSingle(source *NotificationChannel_Spec_Slack) (interface{}, bool) ClearValue(item *NotificationChannel_Spec_Slack) // Those methods build corresponding NotificationChannelSpecSlack_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) NotificationChannelSpecSlack_FieldPathValue WithIArrayOfValues(values interface{}) NotificationChannelSpecSlack_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) NotificationChannelSpecSlack_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildNotificationChannelSpecSlack_FieldPath ¶
func BuildNotificationChannelSpecSlack_FieldPath(fp gotenobject.RawFieldPath) (NotificationChannelSpecSlack_FieldPath, error)
func MustParseNotificationChannelSpecSlack_FieldPath ¶
func MustParseNotificationChannelSpecSlack_FieldPath(rawField string) NotificationChannelSpecSlack_FieldPath
func ParseNotificationChannelSpecSlack_FieldPath ¶
func ParseNotificationChannelSpecSlack_FieldPath(rawField string) (NotificationChannelSpecSlack_FieldPath, error)
type NotificationChannelSpecSlack_FieldPathArrayItemValue ¶
type NotificationChannelSpecSlack_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue NotificationChannelSpecSlack_FieldPath ContainsValue(*NotificationChannel_Spec_Slack) bool }
NotificationChannelSpecSlack_FieldPathArrayItemValue allows storing single item in Path-specific values for Slack according to their type Present only for array (repeated) types.
func MustParseNotificationChannelSpecSlack_FieldPathArrayItemValue ¶
func MustParseNotificationChannelSpecSlack_FieldPathArrayItemValue(pathStr, valueStr string) NotificationChannelSpecSlack_FieldPathArrayItemValue
func ParseNotificationChannelSpecSlack_FieldPathArrayItemValue ¶
func ParseNotificationChannelSpecSlack_FieldPathArrayItemValue(pathStr, valueStr string) (NotificationChannelSpecSlack_FieldPathArrayItemValue, error)
ParseNotificationChannelSpecSlack_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type NotificationChannelSpecSlack_FieldPathArrayOfValues ¶
type NotificationChannelSpecSlack_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues NotificationChannelSpecSlack_FieldPath }
NotificationChannelSpecSlack_FieldPathArrayOfValues allows storing slice of values for Slack fields according to their type
func MustParseNotificationChannelSpecSlack_FieldPathArrayOfValues ¶
func MustParseNotificationChannelSpecSlack_FieldPathArrayOfValues(pathStr, valuesStr string) NotificationChannelSpecSlack_FieldPathArrayOfValues
func ParseNotificationChannelSpecSlack_FieldPathArrayOfValues ¶
func ParseNotificationChannelSpecSlack_FieldPathArrayOfValues(pathStr, valuesStr string) (NotificationChannelSpecSlack_FieldPathArrayOfValues, error)
type NotificationChannelSpecSlack_FieldPathSelector ¶
type NotificationChannelSpecSlack_FieldPathSelector int32
const (
NotificationChannelSpecSlack_FieldPathSelectorIncomingWebhook NotificationChannelSpecSlack_FieldPathSelector = 0
)
func (NotificationChannelSpecSlack_FieldPathSelector) String ¶
func (s NotificationChannelSpecSlack_FieldPathSelector) String() string
type NotificationChannelSpecSlack_FieldPathValue ¶
type NotificationChannelSpecSlack_FieldPathValue interface { NotificationChannelSpecSlack_FieldPath gotenobject.FieldPathValue SetTo(target **NotificationChannel_Spec_Slack) CompareWith(*NotificationChannel_Spec_Slack) (cmp int, comparable bool) }
NotificationChannelSpecSlack_FieldPathValue allows storing values for Slack fields according to their type
func MustParseNotificationChannelSpecSlack_FieldPathValue ¶
func MustParseNotificationChannelSpecSlack_FieldPathValue(pathStr, valueStr string) NotificationChannelSpecSlack_FieldPathValue
func ParseNotificationChannelSpecSlack_FieldPathValue ¶
func ParseNotificationChannelSpecSlack_FieldPathValue(pathStr, valueStr string) (NotificationChannelSpecSlack_FieldPathValue, error)
type NotificationChannelSpecSlack_FieldTerminalPath ¶
type NotificationChannelSpecSlack_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*NotificationChannelSpecSlack_FieldTerminalPath) ClearValue ¶
func (fp *NotificationChannelSpecSlack_FieldTerminalPath) ClearValue(item *NotificationChannel_Spec_Slack)
func (*NotificationChannelSpecSlack_FieldTerminalPath) ClearValueRaw ¶
func (fp *NotificationChannelSpecSlack_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*NotificationChannelSpecSlack_FieldTerminalPath) Get ¶
func (fp *NotificationChannelSpecSlack_FieldTerminalPath) Get(source *NotificationChannel_Spec_Slack) (values []interface{})
Get returns all values pointed by specific field from source NotificationChannel_Spec_Slack
func (*NotificationChannelSpecSlack_FieldTerminalPath) GetDefault ¶
func (fp *NotificationChannelSpecSlack_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*NotificationChannelSpecSlack_FieldTerminalPath) GetRaw ¶
func (fp *NotificationChannelSpecSlack_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*NotificationChannelSpecSlack_FieldTerminalPath) GetSingle ¶
func (fp *NotificationChannelSpecSlack_FieldTerminalPath) GetSingle(source *NotificationChannel_Spec_Slack) (interface{}, bool)
GetSingle returns value pointed by specific field of from source NotificationChannel_Spec_Slack
func (*NotificationChannelSpecSlack_FieldTerminalPath) GetSingleRaw ¶
func (fp *NotificationChannelSpecSlack_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*NotificationChannelSpecSlack_FieldTerminalPath) IsLeaf ¶
func (fp *NotificationChannelSpecSlack_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*NotificationChannelSpecSlack_FieldTerminalPath) JSONString ¶
func (fp *NotificationChannelSpecSlack_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*NotificationChannelSpecSlack_FieldTerminalPath) Selector ¶
func (fp *NotificationChannelSpecSlack_FieldTerminalPath) Selector() NotificationChannelSpecSlack_FieldPathSelector
func (*NotificationChannelSpecSlack_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *NotificationChannelSpecSlack_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*NotificationChannelSpecSlack_FieldTerminalPath) String ¶
func (fp *NotificationChannelSpecSlack_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*NotificationChannelSpecSlack_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *NotificationChannelSpecSlack_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationChannelSpecSlack_FieldPathArrayItemValue
func (*NotificationChannelSpecSlack_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *NotificationChannelSpecSlack_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationChannelSpecSlack_FieldPathArrayOfValues
func (*NotificationChannelSpecSlack_FieldTerminalPath) WithIValue ¶
func (fp *NotificationChannelSpecSlack_FieldTerminalPath) WithIValue(value interface{}) NotificationChannelSpecSlack_FieldPathValue
func (*NotificationChannelSpecSlack_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *NotificationChannelSpecSlack_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*NotificationChannelSpecSlack_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *NotificationChannelSpecSlack_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*NotificationChannelSpecSlack_FieldTerminalPath) WithRawIValue ¶
func (fp *NotificationChannelSpecSlack_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type NotificationChannelSpecSlack_FieldTerminalPathArrayItemValue ¶
type NotificationChannelSpecSlack_FieldTerminalPathArrayItemValue struct { NotificationChannelSpecSlack_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelSpecSlack_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *NotificationChannelSpecSlack_FieldTerminalPathArrayItemValue) ContainsValue(source *NotificationChannel_Spec_Slack) bool
Contains returns a boolean indicating if value that is being held is present in given 'Slack'
func (*NotificationChannelSpecSlack_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *NotificationChannelSpecSlack_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object NotificationChannel_Spec_Slack as interface{}
func (*NotificationChannelSpecSlack_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *NotificationChannelSpecSlack_FieldTerminalPathArrayItemValue) GetSingle(source *NotificationChannel_Spec_Slack) (interface{}, bool)
func (*NotificationChannelSpecSlack_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *NotificationChannelSpecSlack_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type NotificationChannelSpecSlack_FieldTerminalPathArrayOfValues ¶
type NotificationChannelSpecSlack_FieldTerminalPathArrayOfValues struct { NotificationChannelSpecSlack_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelSpecSlack_FieldTerminalPathArrayOfValues) AsIncomingWebhookArrayOfValues ¶
func (fpaov *NotificationChannelSpecSlack_FieldTerminalPathArrayOfValues) AsIncomingWebhookArrayOfValues() ([]string, bool)
func (*NotificationChannelSpecSlack_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *NotificationChannelSpecSlack_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type NotificationChannelSpecSlack_FieldTerminalPathValue ¶
type NotificationChannelSpecSlack_FieldTerminalPathValue struct { NotificationChannelSpecSlack_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelSpecSlack_FieldTerminalPathValue) AsIncomingWebhookValue ¶
func (fpv *NotificationChannelSpecSlack_FieldTerminalPathValue) AsIncomingWebhookValue() (string, bool)
func (*NotificationChannelSpecSlack_FieldTerminalPathValue) CompareWith ¶
func (fpv *NotificationChannelSpecSlack_FieldTerminalPathValue) CompareWith(source *NotificationChannel_Spec_Slack) (int, bool)
CompareWith compares value in the 'NotificationChannelSpecSlack_FieldTerminalPathValue' with the value under path in 'NotificationChannel_Spec_Slack'.
func (*NotificationChannelSpecSlack_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *NotificationChannelSpecSlack_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*NotificationChannelSpecSlack_FieldTerminalPathValue) GetRawValue ¶
func (fpv *NotificationChannelSpecSlack_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Slack' as interface{}
func (*NotificationChannelSpecSlack_FieldTerminalPathValue) SetTo ¶
func (fpv *NotificationChannelSpecSlack_FieldTerminalPathValue) SetTo(target **NotificationChannel_Spec_Slack)
SetTo stores value for selected field for object Slack
func (*NotificationChannelSpecSlack_FieldTerminalPathValue) SetToRaw ¶
func (fpv *NotificationChannelSpecSlack_FieldTerminalPathValue) SetToRaw(target proto.Message)
type NotificationChannelSpecWebhookFieldPathBuilder ¶
type NotificationChannelSpecWebhookFieldPathBuilder struct{}
func NewNotificationChannelSpecWebhookFieldPathBuilder ¶
func NewNotificationChannelSpecWebhookFieldPathBuilder() NotificationChannelSpecWebhookFieldPathBuilder
type NotificationChannelSpecWebhookHeaderFieldPathBuilder ¶
type NotificationChannelSpecWebhookHeaderFieldPathBuilder struct{}
func NewNotificationChannelSpecWebhookHeaderFieldPathBuilder ¶
func NewNotificationChannelSpecWebhookHeaderFieldPathBuilder() NotificationChannelSpecWebhookHeaderFieldPathBuilder
type NotificationChannelSpecWebhookHeader_FieldPath ¶
type NotificationChannelSpecWebhookHeader_FieldPath interface { gotenobject.FieldPath Selector() NotificationChannelSpecWebhookHeader_FieldPathSelector Get(source *NotificationChannel_Spec_Webhook_Header) []interface{} GetSingle(source *NotificationChannel_Spec_Webhook_Header) (interface{}, bool) ClearValue(item *NotificationChannel_Spec_Webhook_Header) // Those methods build corresponding NotificationChannelSpecWebhookHeader_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) NotificationChannelSpecWebhookHeader_FieldPathValue WithIArrayOfValues(values interface{}) NotificationChannelSpecWebhookHeader_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) NotificationChannelSpecWebhookHeader_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildNotificationChannelSpecWebhookHeader_FieldPath ¶
func BuildNotificationChannelSpecWebhookHeader_FieldPath(fp gotenobject.RawFieldPath) (NotificationChannelSpecWebhookHeader_FieldPath, error)
func MustParseNotificationChannelSpecWebhookHeader_FieldPath ¶
func MustParseNotificationChannelSpecWebhookHeader_FieldPath(rawField string) NotificationChannelSpecWebhookHeader_FieldPath
func ParseNotificationChannelSpecWebhookHeader_FieldPath ¶
func ParseNotificationChannelSpecWebhookHeader_FieldPath(rawField string) (NotificationChannelSpecWebhookHeader_FieldPath, error)
type NotificationChannelSpecWebhookHeader_FieldPathArrayItemValue ¶
type NotificationChannelSpecWebhookHeader_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue NotificationChannelSpecWebhookHeader_FieldPath ContainsValue(*NotificationChannel_Spec_Webhook_Header) bool }
NotificationChannelSpecWebhookHeader_FieldPathArrayItemValue allows storing single item in Path-specific values for Header according to their type Present only for array (repeated) types.
func MustParseNotificationChannelSpecWebhookHeader_FieldPathArrayItemValue ¶
func MustParseNotificationChannelSpecWebhookHeader_FieldPathArrayItemValue(pathStr, valueStr string) NotificationChannelSpecWebhookHeader_FieldPathArrayItemValue
func ParseNotificationChannelSpecWebhookHeader_FieldPathArrayItemValue ¶
func ParseNotificationChannelSpecWebhookHeader_FieldPathArrayItemValue(pathStr, valueStr string) (NotificationChannelSpecWebhookHeader_FieldPathArrayItemValue, error)
ParseNotificationChannelSpecWebhookHeader_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type NotificationChannelSpecWebhookHeader_FieldPathArrayOfValues ¶
type NotificationChannelSpecWebhookHeader_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues NotificationChannelSpecWebhookHeader_FieldPath }
NotificationChannelSpecWebhookHeader_FieldPathArrayOfValues allows storing slice of values for Header fields according to their type
func MustParseNotificationChannelSpecWebhookHeader_FieldPathArrayOfValues ¶
func MustParseNotificationChannelSpecWebhookHeader_FieldPathArrayOfValues(pathStr, valuesStr string) NotificationChannelSpecWebhookHeader_FieldPathArrayOfValues
func ParseNotificationChannelSpecWebhookHeader_FieldPathArrayOfValues ¶
func ParseNotificationChannelSpecWebhookHeader_FieldPathArrayOfValues(pathStr, valuesStr string) (NotificationChannelSpecWebhookHeader_FieldPathArrayOfValues, error)
type NotificationChannelSpecWebhookHeader_FieldPathSelector ¶
type NotificationChannelSpecWebhookHeader_FieldPathSelector int32
const ( NotificationChannelSpecWebhookHeader_FieldPathSelectorKey NotificationChannelSpecWebhookHeader_FieldPathSelector = 0 NotificationChannelSpecWebhookHeader_FieldPathSelectorValue NotificationChannelSpecWebhookHeader_FieldPathSelector = 1 )
func (NotificationChannelSpecWebhookHeader_FieldPathSelector) String ¶
func (s NotificationChannelSpecWebhookHeader_FieldPathSelector) String() string
type NotificationChannelSpecWebhookHeader_FieldPathValue ¶
type NotificationChannelSpecWebhookHeader_FieldPathValue interface { NotificationChannelSpecWebhookHeader_FieldPath gotenobject.FieldPathValue SetTo(target **NotificationChannel_Spec_Webhook_Header) CompareWith(*NotificationChannel_Spec_Webhook_Header) (cmp int, comparable bool) }
NotificationChannelSpecWebhookHeader_FieldPathValue allows storing values for Header fields according to their type
func MustParseNotificationChannelSpecWebhookHeader_FieldPathValue ¶
func MustParseNotificationChannelSpecWebhookHeader_FieldPathValue(pathStr, valueStr string) NotificationChannelSpecWebhookHeader_FieldPathValue
func ParseNotificationChannelSpecWebhookHeader_FieldPathValue ¶
func ParseNotificationChannelSpecWebhookHeader_FieldPathValue(pathStr, valueStr string) (NotificationChannelSpecWebhookHeader_FieldPathValue, error)
type NotificationChannelSpecWebhookHeader_FieldTerminalPath ¶
type NotificationChannelSpecWebhookHeader_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPath) ClearValue ¶
func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) ClearValue(item *NotificationChannel_Spec_Webhook_Header)
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPath) ClearValueRaw ¶
func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPath) Get ¶
func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) Get(source *NotificationChannel_Spec_Webhook_Header) (values []interface{})
Get returns all values pointed by specific field from source NotificationChannel_Spec_Webhook_Header
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPath) GetDefault ¶
func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPath) GetRaw ¶
func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPath) GetSingle ¶
func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) GetSingle(source *NotificationChannel_Spec_Webhook_Header) (interface{}, bool)
GetSingle returns value pointed by specific field of from source NotificationChannel_Spec_Webhook_Header
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPath) GetSingleRaw ¶
func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPath) IsLeaf ¶
func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPath) JSONString ¶
func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPath) String ¶
func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationChannelSpecWebhookHeader_FieldPathArrayItemValue
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationChannelSpecWebhookHeader_FieldPathArrayOfValues
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPath) WithIValue ¶
func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) WithIValue(value interface{}) NotificationChannelSpecWebhookHeader_FieldPathValue
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPath) WithRawIValue ¶
func (fp *NotificationChannelSpecWebhookHeader_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayItemValue ¶
type NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayItemValue struct { NotificationChannelSpecWebhookHeader_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayItemValue) ContainsValue(source *NotificationChannel_Spec_Webhook_Header) bool
Contains returns a boolean indicating if value that is being held is present in given 'Header'
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object NotificationChannel_Spec_Webhook_Header as interface{}
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayItemValue) GetSingle(source *NotificationChannel_Spec_Webhook_Header) (interface{}, bool)
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayOfValues ¶
type NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayOfValues struct { NotificationChannelSpecWebhookHeader_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayOfValues) AsKeyArrayOfValues ¶
func (fpaov *NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayOfValues) AsKeyArrayOfValues() ([]string, bool)
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayOfValues) AsValueArrayOfValues ¶
func (fpaov *NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayOfValues) AsValueArrayOfValues() ([]string, bool)
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type NotificationChannelSpecWebhookHeader_FieldTerminalPathValue ¶
type NotificationChannelSpecWebhookHeader_FieldTerminalPathValue struct { NotificationChannelSpecWebhookHeader_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) AsKeyValue ¶
func (fpv *NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) AsKeyValue() (string, bool)
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) AsValueValue ¶
func (fpv *NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) AsValueValue() (string, bool)
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) CompareWith ¶
func (fpv *NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) CompareWith(source *NotificationChannel_Spec_Webhook_Header) (int, bool)
CompareWith compares value in the 'NotificationChannelSpecWebhookHeader_FieldTerminalPathValue' with the value under path in 'NotificationChannel_Spec_Webhook_Header'.
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) GetRawValue ¶
func (fpv *NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Header' as interface{}
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) SetTo ¶
func (fpv *NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) SetTo(target **NotificationChannel_Spec_Webhook_Header)
SetTo stores value for selected field for object Header
func (*NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) SetToRaw ¶
func (fpv *NotificationChannelSpecWebhookHeader_FieldTerminalPathValue) SetToRaw(target proto.Message)
type NotificationChannelSpecWebhook_FieldPath ¶
type NotificationChannelSpecWebhook_FieldPath interface { gotenobject.FieldPath Selector() NotificationChannelSpecWebhook_FieldPathSelector Get(source *NotificationChannel_Spec_Webhook) []interface{} GetSingle(source *NotificationChannel_Spec_Webhook) (interface{}, bool) ClearValue(item *NotificationChannel_Spec_Webhook) // Those methods build corresponding NotificationChannelSpecWebhook_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) NotificationChannelSpecWebhook_FieldPathValue WithIArrayOfValues(values interface{}) NotificationChannelSpecWebhook_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) NotificationChannelSpecWebhook_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildNotificationChannelSpecWebhook_FieldPath ¶
func BuildNotificationChannelSpecWebhook_FieldPath(fp gotenobject.RawFieldPath) (NotificationChannelSpecWebhook_FieldPath, error)
func MustParseNotificationChannelSpecWebhook_FieldPath ¶
func MustParseNotificationChannelSpecWebhook_FieldPath(rawField string) NotificationChannelSpecWebhook_FieldPath
func ParseNotificationChannelSpecWebhook_FieldPath ¶
func ParseNotificationChannelSpecWebhook_FieldPath(rawField string) (NotificationChannelSpecWebhook_FieldPath, error)
type NotificationChannelSpecWebhook_FieldPathArrayItemValue ¶
type NotificationChannelSpecWebhook_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue NotificationChannelSpecWebhook_FieldPath ContainsValue(*NotificationChannel_Spec_Webhook) bool }
NotificationChannelSpecWebhook_FieldPathArrayItemValue allows storing single item in Path-specific values for Webhook according to their type Present only for array (repeated) types.
func MustParseNotificationChannelSpecWebhook_FieldPathArrayItemValue ¶
func MustParseNotificationChannelSpecWebhook_FieldPathArrayItemValue(pathStr, valueStr string) NotificationChannelSpecWebhook_FieldPathArrayItemValue
func ParseNotificationChannelSpecWebhook_FieldPathArrayItemValue ¶
func ParseNotificationChannelSpecWebhook_FieldPathArrayItemValue(pathStr, valueStr string) (NotificationChannelSpecWebhook_FieldPathArrayItemValue, error)
ParseNotificationChannelSpecWebhook_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type NotificationChannelSpecWebhook_FieldPathArrayOfValues ¶
type NotificationChannelSpecWebhook_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues NotificationChannelSpecWebhook_FieldPath }
NotificationChannelSpecWebhook_FieldPathArrayOfValues allows storing slice of values for Webhook fields according to their type
func MustParseNotificationChannelSpecWebhook_FieldPathArrayOfValues ¶
func MustParseNotificationChannelSpecWebhook_FieldPathArrayOfValues(pathStr, valuesStr string) NotificationChannelSpecWebhook_FieldPathArrayOfValues
func ParseNotificationChannelSpecWebhook_FieldPathArrayOfValues ¶
func ParseNotificationChannelSpecWebhook_FieldPathArrayOfValues(pathStr, valuesStr string) (NotificationChannelSpecWebhook_FieldPathArrayOfValues, error)
type NotificationChannelSpecWebhook_FieldPathSelector ¶
type NotificationChannelSpecWebhook_FieldPathSelector int32
const ( NotificationChannelSpecWebhook_FieldPathSelectorUrl NotificationChannelSpecWebhook_FieldPathSelector = 0 NotificationChannelSpecWebhook_FieldPathSelectorHeaders NotificationChannelSpecWebhook_FieldPathSelector = 1 )
func (NotificationChannelSpecWebhook_FieldPathSelector) String ¶
func (s NotificationChannelSpecWebhook_FieldPathSelector) String() string
type NotificationChannelSpecWebhook_FieldPathValue ¶
type NotificationChannelSpecWebhook_FieldPathValue interface { NotificationChannelSpecWebhook_FieldPath gotenobject.FieldPathValue SetTo(target **NotificationChannel_Spec_Webhook) CompareWith(*NotificationChannel_Spec_Webhook) (cmp int, comparable bool) }
NotificationChannelSpecWebhook_FieldPathValue allows storing values for Webhook fields according to their type
func MustParseNotificationChannelSpecWebhook_FieldPathValue ¶
func MustParseNotificationChannelSpecWebhook_FieldPathValue(pathStr, valueStr string) NotificationChannelSpecWebhook_FieldPathValue
func ParseNotificationChannelSpecWebhook_FieldPathValue ¶
func ParseNotificationChannelSpecWebhook_FieldPathValue(pathStr, valueStr string) (NotificationChannelSpecWebhook_FieldPathValue, error)
type NotificationChannelSpecWebhook_FieldSubPath ¶
type NotificationChannelSpecWebhook_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*NotificationChannelSpecWebhook_FieldSubPath) AsHeadersSubPath ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) AsHeadersSubPath() (NotificationChannelSpecWebhookHeader_FieldPath, bool)
func (*NotificationChannelSpecWebhook_FieldSubPath) ClearValue ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) ClearValue(item *NotificationChannel_Spec_Webhook)
func (*NotificationChannelSpecWebhook_FieldSubPath) ClearValueRaw ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) ClearValueRaw(item proto.Message)
func (*NotificationChannelSpecWebhook_FieldSubPath) Get ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) Get(source *NotificationChannel_Spec_Webhook) (values []interface{})
Get returns all values pointed by selected field from source NotificationChannel_Spec_Webhook
func (*NotificationChannelSpecWebhook_FieldSubPath) GetDefault ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*NotificationChannelSpecWebhook_FieldSubPath) GetRaw ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*NotificationChannelSpecWebhook_FieldSubPath) GetSingle ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) GetSingle(source *NotificationChannel_Spec_Webhook) (interface{}, bool)
GetSingle returns value of selected field from source NotificationChannel_Spec_Webhook
func (*NotificationChannelSpecWebhook_FieldSubPath) GetSingleRaw ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*NotificationChannelSpecWebhook_FieldSubPath) IsLeaf ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*NotificationChannelSpecWebhook_FieldSubPath) JSONString ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*NotificationChannelSpecWebhook_FieldSubPath) Selector ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) Selector() NotificationChannelSpecWebhook_FieldPathSelector
func (*NotificationChannelSpecWebhook_FieldSubPath) SplitIntoTerminalIPaths ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*NotificationChannelSpecWebhook_FieldSubPath) String ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) String() string
String returns path representation in proto convention
func (*NotificationChannelSpecWebhook_FieldSubPath) WithIArrayItemValue ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) WithIArrayItemValue(value interface{}) NotificationChannelSpecWebhook_FieldPathArrayItemValue
func (*NotificationChannelSpecWebhook_FieldSubPath) WithIArrayOfValues ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) WithIArrayOfValues(values interface{}) NotificationChannelSpecWebhook_FieldPathArrayOfValues
func (*NotificationChannelSpecWebhook_FieldSubPath) WithIValue ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) WithIValue(value interface{}) NotificationChannelSpecWebhook_FieldPathValue
func (*NotificationChannelSpecWebhook_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*NotificationChannelSpecWebhook_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*NotificationChannelSpecWebhook_FieldSubPath) WithRawIValue ¶
func (fps *NotificationChannelSpecWebhook_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type NotificationChannelSpecWebhook_FieldSubPathArrayItemValue ¶
type NotificationChannelSpecWebhook_FieldSubPathArrayItemValue struct { NotificationChannelSpecWebhook_FieldPath // contains filtered or unexported fields }
func (*NotificationChannelSpecWebhook_FieldSubPathArrayItemValue) AsHeadersPathItemValue ¶
func (fpaivs *NotificationChannelSpecWebhook_FieldSubPathArrayItemValue) AsHeadersPathItemValue() (NotificationChannelSpecWebhookHeader_FieldPathArrayItemValue, bool)
func (*NotificationChannelSpecWebhook_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *NotificationChannelSpecWebhook_FieldSubPathArrayItemValue) ContainsValue(source *NotificationChannel_Spec_Webhook) bool
Contains returns a boolean indicating if value that is being held is present in given 'Webhook'
func (*NotificationChannelSpecWebhook_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *NotificationChannelSpecWebhook_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type NotificationChannelSpecWebhook_FieldSubPathArrayOfValues ¶
type NotificationChannelSpecWebhook_FieldSubPathArrayOfValues struct { NotificationChannelSpecWebhook_FieldPath // contains filtered or unexported fields }
func (*NotificationChannelSpecWebhook_FieldSubPathArrayOfValues) AsHeadersPathArrayOfValues ¶
func (fpsaov *NotificationChannelSpecWebhook_FieldSubPathArrayOfValues) AsHeadersPathArrayOfValues() (NotificationChannelSpecWebhookHeader_FieldPathArrayOfValues, bool)
func (*NotificationChannelSpecWebhook_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *NotificationChannelSpecWebhook_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type NotificationChannelSpecWebhook_FieldSubPathValue ¶
type NotificationChannelSpecWebhook_FieldSubPathValue struct { NotificationChannelSpecWebhook_FieldPath // contains filtered or unexported fields }
func (*NotificationChannelSpecWebhook_FieldSubPathValue) AsHeadersPathValue ¶
func (fpvs *NotificationChannelSpecWebhook_FieldSubPathValue) AsHeadersPathValue() (NotificationChannelSpecWebhookHeader_FieldPathValue, bool)
func (*NotificationChannelSpecWebhook_FieldSubPathValue) CompareWith ¶
func (fpvs *NotificationChannelSpecWebhook_FieldSubPathValue) CompareWith(source *NotificationChannel_Spec_Webhook) (int, bool)
func (*NotificationChannelSpecWebhook_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *NotificationChannelSpecWebhook_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*NotificationChannelSpecWebhook_FieldSubPathValue) GetRawValue ¶
func (fpvs *NotificationChannelSpecWebhook_FieldSubPathValue) GetRawValue() interface{}
func (*NotificationChannelSpecWebhook_FieldSubPathValue) SetTo ¶
func (fpvs *NotificationChannelSpecWebhook_FieldSubPathValue) SetTo(target **NotificationChannel_Spec_Webhook)
func (*NotificationChannelSpecWebhook_FieldSubPathValue) SetToRaw ¶
func (fpvs *NotificationChannelSpecWebhook_FieldSubPathValue) SetToRaw(target proto.Message)
type NotificationChannelSpecWebhook_FieldTerminalPath ¶
type NotificationChannelSpecWebhook_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*NotificationChannelSpecWebhook_FieldTerminalPath) ClearValue ¶
func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) ClearValue(item *NotificationChannel_Spec_Webhook)
func (*NotificationChannelSpecWebhook_FieldTerminalPath) ClearValueRaw ¶
func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*NotificationChannelSpecWebhook_FieldTerminalPath) Get ¶
func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) Get(source *NotificationChannel_Spec_Webhook) (values []interface{})
Get returns all values pointed by specific field from source NotificationChannel_Spec_Webhook
func (*NotificationChannelSpecWebhook_FieldTerminalPath) GetDefault ¶
func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*NotificationChannelSpecWebhook_FieldTerminalPath) GetRaw ¶
func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*NotificationChannelSpecWebhook_FieldTerminalPath) GetSingle ¶
func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) GetSingle(source *NotificationChannel_Spec_Webhook) (interface{}, bool)
GetSingle returns value pointed by specific field of from source NotificationChannel_Spec_Webhook
func (*NotificationChannelSpecWebhook_FieldTerminalPath) GetSingleRaw ¶
func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*NotificationChannelSpecWebhook_FieldTerminalPath) IsLeaf ¶
func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*NotificationChannelSpecWebhook_FieldTerminalPath) JSONString ¶
func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*NotificationChannelSpecWebhook_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*NotificationChannelSpecWebhook_FieldTerminalPath) String ¶
func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*NotificationChannelSpecWebhook_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationChannelSpecWebhook_FieldPathArrayItemValue
func (*NotificationChannelSpecWebhook_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationChannelSpecWebhook_FieldPathArrayOfValues
func (*NotificationChannelSpecWebhook_FieldTerminalPath) WithIValue ¶
func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) WithIValue(value interface{}) NotificationChannelSpecWebhook_FieldPathValue
func (*NotificationChannelSpecWebhook_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*NotificationChannelSpecWebhook_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*NotificationChannelSpecWebhook_FieldTerminalPath) WithRawIValue ¶
func (fp *NotificationChannelSpecWebhook_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue ¶
type NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue struct { NotificationChannelSpecWebhook_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue) AsHeadersItemValue ¶
func (fpaiv *NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue) AsHeadersItemValue() (*NotificationChannel_Spec_Webhook_Header, bool)
func (*NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue) ContainsValue(source *NotificationChannel_Spec_Webhook) bool
Contains returns a boolean indicating if value that is being held is present in given 'Webhook'
func (*NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object NotificationChannel_Spec_Webhook as interface{}
func (*NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue) GetSingle(source *NotificationChannel_Spec_Webhook) (interface{}, bool)
func (*NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *NotificationChannelSpecWebhook_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type NotificationChannelSpecWebhook_FieldTerminalPathArrayOfValues ¶
type NotificationChannelSpecWebhook_FieldTerminalPathArrayOfValues struct { NotificationChannelSpecWebhook_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelSpecWebhook_FieldTerminalPathArrayOfValues) AsHeadersArrayOfValues ¶
func (fpaov *NotificationChannelSpecWebhook_FieldTerminalPathArrayOfValues) AsHeadersArrayOfValues() ([][]*NotificationChannel_Spec_Webhook_Header, bool)
func (*NotificationChannelSpecWebhook_FieldTerminalPathArrayOfValues) AsUrlArrayOfValues ¶
func (fpaov *NotificationChannelSpecWebhook_FieldTerminalPathArrayOfValues) AsUrlArrayOfValues() ([]string, bool)
func (*NotificationChannelSpecWebhook_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *NotificationChannelSpecWebhook_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type NotificationChannelSpecWebhook_FieldTerminalPathValue ¶
type NotificationChannelSpecWebhook_FieldTerminalPathValue struct { NotificationChannelSpecWebhook_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelSpecWebhook_FieldTerminalPathValue) AsHeadersValue ¶
func (fpv *NotificationChannelSpecWebhook_FieldTerminalPathValue) AsHeadersValue() ([]*NotificationChannel_Spec_Webhook_Header, bool)
func (*NotificationChannelSpecWebhook_FieldTerminalPathValue) AsUrlValue ¶
func (fpv *NotificationChannelSpecWebhook_FieldTerminalPathValue) AsUrlValue() (string, bool)
func (*NotificationChannelSpecWebhook_FieldTerminalPathValue) CompareWith ¶
func (fpv *NotificationChannelSpecWebhook_FieldTerminalPathValue) CompareWith(source *NotificationChannel_Spec_Webhook) (int, bool)
CompareWith compares value in the 'NotificationChannelSpecWebhook_FieldTerminalPathValue' with the value under path in 'NotificationChannel_Spec_Webhook'.
func (*NotificationChannelSpecWebhook_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *NotificationChannelSpecWebhook_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*NotificationChannelSpecWebhook_FieldTerminalPathValue) GetRawValue ¶
func (fpv *NotificationChannelSpecWebhook_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Webhook' as interface{}
func (*NotificationChannelSpecWebhook_FieldTerminalPathValue) SetTo ¶
func (fpv *NotificationChannelSpecWebhook_FieldTerminalPathValue) SetTo(target **NotificationChannel_Spec_Webhook)
SetTo stores value for selected field for object Webhook
func (*NotificationChannelSpecWebhook_FieldTerminalPathValue) SetToRaw ¶
func (fpv *NotificationChannelSpecWebhook_FieldTerminalPathValue) SetToRaw(target proto.Message)
type NotificationChannelSpec_FieldPath ¶
type NotificationChannelSpec_FieldPath interface { gotenobject.FieldPath Selector() NotificationChannelSpec_FieldPathSelector Get(source *NotificationChannel_Spec) []interface{} GetSingle(source *NotificationChannel_Spec) (interface{}, bool) ClearValue(item *NotificationChannel_Spec) // Those methods build corresponding NotificationChannelSpec_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) NotificationChannelSpec_FieldPathValue WithIArrayOfValues(values interface{}) NotificationChannelSpec_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) NotificationChannelSpec_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildNotificationChannelSpec_FieldPath ¶
func BuildNotificationChannelSpec_FieldPath(fp gotenobject.RawFieldPath) (NotificationChannelSpec_FieldPath, error)
func MustParseNotificationChannelSpec_FieldPath ¶
func MustParseNotificationChannelSpec_FieldPath(rawField string) NotificationChannelSpec_FieldPath
func ParseNotificationChannelSpec_FieldPath ¶
func ParseNotificationChannelSpec_FieldPath(rawField string) (NotificationChannelSpec_FieldPath, error)
type NotificationChannelSpec_FieldPathArrayItemValue ¶
type NotificationChannelSpec_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue NotificationChannelSpec_FieldPath ContainsValue(*NotificationChannel_Spec) bool }
NotificationChannelSpec_FieldPathArrayItemValue allows storing single item in Path-specific values for Spec according to their type Present only for array (repeated) types.
func MustParseNotificationChannelSpec_FieldPathArrayItemValue ¶
func MustParseNotificationChannelSpec_FieldPathArrayItemValue(pathStr, valueStr string) NotificationChannelSpec_FieldPathArrayItemValue
func ParseNotificationChannelSpec_FieldPathArrayItemValue ¶
func ParseNotificationChannelSpec_FieldPathArrayItemValue(pathStr, valueStr string) (NotificationChannelSpec_FieldPathArrayItemValue, error)
ParseNotificationChannelSpec_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type NotificationChannelSpec_FieldPathArrayOfValues ¶
type NotificationChannelSpec_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues NotificationChannelSpec_FieldPath }
NotificationChannelSpec_FieldPathArrayOfValues allows storing slice of values for Spec fields according to their type
func MustParseNotificationChannelSpec_FieldPathArrayOfValues ¶
func MustParseNotificationChannelSpec_FieldPathArrayOfValues(pathStr, valuesStr string) NotificationChannelSpec_FieldPathArrayOfValues
func ParseNotificationChannelSpec_FieldPathArrayOfValues ¶
func ParseNotificationChannelSpec_FieldPathArrayOfValues(pathStr, valuesStr string) (NotificationChannelSpec_FieldPathArrayOfValues, error)
type NotificationChannelSpec_FieldPathSelector ¶
type NotificationChannelSpec_FieldPathSelector int32
const ( NotificationChannelSpec_FieldPathSelectorEnabled NotificationChannelSpec_FieldPathSelector = 0 NotificationChannelSpec_FieldPathSelectorType NotificationChannelSpec_FieldPathSelector = 1 NotificationChannelSpec_FieldPathSelectorEmail NotificationChannelSpec_FieldPathSelector = 2 NotificationChannelSpec_FieldPathSelectorSlack NotificationChannelSpec_FieldPathSelector = 3 NotificationChannelSpec_FieldPathSelectorWebhook NotificationChannelSpec_FieldPathSelector = 4 NotificationChannelSpec_FieldPathSelectorNotificationLanguageCode NotificationChannelSpec_FieldPathSelector = 5 )
func (NotificationChannelSpec_FieldPathSelector) String ¶
func (s NotificationChannelSpec_FieldPathSelector) String() string
type NotificationChannelSpec_FieldPathValue ¶
type NotificationChannelSpec_FieldPathValue interface { NotificationChannelSpec_FieldPath gotenobject.FieldPathValue SetTo(target **NotificationChannel_Spec) CompareWith(*NotificationChannel_Spec) (cmp int, comparable bool) }
NotificationChannelSpec_FieldPathValue allows storing values for Spec fields according to their type
func MustParseNotificationChannelSpec_FieldPathValue ¶
func MustParseNotificationChannelSpec_FieldPathValue(pathStr, valueStr string) NotificationChannelSpec_FieldPathValue
func ParseNotificationChannelSpec_FieldPathValue ¶
func ParseNotificationChannelSpec_FieldPathValue(pathStr, valueStr string) (NotificationChannelSpec_FieldPathValue, error)
type NotificationChannelSpec_FieldSubPath ¶
type NotificationChannelSpec_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*NotificationChannelSpec_FieldSubPath) AsEmailSubPath ¶
func (fps *NotificationChannelSpec_FieldSubPath) AsEmailSubPath() (NotificationChannelSpecEmail_FieldPath, bool)
func (*NotificationChannelSpec_FieldSubPath) AsSlackSubPath ¶
func (fps *NotificationChannelSpec_FieldSubPath) AsSlackSubPath() (NotificationChannelSpecSlack_FieldPath, bool)
func (*NotificationChannelSpec_FieldSubPath) AsWebhookSubPath ¶
func (fps *NotificationChannelSpec_FieldSubPath) AsWebhookSubPath() (NotificationChannelSpecWebhook_FieldPath, bool)
func (*NotificationChannelSpec_FieldSubPath) ClearValue ¶
func (fps *NotificationChannelSpec_FieldSubPath) ClearValue(item *NotificationChannel_Spec)
func (*NotificationChannelSpec_FieldSubPath) ClearValueRaw ¶
func (fps *NotificationChannelSpec_FieldSubPath) ClearValueRaw(item proto.Message)
func (*NotificationChannelSpec_FieldSubPath) Get ¶
func (fps *NotificationChannelSpec_FieldSubPath) Get(source *NotificationChannel_Spec) (values []interface{})
Get returns all values pointed by selected field from source NotificationChannel_Spec
func (*NotificationChannelSpec_FieldSubPath) GetDefault ¶
func (fps *NotificationChannelSpec_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*NotificationChannelSpec_FieldSubPath) GetRaw ¶
func (fps *NotificationChannelSpec_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*NotificationChannelSpec_FieldSubPath) GetSingle ¶
func (fps *NotificationChannelSpec_FieldSubPath) GetSingle(source *NotificationChannel_Spec) (interface{}, bool)
GetSingle returns value of selected field from source NotificationChannel_Spec
func (*NotificationChannelSpec_FieldSubPath) GetSingleRaw ¶
func (fps *NotificationChannelSpec_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*NotificationChannelSpec_FieldSubPath) IsLeaf ¶
func (fps *NotificationChannelSpec_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*NotificationChannelSpec_FieldSubPath) JSONString ¶
func (fps *NotificationChannelSpec_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*NotificationChannelSpec_FieldSubPath) Selector ¶
func (fps *NotificationChannelSpec_FieldSubPath) Selector() NotificationChannelSpec_FieldPathSelector
func (*NotificationChannelSpec_FieldSubPath) SplitIntoTerminalIPaths ¶
func (fps *NotificationChannelSpec_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*NotificationChannelSpec_FieldSubPath) String ¶
func (fps *NotificationChannelSpec_FieldSubPath) String() string
String returns path representation in proto convention
func (*NotificationChannelSpec_FieldSubPath) WithIArrayItemValue ¶
func (fps *NotificationChannelSpec_FieldSubPath) WithIArrayItemValue(value interface{}) NotificationChannelSpec_FieldPathArrayItemValue
func (*NotificationChannelSpec_FieldSubPath) WithIArrayOfValues ¶
func (fps *NotificationChannelSpec_FieldSubPath) WithIArrayOfValues(values interface{}) NotificationChannelSpec_FieldPathArrayOfValues
func (*NotificationChannelSpec_FieldSubPath) WithIValue ¶
func (fps *NotificationChannelSpec_FieldSubPath) WithIValue(value interface{}) NotificationChannelSpec_FieldPathValue
func (*NotificationChannelSpec_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *NotificationChannelSpec_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*NotificationChannelSpec_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *NotificationChannelSpec_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*NotificationChannelSpec_FieldSubPath) WithRawIValue ¶
func (fps *NotificationChannelSpec_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type NotificationChannelSpec_FieldSubPathArrayItemValue ¶
type NotificationChannelSpec_FieldSubPathArrayItemValue struct { NotificationChannelSpec_FieldPath // contains filtered or unexported fields }
func (*NotificationChannelSpec_FieldSubPathArrayItemValue) AsEmailPathItemValue ¶
func (fpaivs *NotificationChannelSpec_FieldSubPathArrayItemValue) AsEmailPathItemValue() (NotificationChannelSpecEmail_FieldPathArrayItemValue, bool)
func (*NotificationChannelSpec_FieldSubPathArrayItemValue) AsSlackPathItemValue ¶
func (fpaivs *NotificationChannelSpec_FieldSubPathArrayItemValue) AsSlackPathItemValue() (NotificationChannelSpecSlack_FieldPathArrayItemValue, bool)
func (*NotificationChannelSpec_FieldSubPathArrayItemValue) AsWebhookPathItemValue ¶
func (fpaivs *NotificationChannelSpec_FieldSubPathArrayItemValue) AsWebhookPathItemValue() (NotificationChannelSpecWebhook_FieldPathArrayItemValue, bool)
func (*NotificationChannelSpec_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *NotificationChannelSpec_FieldSubPathArrayItemValue) ContainsValue(source *NotificationChannel_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*NotificationChannelSpec_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *NotificationChannelSpec_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type NotificationChannelSpec_FieldSubPathArrayOfValues ¶
type NotificationChannelSpec_FieldSubPathArrayOfValues struct { NotificationChannelSpec_FieldPath // contains filtered or unexported fields }
func (*NotificationChannelSpec_FieldSubPathArrayOfValues) AsEmailPathArrayOfValues ¶
func (fpsaov *NotificationChannelSpec_FieldSubPathArrayOfValues) AsEmailPathArrayOfValues() (NotificationChannelSpecEmail_FieldPathArrayOfValues, bool)
func (*NotificationChannelSpec_FieldSubPathArrayOfValues) AsSlackPathArrayOfValues ¶
func (fpsaov *NotificationChannelSpec_FieldSubPathArrayOfValues) AsSlackPathArrayOfValues() (NotificationChannelSpecSlack_FieldPathArrayOfValues, bool)
func (*NotificationChannelSpec_FieldSubPathArrayOfValues) AsWebhookPathArrayOfValues ¶
func (fpsaov *NotificationChannelSpec_FieldSubPathArrayOfValues) AsWebhookPathArrayOfValues() (NotificationChannelSpecWebhook_FieldPathArrayOfValues, bool)
func (*NotificationChannelSpec_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *NotificationChannelSpec_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type NotificationChannelSpec_FieldSubPathValue ¶
type NotificationChannelSpec_FieldSubPathValue struct { NotificationChannelSpec_FieldPath // contains filtered or unexported fields }
func (*NotificationChannelSpec_FieldSubPathValue) AsEmailPathValue ¶
func (fpvs *NotificationChannelSpec_FieldSubPathValue) AsEmailPathValue() (NotificationChannelSpecEmail_FieldPathValue, bool)
func (*NotificationChannelSpec_FieldSubPathValue) AsSlackPathValue ¶
func (fpvs *NotificationChannelSpec_FieldSubPathValue) AsSlackPathValue() (NotificationChannelSpecSlack_FieldPathValue, bool)
func (*NotificationChannelSpec_FieldSubPathValue) AsWebhookPathValue ¶
func (fpvs *NotificationChannelSpec_FieldSubPathValue) AsWebhookPathValue() (NotificationChannelSpecWebhook_FieldPathValue, bool)
func (*NotificationChannelSpec_FieldSubPathValue) CompareWith ¶
func (fpvs *NotificationChannelSpec_FieldSubPathValue) CompareWith(source *NotificationChannel_Spec) (int, bool)
func (*NotificationChannelSpec_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *NotificationChannelSpec_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*NotificationChannelSpec_FieldSubPathValue) GetRawValue ¶
func (fpvs *NotificationChannelSpec_FieldSubPathValue) GetRawValue() interface{}
func (*NotificationChannelSpec_FieldSubPathValue) SetTo ¶
func (fpvs *NotificationChannelSpec_FieldSubPathValue) SetTo(target **NotificationChannel_Spec)
func (*NotificationChannelSpec_FieldSubPathValue) SetToRaw ¶
func (fpvs *NotificationChannelSpec_FieldSubPathValue) SetToRaw(target proto.Message)
type NotificationChannelSpec_FieldTerminalPath ¶
type NotificationChannelSpec_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*NotificationChannelSpec_FieldTerminalPath) ClearValue ¶
func (fp *NotificationChannelSpec_FieldTerminalPath) ClearValue(item *NotificationChannel_Spec)
func (*NotificationChannelSpec_FieldTerminalPath) ClearValueRaw ¶
func (fp *NotificationChannelSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*NotificationChannelSpec_FieldTerminalPath) Get ¶
func (fp *NotificationChannelSpec_FieldTerminalPath) Get(source *NotificationChannel_Spec) (values []interface{})
Get returns all values pointed by specific field from source NotificationChannel_Spec
func (*NotificationChannelSpec_FieldTerminalPath) GetDefault ¶
func (fp *NotificationChannelSpec_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*NotificationChannelSpec_FieldTerminalPath) GetRaw ¶
func (fp *NotificationChannelSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*NotificationChannelSpec_FieldTerminalPath) GetSingle ¶
func (fp *NotificationChannelSpec_FieldTerminalPath) GetSingle(source *NotificationChannel_Spec) (interface{}, bool)
GetSingle returns value pointed by specific field of from source NotificationChannel_Spec
func (*NotificationChannelSpec_FieldTerminalPath) GetSingleRaw ¶
func (fp *NotificationChannelSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*NotificationChannelSpec_FieldTerminalPath) IsLeaf ¶
func (fp *NotificationChannelSpec_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*NotificationChannelSpec_FieldTerminalPath) JSONString ¶
func (fp *NotificationChannelSpec_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*NotificationChannelSpec_FieldTerminalPath) Selector ¶
func (fp *NotificationChannelSpec_FieldTerminalPath) Selector() NotificationChannelSpec_FieldPathSelector
func (*NotificationChannelSpec_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *NotificationChannelSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*NotificationChannelSpec_FieldTerminalPath) String ¶
func (fp *NotificationChannelSpec_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*NotificationChannelSpec_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *NotificationChannelSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationChannelSpec_FieldPathArrayItemValue
func (*NotificationChannelSpec_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *NotificationChannelSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationChannelSpec_FieldPathArrayOfValues
func (*NotificationChannelSpec_FieldTerminalPath) WithIValue ¶
func (fp *NotificationChannelSpec_FieldTerminalPath) WithIValue(value interface{}) NotificationChannelSpec_FieldPathValue
func (*NotificationChannelSpec_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *NotificationChannelSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*NotificationChannelSpec_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *NotificationChannelSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*NotificationChannelSpec_FieldTerminalPath) WithRawIValue ¶
func (fp *NotificationChannelSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type NotificationChannelSpec_FieldTerminalPathArrayItemValue ¶
type NotificationChannelSpec_FieldTerminalPathArrayItemValue struct { NotificationChannelSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelSpec_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *NotificationChannelSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *NotificationChannel_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*NotificationChannelSpec_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *NotificationChannelSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object NotificationChannel_Spec as interface{}
func (*NotificationChannelSpec_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *NotificationChannelSpec_FieldTerminalPathArrayItemValue) GetSingle(source *NotificationChannel_Spec) (interface{}, bool)
func (*NotificationChannelSpec_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *NotificationChannelSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type NotificationChannelSpec_FieldTerminalPathArrayOfValues ¶
type NotificationChannelSpec_FieldTerminalPathArrayOfValues struct { NotificationChannelSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelSpec_FieldTerminalPathArrayOfValues) AsEmailArrayOfValues ¶
func (fpaov *NotificationChannelSpec_FieldTerminalPathArrayOfValues) AsEmailArrayOfValues() ([]*NotificationChannel_Spec_Email, bool)
func (*NotificationChannelSpec_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues ¶
func (fpaov *NotificationChannelSpec_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues() ([]bool, bool)
func (*NotificationChannelSpec_FieldTerminalPathArrayOfValues) AsNotificationLanguageCodeArrayOfValues ¶ added in v0.10.12
func (fpaov *NotificationChannelSpec_FieldTerminalPathArrayOfValues) AsNotificationLanguageCodeArrayOfValues() ([]string, bool)
func (*NotificationChannelSpec_FieldTerminalPathArrayOfValues) AsSlackArrayOfValues ¶
func (fpaov *NotificationChannelSpec_FieldTerminalPathArrayOfValues) AsSlackArrayOfValues() ([]*NotificationChannel_Spec_Slack, bool)
func (*NotificationChannelSpec_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues ¶
func (fpaov *NotificationChannelSpec_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]NotificationChannel_Spec_Type, bool)
func (*NotificationChannelSpec_FieldTerminalPathArrayOfValues) AsWebhookArrayOfValues ¶
func (fpaov *NotificationChannelSpec_FieldTerminalPathArrayOfValues) AsWebhookArrayOfValues() ([]*NotificationChannel_Spec_Webhook, bool)
func (*NotificationChannelSpec_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *NotificationChannelSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type NotificationChannelSpec_FieldTerminalPathValue ¶
type NotificationChannelSpec_FieldTerminalPathValue struct { NotificationChannelSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelSpec_FieldTerminalPathValue) AsEmailValue ¶
func (fpv *NotificationChannelSpec_FieldTerminalPathValue) AsEmailValue() (*NotificationChannel_Spec_Email, bool)
func (*NotificationChannelSpec_FieldTerminalPathValue) AsEnabledValue ¶
func (fpv *NotificationChannelSpec_FieldTerminalPathValue) AsEnabledValue() (bool, bool)
func (*NotificationChannelSpec_FieldTerminalPathValue) AsNotificationLanguageCodeValue ¶ added in v0.10.12
func (fpv *NotificationChannelSpec_FieldTerminalPathValue) AsNotificationLanguageCodeValue() (string, bool)
func (*NotificationChannelSpec_FieldTerminalPathValue) AsSlackValue ¶
func (fpv *NotificationChannelSpec_FieldTerminalPathValue) AsSlackValue() (*NotificationChannel_Spec_Slack, bool)
func (*NotificationChannelSpec_FieldTerminalPathValue) AsTypeValue ¶
func (fpv *NotificationChannelSpec_FieldTerminalPathValue) AsTypeValue() (NotificationChannel_Spec_Type, bool)
func (*NotificationChannelSpec_FieldTerminalPathValue) AsWebhookValue ¶
func (fpv *NotificationChannelSpec_FieldTerminalPathValue) AsWebhookValue() (*NotificationChannel_Spec_Webhook, bool)
func (*NotificationChannelSpec_FieldTerminalPathValue) CompareWith ¶
func (fpv *NotificationChannelSpec_FieldTerminalPathValue) CompareWith(source *NotificationChannel_Spec) (int, bool)
CompareWith compares value in the 'NotificationChannelSpec_FieldTerminalPathValue' with the value under path in 'NotificationChannel_Spec'.
func (*NotificationChannelSpec_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *NotificationChannelSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*NotificationChannelSpec_FieldTerminalPathValue) GetRawValue ¶
func (fpv *NotificationChannelSpec_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Spec' as interface{}
func (*NotificationChannelSpec_FieldTerminalPathValue) SetTo ¶
func (fpv *NotificationChannelSpec_FieldTerminalPathValue) SetTo(target **NotificationChannel_Spec)
SetTo stores value for selected field for object Spec
func (*NotificationChannelSpec_FieldTerminalPathValue) SetToRaw ¶
func (fpv *NotificationChannelSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
type NotificationChannelStateErrorFieldPathBuilder ¶
type NotificationChannelStateErrorFieldPathBuilder struct{}
func NewNotificationChannelStateErrorFieldPathBuilder ¶
func NewNotificationChannelStateErrorFieldPathBuilder() NotificationChannelStateErrorFieldPathBuilder
type NotificationChannelStateError_FieldPath ¶
type NotificationChannelStateError_FieldPath interface { gotenobject.FieldPath Selector() NotificationChannelStateError_FieldPathSelector Get(source *NotificationChannel_State_Error) []interface{} GetSingle(source *NotificationChannel_State_Error) (interface{}, bool) ClearValue(item *NotificationChannel_State_Error) // Those methods build corresponding NotificationChannelStateError_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) NotificationChannelStateError_FieldPathValue WithIArrayOfValues(values interface{}) NotificationChannelStateError_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) NotificationChannelStateError_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildNotificationChannelStateError_FieldPath ¶
func BuildNotificationChannelStateError_FieldPath(fp gotenobject.RawFieldPath) (NotificationChannelStateError_FieldPath, error)
func MustParseNotificationChannelStateError_FieldPath ¶
func MustParseNotificationChannelStateError_FieldPath(rawField string) NotificationChannelStateError_FieldPath
func ParseNotificationChannelStateError_FieldPath ¶
func ParseNotificationChannelStateError_FieldPath(rawField string) (NotificationChannelStateError_FieldPath, error)
type NotificationChannelStateError_FieldPathArrayItemValue ¶
type NotificationChannelStateError_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue NotificationChannelStateError_FieldPath ContainsValue(*NotificationChannel_State_Error) bool }
NotificationChannelStateError_FieldPathArrayItemValue allows storing single item in Path-specific values for Error according to their type Present only for array (repeated) types.
func MustParseNotificationChannelStateError_FieldPathArrayItemValue ¶
func MustParseNotificationChannelStateError_FieldPathArrayItemValue(pathStr, valueStr string) NotificationChannelStateError_FieldPathArrayItemValue
func ParseNotificationChannelStateError_FieldPathArrayItemValue ¶
func ParseNotificationChannelStateError_FieldPathArrayItemValue(pathStr, valueStr string) (NotificationChannelStateError_FieldPathArrayItemValue, error)
ParseNotificationChannelStateError_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type NotificationChannelStateError_FieldPathArrayOfValues ¶
type NotificationChannelStateError_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues NotificationChannelStateError_FieldPath }
NotificationChannelStateError_FieldPathArrayOfValues allows storing slice of values for Error fields according to their type
func MustParseNotificationChannelStateError_FieldPathArrayOfValues ¶
func MustParseNotificationChannelStateError_FieldPathArrayOfValues(pathStr, valuesStr string) NotificationChannelStateError_FieldPathArrayOfValues
func ParseNotificationChannelStateError_FieldPathArrayOfValues ¶
func ParseNotificationChannelStateError_FieldPathArrayOfValues(pathStr, valuesStr string) (NotificationChannelStateError_FieldPathArrayOfValues, error)
type NotificationChannelStateError_FieldPathSelector ¶
type NotificationChannelStateError_FieldPathSelector int32
const ( NotificationChannelStateError_FieldPathSelectorTime NotificationChannelStateError_FieldPathSelector = 0 NotificationChannelStateError_FieldPathSelectorMessage NotificationChannelStateError_FieldPathSelector = 1 )
func (NotificationChannelStateError_FieldPathSelector) String ¶
func (s NotificationChannelStateError_FieldPathSelector) String() string
type NotificationChannelStateError_FieldPathValue ¶
type NotificationChannelStateError_FieldPathValue interface { NotificationChannelStateError_FieldPath gotenobject.FieldPathValue SetTo(target **NotificationChannel_State_Error) CompareWith(*NotificationChannel_State_Error) (cmp int, comparable bool) }
NotificationChannelStateError_FieldPathValue allows storing values for Error fields according to their type
func MustParseNotificationChannelStateError_FieldPathValue ¶
func MustParseNotificationChannelStateError_FieldPathValue(pathStr, valueStr string) NotificationChannelStateError_FieldPathValue
func ParseNotificationChannelStateError_FieldPathValue ¶
func ParseNotificationChannelStateError_FieldPathValue(pathStr, valueStr string) (NotificationChannelStateError_FieldPathValue, error)
type NotificationChannelStateError_FieldTerminalPath ¶
type NotificationChannelStateError_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*NotificationChannelStateError_FieldTerminalPath) ClearValue ¶
func (fp *NotificationChannelStateError_FieldTerminalPath) ClearValue(item *NotificationChannel_State_Error)
func (*NotificationChannelStateError_FieldTerminalPath) ClearValueRaw ¶
func (fp *NotificationChannelStateError_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*NotificationChannelStateError_FieldTerminalPath) Get ¶
func (fp *NotificationChannelStateError_FieldTerminalPath) Get(source *NotificationChannel_State_Error) (values []interface{})
Get returns all values pointed by specific field from source NotificationChannel_State_Error
func (*NotificationChannelStateError_FieldTerminalPath) GetDefault ¶
func (fp *NotificationChannelStateError_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*NotificationChannelStateError_FieldTerminalPath) GetRaw ¶
func (fp *NotificationChannelStateError_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*NotificationChannelStateError_FieldTerminalPath) GetSingle ¶
func (fp *NotificationChannelStateError_FieldTerminalPath) GetSingle(source *NotificationChannel_State_Error) (interface{}, bool)
GetSingle returns value pointed by specific field of from source NotificationChannel_State_Error
func (*NotificationChannelStateError_FieldTerminalPath) GetSingleRaw ¶
func (fp *NotificationChannelStateError_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*NotificationChannelStateError_FieldTerminalPath) IsLeaf ¶
func (fp *NotificationChannelStateError_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*NotificationChannelStateError_FieldTerminalPath) JSONString ¶
func (fp *NotificationChannelStateError_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*NotificationChannelStateError_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *NotificationChannelStateError_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*NotificationChannelStateError_FieldTerminalPath) String ¶
func (fp *NotificationChannelStateError_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*NotificationChannelStateError_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *NotificationChannelStateError_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationChannelStateError_FieldPathArrayItemValue
func (*NotificationChannelStateError_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *NotificationChannelStateError_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationChannelStateError_FieldPathArrayOfValues
func (*NotificationChannelStateError_FieldTerminalPath) WithIValue ¶
func (fp *NotificationChannelStateError_FieldTerminalPath) WithIValue(value interface{}) NotificationChannelStateError_FieldPathValue
func (*NotificationChannelStateError_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *NotificationChannelStateError_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*NotificationChannelStateError_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *NotificationChannelStateError_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*NotificationChannelStateError_FieldTerminalPath) WithRawIValue ¶
func (fp *NotificationChannelStateError_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type NotificationChannelStateError_FieldTerminalPathArrayItemValue ¶
type NotificationChannelStateError_FieldTerminalPathArrayItemValue struct { NotificationChannelStateError_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelStateError_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *NotificationChannelStateError_FieldTerminalPathArrayItemValue) ContainsValue(source *NotificationChannel_State_Error) bool
Contains returns a boolean indicating if value that is being held is present in given 'Error'
func (*NotificationChannelStateError_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *NotificationChannelStateError_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object NotificationChannel_State_Error as interface{}
func (*NotificationChannelStateError_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *NotificationChannelStateError_FieldTerminalPathArrayItemValue) GetSingle(source *NotificationChannel_State_Error) (interface{}, bool)
func (*NotificationChannelStateError_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *NotificationChannelStateError_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type NotificationChannelStateError_FieldTerminalPathArrayOfValues ¶
type NotificationChannelStateError_FieldTerminalPathArrayOfValues struct { NotificationChannelStateError_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelStateError_FieldTerminalPathArrayOfValues) AsMessageArrayOfValues ¶
func (fpaov *NotificationChannelStateError_FieldTerminalPathArrayOfValues) AsMessageArrayOfValues() ([]string, bool)
func (*NotificationChannelStateError_FieldTerminalPathArrayOfValues) AsTimeArrayOfValues ¶
func (fpaov *NotificationChannelStateError_FieldTerminalPathArrayOfValues) AsTimeArrayOfValues() ([]*timestamp.Timestamp, bool)
func (*NotificationChannelStateError_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *NotificationChannelStateError_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type NotificationChannelStateError_FieldTerminalPathValue ¶
type NotificationChannelStateError_FieldTerminalPathValue struct { NotificationChannelStateError_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelStateError_FieldTerminalPathValue) AsMessageValue ¶
func (fpv *NotificationChannelStateError_FieldTerminalPathValue) AsMessageValue() (string, bool)
func (*NotificationChannelStateError_FieldTerminalPathValue) AsTimeValue ¶
func (fpv *NotificationChannelStateError_FieldTerminalPathValue) AsTimeValue() (*timestamp.Timestamp, bool)
func (*NotificationChannelStateError_FieldTerminalPathValue) CompareWith ¶
func (fpv *NotificationChannelStateError_FieldTerminalPathValue) CompareWith(source *NotificationChannel_State_Error) (int, bool)
CompareWith compares value in the 'NotificationChannelStateError_FieldTerminalPathValue' with the value under path in 'NotificationChannel_State_Error'.
func (*NotificationChannelStateError_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *NotificationChannelStateError_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*NotificationChannelStateError_FieldTerminalPathValue) GetRawValue ¶
func (fpv *NotificationChannelStateError_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Error' as interface{}
func (*NotificationChannelStateError_FieldTerminalPathValue) SetTo ¶
func (fpv *NotificationChannelStateError_FieldTerminalPathValue) SetTo(target **NotificationChannel_State_Error)
SetTo stores value for selected field for object Error
func (*NotificationChannelStateError_FieldTerminalPathValue) SetToRaw ¶
func (fpv *NotificationChannelStateError_FieldTerminalPathValue) SetToRaw(target proto.Message)
type NotificationChannelStateFieldPathBuilder ¶
type NotificationChannelStateFieldPathBuilder struct{}
func NewNotificationChannelStateFieldPathBuilder ¶
func NewNotificationChannelStateFieldPathBuilder() NotificationChannelStateFieldPathBuilder
type NotificationChannelState_FieldPath ¶
type NotificationChannelState_FieldPath interface { gotenobject.FieldPath Selector() NotificationChannelState_FieldPathSelector Get(source *NotificationChannel_State) []interface{} GetSingle(source *NotificationChannel_State) (interface{}, bool) ClearValue(item *NotificationChannel_State) // Those methods build corresponding NotificationChannelState_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) NotificationChannelState_FieldPathValue WithIArrayOfValues(values interface{}) NotificationChannelState_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) NotificationChannelState_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildNotificationChannelState_FieldPath ¶
func BuildNotificationChannelState_FieldPath(fp gotenobject.RawFieldPath) (NotificationChannelState_FieldPath, error)
func MustParseNotificationChannelState_FieldPath ¶
func MustParseNotificationChannelState_FieldPath(rawField string) NotificationChannelState_FieldPath
func ParseNotificationChannelState_FieldPath ¶
func ParseNotificationChannelState_FieldPath(rawField string) (NotificationChannelState_FieldPath, error)
type NotificationChannelState_FieldPathArrayItemValue ¶
type NotificationChannelState_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue NotificationChannelState_FieldPath ContainsValue(*NotificationChannel_State) bool }
NotificationChannelState_FieldPathArrayItemValue allows storing single item in Path-specific values for State according to their type Present only for array (repeated) types.
func MustParseNotificationChannelState_FieldPathArrayItemValue ¶
func MustParseNotificationChannelState_FieldPathArrayItemValue(pathStr, valueStr string) NotificationChannelState_FieldPathArrayItemValue
func ParseNotificationChannelState_FieldPathArrayItemValue ¶
func ParseNotificationChannelState_FieldPathArrayItemValue(pathStr, valueStr string) (NotificationChannelState_FieldPathArrayItemValue, error)
ParseNotificationChannelState_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type NotificationChannelState_FieldPathArrayOfValues ¶
type NotificationChannelState_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues NotificationChannelState_FieldPath }
NotificationChannelState_FieldPathArrayOfValues allows storing slice of values for State fields according to their type
func MustParseNotificationChannelState_FieldPathArrayOfValues ¶
func MustParseNotificationChannelState_FieldPathArrayOfValues(pathStr, valuesStr string) NotificationChannelState_FieldPathArrayOfValues
func ParseNotificationChannelState_FieldPathArrayOfValues ¶
func ParseNotificationChannelState_FieldPathArrayOfValues(pathStr, valuesStr string) (NotificationChannelState_FieldPathArrayOfValues, error)
type NotificationChannelState_FieldPathSelector ¶
type NotificationChannelState_FieldPathSelector int32
const ( NotificationChannelState_FieldPathSelectorStatus NotificationChannelState_FieldPathSelector = 0 NotificationChannelState_FieldPathSelectorError NotificationChannelState_FieldPathSelector = 1 )
func (NotificationChannelState_FieldPathSelector) String ¶
func (s NotificationChannelState_FieldPathSelector) String() string
type NotificationChannelState_FieldPathValue ¶
type NotificationChannelState_FieldPathValue interface { NotificationChannelState_FieldPath gotenobject.FieldPathValue SetTo(target **NotificationChannel_State) CompareWith(*NotificationChannel_State) (cmp int, comparable bool) }
NotificationChannelState_FieldPathValue allows storing values for State fields according to their type
func MustParseNotificationChannelState_FieldPathValue ¶
func MustParseNotificationChannelState_FieldPathValue(pathStr, valueStr string) NotificationChannelState_FieldPathValue
func ParseNotificationChannelState_FieldPathValue ¶
func ParseNotificationChannelState_FieldPathValue(pathStr, valueStr string) (NotificationChannelState_FieldPathValue, error)
type NotificationChannelState_FieldSubPath ¶
type NotificationChannelState_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*NotificationChannelState_FieldSubPath) AsErrorSubPath ¶
func (fps *NotificationChannelState_FieldSubPath) AsErrorSubPath() (NotificationChannelStateError_FieldPath, bool)
func (*NotificationChannelState_FieldSubPath) ClearValue ¶
func (fps *NotificationChannelState_FieldSubPath) ClearValue(item *NotificationChannel_State)
func (*NotificationChannelState_FieldSubPath) ClearValueRaw ¶
func (fps *NotificationChannelState_FieldSubPath) ClearValueRaw(item proto.Message)
func (*NotificationChannelState_FieldSubPath) Get ¶
func (fps *NotificationChannelState_FieldSubPath) Get(source *NotificationChannel_State) (values []interface{})
Get returns all values pointed by selected field from source NotificationChannel_State
func (*NotificationChannelState_FieldSubPath) GetDefault ¶
func (fps *NotificationChannelState_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*NotificationChannelState_FieldSubPath) GetRaw ¶
func (fps *NotificationChannelState_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*NotificationChannelState_FieldSubPath) GetSingle ¶
func (fps *NotificationChannelState_FieldSubPath) GetSingle(source *NotificationChannel_State) (interface{}, bool)
GetSingle returns value of selected field from source NotificationChannel_State
func (*NotificationChannelState_FieldSubPath) GetSingleRaw ¶
func (fps *NotificationChannelState_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*NotificationChannelState_FieldSubPath) IsLeaf ¶
func (fps *NotificationChannelState_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*NotificationChannelState_FieldSubPath) JSONString ¶
func (fps *NotificationChannelState_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*NotificationChannelState_FieldSubPath) Selector ¶
func (fps *NotificationChannelState_FieldSubPath) Selector() NotificationChannelState_FieldPathSelector
func (*NotificationChannelState_FieldSubPath) SplitIntoTerminalIPaths ¶
func (fps *NotificationChannelState_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*NotificationChannelState_FieldSubPath) String ¶
func (fps *NotificationChannelState_FieldSubPath) String() string
String returns path representation in proto convention
func (*NotificationChannelState_FieldSubPath) WithIArrayItemValue ¶
func (fps *NotificationChannelState_FieldSubPath) WithIArrayItemValue(value interface{}) NotificationChannelState_FieldPathArrayItemValue
func (*NotificationChannelState_FieldSubPath) WithIArrayOfValues ¶
func (fps *NotificationChannelState_FieldSubPath) WithIArrayOfValues(values interface{}) NotificationChannelState_FieldPathArrayOfValues
func (*NotificationChannelState_FieldSubPath) WithIValue ¶
func (fps *NotificationChannelState_FieldSubPath) WithIValue(value interface{}) NotificationChannelState_FieldPathValue
func (*NotificationChannelState_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *NotificationChannelState_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*NotificationChannelState_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *NotificationChannelState_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*NotificationChannelState_FieldSubPath) WithRawIValue ¶
func (fps *NotificationChannelState_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type NotificationChannelState_FieldSubPathArrayItemValue ¶
type NotificationChannelState_FieldSubPathArrayItemValue struct { NotificationChannelState_FieldPath // contains filtered or unexported fields }
func (*NotificationChannelState_FieldSubPathArrayItemValue) AsErrorPathItemValue ¶
func (fpaivs *NotificationChannelState_FieldSubPathArrayItemValue) AsErrorPathItemValue() (NotificationChannelStateError_FieldPathArrayItemValue, bool)
func (*NotificationChannelState_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *NotificationChannelState_FieldSubPathArrayItemValue) ContainsValue(source *NotificationChannel_State) bool
Contains returns a boolean indicating if value that is being held is present in given 'State'
func (*NotificationChannelState_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *NotificationChannelState_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type NotificationChannelState_FieldSubPathArrayOfValues ¶
type NotificationChannelState_FieldSubPathArrayOfValues struct { NotificationChannelState_FieldPath // contains filtered or unexported fields }
func (*NotificationChannelState_FieldSubPathArrayOfValues) AsErrorPathArrayOfValues ¶
func (fpsaov *NotificationChannelState_FieldSubPathArrayOfValues) AsErrorPathArrayOfValues() (NotificationChannelStateError_FieldPathArrayOfValues, bool)
func (*NotificationChannelState_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *NotificationChannelState_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type NotificationChannelState_FieldSubPathValue ¶
type NotificationChannelState_FieldSubPathValue struct { NotificationChannelState_FieldPath // contains filtered or unexported fields }
func (*NotificationChannelState_FieldSubPathValue) AsErrorPathValue ¶
func (fpvs *NotificationChannelState_FieldSubPathValue) AsErrorPathValue() (NotificationChannelStateError_FieldPathValue, bool)
func (*NotificationChannelState_FieldSubPathValue) CompareWith ¶
func (fpvs *NotificationChannelState_FieldSubPathValue) CompareWith(source *NotificationChannel_State) (int, bool)
func (*NotificationChannelState_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *NotificationChannelState_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*NotificationChannelState_FieldSubPathValue) GetRawValue ¶
func (fpvs *NotificationChannelState_FieldSubPathValue) GetRawValue() interface{}
func (*NotificationChannelState_FieldSubPathValue) SetTo ¶
func (fpvs *NotificationChannelState_FieldSubPathValue) SetTo(target **NotificationChannel_State)
func (*NotificationChannelState_FieldSubPathValue) SetToRaw ¶
func (fpvs *NotificationChannelState_FieldSubPathValue) SetToRaw(target proto.Message)
type NotificationChannelState_FieldTerminalPath ¶
type NotificationChannelState_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*NotificationChannelState_FieldTerminalPath) ClearValue ¶
func (fp *NotificationChannelState_FieldTerminalPath) ClearValue(item *NotificationChannel_State)
func (*NotificationChannelState_FieldTerminalPath) ClearValueRaw ¶
func (fp *NotificationChannelState_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*NotificationChannelState_FieldTerminalPath) Get ¶
func (fp *NotificationChannelState_FieldTerminalPath) Get(source *NotificationChannel_State) (values []interface{})
Get returns all values pointed by specific field from source NotificationChannel_State
func (*NotificationChannelState_FieldTerminalPath) GetDefault ¶
func (fp *NotificationChannelState_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*NotificationChannelState_FieldTerminalPath) GetRaw ¶
func (fp *NotificationChannelState_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*NotificationChannelState_FieldTerminalPath) GetSingle ¶
func (fp *NotificationChannelState_FieldTerminalPath) GetSingle(source *NotificationChannel_State) (interface{}, bool)
GetSingle returns value pointed by specific field of from source NotificationChannel_State
func (*NotificationChannelState_FieldTerminalPath) GetSingleRaw ¶
func (fp *NotificationChannelState_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*NotificationChannelState_FieldTerminalPath) IsLeaf ¶
func (fp *NotificationChannelState_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*NotificationChannelState_FieldTerminalPath) JSONString ¶
func (fp *NotificationChannelState_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*NotificationChannelState_FieldTerminalPath) Selector ¶
func (fp *NotificationChannelState_FieldTerminalPath) Selector() NotificationChannelState_FieldPathSelector
func (*NotificationChannelState_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *NotificationChannelState_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*NotificationChannelState_FieldTerminalPath) String ¶
func (fp *NotificationChannelState_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*NotificationChannelState_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *NotificationChannelState_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationChannelState_FieldPathArrayItemValue
func (*NotificationChannelState_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *NotificationChannelState_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationChannelState_FieldPathArrayOfValues
func (*NotificationChannelState_FieldTerminalPath) WithIValue ¶
func (fp *NotificationChannelState_FieldTerminalPath) WithIValue(value interface{}) NotificationChannelState_FieldPathValue
func (*NotificationChannelState_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *NotificationChannelState_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*NotificationChannelState_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *NotificationChannelState_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*NotificationChannelState_FieldTerminalPath) WithRawIValue ¶
func (fp *NotificationChannelState_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type NotificationChannelState_FieldTerminalPathArrayItemValue ¶
type NotificationChannelState_FieldTerminalPathArrayItemValue struct { NotificationChannelState_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelState_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *NotificationChannelState_FieldTerminalPathArrayItemValue) ContainsValue(source *NotificationChannel_State) bool
Contains returns a boolean indicating if value that is being held is present in given 'State'
func (*NotificationChannelState_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *NotificationChannelState_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object NotificationChannel_State as interface{}
func (*NotificationChannelState_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *NotificationChannelState_FieldTerminalPathArrayItemValue) GetSingle(source *NotificationChannel_State) (interface{}, bool)
func (*NotificationChannelState_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *NotificationChannelState_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type NotificationChannelState_FieldTerminalPathArrayOfValues ¶
type NotificationChannelState_FieldTerminalPathArrayOfValues struct { NotificationChannelState_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelState_FieldTerminalPathArrayOfValues) AsErrorArrayOfValues ¶
func (fpaov *NotificationChannelState_FieldTerminalPathArrayOfValues) AsErrorArrayOfValues() ([]*NotificationChannel_State_Error, bool)
func (*NotificationChannelState_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues ¶
func (fpaov *NotificationChannelState_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues() ([]NotificationChannel_State_Status, bool)
func (*NotificationChannelState_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *NotificationChannelState_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type NotificationChannelState_FieldTerminalPathValue ¶
type NotificationChannelState_FieldTerminalPathValue struct { NotificationChannelState_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannelState_FieldTerminalPathValue) AsErrorValue ¶
func (fpv *NotificationChannelState_FieldTerminalPathValue) AsErrorValue() (*NotificationChannel_State_Error, bool)
func (*NotificationChannelState_FieldTerminalPathValue) AsStatusValue ¶
func (fpv *NotificationChannelState_FieldTerminalPathValue) AsStatusValue() (NotificationChannel_State_Status, bool)
func (*NotificationChannelState_FieldTerminalPathValue) CompareWith ¶
func (fpv *NotificationChannelState_FieldTerminalPathValue) CompareWith(source *NotificationChannel_State) (int, bool)
CompareWith compares value in the 'NotificationChannelState_FieldTerminalPathValue' with the value under path in 'NotificationChannel_State'.
func (*NotificationChannelState_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *NotificationChannelState_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*NotificationChannelState_FieldTerminalPathValue) GetRawValue ¶
func (fpv *NotificationChannelState_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'State' as interface{}
func (*NotificationChannelState_FieldTerminalPathValue) SetTo ¶
func (fpv *NotificationChannelState_FieldTerminalPathValue) SetTo(target **NotificationChannel_State)
SetTo stores value for selected field for object State
func (*NotificationChannelState_FieldTerminalPathValue) SetToRaw ¶
func (fpv *NotificationChannelState_FieldTerminalPathValue) SetToRaw(target proto.Message)
type NotificationChannel_FieldMask ¶
type NotificationChannel_FieldMask struct {
Paths []NotificationChannel_FieldPath
}
func FullNotificationChannel_FieldMask ¶
func FullNotificationChannel_FieldMask() *NotificationChannel_FieldMask
func ResourceViewFieldMask ¶
func ResourceViewFieldMask(viewName view.View, extraMask *NotificationChannel_FieldMask) *NotificationChannel_FieldMask
func (*NotificationChannel_FieldMask) AppendPath ¶
func (fieldMask *NotificationChannel_FieldMask) AppendPath(path NotificationChannel_FieldPath)
func (*NotificationChannel_FieldMask) AppendRawPath ¶
func (fieldMask *NotificationChannel_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*NotificationChannel_FieldMask) DecodeFirestore ¶
func (fieldMask *NotificationChannel_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*NotificationChannel_FieldMask) EncodeFirestore ¶
func (fieldMask *NotificationChannel_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*NotificationChannel_FieldMask) FilterInputFields ¶
func (fieldMask *NotificationChannel_FieldMask) FilterInputFields() *NotificationChannel_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*NotificationChannel_FieldMask) FromProtoFieldMask ¶
func (fieldMask *NotificationChannel_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*NotificationChannel_FieldMask) GetPaths ¶
func (fieldMask *NotificationChannel_FieldMask) GetPaths() []NotificationChannel_FieldPath
func (*NotificationChannel_FieldMask) GetRawPaths ¶
func (fieldMask *NotificationChannel_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*NotificationChannel_FieldMask) IsFull ¶
func (fieldMask *NotificationChannel_FieldMask) IsFull() bool
func (NotificationChannel_FieldMask) Marshal ¶
func (fieldMask NotificationChannel_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (NotificationChannel_FieldMask) MarshalJSON ¶
func (fieldMask NotificationChannel_FieldMask) MarshalJSON() ([]byte, error)
func (*NotificationChannel_FieldMask) PathsCount ¶
func (fieldMask *NotificationChannel_FieldMask) PathsCount() int
func (*NotificationChannel_FieldMask) Project ¶
func (fieldMask *NotificationChannel_FieldMask) Project(source *NotificationChannel) *NotificationChannel
func (*NotificationChannel_FieldMask) ProjectRaw ¶
func (fieldMask *NotificationChannel_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*NotificationChannel_FieldMask) ProtoMessage ¶
func (fieldMask *NotificationChannel_FieldMask) ProtoMessage()
func (*NotificationChannel_FieldMask) ProtoReflect ¶
func (fieldMask *NotificationChannel_FieldMask) ProtoReflect() preflect.Message
func (*NotificationChannel_FieldMask) Reset ¶
func (fieldMask *NotificationChannel_FieldMask) Reset()
func (*NotificationChannel_FieldMask) Set ¶
func (fieldMask *NotificationChannel_FieldMask) Set(target, source *NotificationChannel)
func (*NotificationChannel_FieldMask) SetFromCliFlag ¶
func (fieldMask *NotificationChannel_FieldMask) SetFromCliFlag(raw string) error
func (*NotificationChannel_FieldMask) SetRaw ¶
func (fieldMask *NotificationChannel_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*NotificationChannel_FieldMask) Size ¶
func (fieldMask *NotificationChannel_FieldMask) Size() int
func (*NotificationChannel_FieldMask) String ¶
func (fieldMask *NotificationChannel_FieldMask) String() string
func (*NotificationChannel_FieldMask) Subtract ¶
func (fieldMask *NotificationChannel_FieldMask) Subtract(other *NotificationChannel_FieldMask) *NotificationChannel_FieldMask
func (*NotificationChannel_FieldMask) SubtractRaw ¶
func (fieldMask *NotificationChannel_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*NotificationChannel_FieldMask) ToProtoFieldMask ¶
func (fieldMask *NotificationChannel_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*NotificationChannel_FieldMask) Unmarshal ¶
func (fieldMask *NotificationChannel_FieldMask) Unmarshal(data []byte) error
func (*NotificationChannel_FieldMask) UnmarshalJSON ¶
func (fieldMask *NotificationChannel_FieldMask) UnmarshalJSON(data []byte) error
type NotificationChannel_FieldPath ¶
type NotificationChannel_FieldPath interface { gotenobject.FieldPath Selector() NotificationChannel_FieldPathSelector Get(source *NotificationChannel) []interface{} GetSingle(source *NotificationChannel) (interface{}, bool) ClearValue(item *NotificationChannel) // Those methods build corresponding NotificationChannel_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) NotificationChannel_FieldPathValue WithIArrayOfValues(values interface{}) NotificationChannel_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) NotificationChannel_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildNotificationChannel_FieldPath ¶
func BuildNotificationChannel_FieldPath(fp gotenobject.RawFieldPath) (NotificationChannel_FieldPath, error)
func MustParseNotificationChannel_FieldPath ¶
func MustParseNotificationChannel_FieldPath(rawField string) NotificationChannel_FieldPath
func ParseNotificationChannel_FieldPath ¶
func ParseNotificationChannel_FieldPath(rawField string) (NotificationChannel_FieldPath, error)
type NotificationChannel_FieldPathArrayItemValue ¶
type NotificationChannel_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue NotificationChannel_FieldPath ContainsValue(*NotificationChannel) bool }
NotificationChannel_FieldPathArrayItemValue allows storing single item in Path-specific values for NotificationChannel according to their type Present only for array (repeated) types.
func MustParseNotificationChannel_FieldPathArrayItemValue ¶
func MustParseNotificationChannel_FieldPathArrayItemValue(pathStr, valueStr string) NotificationChannel_FieldPathArrayItemValue
func ParseNotificationChannel_FieldPathArrayItemValue ¶
func ParseNotificationChannel_FieldPathArrayItemValue(pathStr, valueStr string) (NotificationChannel_FieldPathArrayItemValue, error)
ParseNotificationChannel_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type NotificationChannel_FieldPathArrayOfValues ¶
type NotificationChannel_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues NotificationChannel_FieldPath }
NotificationChannel_FieldPathArrayOfValues allows storing slice of values for NotificationChannel fields according to their type
func MustParseNotificationChannel_FieldPathArrayOfValues ¶
func MustParseNotificationChannel_FieldPathArrayOfValues(pathStr, valuesStr string) NotificationChannel_FieldPathArrayOfValues
func ParseNotificationChannel_FieldPathArrayOfValues ¶
func ParseNotificationChannel_FieldPathArrayOfValues(pathStr, valuesStr string) (NotificationChannel_FieldPathArrayOfValues, error)
type NotificationChannel_FieldPathSelector ¶
type NotificationChannel_FieldPathSelector int32
const ( NotificationChannel_FieldPathSelectorName NotificationChannel_FieldPathSelector = 0 NotificationChannel_FieldPathSelectorMetadata NotificationChannel_FieldPathSelector = 1 NotificationChannel_FieldPathSelectorDisplayName NotificationChannel_FieldPathSelector = 2 NotificationChannel_FieldPathSelectorSpec NotificationChannel_FieldPathSelector = 3 NotificationChannel_FieldPathSelectorState NotificationChannel_FieldPathSelector = 4 NotificationChannel_FieldPathSelectorDescription NotificationChannel_FieldPathSelector = 5 )
func (NotificationChannel_FieldPathSelector) String ¶
func (s NotificationChannel_FieldPathSelector) String() string
type NotificationChannel_FieldPathValue ¶
type NotificationChannel_FieldPathValue interface { NotificationChannel_FieldPath gotenobject.FieldPathValue SetTo(target **NotificationChannel) CompareWith(*NotificationChannel) (cmp int, comparable bool) }
NotificationChannel_FieldPathValue allows storing values for NotificationChannel fields according to their type
func MustParseNotificationChannel_FieldPathValue ¶
func MustParseNotificationChannel_FieldPathValue(pathStr, valueStr string) NotificationChannel_FieldPathValue
func ParseNotificationChannel_FieldPathValue ¶
func ParseNotificationChannel_FieldPathValue(pathStr, valueStr string) (NotificationChannel_FieldPathValue, error)
type NotificationChannel_FieldSubPath ¶
type NotificationChannel_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*NotificationChannel_FieldSubPath) AsMetadataSubPath ¶
func (fps *NotificationChannel_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
func (*NotificationChannel_FieldSubPath) AsSpecSubPath ¶
func (fps *NotificationChannel_FieldSubPath) AsSpecSubPath() (NotificationChannelSpec_FieldPath, bool)
func (*NotificationChannel_FieldSubPath) AsStateSubPath ¶
func (fps *NotificationChannel_FieldSubPath) AsStateSubPath() (NotificationChannelState_FieldPath, bool)
func (*NotificationChannel_FieldSubPath) ClearValue ¶
func (fps *NotificationChannel_FieldSubPath) ClearValue(item *NotificationChannel)
func (*NotificationChannel_FieldSubPath) ClearValueRaw ¶
func (fps *NotificationChannel_FieldSubPath) ClearValueRaw(item proto.Message)
func (*NotificationChannel_FieldSubPath) Get ¶
func (fps *NotificationChannel_FieldSubPath) Get(source *NotificationChannel) (values []interface{})
Get returns all values pointed by selected field from source NotificationChannel
func (*NotificationChannel_FieldSubPath) GetDefault ¶
func (fps *NotificationChannel_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*NotificationChannel_FieldSubPath) GetRaw ¶
func (fps *NotificationChannel_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*NotificationChannel_FieldSubPath) GetSingle ¶
func (fps *NotificationChannel_FieldSubPath) GetSingle(source *NotificationChannel) (interface{}, bool)
GetSingle returns value of selected field from source NotificationChannel
func (*NotificationChannel_FieldSubPath) GetSingleRaw ¶
func (fps *NotificationChannel_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*NotificationChannel_FieldSubPath) IsLeaf ¶
func (fps *NotificationChannel_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*NotificationChannel_FieldSubPath) JSONString ¶
func (fps *NotificationChannel_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*NotificationChannel_FieldSubPath) Selector ¶
func (fps *NotificationChannel_FieldSubPath) Selector() NotificationChannel_FieldPathSelector
func (*NotificationChannel_FieldSubPath) SplitIntoTerminalIPaths ¶
func (fps *NotificationChannel_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*NotificationChannel_FieldSubPath) String ¶
func (fps *NotificationChannel_FieldSubPath) String() string
String returns path representation in proto convention
func (*NotificationChannel_FieldSubPath) WithIArrayItemValue ¶
func (fps *NotificationChannel_FieldSubPath) WithIArrayItemValue(value interface{}) NotificationChannel_FieldPathArrayItemValue
func (*NotificationChannel_FieldSubPath) WithIArrayOfValues ¶
func (fps *NotificationChannel_FieldSubPath) WithIArrayOfValues(values interface{}) NotificationChannel_FieldPathArrayOfValues
func (*NotificationChannel_FieldSubPath) WithIValue ¶
func (fps *NotificationChannel_FieldSubPath) WithIValue(value interface{}) NotificationChannel_FieldPathValue
func (*NotificationChannel_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *NotificationChannel_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*NotificationChannel_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *NotificationChannel_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*NotificationChannel_FieldSubPath) WithRawIValue ¶
func (fps *NotificationChannel_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type NotificationChannel_FieldSubPathArrayItemValue ¶
type NotificationChannel_FieldSubPathArrayItemValue struct { NotificationChannel_FieldPath // contains filtered or unexported fields }
func (*NotificationChannel_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *NotificationChannel_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
func (*NotificationChannel_FieldSubPathArrayItemValue) AsSpecPathItemValue ¶
func (fpaivs *NotificationChannel_FieldSubPathArrayItemValue) AsSpecPathItemValue() (NotificationChannelSpec_FieldPathArrayItemValue, bool)
func (*NotificationChannel_FieldSubPathArrayItemValue) AsStatePathItemValue ¶
func (fpaivs *NotificationChannel_FieldSubPathArrayItemValue) AsStatePathItemValue() (NotificationChannelState_FieldPathArrayItemValue, bool)
func (*NotificationChannel_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *NotificationChannel_FieldSubPathArrayItemValue) ContainsValue(source *NotificationChannel) bool
Contains returns a boolean indicating if value that is being held is present in given 'NotificationChannel'
func (*NotificationChannel_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *NotificationChannel_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type NotificationChannel_FieldSubPathArrayOfValues ¶
type NotificationChannel_FieldSubPathArrayOfValues struct { NotificationChannel_FieldPath // contains filtered or unexported fields }
func (*NotificationChannel_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *NotificationChannel_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
func (*NotificationChannel_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues ¶
func (fpsaov *NotificationChannel_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (NotificationChannelSpec_FieldPathArrayOfValues, bool)
func (*NotificationChannel_FieldSubPathArrayOfValues) AsStatePathArrayOfValues ¶
func (fpsaov *NotificationChannel_FieldSubPathArrayOfValues) AsStatePathArrayOfValues() (NotificationChannelState_FieldPathArrayOfValues, bool)
func (*NotificationChannel_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *NotificationChannel_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type NotificationChannel_FieldSubPathValue ¶
type NotificationChannel_FieldSubPathValue struct { NotificationChannel_FieldPath // contains filtered or unexported fields }
func (*NotificationChannel_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *NotificationChannel_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
func (*NotificationChannel_FieldSubPathValue) AsSpecPathValue ¶
func (fpvs *NotificationChannel_FieldSubPathValue) AsSpecPathValue() (NotificationChannelSpec_FieldPathValue, bool)
func (*NotificationChannel_FieldSubPathValue) AsStatePathValue ¶
func (fpvs *NotificationChannel_FieldSubPathValue) AsStatePathValue() (NotificationChannelState_FieldPathValue, bool)
func (*NotificationChannel_FieldSubPathValue) CompareWith ¶
func (fpvs *NotificationChannel_FieldSubPathValue) CompareWith(source *NotificationChannel) (int, bool)
func (*NotificationChannel_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *NotificationChannel_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*NotificationChannel_FieldSubPathValue) GetRawValue ¶
func (fpvs *NotificationChannel_FieldSubPathValue) GetRawValue() interface{}
func (*NotificationChannel_FieldSubPathValue) SetTo ¶
func (fpvs *NotificationChannel_FieldSubPathValue) SetTo(target **NotificationChannel)
func (*NotificationChannel_FieldSubPathValue) SetToRaw ¶
func (fpvs *NotificationChannel_FieldSubPathValue) SetToRaw(target proto.Message)
type NotificationChannel_FieldTerminalPath ¶
type NotificationChannel_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*NotificationChannel_FieldTerminalPath) ClearValue ¶
func (fp *NotificationChannel_FieldTerminalPath) ClearValue(item *NotificationChannel)
func (*NotificationChannel_FieldTerminalPath) ClearValueRaw ¶
func (fp *NotificationChannel_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*NotificationChannel_FieldTerminalPath) Get ¶
func (fp *NotificationChannel_FieldTerminalPath) Get(source *NotificationChannel) (values []interface{})
Get returns all values pointed by specific field from source NotificationChannel
func (*NotificationChannel_FieldTerminalPath) GetDefault ¶
func (fp *NotificationChannel_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*NotificationChannel_FieldTerminalPath) GetRaw ¶
func (fp *NotificationChannel_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*NotificationChannel_FieldTerminalPath) GetSingle ¶
func (fp *NotificationChannel_FieldTerminalPath) GetSingle(source *NotificationChannel) (interface{}, bool)
GetSingle returns value pointed by specific field of from source NotificationChannel
func (*NotificationChannel_FieldTerminalPath) GetSingleRaw ¶
func (fp *NotificationChannel_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*NotificationChannel_FieldTerminalPath) IsLeaf ¶
func (fp *NotificationChannel_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*NotificationChannel_FieldTerminalPath) JSONString ¶
func (fp *NotificationChannel_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*NotificationChannel_FieldTerminalPath) Selector ¶
func (fp *NotificationChannel_FieldTerminalPath) Selector() NotificationChannel_FieldPathSelector
func (*NotificationChannel_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *NotificationChannel_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*NotificationChannel_FieldTerminalPath) String ¶
func (fp *NotificationChannel_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*NotificationChannel_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *NotificationChannel_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationChannel_FieldPathArrayItemValue
func (*NotificationChannel_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *NotificationChannel_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationChannel_FieldPathArrayOfValues
func (*NotificationChannel_FieldTerminalPath) WithIValue ¶
func (fp *NotificationChannel_FieldTerminalPath) WithIValue(value interface{}) NotificationChannel_FieldPathValue
func (*NotificationChannel_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *NotificationChannel_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*NotificationChannel_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *NotificationChannel_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*NotificationChannel_FieldTerminalPath) WithRawIValue ¶
func (fp *NotificationChannel_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type NotificationChannel_FieldTerminalPathArrayItemValue ¶
type NotificationChannel_FieldTerminalPathArrayItemValue struct { NotificationChannel_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannel_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *NotificationChannel_FieldTerminalPathArrayItemValue) ContainsValue(source *NotificationChannel) bool
Contains returns a boolean indicating if value that is being held is present in given 'NotificationChannel'
func (*NotificationChannel_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *NotificationChannel_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object NotificationChannel as interface{}
func (*NotificationChannel_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *NotificationChannel_FieldTerminalPathArrayItemValue) GetSingle(source *NotificationChannel) (interface{}, bool)
func (*NotificationChannel_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *NotificationChannel_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type NotificationChannel_FieldTerminalPathArrayOfValues ¶
type NotificationChannel_FieldTerminalPathArrayOfValues struct { NotificationChannel_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannel_FieldTerminalPathArrayOfValues) AsDescriptionArrayOfValues ¶
func (fpaov *NotificationChannel_FieldTerminalPathArrayOfValues) AsDescriptionArrayOfValues() ([]string, bool)
func (*NotificationChannel_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues ¶
func (fpaov *NotificationChannel_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
func (*NotificationChannel_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *NotificationChannel_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
func (*NotificationChannel_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *NotificationChannel_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
func (*NotificationChannel_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues ¶
func (fpaov *NotificationChannel_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*NotificationChannel_Spec, bool)
func (*NotificationChannel_FieldTerminalPathArrayOfValues) AsStateArrayOfValues ¶
func (fpaov *NotificationChannel_FieldTerminalPathArrayOfValues) AsStateArrayOfValues() ([]*NotificationChannel_State, bool)
func (*NotificationChannel_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *NotificationChannel_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type NotificationChannel_FieldTerminalPathValue ¶
type NotificationChannel_FieldTerminalPathValue struct { NotificationChannel_FieldTerminalPath // contains filtered or unexported fields }
func (*NotificationChannel_FieldTerminalPathValue) AsDescriptionValue ¶
func (fpv *NotificationChannel_FieldTerminalPathValue) AsDescriptionValue() (string, bool)
func (*NotificationChannel_FieldTerminalPathValue) AsDisplayNameValue ¶
func (fpv *NotificationChannel_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
func (*NotificationChannel_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *NotificationChannel_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
func (*NotificationChannel_FieldTerminalPathValue) AsNameValue ¶
func (fpv *NotificationChannel_FieldTerminalPathValue) AsNameValue() (*Name, bool)
func (*NotificationChannel_FieldTerminalPathValue) AsSpecValue ¶
func (fpv *NotificationChannel_FieldTerminalPathValue) AsSpecValue() (*NotificationChannel_Spec, bool)
func (*NotificationChannel_FieldTerminalPathValue) AsStateValue ¶
func (fpv *NotificationChannel_FieldTerminalPathValue) AsStateValue() (*NotificationChannel_State, bool)
func (*NotificationChannel_FieldTerminalPathValue) CompareWith ¶
func (fpv *NotificationChannel_FieldTerminalPathValue) CompareWith(source *NotificationChannel) (int, bool)
CompareWith compares value in the 'NotificationChannel_FieldTerminalPathValue' with the value under path in 'NotificationChannel'.
func (*NotificationChannel_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *NotificationChannel_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*NotificationChannel_FieldTerminalPathValue) GetRawValue ¶
func (fpv *NotificationChannel_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'NotificationChannel' as interface{}
func (*NotificationChannel_FieldTerminalPathValue) SetTo ¶
func (fpv *NotificationChannel_FieldTerminalPathValue) SetTo(target **NotificationChannel)
SetTo stores value for selected field for object NotificationChannel
func (*NotificationChannel_FieldTerminalPathValue) SetToRaw ¶
func (fpv *NotificationChannel_FieldTerminalPathValue) SetToRaw(target proto.Message)
type NotificationChannel_Spec ¶
type NotificationChannel_Spec struct { // Enabled flag. Whether the NotificationChannel is enabled or not. Disabled // channels will not be used for alerting. Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty" firestore:"enabled"` // Type. Corresponding spec should a oneof field. Type NotificationChannel_Spec_Type `` /* 132-byte string literal not displayed */ // Email Email *NotificationChannel_Spec_Email `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty" firestore:"email"` // Slack Slack *NotificationChannel_Spec_Slack `protobuf:"bytes,4,opt,name=slack,proto3" json:"slack,omitempty" firestore:"slack"` Webhook *NotificationChannel_Spec_Webhook `protobuf:"bytes,5,opt,name=webhook,proto3" json:"webhook,omitempty" firestore:"webhook"` // Default language for invitation is english (eng) // Configuring unsupported language will fallback to english // Currently only sendgrid uses this. NotificationLanguageCode string `` /* 172-byte string literal not displayed */ // contains filtered or unexported fields }
Spec of NotificationChannel
func (*NotificationChannel_Spec) Clone ¶
func (o *NotificationChannel_Spec) Clone() *NotificationChannel_Spec
func (*NotificationChannel_Spec) CloneRaw ¶
func (o *NotificationChannel_Spec) CloneRaw() gotenobject.GotenObjectExt
func (*NotificationChannel_Spec) Descriptor ¶
func (*NotificationChannel_Spec) Descriptor() ([]byte, []int)
Deprecated, Use NotificationChannel_Spec.ProtoReflect.Descriptor instead.
func (*NotificationChannel_Spec) GetEmail ¶
func (m *NotificationChannel_Spec) GetEmail() *NotificationChannel_Spec_Email
func (*NotificationChannel_Spec) GetEnabled ¶
func (m *NotificationChannel_Spec) GetEnabled() bool
func (*NotificationChannel_Spec) GetNotificationLanguageCode ¶ added in v0.10.12
func (m *NotificationChannel_Spec) GetNotificationLanguageCode() string
func (*NotificationChannel_Spec) GetSlack ¶
func (m *NotificationChannel_Spec) GetSlack() *NotificationChannel_Spec_Slack
func (*NotificationChannel_Spec) GetType ¶
func (m *NotificationChannel_Spec) GetType() NotificationChannel_Spec_Type
func (*NotificationChannel_Spec) GetWebhook ¶
func (m *NotificationChannel_Spec) GetWebhook() *NotificationChannel_Spec_Webhook
func (*NotificationChannel_Spec) GotenMessage ¶
func (*NotificationChannel_Spec) GotenMessage()
func (*NotificationChannel_Spec) GotenObjectExt ¶
func (o *NotificationChannel_Spec) GotenObjectExt()
func (*NotificationChannel_Spec) GotenValidate ¶
func (obj *NotificationChannel_Spec) GotenValidate() error
func (*NotificationChannel_Spec) MakeDiffFieldMask ¶
func (o *NotificationChannel_Spec) MakeDiffFieldMask(other *NotificationChannel_Spec) *NotificationChannel_Spec_FieldMask
func (*NotificationChannel_Spec) MakeFullFieldMask ¶
func (o *NotificationChannel_Spec) MakeFullFieldMask() *NotificationChannel_Spec_FieldMask
func (*NotificationChannel_Spec) MakeRawDiffFieldMask ¶
func (o *NotificationChannel_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*NotificationChannel_Spec) MakeRawFullFieldMask ¶
func (o *NotificationChannel_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
func (*NotificationChannel_Spec) Marshal ¶
func (m *NotificationChannel_Spec) Marshal() ([]byte, error)
func (*NotificationChannel_Spec) MarshalJSON ¶
func (m *NotificationChannel_Spec) MarshalJSON() ([]byte, error)
func (*NotificationChannel_Spec) Merge ¶
func (o *NotificationChannel_Spec) Merge(source *NotificationChannel_Spec)
func (*NotificationChannel_Spec) MergeRaw ¶
func (o *NotificationChannel_Spec) MergeRaw(source gotenobject.GotenObjectExt)
func (*NotificationChannel_Spec) ProtoMessage ¶
func (*NotificationChannel_Spec) ProtoMessage()
func (*NotificationChannel_Spec) ProtoReflect ¶
func (m *NotificationChannel_Spec) ProtoReflect() preflect.Message
func (*NotificationChannel_Spec) Reset ¶
func (m *NotificationChannel_Spec) Reset()
func (*NotificationChannel_Spec) SetEmail ¶
func (m *NotificationChannel_Spec) SetEmail(fv *NotificationChannel_Spec_Email)
func (*NotificationChannel_Spec) SetEnabled ¶
func (m *NotificationChannel_Spec) SetEnabled(fv bool)
func (*NotificationChannel_Spec) SetNotificationLanguageCode ¶ added in v0.10.12
func (m *NotificationChannel_Spec) SetNotificationLanguageCode(fv string)
func (*NotificationChannel_Spec) SetSlack ¶
func (m *NotificationChannel_Spec) SetSlack(fv *NotificationChannel_Spec_Slack)
func (*NotificationChannel_Spec) SetType ¶
func (m *NotificationChannel_Spec) SetType(fv NotificationChannel_Spec_Type)
func (*NotificationChannel_Spec) SetWebhook ¶
func (m *NotificationChannel_Spec) SetWebhook(fv *NotificationChannel_Spec_Webhook)
func (*NotificationChannel_Spec) String ¶
func (m *NotificationChannel_Spec) String() string
func (*NotificationChannel_Spec) Unmarshal ¶
func (m *NotificationChannel_Spec) Unmarshal(b []byte) error
func (*NotificationChannel_Spec) UnmarshalJSON ¶
func (m *NotificationChannel_Spec) UnmarshalJSON(data []byte) error
type NotificationChannel_SpecPathSelectorEmail ¶
type NotificationChannel_SpecPathSelectorEmail struct{}
func (NotificationChannel_SpecPathSelectorEmail) FieldPath ¶
func (NotificationChannel_SpecPathSelectorEmail) FieldPath() *NotificationChannelSpec_FieldTerminalPath
func (NotificationChannel_SpecPathSelectorEmail) WithArrayOfValues ¶
func (s NotificationChannel_SpecPathSelectorEmail) WithArrayOfValues(values []*NotificationChannel_Spec_Email) *NotificationChannelSpec_FieldTerminalPathArrayOfValues
func (NotificationChannel_SpecPathSelectorEmail) WithSubArrayItemValue ¶
func (s NotificationChannel_SpecPathSelectorEmail) WithSubArrayItemValue(subPathArrayItemValue NotificationChannelSpecEmail_FieldPathArrayItemValue) *NotificationChannelSpec_FieldSubPathArrayItemValue
func (NotificationChannel_SpecPathSelectorEmail) WithSubArrayOfValues ¶
func (s NotificationChannel_SpecPathSelectorEmail) WithSubArrayOfValues(subPathArrayOfValues NotificationChannelSpecEmail_FieldPathArrayOfValues) *NotificationChannelSpec_FieldSubPathArrayOfValues
func (NotificationChannel_SpecPathSelectorEmail) WithSubPath ¶
func (NotificationChannel_SpecPathSelectorEmail) WithSubPath(subPath NotificationChannelSpecEmail_FieldPath) *NotificationChannelSpec_FieldSubPath
func (NotificationChannel_SpecPathSelectorEmail) WithSubValue ¶
func (s NotificationChannel_SpecPathSelectorEmail) WithSubValue(subPathValue NotificationChannelSpecEmail_FieldPathValue) *NotificationChannelSpec_FieldSubPathValue
func (NotificationChannel_SpecPathSelectorEmail) WithValue ¶
func (s NotificationChannel_SpecPathSelectorEmail) WithValue(value *NotificationChannel_Spec_Email) *NotificationChannelSpec_FieldTerminalPathValue
type NotificationChannel_SpecPathSelectorEmailAddresses ¶
type NotificationChannel_SpecPathSelectorEmailAddresses struct{}
func (NotificationChannel_SpecPathSelectorEmailAddresses) WithArrayOfValues ¶
func (s NotificationChannel_SpecPathSelectorEmailAddresses) WithArrayOfValues(values [][]string) *NotificationChannelSpec_FieldSubPathArrayOfValues
func (NotificationChannel_SpecPathSelectorEmailAddresses) WithItemValue ¶
func (s NotificationChannel_SpecPathSelectorEmailAddresses) WithItemValue(value string) *NotificationChannelSpec_FieldSubPathArrayItemValue
func (NotificationChannel_SpecPathSelectorEmailAddresses) WithValue ¶
func (s NotificationChannel_SpecPathSelectorEmailAddresses) WithValue(value []string) *NotificationChannelSpec_FieldSubPathValue
type NotificationChannel_SpecPathSelectorEnabled ¶
type NotificationChannel_SpecPathSelectorEnabled struct{}
func (NotificationChannel_SpecPathSelectorEnabled) FieldPath ¶
func (NotificationChannel_SpecPathSelectorEnabled) FieldPath() *NotificationChannelSpec_FieldTerminalPath
func (NotificationChannel_SpecPathSelectorEnabled) WithArrayOfValues ¶
func (s NotificationChannel_SpecPathSelectorEnabled) WithArrayOfValues(values []bool) *NotificationChannelSpec_FieldTerminalPathArrayOfValues
func (NotificationChannel_SpecPathSelectorEnabled) WithValue ¶
func (s NotificationChannel_SpecPathSelectorEnabled) WithValue(value bool) *NotificationChannelSpec_FieldTerminalPathValue
type NotificationChannel_SpecPathSelectorNotificationLanguageCode ¶ added in v0.10.12
type NotificationChannel_SpecPathSelectorNotificationLanguageCode struct{}
func (NotificationChannel_SpecPathSelectorNotificationLanguageCode) WithArrayOfValues ¶ added in v0.10.12
func (s NotificationChannel_SpecPathSelectorNotificationLanguageCode) WithArrayOfValues(values []string) *NotificationChannelSpec_FieldTerminalPathArrayOfValues
func (NotificationChannel_SpecPathSelectorNotificationLanguageCode) WithValue ¶ added in v0.10.12
func (s NotificationChannel_SpecPathSelectorNotificationLanguageCode) WithValue(value string) *NotificationChannelSpec_FieldTerminalPathValue
type NotificationChannel_SpecPathSelectorSlack ¶
type NotificationChannel_SpecPathSelectorSlack struct{}
func (NotificationChannel_SpecPathSelectorSlack) FieldPath ¶
func (NotificationChannel_SpecPathSelectorSlack) FieldPath() *NotificationChannelSpec_FieldTerminalPath
func (NotificationChannel_SpecPathSelectorSlack) IncomingWebhook ¶
func (NotificationChannel_SpecPathSelectorSlack) IncomingWebhook() NotificationChannel_SpecPathSelectorSlackIncomingWebhook
func (NotificationChannel_SpecPathSelectorSlack) WithArrayOfValues ¶
func (s NotificationChannel_SpecPathSelectorSlack) WithArrayOfValues(values []*NotificationChannel_Spec_Slack) *NotificationChannelSpec_FieldTerminalPathArrayOfValues
func (NotificationChannel_SpecPathSelectorSlack) WithSubArrayItemValue ¶
func (s NotificationChannel_SpecPathSelectorSlack) WithSubArrayItemValue(subPathArrayItemValue NotificationChannelSpecSlack_FieldPathArrayItemValue) *NotificationChannelSpec_FieldSubPathArrayItemValue
func (NotificationChannel_SpecPathSelectorSlack) WithSubArrayOfValues ¶
func (s NotificationChannel_SpecPathSelectorSlack) WithSubArrayOfValues(subPathArrayOfValues NotificationChannelSpecSlack_FieldPathArrayOfValues) *NotificationChannelSpec_FieldSubPathArrayOfValues
func (NotificationChannel_SpecPathSelectorSlack) WithSubPath ¶
func (NotificationChannel_SpecPathSelectorSlack) WithSubPath(subPath NotificationChannelSpecSlack_FieldPath) *NotificationChannelSpec_FieldSubPath
func (NotificationChannel_SpecPathSelectorSlack) WithSubValue ¶
func (s NotificationChannel_SpecPathSelectorSlack) WithSubValue(subPathValue NotificationChannelSpecSlack_FieldPathValue) *NotificationChannelSpec_FieldSubPathValue
func (NotificationChannel_SpecPathSelectorSlack) WithValue ¶
func (s NotificationChannel_SpecPathSelectorSlack) WithValue(value *NotificationChannel_Spec_Slack) *NotificationChannelSpec_FieldTerminalPathValue
type NotificationChannel_SpecPathSelectorSlackIncomingWebhook ¶
type NotificationChannel_SpecPathSelectorSlackIncomingWebhook struct{}
func (NotificationChannel_SpecPathSelectorSlackIncomingWebhook) WithArrayOfValues ¶
func (s NotificationChannel_SpecPathSelectorSlackIncomingWebhook) WithArrayOfValues(values []string) *NotificationChannelSpec_FieldSubPathArrayOfValues
func (NotificationChannel_SpecPathSelectorSlackIncomingWebhook) WithValue ¶
func (s NotificationChannel_SpecPathSelectorSlackIncomingWebhook) WithValue(value string) *NotificationChannelSpec_FieldSubPathValue
type NotificationChannel_SpecPathSelectorType ¶
type NotificationChannel_SpecPathSelectorType struct{}
func (NotificationChannel_SpecPathSelectorType) FieldPath ¶
func (NotificationChannel_SpecPathSelectorType) FieldPath() *NotificationChannelSpec_FieldTerminalPath
func (NotificationChannel_SpecPathSelectorType) WithArrayOfValues ¶
func (s NotificationChannel_SpecPathSelectorType) WithArrayOfValues(values []NotificationChannel_Spec_Type) *NotificationChannelSpec_FieldTerminalPathArrayOfValues
func (NotificationChannel_SpecPathSelectorType) WithValue ¶
func (s NotificationChannel_SpecPathSelectorType) WithValue(value NotificationChannel_Spec_Type) *NotificationChannelSpec_FieldTerminalPathValue
type NotificationChannel_SpecPathSelectorWebhook ¶
type NotificationChannel_SpecPathSelectorWebhook struct{}
func (NotificationChannel_SpecPathSelectorWebhook) FieldPath ¶
func (NotificationChannel_SpecPathSelectorWebhook) FieldPath() *NotificationChannelSpec_FieldTerminalPath
func (NotificationChannel_SpecPathSelectorWebhook) WithArrayOfValues ¶
func (s NotificationChannel_SpecPathSelectorWebhook) WithArrayOfValues(values []*NotificationChannel_Spec_Webhook) *NotificationChannelSpec_FieldTerminalPathArrayOfValues
func (NotificationChannel_SpecPathSelectorWebhook) WithSubArrayItemValue ¶
func (s NotificationChannel_SpecPathSelectorWebhook) WithSubArrayItemValue(subPathArrayItemValue NotificationChannelSpecWebhook_FieldPathArrayItemValue) *NotificationChannelSpec_FieldSubPathArrayItemValue
func (NotificationChannel_SpecPathSelectorWebhook) WithSubArrayOfValues ¶
func (s NotificationChannel_SpecPathSelectorWebhook) WithSubArrayOfValues(subPathArrayOfValues NotificationChannelSpecWebhook_FieldPathArrayOfValues) *NotificationChannelSpec_FieldSubPathArrayOfValues
func (NotificationChannel_SpecPathSelectorWebhook) WithSubPath ¶
func (NotificationChannel_SpecPathSelectorWebhook) WithSubPath(subPath NotificationChannelSpecWebhook_FieldPath) *NotificationChannelSpec_FieldSubPath
func (NotificationChannel_SpecPathSelectorWebhook) WithSubValue ¶
func (s NotificationChannel_SpecPathSelectorWebhook) WithSubValue(subPathValue NotificationChannelSpecWebhook_FieldPathValue) *NotificationChannelSpec_FieldSubPathValue
type NotificationChannel_SpecPathSelectorWebhookHeaders ¶
type NotificationChannel_SpecPathSelectorWebhookHeaders struct{}
func (NotificationChannel_SpecPathSelectorWebhookHeaders) WithArrayOfValues ¶
func (s NotificationChannel_SpecPathSelectorWebhookHeaders) WithArrayOfValues(values [][]*NotificationChannel_Spec_Webhook_Header) *NotificationChannelSpec_FieldSubPathArrayOfValues
func (NotificationChannel_SpecPathSelectorWebhookHeaders) WithItemValue ¶
type NotificationChannel_SpecPathSelectorWebhookHeadersKey ¶
type NotificationChannel_SpecPathSelectorWebhookHeadersKey struct{}
func (NotificationChannel_SpecPathSelectorWebhookHeadersKey) WithArrayOfValues ¶
func (s NotificationChannel_SpecPathSelectorWebhookHeadersKey) WithArrayOfValues(values []string) *NotificationChannelSpec_FieldSubPathArrayOfValues
func (NotificationChannel_SpecPathSelectorWebhookHeadersKey) WithValue ¶
func (s NotificationChannel_SpecPathSelectorWebhookHeadersKey) WithValue(value string) *NotificationChannelSpec_FieldSubPathValue
type NotificationChannel_SpecPathSelectorWebhookHeadersValue ¶
type NotificationChannel_SpecPathSelectorWebhookHeadersValue struct{}
func (NotificationChannel_SpecPathSelectorWebhookHeadersValue) WithArrayOfValues ¶
func (s NotificationChannel_SpecPathSelectorWebhookHeadersValue) WithArrayOfValues(values []string) *NotificationChannelSpec_FieldSubPathArrayOfValues
func (NotificationChannel_SpecPathSelectorWebhookHeadersValue) WithValue ¶
func (s NotificationChannel_SpecPathSelectorWebhookHeadersValue) WithValue(value string) *NotificationChannelSpec_FieldSubPathValue
type NotificationChannel_SpecPathSelectorWebhookUrl ¶
type NotificationChannel_SpecPathSelectorWebhookUrl struct{}
func (NotificationChannel_SpecPathSelectorWebhookUrl) FieldPath ¶
func (NotificationChannel_SpecPathSelectorWebhookUrl) FieldPath() *NotificationChannelSpec_FieldSubPath
func (NotificationChannel_SpecPathSelectorWebhookUrl) WithArrayOfValues ¶
func (s NotificationChannel_SpecPathSelectorWebhookUrl) WithArrayOfValues(values []string) *NotificationChannelSpec_FieldSubPathArrayOfValues
func (NotificationChannel_SpecPathSelectorWebhookUrl) WithValue ¶
func (s NotificationChannel_SpecPathSelectorWebhookUrl) WithValue(value string) *NotificationChannelSpec_FieldSubPathValue
type NotificationChannel_Spec_Email ¶
type NotificationChannel_Spec_Email struct { // Email Addresses Addresses []string `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty" firestore:"addresses"` // contains filtered or unexported fields }
Email Spec
func (*NotificationChannel_Spec_Email) Clone ¶
func (o *NotificationChannel_Spec_Email) Clone() *NotificationChannel_Spec_Email
func (*NotificationChannel_Spec_Email) CloneRaw ¶
func (o *NotificationChannel_Spec_Email) CloneRaw() gotenobject.GotenObjectExt
func (*NotificationChannel_Spec_Email) Descriptor ¶
func (*NotificationChannel_Spec_Email) Descriptor() ([]byte, []int)
Deprecated, Use NotificationChannel_Spec_Email.ProtoReflect.Descriptor instead.
func (*NotificationChannel_Spec_Email) GetAddresses ¶
func (m *NotificationChannel_Spec_Email) GetAddresses() []string
func (*NotificationChannel_Spec_Email) GotenMessage ¶
func (*NotificationChannel_Spec_Email) GotenMessage()
func (*NotificationChannel_Spec_Email) GotenObjectExt ¶
func (o *NotificationChannel_Spec_Email) GotenObjectExt()
func (*NotificationChannel_Spec_Email) GotenValidate ¶
func (obj *NotificationChannel_Spec_Email) GotenValidate() error
func (*NotificationChannel_Spec_Email) MakeDiffFieldMask ¶
func (o *NotificationChannel_Spec_Email) MakeDiffFieldMask(other *NotificationChannel_Spec_Email) *NotificationChannel_Spec_Email_FieldMask
func (*NotificationChannel_Spec_Email) MakeFullFieldMask ¶
func (o *NotificationChannel_Spec_Email) MakeFullFieldMask() *NotificationChannel_Spec_Email_FieldMask
func (*NotificationChannel_Spec_Email) MakeRawDiffFieldMask ¶
func (o *NotificationChannel_Spec_Email) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*NotificationChannel_Spec_Email) MakeRawFullFieldMask ¶
func (o *NotificationChannel_Spec_Email) MakeRawFullFieldMask() gotenobject.FieldMask
func (*NotificationChannel_Spec_Email) Marshal ¶
func (m *NotificationChannel_Spec_Email) Marshal() ([]byte, error)
func (*NotificationChannel_Spec_Email) MarshalJSON ¶
func (m *NotificationChannel_Spec_Email) MarshalJSON() ([]byte, error)
func (*NotificationChannel_Spec_Email) Merge ¶
func (o *NotificationChannel_Spec_Email) Merge(source *NotificationChannel_Spec_Email)
func (*NotificationChannel_Spec_Email) MergeRaw ¶
func (o *NotificationChannel_Spec_Email) MergeRaw(source gotenobject.GotenObjectExt)
func (*NotificationChannel_Spec_Email) ProtoMessage ¶
func (*NotificationChannel_Spec_Email) ProtoMessage()
func (*NotificationChannel_Spec_Email) ProtoReflect ¶
func (m *NotificationChannel_Spec_Email) ProtoReflect() preflect.Message
func (*NotificationChannel_Spec_Email) Reset ¶
func (m *NotificationChannel_Spec_Email) Reset()
func (*NotificationChannel_Spec_Email) SetAddresses ¶
func (m *NotificationChannel_Spec_Email) SetAddresses(fv []string)
func (*NotificationChannel_Spec_Email) String ¶
func (m *NotificationChannel_Spec_Email) String() string
func (*NotificationChannel_Spec_Email) Unmarshal ¶
func (m *NotificationChannel_Spec_Email) Unmarshal(b []byte) error
func (*NotificationChannel_Spec_Email) UnmarshalJSON ¶
func (m *NotificationChannel_Spec_Email) UnmarshalJSON(data []byte) error
type NotificationChannel_Spec_EmailPathSelectorAddresses ¶
type NotificationChannel_Spec_EmailPathSelectorAddresses struct{}
func (NotificationChannel_Spec_EmailPathSelectorAddresses) WithArrayOfValues ¶
func (s NotificationChannel_Spec_EmailPathSelectorAddresses) WithArrayOfValues(values [][]string) *NotificationChannelSpecEmail_FieldTerminalPathArrayOfValues
func (NotificationChannel_Spec_EmailPathSelectorAddresses) WithItemValue ¶
func (s NotificationChannel_Spec_EmailPathSelectorAddresses) WithItemValue(value string) *NotificationChannelSpecEmail_FieldTerminalPathArrayItemValue
func (NotificationChannel_Spec_EmailPathSelectorAddresses) WithValue ¶
func (s NotificationChannel_Spec_EmailPathSelectorAddresses) WithValue(value []string) *NotificationChannelSpecEmail_FieldTerminalPathValue
type NotificationChannel_Spec_Email_FieldMask ¶
type NotificationChannel_Spec_Email_FieldMask struct {
Paths []NotificationChannelSpecEmail_FieldPath
}
func FullNotificationChannel_Spec_Email_FieldMask ¶
func FullNotificationChannel_Spec_Email_FieldMask() *NotificationChannel_Spec_Email_FieldMask
func (*NotificationChannel_Spec_Email_FieldMask) AppendPath ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) AppendPath(path NotificationChannelSpecEmail_FieldPath)
func (*NotificationChannel_Spec_Email_FieldMask) AppendRawPath ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*NotificationChannel_Spec_Email_FieldMask) DecodeFirestore ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*NotificationChannel_Spec_Email_FieldMask) EncodeFirestore ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*NotificationChannel_Spec_Email_FieldMask) FilterInputFields ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) FilterInputFields() *NotificationChannel_Spec_Email_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*NotificationChannel_Spec_Email_FieldMask) FromProtoFieldMask ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*NotificationChannel_Spec_Email_FieldMask) GetPaths ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) GetPaths() []NotificationChannelSpecEmail_FieldPath
func (*NotificationChannel_Spec_Email_FieldMask) GetRawPaths ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*NotificationChannel_Spec_Email_FieldMask) IsFull ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) IsFull() bool
func (NotificationChannel_Spec_Email_FieldMask) Marshal ¶
func (fieldMask NotificationChannel_Spec_Email_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (NotificationChannel_Spec_Email_FieldMask) MarshalJSON ¶
func (fieldMask NotificationChannel_Spec_Email_FieldMask) MarshalJSON() ([]byte, error)
func (*NotificationChannel_Spec_Email_FieldMask) PathsCount ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) PathsCount() int
func (*NotificationChannel_Spec_Email_FieldMask) Project ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) Project(source *NotificationChannel_Spec_Email) *NotificationChannel_Spec_Email
func (*NotificationChannel_Spec_Email_FieldMask) ProjectRaw ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*NotificationChannel_Spec_Email_FieldMask) ProtoMessage ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) ProtoMessage()
func (*NotificationChannel_Spec_Email_FieldMask) ProtoReflect ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) ProtoReflect() preflect.Message
func (*NotificationChannel_Spec_Email_FieldMask) Reset ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) Reset()
func (*NotificationChannel_Spec_Email_FieldMask) Set ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) Set(target, source *NotificationChannel_Spec_Email)
func (*NotificationChannel_Spec_Email_FieldMask) SetFromCliFlag ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) SetFromCliFlag(raw string) error
func (*NotificationChannel_Spec_Email_FieldMask) SetRaw ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*NotificationChannel_Spec_Email_FieldMask) Size ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) Size() int
func (*NotificationChannel_Spec_Email_FieldMask) String ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) String() string
func (*NotificationChannel_Spec_Email_FieldMask) Subtract ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) Subtract(other *NotificationChannel_Spec_Email_FieldMask) *NotificationChannel_Spec_Email_FieldMask
func (*NotificationChannel_Spec_Email_FieldMask) SubtractRaw ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*NotificationChannel_Spec_Email_FieldMask) ToProtoFieldMask ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*NotificationChannel_Spec_Email_FieldMask) Unmarshal ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) Unmarshal(data []byte) error
func (*NotificationChannel_Spec_Email_FieldMask) UnmarshalJSON ¶
func (fieldMask *NotificationChannel_Spec_Email_FieldMask) UnmarshalJSON(data []byte) error
type NotificationChannel_Spec_FieldMask ¶
type NotificationChannel_Spec_FieldMask struct {
Paths []NotificationChannelSpec_FieldPath
}
func FullNotificationChannel_Spec_FieldMask ¶
func FullNotificationChannel_Spec_FieldMask() *NotificationChannel_Spec_FieldMask
func (*NotificationChannel_Spec_FieldMask) AppendPath ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) AppendPath(path NotificationChannelSpec_FieldPath)
func (*NotificationChannel_Spec_FieldMask) AppendRawPath ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*NotificationChannel_Spec_FieldMask) DecodeFirestore ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*NotificationChannel_Spec_FieldMask) EncodeFirestore ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*NotificationChannel_Spec_FieldMask) FilterInputFields ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) FilterInputFields() *NotificationChannel_Spec_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*NotificationChannel_Spec_FieldMask) FromProtoFieldMask ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*NotificationChannel_Spec_FieldMask) GetPaths ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) GetPaths() []NotificationChannelSpec_FieldPath
func (*NotificationChannel_Spec_FieldMask) GetRawPaths ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*NotificationChannel_Spec_FieldMask) IsFull ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) IsFull() bool
func (NotificationChannel_Spec_FieldMask) Marshal ¶
func (fieldMask NotificationChannel_Spec_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (NotificationChannel_Spec_FieldMask) MarshalJSON ¶
func (fieldMask NotificationChannel_Spec_FieldMask) MarshalJSON() ([]byte, error)
func (*NotificationChannel_Spec_FieldMask) PathsCount ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) PathsCount() int
func (*NotificationChannel_Spec_FieldMask) Project ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) Project(source *NotificationChannel_Spec) *NotificationChannel_Spec
func (*NotificationChannel_Spec_FieldMask) ProjectRaw ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*NotificationChannel_Spec_FieldMask) ProtoMessage ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) ProtoMessage()
func (*NotificationChannel_Spec_FieldMask) ProtoReflect ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) ProtoReflect() preflect.Message
func (*NotificationChannel_Spec_FieldMask) Reset ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) Reset()
func (*NotificationChannel_Spec_FieldMask) Set ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) Set(target, source *NotificationChannel_Spec)
func (*NotificationChannel_Spec_FieldMask) SetFromCliFlag ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) SetFromCliFlag(raw string) error
func (*NotificationChannel_Spec_FieldMask) SetRaw ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*NotificationChannel_Spec_FieldMask) Size ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) Size() int
func (*NotificationChannel_Spec_FieldMask) String ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) String() string
func (*NotificationChannel_Spec_FieldMask) Subtract ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) Subtract(other *NotificationChannel_Spec_FieldMask) *NotificationChannel_Spec_FieldMask
func (*NotificationChannel_Spec_FieldMask) SubtractRaw ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*NotificationChannel_Spec_FieldMask) ToProtoFieldMask ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*NotificationChannel_Spec_FieldMask) Unmarshal ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) Unmarshal(data []byte) error
func (*NotificationChannel_Spec_FieldMask) UnmarshalJSON ¶
func (fieldMask *NotificationChannel_Spec_FieldMask) UnmarshalJSON(data []byte) error
type NotificationChannel_Spec_PagerDuty ¶
type NotificationChannel_Spec_PagerDuty struct { // PagerDuty Service Key ServiceKey string `protobuf:"bytes,1,opt,name=service_key,json=serviceKey,proto3" json:"service_key,omitempty" firestore:"serviceKey"` // contains filtered or unexported fields }
PagerDuty Spec
func (*NotificationChannel_Spec_PagerDuty) Clone ¶
func (o *NotificationChannel_Spec_PagerDuty) Clone() *NotificationChannel_Spec_PagerDuty
func (*NotificationChannel_Spec_PagerDuty) CloneRaw ¶
func (o *NotificationChannel_Spec_PagerDuty) CloneRaw() gotenobject.GotenObjectExt
func (*NotificationChannel_Spec_PagerDuty) Descriptor ¶
func (*NotificationChannel_Spec_PagerDuty) Descriptor() ([]byte, []int)
Deprecated, Use NotificationChannel_Spec_PagerDuty.ProtoReflect.Descriptor instead.
func (*NotificationChannel_Spec_PagerDuty) GetServiceKey ¶
func (m *NotificationChannel_Spec_PagerDuty) GetServiceKey() string
func (*NotificationChannel_Spec_PagerDuty) GotenMessage ¶
func (*NotificationChannel_Spec_PagerDuty) GotenMessage()
func (*NotificationChannel_Spec_PagerDuty) GotenObjectExt ¶
func (o *NotificationChannel_Spec_PagerDuty) GotenObjectExt()
func (*NotificationChannel_Spec_PagerDuty) GotenValidate ¶
func (obj *NotificationChannel_Spec_PagerDuty) GotenValidate() error
func (*NotificationChannel_Spec_PagerDuty) MakeDiffFieldMask ¶
func (o *NotificationChannel_Spec_PagerDuty) MakeDiffFieldMask(other *NotificationChannel_Spec_PagerDuty) *NotificationChannel_Spec_PagerDuty_FieldMask
func (*NotificationChannel_Spec_PagerDuty) MakeFullFieldMask ¶
func (o *NotificationChannel_Spec_PagerDuty) MakeFullFieldMask() *NotificationChannel_Spec_PagerDuty_FieldMask
func (*NotificationChannel_Spec_PagerDuty) MakeRawDiffFieldMask ¶
func (o *NotificationChannel_Spec_PagerDuty) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*NotificationChannel_Spec_PagerDuty) MakeRawFullFieldMask ¶
func (o *NotificationChannel_Spec_PagerDuty) MakeRawFullFieldMask() gotenobject.FieldMask
func (*NotificationChannel_Spec_PagerDuty) Marshal ¶
func (m *NotificationChannel_Spec_PagerDuty) Marshal() ([]byte, error)
func (*NotificationChannel_Spec_PagerDuty) MarshalJSON ¶
func (m *NotificationChannel_Spec_PagerDuty) MarshalJSON() ([]byte, error)
func (*NotificationChannel_Spec_PagerDuty) Merge ¶
func (o *NotificationChannel_Spec_PagerDuty) Merge(source *NotificationChannel_Spec_PagerDuty)
func (*NotificationChannel_Spec_PagerDuty) MergeRaw ¶
func (o *NotificationChannel_Spec_PagerDuty) MergeRaw(source gotenobject.GotenObjectExt)
func (*NotificationChannel_Spec_PagerDuty) ProtoMessage ¶
func (*NotificationChannel_Spec_PagerDuty) ProtoMessage()
func (*NotificationChannel_Spec_PagerDuty) ProtoReflect ¶
func (m *NotificationChannel_Spec_PagerDuty) ProtoReflect() preflect.Message
func (*NotificationChannel_Spec_PagerDuty) Reset ¶
func (m *NotificationChannel_Spec_PagerDuty) Reset()
func (*NotificationChannel_Spec_PagerDuty) SetServiceKey ¶
func (m *NotificationChannel_Spec_PagerDuty) SetServiceKey(fv string)
func (*NotificationChannel_Spec_PagerDuty) String ¶
func (m *NotificationChannel_Spec_PagerDuty) String() string
func (*NotificationChannel_Spec_PagerDuty) Unmarshal ¶
func (m *NotificationChannel_Spec_PagerDuty) Unmarshal(b []byte) error
func (*NotificationChannel_Spec_PagerDuty) UnmarshalJSON ¶
func (m *NotificationChannel_Spec_PagerDuty) UnmarshalJSON(data []byte) error
type NotificationChannel_Spec_PagerDutyPathSelectorServiceKey ¶
type NotificationChannel_Spec_PagerDutyPathSelectorServiceKey struct{}
func (NotificationChannel_Spec_PagerDutyPathSelectorServiceKey) WithArrayOfValues ¶
func (s NotificationChannel_Spec_PagerDutyPathSelectorServiceKey) WithArrayOfValues(values []string) *NotificationChannelSpecPagerDuty_FieldTerminalPathArrayOfValues
type NotificationChannel_Spec_PagerDuty_FieldMask ¶
type NotificationChannel_Spec_PagerDuty_FieldMask struct {
Paths []NotificationChannelSpecPagerDuty_FieldPath
}
func FullNotificationChannel_Spec_PagerDuty_FieldMask ¶
func FullNotificationChannel_Spec_PagerDuty_FieldMask() *NotificationChannel_Spec_PagerDuty_FieldMask
func (*NotificationChannel_Spec_PagerDuty_FieldMask) AppendPath ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) AppendPath(path NotificationChannelSpecPagerDuty_FieldPath)
func (*NotificationChannel_Spec_PagerDuty_FieldMask) AppendRawPath ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*NotificationChannel_Spec_PagerDuty_FieldMask) DecodeFirestore ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*NotificationChannel_Spec_PagerDuty_FieldMask) EncodeFirestore ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*NotificationChannel_Spec_PagerDuty_FieldMask) FilterInputFields ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) FilterInputFields() *NotificationChannel_Spec_PagerDuty_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*NotificationChannel_Spec_PagerDuty_FieldMask) FromProtoFieldMask ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*NotificationChannel_Spec_PagerDuty_FieldMask) GetPaths ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) GetPaths() []NotificationChannelSpecPagerDuty_FieldPath
func (*NotificationChannel_Spec_PagerDuty_FieldMask) GetRawPaths ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*NotificationChannel_Spec_PagerDuty_FieldMask) IsFull ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) IsFull() bool
func (NotificationChannel_Spec_PagerDuty_FieldMask) Marshal ¶
func (fieldMask NotificationChannel_Spec_PagerDuty_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (NotificationChannel_Spec_PagerDuty_FieldMask) MarshalJSON ¶
func (fieldMask NotificationChannel_Spec_PagerDuty_FieldMask) MarshalJSON() ([]byte, error)
func (*NotificationChannel_Spec_PagerDuty_FieldMask) PathsCount ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) PathsCount() int
func (*NotificationChannel_Spec_PagerDuty_FieldMask) Project ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) Project(source *NotificationChannel_Spec_PagerDuty) *NotificationChannel_Spec_PagerDuty
func (*NotificationChannel_Spec_PagerDuty_FieldMask) ProjectRaw ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*NotificationChannel_Spec_PagerDuty_FieldMask) ProtoMessage ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) ProtoMessage()
func (*NotificationChannel_Spec_PagerDuty_FieldMask) ProtoReflect ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) ProtoReflect() preflect.Message
func (*NotificationChannel_Spec_PagerDuty_FieldMask) Reset ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) Reset()
func (*NotificationChannel_Spec_PagerDuty_FieldMask) Set ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) Set(target, source *NotificationChannel_Spec_PagerDuty)
func (*NotificationChannel_Spec_PagerDuty_FieldMask) SetFromCliFlag ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) SetFromCliFlag(raw string) error
func (*NotificationChannel_Spec_PagerDuty_FieldMask) SetRaw ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*NotificationChannel_Spec_PagerDuty_FieldMask) Size ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) Size() int
func (*NotificationChannel_Spec_PagerDuty_FieldMask) String ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) String() string
func (*NotificationChannel_Spec_PagerDuty_FieldMask) Subtract ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) Subtract(other *NotificationChannel_Spec_PagerDuty_FieldMask) *NotificationChannel_Spec_PagerDuty_FieldMask
func (*NotificationChannel_Spec_PagerDuty_FieldMask) SubtractRaw ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*NotificationChannel_Spec_PagerDuty_FieldMask) ToProtoFieldMask ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*NotificationChannel_Spec_PagerDuty_FieldMask) Unmarshal ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) Unmarshal(data []byte) error
func (*NotificationChannel_Spec_PagerDuty_FieldMask) UnmarshalJSON ¶
func (fieldMask *NotificationChannel_Spec_PagerDuty_FieldMask) UnmarshalJSON(data []byte) error
type NotificationChannel_Spec_Slack ¶
type NotificationChannel_Spec_Slack struct { // Slack Incoming Webhook URL IncomingWebhook string `` /* 134-byte string literal not displayed */ // contains filtered or unexported fields }
Slack Spec
func (*NotificationChannel_Spec_Slack) Clone ¶
func (o *NotificationChannel_Spec_Slack) Clone() *NotificationChannel_Spec_Slack
func (*NotificationChannel_Spec_Slack) CloneRaw ¶
func (o *NotificationChannel_Spec_Slack) CloneRaw() gotenobject.GotenObjectExt
func (*NotificationChannel_Spec_Slack) Descriptor ¶
func (*NotificationChannel_Spec_Slack) Descriptor() ([]byte, []int)
Deprecated, Use NotificationChannel_Spec_Slack.ProtoReflect.Descriptor instead.
func (*NotificationChannel_Spec_Slack) GetIncomingWebhook ¶
func (m *NotificationChannel_Spec_Slack) GetIncomingWebhook() string
func (*NotificationChannel_Spec_Slack) GotenMessage ¶
func (*NotificationChannel_Spec_Slack) GotenMessage()
func (*NotificationChannel_Spec_Slack) GotenObjectExt ¶
func (o *NotificationChannel_Spec_Slack) GotenObjectExt()
func (*NotificationChannel_Spec_Slack) GotenValidate ¶
func (obj *NotificationChannel_Spec_Slack) GotenValidate() error
func (*NotificationChannel_Spec_Slack) MakeDiffFieldMask ¶
func (o *NotificationChannel_Spec_Slack) MakeDiffFieldMask(other *NotificationChannel_Spec_Slack) *NotificationChannel_Spec_Slack_FieldMask
func (*NotificationChannel_Spec_Slack) MakeFullFieldMask ¶
func (o *NotificationChannel_Spec_Slack) MakeFullFieldMask() *NotificationChannel_Spec_Slack_FieldMask
func (*NotificationChannel_Spec_Slack) MakeRawDiffFieldMask ¶
func (o *NotificationChannel_Spec_Slack) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*NotificationChannel_Spec_Slack) MakeRawFullFieldMask ¶
func (o *NotificationChannel_Spec_Slack) MakeRawFullFieldMask() gotenobject.FieldMask
func (*NotificationChannel_Spec_Slack) Marshal ¶
func (m *NotificationChannel_Spec_Slack) Marshal() ([]byte, error)
func (*NotificationChannel_Spec_Slack) MarshalJSON ¶
func (m *NotificationChannel_Spec_Slack) MarshalJSON() ([]byte, error)
func (*NotificationChannel_Spec_Slack) Merge ¶
func (o *NotificationChannel_Spec_Slack) Merge(source *NotificationChannel_Spec_Slack)
func (*NotificationChannel_Spec_Slack) MergeRaw ¶
func (o *NotificationChannel_Spec_Slack) MergeRaw(source gotenobject.GotenObjectExt)
func (*NotificationChannel_Spec_Slack) ProtoMessage ¶
func (*NotificationChannel_Spec_Slack) ProtoMessage()
func (*NotificationChannel_Spec_Slack) ProtoReflect ¶
func (m *NotificationChannel_Spec_Slack) ProtoReflect() preflect.Message
func (*NotificationChannel_Spec_Slack) Reset ¶
func (m *NotificationChannel_Spec_Slack) Reset()
func (*NotificationChannel_Spec_Slack) SetIncomingWebhook ¶
func (m *NotificationChannel_Spec_Slack) SetIncomingWebhook(fv string)
func (*NotificationChannel_Spec_Slack) String ¶
func (m *NotificationChannel_Spec_Slack) String() string
func (*NotificationChannel_Spec_Slack) Unmarshal ¶
func (m *NotificationChannel_Spec_Slack) Unmarshal(b []byte) error
func (*NotificationChannel_Spec_Slack) UnmarshalJSON ¶
func (m *NotificationChannel_Spec_Slack) UnmarshalJSON(data []byte) error
type NotificationChannel_Spec_SlackPathSelectorIncomingWebhook ¶
type NotificationChannel_Spec_SlackPathSelectorIncomingWebhook struct{}
func (NotificationChannel_Spec_SlackPathSelectorIncomingWebhook) WithArrayOfValues ¶
func (s NotificationChannel_Spec_SlackPathSelectorIncomingWebhook) WithArrayOfValues(values []string) *NotificationChannelSpecSlack_FieldTerminalPathArrayOfValues
func (NotificationChannel_Spec_SlackPathSelectorIncomingWebhook) WithValue ¶
func (s NotificationChannel_Spec_SlackPathSelectorIncomingWebhook) WithValue(value string) *NotificationChannelSpecSlack_FieldTerminalPathValue
type NotificationChannel_Spec_Slack_FieldMask ¶
type NotificationChannel_Spec_Slack_FieldMask struct {
Paths []NotificationChannelSpecSlack_FieldPath
}
func FullNotificationChannel_Spec_Slack_FieldMask ¶
func FullNotificationChannel_Spec_Slack_FieldMask() *NotificationChannel_Spec_Slack_FieldMask
func (*NotificationChannel_Spec_Slack_FieldMask) AppendPath ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) AppendPath(path NotificationChannelSpecSlack_FieldPath)
func (*NotificationChannel_Spec_Slack_FieldMask) AppendRawPath ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*NotificationChannel_Spec_Slack_FieldMask) DecodeFirestore ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*NotificationChannel_Spec_Slack_FieldMask) EncodeFirestore ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*NotificationChannel_Spec_Slack_FieldMask) FilterInputFields ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) FilterInputFields() *NotificationChannel_Spec_Slack_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*NotificationChannel_Spec_Slack_FieldMask) FromProtoFieldMask ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*NotificationChannel_Spec_Slack_FieldMask) GetPaths ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) GetPaths() []NotificationChannelSpecSlack_FieldPath
func (*NotificationChannel_Spec_Slack_FieldMask) GetRawPaths ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*NotificationChannel_Spec_Slack_FieldMask) IsFull ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) IsFull() bool
func (NotificationChannel_Spec_Slack_FieldMask) Marshal ¶
func (fieldMask NotificationChannel_Spec_Slack_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (NotificationChannel_Spec_Slack_FieldMask) MarshalJSON ¶
func (fieldMask NotificationChannel_Spec_Slack_FieldMask) MarshalJSON() ([]byte, error)
func (*NotificationChannel_Spec_Slack_FieldMask) PathsCount ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) PathsCount() int
func (*NotificationChannel_Spec_Slack_FieldMask) Project ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) Project(source *NotificationChannel_Spec_Slack) *NotificationChannel_Spec_Slack
func (*NotificationChannel_Spec_Slack_FieldMask) ProjectRaw ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*NotificationChannel_Spec_Slack_FieldMask) ProtoMessage ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) ProtoMessage()
func (*NotificationChannel_Spec_Slack_FieldMask) ProtoReflect ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) ProtoReflect() preflect.Message
func (*NotificationChannel_Spec_Slack_FieldMask) Reset ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) Reset()
func (*NotificationChannel_Spec_Slack_FieldMask) Set ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) Set(target, source *NotificationChannel_Spec_Slack)
func (*NotificationChannel_Spec_Slack_FieldMask) SetFromCliFlag ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) SetFromCliFlag(raw string) error
func (*NotificationChannel_Spec_Slack_FieldMask) SetRaw ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*NotificationChannel_Spec_Slack_FieldMask) Size ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) Size() int
func (*NotificationChannel_Spec_Slack_FieldMask) String ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) String() string
func (*NotificationChannel_Spec_Slack_FieldMask) Subtract ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) Subtract(other *NotificationChannel_Spec_Slack_FieldMask) *NotificationChannel_Spec_Slack_FieldMask
func (*NotificationChannel_Spec_Slack_FieldMask) SubtractRaw ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*NotificationChannel_Spec_Slack_FieldMask) ToProtoFieldMask ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*NotificationChannel_Spec_Slack_FieldMask) Unmarshal ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) Unmarshal(data []byte) error
func (*NotificationChannel_Spec_Slack_FieldMask) UnmarshalJSON ¶
func (fieldMask *NotificationChannel_Spec_Slack_FieldMask) UnmarshalJSON(data []byte) error
type NotificationChannel_Spec_Type ¶
type NotificationChannel_Spec_Type int32
Type of NotificationChannel
const ( // Type is unknown NotificationChannel_Spec_TYPE_UNSPECIFIED NotificationChannel_Spec_Type = 0 // Email NotificationChannel NotificationChannel_Spec_EMAIL NotificationChannel_Spec_Type = 1 // Slack NotificationChannel NotificationChannel_Spec_SLACK NotificationChannel_Spec_Type = 2 // Webhook NotificationChannel NotificationChannel_Spec_WEBHOOK NotificationChannel_Spec_Type = 3 )
func (NotificationChannel_Spec_Type) Descriptor ¶
func (NotificationChannel_Spec_Type) Descriptor() preflect.EnumDescriptor
func (NotificationChannel_Spec_Type) Enum ¶
func (x NotificationChannel_Spec_Type) Enum() *NotificationChannel_Spec_Type
func (NotificationChannel_Spec_Type) EnumDescriptor ¶
func (NotificationChannel_Spec_Type) EnumDescriptor() ([]byte, []int)
Deprecated, Use NotificationChannel_Spec_Type.ProtoReflect.Descriptor instead.
func (NotificationChannel_Spec_Type) Number ¶
func (x NotificationChannel_Spec_Type) Number() preflect.EnumNumber
func (NotificationChannel_Spec_Type) String ¶
func (x NotificationChannel_Spec_Type) String() string
func (NotificationChannel_Spec_Type) Type ¶
func (NotificationChannel_Spec_Type) Type() preflect.EnumType
type NotificationChannel_Spec_Webhook ¶
type NotificationChannel_Spec_Webhook struct { // Webhook URL Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty" firestore:"url"` // Headers Headers []*NotificationChannel_Spec_Webhook_Header `protobuf:"bytes,2,rep,name=headers,proto3" json:"headers,omitempty" firestore:"headers"` // contains filtered or unexported fields }
Webhook Spec
func (*NotificationChannel_Spec_Webhook) Clone ¶
func (o *NotificationChannel_Spec_Webhook) Clone() *NotificationChannel_Spec_Webhook
func (*NotificationChannel_Spec_Webhook) CloneRaw ¶
func (o *NotificationChannel_Spec_Webhook) CloneRaw() gotenobject.GotenObjectExt
func (*NotificationChannel_Spec_Webhook) Descriptor ¶
func (*NotificationChannel_Spec_Webhook) Descriptor() ([]byte, []int)
Deprecated, Use NotificationChannel_Spec_Webhook.ProtoReflect.Descriptor instead.
func (*NotificationChannel_Spec_Webhook) GetHeaders ¶
func (m *NotificationChannel_Spec_Webhook) GetHeaders() []*NotificationChannel_Spec_Webhook_Header
func (*NotificationChannel_Spec_Webhook) GetUrl ¶
func (m *NotificationChannel_Spec_Webhook) GetUrl() string
func (*NotificationChannel_Spec_Webhook) GotenMessage ¶
func (*NotificationChannel_Spec_Webhook) GotenMessage()
func (*NotificationChannel_Spec_Webhook) GotenObjectExt ¶
func (o *NotificationChannel_Spec_Webhook) GotenObjectExt()
func (*NotificationChannel_Spec_Webhook) GotenValidate ¶
func (obj *NotificationChannel_Spec_Webhook) GotenValidate() error
func (*NotificationChannel_Spec_Webhook) MakeDiffFieldMask ¶
func (o *NotificationChannel_Spec_Webhook) MakeDiffFieldMask(other *NotificationChannel_Spec_Webhook) *NotificationChannel_Spec_Webhook_FieldMask
func (*NotificationChannel_Spec_Webhook) MakeFullFieldMask ¶
func (o *NotificationChannel_Spec_Webhook) MakeFullFieldMask() *NotificationChannel_Spec_Webhook_FieldMask
func (*NotificationChannel_Spec_Webhook) MakeRawDiffFieldMask ¶
func (o *NotificationChannel_Spec_Webhook) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*NotificationChannel_Spec_Webhook) MakeRawFullFieldMask ¶
func (o *NotificationChannel_Spec_Webhook) MakeRawFullFieldMask() gotenobject.FieldMask
func (*NotificationChannel_Spec_Webhook) Marshal ¶
func (m *NotificationChannel_Spec_Webhook) Marshal() ([]byte, error)
func (*NotificationChannel_Spec_Webhook) MarshalJSON ¶
func (m *NotificationChannel_Spec_Webhook) MarshalJSON() ([]byte, error)
func (*NotificationChannel_Spec_Webhook) Merge ¶
func (o *NotificationChannel_Spec_Webhook) Merge(source *NotificationChannel_Spec_Webhook)
func (*NotificationChannel_Spec_Webhook) MergeRaw ¶
func (o *NotificationChannel_Spec_Webhook) MergeRaw(source gotenobject.GotenObjectExt)
func (*NotificationChannel_Spec_Webhook) ProtoMessage ¶
func (*NotificationChannel_Spec_Webhook) ProtoMessage()
func (*NotificationChannel_Spec_Webhook) ProtoReflect ¶
func (m *NotificationChannel_Spec_Webhook) ProtoReflect() preflect.Message
func (*NotificationChannel_Spec_Webhook) Reset ¶
func (m *NotificationChannel_Spec_Webhook) Reset()
func (*NotificationChannel_Spec_Webhook) SetHeaders ¶
func (m *NotificationChannel_Spec_Webhook) SetHeaders(fv []*NotificationChannel_Spec_Webhook_Header)
func (*NotificationChannel_Spec_Webhook) SetUrl ¶
func (m *NotificationChannel_Spec_Webhook) SetUrl(fv string)
func (*NotificationChannel_Spec_Webhook) String ¶
func (m *NotificationChannel_Spec_Webhook) String() string
func (*NotificationChannel_Spec_Webhook) Unmarshal ¶
func (m *NotificationChannel_Spec_Webhook) Unmarshal(b []byte) error
func (*NotificationChannel_Spec_Webhook) UnmarshalJSON ¶
func (m *NotificationChannel_Spec_Webhook) UnmarshalJSON(data []byte) error
type NotificationChannel_Spec_WebhookPathSelectorHeaders ¶
type NotificationChannel_Spec_WebhookPathSelectorHeaders struct{}
func (NotificationChannel_Spec_WebhookPathSelectorHeaders) WithArrayOfValues ¶
func (s NotificationChannel_Spec_WebhookPathSelectorHeaders) WithArrayOfValues(values [][]*NotificationChannel_Spec_Webhook_Header) *NotificationChannelSpecWebhook_FieldTerminalPathArrayOfValues
func (NotificationChannel_Spec_WebhookPathSelectorHeaders) WithItemValue ¶
func (NotificationChannel_Spec_WebhookPathSelectorHeaders) WithSubArrayItemValue ¶
func (s NotificationChannel_Spec_WebhookPathSelectorHeaders) WithSubArrayItemValue(subPathArrayItemValue NotificationChannelSpecWebhookHeader_FieldPathArrayItemValue) *NotificationChannelSpecWebhook_FieldSubPathArrayItemValue
func (NotificationChannel_Spec_WebhookPathSelectorHeaders) WithSubArrayOfValues ¶
func (s NotificationChannel_Spec_WebhookPathSelectorHeaders) WithSubArrayOfValues(subPathArrayOfValues NotificationChannelSpecWebhookHeader_FieldPathArrayOfValues) *NotificationChannelSpecWebhook_FieldSubPathArrayOfValues
func (NotificationChannel_Spec_WebhookPathSelectorHeaders) WithSubPath ¶
func (NotificationChannel_Spec_WebhookPathSelectorHeaders) WithSubValue ¶
func (s NotificationChannel_Spec_WebhookPathSelectorHeaders) WithSubValue(subPathValue NotificationChannelSpecWebhookHeader_FieldPathValue) *NotificationChannelSpecWebhook_FieldSubPathValue
type NotificationChannel_Spec_WebhookPathSelectorHeadersKey ¶
type NotificationChannel_Spec_WebhookPathSelectorHeadersKey struct{}
func (NotificationChannel_Spec_WebhookPathSelectorHeadersKey) WithArrayOfValues ¶
func (s NotificationChannel_Spec_WebhookPathSelectorHeadersKey) WithArrayOfValues(values []string) *NotificationChannelSpecWebhook_FieldSubPathArrayOfValues
func (NotificationChannel_Spec_WebhookPathSelectorHeadersKey) WithValue ¶
func (s NotificationChannel_Spec_WebhookPathSelectorHeadersKey) WithValue(value string) *NotificationChannelSpecWebhook_FieldSubPathValue
type NotificationChannel_Spec_WebhookPathSelectorHeadersValue ¶
type NotificationChannel_Spec_WebhookPathSelectorHeadersValue struct{}
func (NotificationChannel_Spec_WebhookPathSelectorHeadersValue) WithArrayOfValues ¶
func (s NotificationChannel_Spec_WebhookPathSelectorHeadersValue) WithArrayOfValues(values []string) *NotificationChannelSpecWebhook_FieldSubPathArrayOfValues
func (NotificationChannel_Spec_WebhookPathSelectorHeadersValue) WithValue ¶
func (s NotificationChannel_Spec_WebhookPathSelectorHeadersValue) WithValue(value string) *NotificationChannelSpecWebhook_FieldSubPathValue
type NotificationChannel_Spec_WebhookPathSelectorUrl ¶
type NotificationChannel_Spec_WebhookPathSelectorUrl struct{}
func (NotificationChannel_Spec_WebhookPathSelectorUrl) WithArrayOfValues ¶
func (s NotificationChannel_Spec_WebhookPathSelectorUrl) WithArrayOfValues(values []string) *NotificationChannelSpecWebhook_FieldTerminalPathArrayOfValues
func (NotificationChannel_Spec_WebhookPathSelectorUrl) WithValue ¶
func (s NotificationChannel_Spec_WebhookPathSelectorUrl) WithValue(value string) *NotificationChannelSpecWebhook_FieldTerminalPathValue
type NotificationChannel_Spec_Webhook_FieldMask ¶
type NotificationChannel_Spec_Webhook_FieldMask struct {
Paths []NotificationChannelSpecWebhook_FieldPath
}
func FullNotificationChannel_Spec_Webhook_FieldMask ¶
func FullNotificationChannel_Spec_Webhook_FieldMask() *NotificationChannel_Spec_Webhook_FieldMask
func (*NotificationChannel_Spec_Webhook_FieldMask) AppendPath ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) AppendPath(path NotificationChannelSpecWebhook_FieldPath)
func (*NotificationChannel_Spec_Webhook_FieldMask) AppendRawPath ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*NotificationChannel_Spec_Webhook_FieldMask) DecodeFirestore ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*NotificationChannel_Spec_Webhook_FieldMask) EncodeFirestore ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*NotificationChannel_Spec_Webhook_FieldMask) FilterInputFields ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) FilterInputFields() *NotificationChannel_Spec_Webhook_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*NotificationChannel_Spec_Webhook_FieldMask) FromProtoFieldMask ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*NotificationChannel_Spec_Webhook_FieldMask) GetPaths ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) GetPaths() []NotificationChannelSpecWebhook_FieldPath
func (*NotificationChannel_Spec_Webhook_FieldMask) GetRawPaths ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*NotificationChannel_Spec_Webhook_FieldMask) IsFull ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) IsFull() bool
func (NotificationChannel_Spec_Webhook_FieldMask) Marshal ¶
func (fieldMask NotificationChannel_Spec_Webhook_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (NotificationChannel_Spec_Webhook_FieldMask) MarshalJSON ¶
func (fieldMask NotificationChannel_Spec_Webhook_FieldMask) MarshalJSON() ([]byte, error)
func (*NotificationChannel_Spec_Webhook_FieldMask) PathsCount ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) PathsCount() int
func (*NotificationChannel_Spec_Webhook_FieldMask) Project ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) Project(source *NotificationChannel_Spec_Webhook) *NotificationChannel_Spec_Webhook
func (*NotificationChannel_Spec_Webhook_FieldMask) ProjectRaw ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*NotificationChannel_Spec_Webhook_FieldMask) ProtoMessage ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) ProtoMessage()
func (*NotificationChannel_Spec_Webhook_FieldMask) ProtoReflect ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) ProtoReflect() preflect.Message
func (*NotificationChannel_Spec_Webhook_FieldMask) Reset ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) Reset()
func (*NotificationChannel_Spec_Webhook_FieldMask) Set ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) Set(target, source *NotificationChannel_Spec_Webhook)
func (*NotificationChannel_Spec_Webhook_FieldMask) SetFromCliFlag ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) SetFromCliFlag(raw string) error
func (*NotificationChannel_Spec_Webhook_FieldMask) SetRaw ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*NotificationChannel_Spec_Webhook_FieldMask) Size ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) Size() int
func (*NotificationChannel_Spec_Webhook_FieldMask) String ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) String() string
func (*NotificationChannel_Spec_Webhook_FieldMask) Subtract ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) Subtract(other *NotificationChannel_Spec_Webhook_FieldMask) *NotificationChannel_Spec_Webhook_FieldMask
func (*NotificationChannel_Spec_Webhook_FieldMask) SubtractRaw ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*NotificationChannel_Spec_Webhook_FieldMask) ToProtoFieldMask ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*NotificationChannel_Spec_Webhook_FieldMask) Unmarshal ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) Unmarshal(data []byte) error
func (*NotificationChannel_Spec_Webhook_FieldMask) UnmarshalJSON ¶
func (fieldMask *NotificationChannel_Spec_Webhook_FieldMask) UnmarshalJSON(data []byte) error
type NotificationChannel_Spec_Webhook_Header ¶
type NotificationChannel_Spec_Webhook_Header struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty" firestore:"key"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty" firestore:"value"` // contains filtered or unexported fields }
Header
func (*NotificationChannel_Spec_Webhook_Header) Clone ¶
func (o *NotificationChannel_Spec_Webhook_Header) Clone() *NotificationChannel_Spec_Webhook_Header
func (*NotificationChannel_Spec_Webhook_Header) CloneRaw ¶
func (o *NotificationChannel_Spec_Webhook_Header) CloneRaw() gotenobject.GotenObjectExt
func (*NotificationChannel_Spec_Webhook_Header) Descriptor ¶
func (*NotificationChannel_Spec_Webhook_Header) Descriptor() ([]byte, []int)
Deprecated, Use NotificationChannel_Spec_Webhook_Header.ProtoReflect.Descriptor instead.
func (*NotificationChannel_Spec_Webhook_Header) GetKey ¶
func (m *NotificationChannel_Spec_Webhook_Header) GetKey() string
func (*NotificationChannel_Spec_Webhook_Header) GetValue ¶
func (m *NotificationChannel_Spec_Webhook_Header) GetValue() string
func (*NotificationChannel_Spec_Webhook_Header) GotenMessage ¶
func (*NotificationChannel_Spec_Webhook_Header) GotenMessage()
func (*NotificationChannel_Spec_Webhook_Header) GotenObjectExt ¶
func (o *NotificationChannel_Spec_Webhook_Header) GotenObjectExt()
func (*NotificationChannel_Spec_Webhook_Header) GotenValidate ¶
func (obj *NotificationChannel_Spec_Webhook_Header) GotenValidate() error
func (*NotificationChannel_Spec_Webhook_Header) MakeDiffFieldMask ¶
func (o *NotificationChannel_Spec_Webhook_Header) MakeDiffFieldMask(other *NotificationChannel_Spec_Webhook_Header) *NotificationChannel_Spec_Webhook_Header_FieldMask
func (*NotificationChannel_Spec_Webhook_Header) MakeFullFieldMask ¶
func (o *NotificationChannel_Spec_Webhook_Header) MakeFullFieldMask() *NotificationChannel_Spec_Webhook_Header_FieldMask
func (*NotificationChannel_Spec_Webhook_Header) MakeRawDiffFieldMask ¶
func (o *NotificationChannel_Spec_Webhook_Header) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*NotificationChannel_Spec_Webhook_Header) MakeRawFullFieldMask ¶
func (o *NotificationChannel_Spec_Webhook_Header) MakeRawFullFieldMask() gotenobject.FieldMask
func (*NotificationChannel_Spec_Webhook_Header) Marshal ¶
func (m *NotificationChannel_Spec_Webhook_Header) Marshal() ([]byte, error)
func (*NotificationChannel_Spec_Webhook_Header) MarshalJSON ¶
func (m *NotificationChannel_Spec_Webhook_Header) MarshalJSON() ([]byte, error)
func (*NotificationChannel_Spec_Webhook_Header) Merge ¶
func (o *NotificationChannel_Spec_Webhook_Header) Merge(source *NotificationChannel_Spec_Webhook_Header)
func (*NotificationChannel_Spec_Webhook_Header) MergeRaw ¶
func (o *NotificationChannel_Spec_Webhook_Header) MergeRaw(source gotenobject.GotenObjectExt)
func (*NotificationChannel_Spec_Webhook_Header) ProtoMessage ¶
func (*NotificationChannel_Spec_Webhook_Header) ProtoMessage()
func (*NotificationChannel_Spec_Webhook_Header) ProtoReflect ¶
func (m *NotificationChannel_Spec_Webhook_Header) ProtoReflect() preflect.Message
func (*NotificationChannel_Spec_Webhook_Header) Reset ¶
func (m *NotificationChannel_Spec_Webhook_Header) Reset()
func (*NotificationChannel_Spec_Webhook_Header) SetKey ¶
func (m *NotificationChannel_Spec_Webhook_Header) SetKey(fv string)
func (*NotificationChannel_Spec_Webhook_Header) SetValue ¶
func (m *NotificationChannel_Spec_Webhook_Header) SetValue(fv string)
func (*NotificationChannel_Spec_Webhook_Header) String ¶
func (m *NotificationChannel_Spec_Webhook_Header) String() string
func (*NotificationChannel_Spec_Webhook_Header) Unmarshal ¶
func (m *NotificationChannel_Spec_Webhook_Header) Unmarshal(b []byte) error
func (*NotificationChannel_Spec_Webhook_Header) UnmarshalJSON ¶
func (m *NotificationChannel_Spec_Webhook_Header) UnmarshalJSON(data []byte) error
type NotificationChannel_Spec_Webhook_HeaderPathSelectorKey ¶
type NotificationChannel_Spec_Webhook_HeaderPathSelectorKey struct{}
func (NotificationChannel_Spec_Webhook_HeaderPathSelectorKey) WithArrayOfValues ¶
func (s NotificationChannel_Spec_Webhook_HeaderPathSelectorKey) WithArrayOfValues(values []string) *NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayOfValues
type NotificationChannel_Spec_Webhook_HeaderPathSelectorValue ¶
type NotificationChannel_Spec_Webhook_HeaderPathSelectorValue struct{}
func (NotificationChannel_Spec_Webhook_HeaderPathSelectorValue) WithArrayOfValues ¶
func (s NotificationChannel_Spec_Webhook_HeaderPathSelectorValue) WithArrayOfValues(values []string) *NotificationChannelSpecWebhookHeader_FieldTerminalPathArrayOfValues
type NotificationChannel_Spec_Webhook_Header_FieldMask ¶
type NotificationChannel_Spec_Webhook_Header_FieldMask struct {
Paths []NotificationChannelSpecWebhookHeader_FieldPath
}
func FullNotificationChannel_Spec_Webhook_Header_FieldMask ¶
func FullNotificationChannel_Spec_Webhook_Header_FieldMask() *NotificationChannel_Spec_Webhook_Header_FieldMask
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) AppendPath ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) AppendPath(path NotificationChannelSpecWebhookHeader_FieldPath)
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) AppendRawPath ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) DecodeFirestore ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) EncodeFirestore ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) FilterInputFields ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) FilterInputFields() *NotificationChannel_Spec_Webhook_Header_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) FromProtoFieldMask ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) GetPaths ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) GetPaths() []NotificationChannelSpecWebhookHeader_FieldPath
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) GetRawPaths ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) IsFull ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) IsFull() bool
func (NotificationChannel_Spec_Webhook_Header_FieldMask) Marshal ¶
func (fieldMask NotificationChannel_Spec_Webhook_Header_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (NotificationChannel_Spec_Webhook_Header_FieldMask) MarshalJSON ¶
func (fieldMask NotificationChannel_Spec_Webhook_Header_FieldMask) MarshalJSON() ([]byte, error)
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) PathsCount ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) PathsCount() int
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) Project ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) Project(source *NotificationChannel_Spec_Webhook_Header) *NotificationChannel_Spec_Webhook_Header
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) ProjectRaw ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) ProtoMessage ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) ProtoMessage()
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) ProtoReflect ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) ProtoReflect() preflect.Message
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) Reset ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) Reset()
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) Set ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) Set(target, source *NotificationChannel_Spec_Webhook_Header)
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) SetFromCliFlag ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) SetFromCliFlag(raw string) error
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) SetRaw ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) Size ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) Size() int
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) String ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) String() string
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) Subtract ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) Subtract(other *NotificationChannel_Spec_Webhook_Header_FieldMask) *NotificationChannel_Spec_Webhook_Header_FieldMask
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) SubtractRaw ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) ToProtoFieldMask ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) Unmarshal ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) Unmarshal(data []byte) error
func (*NotificationChannel_Spec_Webhook_Header_FieldMask) UnmarshalJSON ¶
func (fieldMask *NotificationChannel_Spec_Webhook_Header_FieldMask) UnmarshalJSON(data []byte) error
type NotificationChannel_State ¶
type NotificationChannel_State struct { // Status Status NotificationChannel_State_Status `` /* 141-byte string literal not displayed */ // Error Error *NotificationChannel_State_Error `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty" firestore:"error"` // contains filtered or unexported fields }
State of NotificationChannel
func (*NotificationChannel_State) Clone ¶
func (o *NotificationChannel_State) Clone() *NotificationChannel_State
func (*NotificationChannel_State) CloneRaw ¶
func (o *NotificationChannel_State) CloneRaw() gotenobject.GotenObjectExt
func (*NotificationChannel_State) Descriptor ¶
func (*NotificationChannel_State) Descriptor() ([]byte, []int)
Deprecated, Use NotificationChannel_State.ProtoReflect.Descriptor instead.
func (*NotificationChannel_State) GetError ¶
func (m *NotificationChannel_State) GetError() *NotificationChannel_State_Error
func (*NotificationChannel_State) GetStatus ¶
func (m *NotificationChannel_State) GetStatus() NotificationChannel_State_Status
func (*NotificationChannel_State) GotenMessage ¶
func (*NotificationChannel_State) GotenMessage()
func (*NotificationChannel_State) GotenObjectExt ¶
func (o *NotificationChannel_State) GotenObjectExt()
func (*NotificationChannel_State) GotenValidate ¶
func (obj *NotificationChannel_State) GotenValidate() error
func (*NotificationChannel_State) MakeDiffFieldMask ¶
func (o *NotificationChannel_State) MakeDiffFieldMask(other *NotificationChannel_State) *NotificationChannel_State_FieldMask
func (*NotificationChannel_State) MakeFullFieldMask ¶
func (o *NotificationChannel_State) MakeFullFieldMask() *NotificationChannel_State_FieldMask
func (*NotificationChannel_State) MakeRawDiffFieldMask ¶
func (o *NotificationChannel_State) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*NotificationChannel_State) MakeRawFullFieldMask ¶
func (o *NotificationChannel_State) MakeRawFullFieldMask() gotenobject.FieldMask
func (*NotificationChannel_State) Marshal ¶
func (m *NotificationChannel_State) Marshal() ([]byte, error)
func (*NotificationChannel_State) MarshalJSON ¶
func (m *NotificationChannel_State) MarshalJSON() ([]byte, error)
func (*NotificationChannel_State) Merge ¶
func (o *NotificationChannel_State) Merge(source *NotificationChannel_State)
func (*NotificationChannel_State) MergeRaw ¶
func (o *NotificationChannel_State) MergeRaw(source gotenobject.GotenObjectExt)
func (*NotificationChannel_State) ProtoMessage ¶
func (*NotificationChannel_State) ProtoMessage()
func (*NotificationChannel_State) ProtoReflect ¶
func (m *NotificationChannel_State) ProtoReflect() preflect.Message
func (*NotificationChannel_State) Reset ¶
func (m *NotificationChannel_State) Reset()
func (*NotificationChannel_State) SetError ¶
func (m *NotificationChannel_State) SetError(fv *NotificationChannel_State_Error)
func (*NotificationChannel_State) SetStatus ¶
func (m *NotificationChannel_State) SetStatus(fv NotificationChannel_State_Status)
func (*NotificationChannel_State) String ¶
func (m *NotificationChannel_State) String() string
func (*NotificationChannel_State) Unmarshal ¶
func (m *NotificationChannel_State) Unmarshal(b []byte) error
func (*NotificationChannel_State) UnmarshalJSON ¶
func (m *NotificationChannel_State) UnmarshalJSON(data []byte) error
type NotificationChannel_StatePathSelectorError ¶
type NotificationChannel_StatePathSelectorError struct{}
func (NotificationChannel_StatePathSelectorError) FieldPath ¶
func (NotificationChannel_StatePathSelectorError) FieldPath() *NotificationChannelState_FieldTerminalPath
func (NotificationChannel_StatePathSelectorError) WithArrayOfValues ¶
func (s NotificationChannel_StatePathSelectorError) WithArrayOfValues(values []*NotificationChannel_State_Error) *NotificationChannelState_FieldTerminalPathArrayOfValues
func (NotificationChannel_StatePathSelectorError) WithSubArrayItemValue ¶
func (s NotificationChannel_StatePathSelectorError) WithSubArrayItemValue(subPathArrayItemValue NotificationChannelStateError_FieldPathArrayItemValue) *NotificationChannelState_FieldSubPathArrayItemValue
func (NotificationChannel_StatePathSelectorError) WithSubArrayOfValues ¶
func (s NotificationChannel_StatePathSelectorError) WithSubArrayOfValues(subPathArrayOfValues NotificationChannelStateError_FieldPathArrayOfValues) *NotificationChannelState_FieldSubPathArrayOfValues
func (NotificationChannel_StatePathSelectorError) WithSubPath ¶
func (NotificationChannel_StatePathSelectorError) WithSubPath(subPath NotificationChannelStateError_FieldPath) *NotificationChannelState_FieldSubPath
func (NotificationChannel_StatePathSelectorError) WithSubValue ¶
func (s NotificationChannel_StatePathSelectorError) WithSubValue(subPathValue NotificationChannelStateError_FieldPathValue) *NotificationChannelState_FieldSubPathValue
func (NotificationChannel_StatePathSelectorError) WithValue ¶
func (s NotificationChannel_StatePathSelectorError) WithValue(value *NotificationChannel_State_Error) *NotificationChannelState_FieldTerminalPathValue
type NotificationChannel_StatePathSelectorErrorMessage ¶
type NotificationChannel_StatePathSelectorErrorMessage struct{}
func (NotificationChannel_StatePathSelectorErrorMessage) WithArrayOfValues ¶
func (s NotificationChannel_StatePathSelectorErrorMessage) WithArrayOfValues(values []string) *NotificationChannelState_FieldSubPathArrayOfValues
func (NotificationChannel_StatePathSelectorErrorMessage) WithValue ¶
func (s NotificationChannel_StatePathSelectorErrorMessage) WithValue(value string) *NotificationChannelState_FieldSubPathValue
type NotificationChannel_StatePathSelectorErrorTime ¶
type NotificationChannel_StatePathSelectorErrorTime struct{}
func (NotificationChannel_StatePathSelectorErrorTime) FieldPath ¶
func (NotificationChannel_StatePathSelectorErrorTime) FieldPath() *NotificationChannelState_FieldSubPath
func (NotificationChannel_StatePathSelectorErrorTime) WithArrayOfValues ¶
func (s NotificationChannel_StatePathSelectorErrorTime) WithArrayOfValues(values []*timestamp.Timestamp) *NotificationChannelState_FieldSubPathArrayOfValues
func (NotificationChannel_StatePathSelectorErrorTime) WithValue ¶
func (s NotificationChannel_StatePathSelectorErrorTime) WithValue(value *timestamp.Timestamp) *NotificationChannelState_FieldSubPathValue
type NotificationChannel_StatePathSelectorStatus ¶
type NotificationChannel_StatePathSelectorStatus struct{}
func (NotificationChannel_StatePathSelectorStatus) WithArrayOfValues ¶
func (s NotificationChannel_StatePathSelectorStatus) WithArrayOfValues(values []NotificationChannel_State_Status) *NotificationChannelState_FieldTerminalPathArrayOfValues
type NotificationChannel_State_Error ¶
type NotificationChannel_State_Error struct { Time *timestamp.Timestamp `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty" firestore:"time"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty" firestore:"message"` // contains filtered or unexported fields }
Error of NotificationChannel
func (*NotificationChannel_State_Error) Clone ¶
func (o *NotificationChannel_State_Error) Clone() *NotificationChannel_State_Error
func (*NotificationChannel_State_Error) CloneRaw ¶
func (o *NotificationChannel_State_Error) CloneRaw() gotenobject.GotenObjectExt
func (*NotificationChannel_State_Error) Descriptor ¶
func (*NotificationChannel_State_Error) Descriptor() ([]byte, []int)
Deprecated, Use NotificationChannel_State_Error.ProtoReflect.Descriptor instead.
func (*NotificationChannel_State_Error) GetMessage ¶
func (m *NotificationChannel_State_Error) GetMessage() string
func (*NotificationChannel_State_Error) GetTime ¶
func (m *NotificationChannel_State_Error) GetTime() *timestamp.Timestamp
func (*NotificationChannel_State_Error) GotenMessage ¶
func (*NotificationChannel_State_Error) GotenMessage()
func (*NotificationChannel_State_Error) GotenObjectExt ¶
func (o *NotificationChannel_State_Error) GotenObjectExt()
func (*NotificationChannel_State_Error) GotenValidate ¶
func (obj *NotificationChannel_State_Error) GotenValidate() error
func (*NotificationChannel_State_Error) MakeDiffFieldMask ¶
func (o *NotificationChannel_State_Error) MakeDiffFieldMask(other *NotificationChannel_State_Error) *NotificationChannel_State_Error_FieldMask
func (*NotificationChannel_State_Error) MakeFullFieldMask ¶
func (o *NotificationChannel_State_Error) MakeFullFieldMask() *NotificationChannel_State_Error_FieldMask
func (*NotificationChannel_State_Error) MakeRawDiffFieldMask ¶
func (o *NotificationChannel_State_Error) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*NotificationChannel_State_Error) MakeRawFullFieldMask ¶
func (o *NotificationChannel_State_Error) MakeRawFullFieldMask() gotenobject.FieldMask
func (*NotificationChannel_State_Error) Marshal ¶
func (m *NotificationChannel_State_Error) Marshal() ([]byte, error)
func (*NotificationChannel_State_Error) MarshalJSON ¶
func (m *NotificationChannel_State_Error) MarshalJSON() ([]byte, error)
func (*NotificationChannel_State_Error) Merge ¶
func (o *NotificationChannel_State_Error) Merge(source *NotificationChannel_State_Error)
func (*NotificationChannel_State_Error) MergeRaw ¶
func (o *NotificationChannel_State_Error) MergeRaw(source gotenobject.GotenObjectExt)
func (*NotificationChannel_State_Error) ProtoMessage ¶
func (*NotificationChannel_State_Error) ProtoMessage()
func (*NotificationChannel_State_Error) ProtoReflect ¶
func (m *NotificationChannel_State_Error) ProtoReflect() preflect.Message
func (*NotificationChannel_State_Error) Reset ¶
func (m *NotificationChannel_State_Error) Reset()
func (*NotificationChannel_State_Error) SetMessage ¶
func (m *NotificationChannel_State_Error) SetMessage(fv string)
func (*NotificationChannel_State_Error) SetTime ¶
func (m *NotificationChannel_State_Error) SetTime(fv *timestamp.Timestamp)
func (*NotificationChannel_State_Error) String ¶
func (m *NotificationChannel_State_Error) String() string
func (*NotificationChannel_State_Error) Unmarshal ¶
func (m *NotificationChannel_State_Error) Unmarshal(b []byte) error
func (*NotificationChannel_State_Error) UnmarshalJSON ¶
func (m *NotificationChannel_State_Error) UnmarshalJSON(data []byte) error
type NotificationChannel_State_ErrorPathSelectorMessage ¶
type NotificationChannel_State_ErrorPathSelectorMessage struct{}
func (NotificationChannel_State_ErrorPathSelectorMessage) WithArrayOfValues ¶
func (s NotificationChannel_State_ErrorPathSelectorMessage) WithArrayOfValues(values []string) *NotificationChannelStateError_FieldTerminalPathArrayOfValues
func (NotificationChannel_State_ErrorPathSelectorMessage) WithValue ¶
func (s NotificationChannel_State_ErrorPathSelectorMessage) WithValue(value string) *NotificationChannelStateError_FieldTerminalPathValue
type NotificationChannel_State_ErrorPathSelectorTime ¶
type NotificationChannel_State_ErrorPathSelectorTime struct{}
func (NotificationChannel_State_ErrorPathSelectorTime) WithArrayOfValues ¶
func (s NotificationChannel_State_ErrorPathSelectorTime) WithArrayOfValues(values []*timestamp.Timestamp) *NotificationChannelStateError_FieldTerminalPathArrayOfValues
func (NotificationChannel_State_ErrorPathSelectorTime) WithValue ¶
func (s NotificationChannel_State_ErrorPathSelectorTime) WithValue(value *timestamp.Timestamp) *NotificationChannelStateError_FieldTerminalPathValue
type NotificationChannel_State_Error_FieldMask ¶
type NotificationChannel_State_Error_FieldMask struct {
Paths []NotificationChannelStateError_FieldPath
}
func FullNotificationChannel_State_Error_FieldMask ¶
func FullNotificationChannel_State_Error_FieldMask() *NotificationChannel_State_Error_FieldMask
func (*NotificationChannel_State_Error_FieldMask) AppendPath ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) AppendPath(path NotificationChannelStateError_FieldPath)
func (*NotificationChannel_State_Error_FieldMask) AppendRawPath ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*NotificationChannel_State_Error_FieldMask) DecodeFirestore ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*NotificationChannel_State_Error_FieldMask) EncodeFirestore ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*NotificationChannel_State_Error_FieldMask) FilterInputFields ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) FilterInputFields() *NotificationChannel_State_Error_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*NotificationChannel_State_Error_FieldMask) FromProtoFieldMask ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*NotificationChannel_State_Error_FieldMask) GetPaths ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) GetPaths() []NotificationChannelStateError_FieldPath
func (*NotificationChannel_State_Error_FieldMask) GetRawPaths ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*NotificationChannel_State_Error_FieldMask) IsFull ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) IsFull() bool
func (NotificationChannel_State_Error_FieldMask) Marshal ¶
func (fieldMask NotificationChannel_State_Error_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (NotificationChannel_State_Error_FieldMask) MarshalJSON ¶
func (fieldMask NotificationChannel_State_Error_FieldMask) MarshalJSON() ([]byte, error)
func (*NotificationChannel_State_Error_FieldMask) PathsCount ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) PathsCount() int
func (*NotificationChannel_State_Error_FieldMask) Project ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) Project(source *NotificationChannel_State_Error) *NotificationChannel_State_Error
func (*NotificationChannel_State_Error_FieldMask) ProjectRaw ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*NotificationChannel_State_Error_FieldMask) ProtoMessage ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) ProtoMessage()
func (*NotificationChannel_State_Error_FieldMask) ProtoReflect ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) ProtoReflect() preflect.Message
func (*NotificationChannel_State_Error_FieldMask) Reset ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) Reset()
func (*NotificationChannel_State_Error_FieldMask) Set ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) Set(target, source *NotificationChannel_State_Error)
func (*NotificationChannel_State_Error_FieldMask) SetFromCliFlag ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) SetFromCliFlag(raw string) error
func (*NotificationChannel_State_Error_FieldMask) SetRaw ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*NotificationChannel_State_Error_FieldMask) Size ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) Size() int
func (*NotificationChannel_State_Error_FieldMask) String ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) String() string
func (*NotificationChannel_State_Error_FieldMask) Subtract ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) Subtract(other *NotificationChannel_State_Error_FieldMask) *NotificationChannel_State_Error_FieldMask
func (*NotificationChannel_State_Error_FieldMask) SubtractRaw ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*NotificationChannel_State_Error_FieldMask) ToProtoFieldMask ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*NotificationChannel_State_Error_FieldMask) Unmarshal ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) Unmarshal(data []byte) error
func (*NotificationChannel_State_Error_FieldMask) UnmarshalJSON ¶
func (fieldMask *NotificationChannel_State_Error_FieldMask) UnmarshalJSON(data []byte) error
type NotificationChannel_State_FieldMask ¶
type NotificationChannel_State_FieldMask struct {
Paths []NotificationChannelState_FieldPath
}
func FullNotificationChannel_State_FieldMask ¶
func FullNotificationChannel_State_FieldMask() *NotificationChannel_State_FieldMask
func (*NotificationChannel_State_FieldMask) AppendPath ¶
func (fieldMask *NotificationChannel_State_FieldMask) AppendPath(path NotificationChannelState_FieldPath)
func (*NotificationChannel_State_FieldMask) AppendRawPath ¶
func (fieldMask *NotificationChannel_State_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*NotificationChannel_State_FieldMask) DecodeFirestore ¶
func (fieldMask *NotificationChannel_State_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*NotificationChannel_State_FieldMask) EncodeFirestore ¶
func (fieldMask *NotificationChannel_State_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*NotificationChannel_State_FieldMask) FilterInputFields ¶
func (fieldMask *NotificationChannel_State_FieldMask) FilterInputFields() *NotificationChannel_State_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*NotificationChannel_State_FieldMask) FromProtoFieldMask ¶
func (fieldMask *NotificationChannel_State_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*NotificationChannel_State_FieldMask) GetPaths ¶
func (fieldMask *NotificationChannel_State_FieldMask) GetPaths() []NotificationChannelState_FieldPath
func (*NotificationChannel_State_FieldMask) GetRawPaths ¶
func (fieldMask *NotificationChannel_State_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*NotificationChannel_State_FieldMask) IsFull ¶
func (fieldMask *NotificationChannel_State_FieldMask) IsFull() bool
func (NotificationChannel_State_FieldMask) Marshal ¶
func (fieldMask NotificationChannel_State_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (NotificationChannel_State_FieldMask) MarshalJSON ¶
func (fieldMask NotificationChannel_State_FieldMask) MarshalJSON() ([]byte, error)
func (*NotificationChannel_State_FieldMask) PathsCount ¶
func (fieldMask *NotificationChannel_State_FieldMask) PathsCount() int
func (*NotificationChannel_State_FieldMask) Project ¶
func (fieldMask *NotificationChannel_State_FieldMask) Project(source *NotificationChannel_State) *NotificationChannel_State
func (*NotificationChannel_State_FieldMask) ProjectRaw ¶
func (fieldMask *NotificationChannel_State_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*NotificationChannel_State_FieldMask) ProtoMessage ¶
func (fieldMask *NotificationChannel_State_FieldMask) ProtoMessage()
func (*NotificationChannel_State_FieldMask) ProtoReflect ¶
func (fieldMask *NotificationChannel_State_FieldMask) ProtoReflect() preflect.Message
func (*NotificationChannel_State_FieldMask) Reset ¶
func (fieldMask *NotificationChannel_State_FieldMask) Reset()
func (*NotificationChannel_State_FieldMask) Set ¶
func (fieldMask *NotificationChannel_State_FieldMask) Set(target, source *NotificationChannel_State)
func (*NotificationChannel_State_FieldMask) SetFromCliFlag ¶
func (fieldMask *NotificationChannel_State_FieldMask) SetFromCliFlag(raw string) error
func (*NotificationChannel_State_FieldMask) SetRaw ¶
func (fieldMask *NotificationChannel_State_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*NotificationChannel_State_FieldMask) Size ¶
func (fieldMask *NotificationChannel_State_FieldMask) Size() int
func (*NotificationChannel_State_FieldMask) String ¶
func (fieldMask *NotificationChannel_State_FieldMask) String() string
func (*NotificationChannel_State_FieldMask) Subtract ¶
func (fieldMask *NotificationChannel_State_FieldMask) Subtract(other *NotificationChannel_State_FieldMask) *NotificationChannel_State_FieldMask
func (*NotificationChannel_State_FieldMask) SubtractRaw ¶
func (fieldMask *NotificationChannel_State_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*NotificationChannel_State_FieldMask) ToProtoFieldMask ¶
func (fieldMask *NotificationChannel_State_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*NotificationChannel_State_FieldMask) Unmarshal ¶
func (fieldMask *NotificationChannel_State_FieldMask) Unmarshal(data []byte) error
func (*NotificationChannel_State_FieldMask) UnmarshalJSON ¶
func (fieldMask *NotificationChannel_State_FieldMask) UnmarshalJSON(data []byte) error
type NotificationChannel_State_Status ¶
type NotificationChannel_State_Status int32
State of NotificationChannel
const ( // State is unknown NotificationChannel_State_STATE_UNSPECIFIED NotificationChannel_State_Status = 0 // NotificationChannel is active NotificationChannel_State_ACTIVE NotificationChannel_State_Status = 1 // NotificationChannel is disabled NotificationChannel_State_DISABLED NotificationChannel_State_Status = 2 // Error of NotificationChannel NotificationChannel_State_ERROR NotificationChannel_State_Status = 3 )
func (NotificationChannel_State_Status) Descriptor ¶
func (NotificationChannel_State_Status) Descriptor() preflect.EnumDescriptor
func (NotificationChannel_State_Status) Enum ¶
func (x NotificationChannel_State_Status) Enum() *NotificationChannel_State_Status
func (NotificationChannel_State_Status) EnumDescriptor ¶
func (NotificationChannel_State_Status) EnumDescriptor() ([]byte, []int)
Deprecated, Use NotificationChannel_State_Status.ProtoReflect.Descriptor instead.
func (NotificationChannel_State_Status) Number ¶
func (x NotificationChannel_State_Status) Number() preflect.EnumNumber
func (NotificationChannel_State_Status) String ¶
func (x NotificationChannel_State_Status) String() string
func (NotificationChannel_State_Status) Type ¶
func (NotificationChannel_State_Status) Type() preflect.EnumType
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 *NotificationChannel) int
func (*OrderBy) CompareRaw ¶
func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
func (*OrderBy) GetFieldMask ¶
func (orderBy *OrderBy) GetFieldMask() *NotificationChannel_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 NotificationChannelList, elem *NotificationChannel) (NotificationChannelList, int)
func (*OrderBy) InsertSortedRaw ¶
func (orderBy *OrderBy) InsertSortedRaw(sorted gotenresource.ResourceList, elem gotenresource.Resource) (gotenresource.ResourceList, int)
func (*OrderBy) ParseProtoString ¶
func (*OrderBy) ProtoString ¶
func (*OrderBy) SetFromCliFlag ¶
func (*OrderBy) Sort ¶
func (orderBy *OrderBy) Sort(results NotificationChannelList)
func (*OrderBy) SortRaw ¶
func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
type OrderByField ¶
type OrderByField struct { FieldPath NotificationChannel_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 *NotificationChannel) 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"` }
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) DescendsFrom ¶
func (name *ParentName) DescendsFrom(ancestor string) bool
func (*ParentName) FullyQualifiedName ¶
func (name *ParentName) FullyQualifiedName() (string, error)
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) GetProjectName ¶
func (name *ParentName) GetProjectName() *project.Name
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) IsFullyQualified ¶
func (name *ParentName) IsFullyQualified() bool
func (*ParentName) IsSpecified ¶
func (name *ParentName) IsSpecified() bool
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) 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
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) ConvertToNative ¶
func (name *ParentReference) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
func (*ParentReference) ConvertToType ¶
func (name *ParentReference) ConvertToType(typeVal ref.Type) ref.Val
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) GetProject ¶
func (ref *ParentReference) GetProject() *project.Project
func (*ParentReference) GetProjectReference ¶
func (ref *ParentReference) GetProjectReference() *project.Reference
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) HasTrait ¶
func (name *ParentReference) HasTrait(trait int) bool
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
func (*ParentReference) Type ¶
func (name *ParentReference) Type() ref.Type
func (*ParentReference) TypeName ¶
func (name *ParentReference) TypeName() string
func (*ParentReference) Value ¶
func (name *ParentReference) Value() interface{}
type QueryResultChange ¶
type QueryResultChange struct { Changes []*NotificationChannelChange 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 (qr *QueryResultChange) GetResults() gotenresource.ResourceChangeList
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 { NotificationChannels []*NotificationChannel 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 (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList
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, notificationChannel *NotificationChannel) (*Reference, error)
func MustParseReference ¶
func ParseReference ¶
func (*Reference) ClearCached ¶
func (ref *Reference) ClearCached()
func (*Reference) FullyQualifiedName ¶
func (*Reference) GetIParentName ¶
func (ref *Reference) GetIParentName() gotenresource.Name
func (*Reference) GetIUnderlyingParentName ¶
func (ref *Reference) GetIUnderlyingParentName() gotenresource.Name
func (*Reference) GetIdParts ¶
func (*Reference) GetNotificationChannel ¶
func (ref *Reference) GetNotificationChannel() *NotificationChannel
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 ¶
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*Reference) IsFullyQualified ¶
func (*Reference) IsSpecified ¶
func (*Reference) Matches ¶
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*Reference) ParseProtoString ¶
func (*Reference) ProtoString ¶
func (*Reference) Resolve ¶
func (ref *Reference) Resolve(resolved *NotificationChannel)
func (*Reference) ResolveRaw ¶
func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
func (*Reference) SetFromCliFlag ¶
implement CustomTypeCliValue method
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
Source Files ¶
- notification_channel.pb.access.go
- notification_channel.pb.collections.go
- notification_channel.pb.descriptor.go
- notification_channel.pb.fieldmask.go
- notification_channel.pb.fieldpath.go
- notification_channel.pb.fieldpathbuilder.go
- notification_channel.pb.filter.go
- notification_channel.pb.filterbuilder.go
- notification_channel.pb.go
- notification_channel.pb.name.go
- notification_channel.pb.namebuilder.go
- notification_channel.pb.object_ext.go
- notification_channel.pb.pagination.go
- notification_channel.pb.parentname.go
- notification_channel.pb.query.go
- notification_channel.pb.validate.go
- notification_channel.pb.view.go
- notification_channel_change.pb.change.go
- notification_channel_change.pb.go
- notification_channel_change.pb.validate.go