Documentation ¶
Index ¶
- Constants
- func AsAnyCastAccess(access ProbeGroupAccess) 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) NewSearchQueryResultSnapshot() gotenresource.SearchQueryResultSnapshot
- 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 *ProbeGroup) bool
- func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
- func (filter *Filter) FilterSlice(in []*ProbeGroup) (out []*ProbeGroup)
- 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 ProbeGroup_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 *ProbeGroup) 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 ProbeGroup_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 *ProbeGroup) 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 ProbeGroup_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 *ProbeGroup) bool
- func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionContains) GetFieldPath() ProbeGroup_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 ProbeGroup_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 *ProbeGroup) 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 ProbeGroup_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 *ProbeGroup) 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 ProbeGroup_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 *ProbeGroup) 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 ProbeGroup_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 *ProbeGroup) 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 ProbeGroup_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 *ProbeGroup) 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 ProbeGroup_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) 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) 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 OrderBy
- func (orderBy *OrderBy) Compare(left, right *ProbeGroup) int
- func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
- func (orderBy *OrderBy) GetFieldMask() *ProbeGroup_FieldMask
- func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
- func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
- func (orderBy *OrderBy) InsertSorted(sorted ProbeGroupList, elem *ProbeGroup) (ProbeGroupList, 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 ProbeGroupList)
- 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 ProbeGroup
- func (o *ProbeGroup) Clone() *ProbeGroup
- func (o *ProbeGroup) CloneRaw() gotenobject.GotenObjectExt
- func (*ProbeGroup) Descriptor() ([]byte, []int)
- func (m *ProbeGroup) GetDisplayName() string
- func (m *ProbeGroup) GetMetadata() *ntt_meta.Meta
- func (m *ProbeGroup) GetName() *Name
- func (r *ProbeGroup) GetRawName() gotenresource.Name
- func (r *ProbeGroup) GetResourceDescriptor() gotenresource.Descriptor
- func (m *ProbeGroup) GetState() *ProbeGroup_State
- func (*ProbeGroup) GotenMessage()
- func (o *ProbeGroup) GotenObjectExt()
- func (obj *ProbeGroup) GotenValidate() error
- func (o *ProbeGroup) MakeDiffFieldMask(other *ProbeGroup) *ProbeGroup_FieldMask
- func (o *ProbeGroup) MakeFullFieldMask() *ProbeGroup_FieldMask
- func (o *ProbeGroup) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ProbeGroup) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ProbeGroup) Marshal() ([]byte, error)
- func (m *ProbeGroup) MarshalJSON() ([]byte, error)
- func (r *ProbeGroup) MaybePopulateDefaults() error
- func (o *ProbeGroup) Merge(source *ProbeGroup)
- func (o *ProbeGroup) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ProbeGroup) ProtoMessage()
- func (m *ProbeGroup) ProtoReflect() preflect.Message
- func (m *ProbeGroup) Reset()
- func (m *ProbeGroup) SetDisplayName(fv string)
- func (m *ProbeGroup) SetMetadata(fv *ntt_meta.Meta)
- func (m *ProbeGroup) SetName(fv *Name)
- func (m *ProbeGroup) SetState(fv *ProbeGroup_State)
- func (m *ProbeGroup) String() string
- func (m *ProbeGroup) Unmarshal(b []byte) error
- func (m *ProbeGroup) UnmarshalJSON(data []byte) error
- type ProbeGroupAccess
- type ProbeGroupChange
- func (*ProbeGroupChange) Descriptor() ([]byte, []int)
- func (m *ProbeGroupChange) GetAdded() *ProbeGroupChange_Added
- func (m *ProbeGroupChange) GetChangeType() isProbeGroupChange_ChangeType
- func (m *ProbeGroupChange) GetCurrent() *ProbeGroupChange_Current
- func (c *ProbeGroupChange) GetCurrentViewIndex() int32
- func (m *ProbeGroupChange) GetModified() *ProbeGroupChange_Modified
- func (c *ProbeGroupChange) GetPreviousViewIndex() int32
- func (c *ProbeGroupChange) GetProbeGroup() *ProbeGroup
- func (c *ProbeGroupChange) GetProbeGroupName() *Name
- func (c *ProbeGroupChange) GetRawName() gotenresource.Name
- func (c *ProbeGroupChange) GetRawResource() gotenresource.Resource
- func (m *ProbeGroupChange) GetRemoved() *ProbeGroupChange_Removed
- func (*ProbeGroupChange) GotenMessage()
- func (obj *ProbeGroupChange) GotenValidate() error
- func (c *ProbeGroupChange) IsAdd() bool
- func (c *ProbeGroupChange) IsCurrent() bool
- func (c *ProbeGroupChange) IsDelete() bool
- func (c *ProbeGroupChange) IsModify() bool
- func (m *ProbeGroupChange) Marshal() ([]byte, error)
- func (m *ProbeGroupChange) MarshalJSON() ([]byte, error)
- func (*ProbeGroupChange) ProtoMessage()
- func (m *ProbeGroupChange) ProtoReflect() preflect.Message
- func (m *ProbeGroupChange) Reset()
- func (m *ProbeGroupChange) SetAdded(fv *ProbeGroupChange_Added)
- func (c *ProbeGroupChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
- func (m *ProbeGroupChange) SetChangeType(ofv isProbeGroupChange_ChangeType)
- func (m *ProbeGroupChange) SetCurrent(fv *ProbeGroupChange_Current)
- func (c *ProbeGroupChange) SetCurrentRaw(snapshot gotenresource.Resource)
- func (c *ProbeGroupChange) SetDeletedRaw(name gotenresource.Name, idx int)
- func (m *ProbeGroupChange) SetModified(fv *ProbeGroupChange_Modified)
- func (c *ProbeGroupChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...)
- func (m *ProbeGroupChange) SetRemoved(fv *ProbeGroupChange_Removed)
- func (m *ProbeGroupChange) String() string
- func (m *ProbeGroupChange) Unmarshal(b []byte) error
- func (m *ProbeGroupChange) UnmarshalJSON(data []byte) error
- type ProbeGroupChangeList
- func (l ProbeGroupChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
- func (l ProbeGroupChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
- func (l ProbeGroupChangeList) At(idx int) gotenresource.ResourceChange
- func (l ProbeGroupChangeList) Length() int
- func (l ProbeGroupChangeList) Set(idx int, change gotenresource.ResourceChange)
- func (l ProbeGroupChangeList) Slice(first, second int) gotenresource.ResourceChangeList
- type ProbeGroupChangeMap
- func (m ProbeGroupChangeMap) Delete(name gotenresource.Name)
- func (m ProbeGroupChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
- func (m ProbeGroupChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
- func (m ProbeGroupChangeMap) Length() int
- func (m ProbeGroupChangeMap) Set(change gotenresource.ResourceChange)
- type ProbeGroupChange_Added
- func (*ProbeGroupChange_Added) Descriptor() ([]byte, []int)
- func (m *ProbeGroupChange_Added) GetProbeGroup() *ProbeGroup
- func (m *ProbeGroupChange_Added) GetViewIndex() int32
- func (*ProbeGroupChange_Added) GotenMessage()
- func (obj *ProbeGroupChange_Added) GotenValidate() error
- func (m *ProbeGroupChange_Added) Marshal() ([]byte, error)
- func (m *ProbeGroupChange_Added) MarshalJSON() ([]byte, error)
- func (*ProbeGroupChange_Added) ProtoMessage()
- func (m *ProbeGroupChange_Added) ProtoReflect() preflect.Message
- func (m *ProbeGroupChange_Added) Reset()
- func (m *ProbeGroupChange_Added) SetProbeGroup(fv *ProbeGroup)
- func (m *ProbeGroupChange_Added) SetViewIndex(fv int32)
- func (m *ProbeGroupChange_Added) String() string
- func (m *ProbeGroupChange_Added) Unmarshal(b []byte) error
- func (m *ProbeGroupChange_Added) UnmarshalJSON(data []byte) error
- type ProbeGroupChange_Added_
- type ProbeGroupChange_Current
- func (*ProbeGroupChange_Current) Descriptor() ([]byte, []int)
- func (m *ProbeGroupChange_Current) GetProbeGroup() *ProbeGroup
- func (*ProbeGroupChange_Current) GotenMessage()
- func (obj *ProbeGroupChange_Current) GotenValidate() error
- func (m *ProbeGroupChange_Current) Marshal() ([]byte, error)
- func (m *ProbeGroupChange_Current) MarshalJSON() ([]byte, error)
- func (*ProbeGroupChange_Current) ProtoMessage()
- func (m *ProbeGroupChange_Current) ProtoReflect() preflect.Message
- func (m *ProbeGroupChange_Current) Reset()
- func (m *ProbeGroupChange_Current) SetProbeGroup(fv *ProbeGroup)
- func (m *ProbeGroupChange_Current) String() string
- func (m *ProbeGroupChange_Current) Unmarshal(b []byte) error
- func (m *ProbeGroupChange_Current) UnmarshalJSON(data []byte) error
- type ProbeGroupChange_Current_
- type ProbeGroupChange_Modified
- func (*ProbeGroupChange_Modified) Descriptor() ([]byte, []int)
- func (m *ProbeGroupChange_Modified) GetFieldMask() *ProbeGroup_FieldMask
- func (m *ProbeGroupChange_Modified) GetName() *Name
- func (m *ProbeGroupChange_Modified) GetPreviousViewIndex() int32
- func (m *ProbeGroupChange_Modified) GetProbeGroup() *ProbeGroup
- func (m *ProbeGroupChange_Modified) GetViewIndex() int32
- func (*ProbeGroupChange_Modified) GotenMessage()
- func (obj *ProbeGroupChange_Modified) GotenValidate() error
- func (m *ProbeGroupChange_Modified) Marshal() ([]byte, error)
- func (m *ProbeGroupChange_Modified) MarshalJSON() ([]byte, error)
- func (*ProbeGroupChange_Modified) ProtoMessage()
- func (m *ProbeGroupChange_Modified) ProtoReflect() preflect.Message
- func (m *ProbeGroupChange_Modified) Reset()
- func (m *ProbeGroupChange_Modified) SetFieldMask(fv *ProbeGroup_FieldMask)
- func (m *ProbeGroupChange_Modified) SetName(fv *Name)
- func (m *ProbeGroupChange_Modified) SetPreviousViewIndex(fv int32)
- func (m *ProbeGroupChange_Modified) SetProbeGroup(fv *ProbeGroup)
- func (m *ProbeGroupChange_Modified) SetViewIndex(fv int32)
- func (m *ProbeGroupChange_Modified) String() string
- func (m *ProbeGroupChange_Modified) Unmarshal(b []byte) error
- func (m *ProbeGroupChange_Modified) UnmarshalJSON(data []byte) error
- type ProbeGroupChange_Modified_
- type ProbeGroupChange_Removed
- func (*ProbeGroupChange_Removed) Descriptor() ([]byte, []int)
- func (m *ProbeGroupChange_Removed) GetName() *Name
- func (m *ProbeGroupChange_Removed) GetViewIndex() int32
- func (*ProbeGroupChange_Removed) GotenMessage()
- func (obj *ProbeGroupChange_Removed) GotenValidate() error
- func (m *ProbeGroupChange_Removed) Marshal() ([]byte, error)
- func (m *ProbeGroupChange_Removed) MarshalJSON() ([]byte, error)
- func (*ProbeGroupChange_Removed) ProtoMessage()
- func (m *ProbeGroupChange_Removed) ProtoReflect() preflect.Message
- func (m *ProbeGroupChange_Removed) Reset()
- func (m *ProbeGroupChange_Removed) SetName(fv *Name)
- func (m *ProbeGroupChange_Removed) SetViewIndex(fv int32)
- func (m *ProbeGroupChange_Removed) String() string
- func (m *ProbeGroupChange_Removed) Unmarshal(b []byte) error
- func (m *ProbeGroupChange_Removed) UnmarshalJSON(data []byte) error
- type ProbeGroupChange_Removed_
- type ProbeGroupFieldPathBuilder
- type ProbeGroupList
- func (l ProbeGroupList) Append(item gotenresource.Resource) gotenresource.ResourceList
- func (l ProbeGroupList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
- func (l ProbeGroupList) At(idx int) gotenresource.Resource
- func (l ProbeGroupList) Length() int
- func (l ProbeGroupList) Set(idx int, res gotenresource.Resource)
- func (l ProbeGroupList) Slice(first, second int) gotenresource.ResourceList
- type ProbeGroupMap
- func (m ProbeGroupMap) Delete(name gotenresource.Name)
- func (m ProbeGroupMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
- func (m ProbeGroupMap) Get(name gotenresource.Name) gotenresource.Resource
- func (m ProbeGroupMap) Length() int
- func (m ProbeGroupMap) Set(res gotenresource.Resource)
- type ProbeGroupMapPathSelectorMetadataAnnotations
- func (s ProbeGroupMapPathSelectorMetadataAnnotations) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupMapPathSelectorMetadataAnnotations) WithValue(value string) *ProbeGroup_FieldSubPathValue
- type ProbeGroupMapPathSelectorMetadataLabels
- func (s ProbeGroupMapPathSelectorMetadataLabels) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupMapPathSelectorMetadataLabels) WithValue(value string) *ProbeGroup_FieldSubPathValue
- type ProbeGroupMapPathSelectorMetadataShards
- func (s ProbeGroupMapPathSelectorMetadataShards) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupMapPathSelectorMetadataShards) WithValue(value int64) *ProbeGroup_FieldSubPathValue
- type ProbeGroupMapPathSelectorStateRegionalTargetCounts
- func (s ProbeGroupMapPathSelectorStateRegionalTargetCounts) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupMapPathSelectorStateRegionalTargetCounts) WithArrayOfValues(values []int64) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupMapPathSelectorStateRegionalTargetCounts) WithValue(value int64) *ProbeGroup_FieldSubPathValue
- type ProbeGroupNameList
- func (l ProbeGroupNameList) Append(name gotenresource.Name) gotenresource.NameList
- func (l ProbeGroupNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
- func (l ProbeGroupNameList) At(idx int) gotenresource.Name
- func (l ProbeGroupNameList) Length() int
- func (l ProbeGroupNameList) Set(idx int, name gotenresource.Name)
- func (l ProbeGroupNameList) Slice(first, second int) gotenresource.NameList
- type ProbeGroupParentNameList
- func (l ProbeGroupParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
- func (l ProbeGroupParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
- func (l ProbeGroupParentNameList) At(idx int) gotenresource.Name
- func (l ProbeGroupParentNameList) Length() int
- func (l ProbeGroupParentNameList) Set(idx int, name gotenresource.Name)
- func (l ProbeGroupParentNameList) Slice(first, second int) gotenresource.ParentNameList
- type ProbeGroupParentReferenceList
- func (l ProbeGroupParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
- func (l ProbeGroupParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
- func (l ProbeGroupParentReferenceList) At(idx int) gotenresource.Reference
- func (l ProbeGroupParentReferenceList) Length() int
- func (l ProbeGroupParentReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l ProbeGroupParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
- type ProbeGroupPathSelectorDisplayName
- func (ProbeGroupPathSelectorDisplayName) FieldPath() *ProbeGroup_FieldTerminalPath
- func (s ProbeGroupPathSelectorDisplayName) WithArrayOfValues(values []string) *ProbeGroup_FieldTerminalPathArrayOfValues
- func (s ProbeGroupPathSelectorDisplayName) WithValue(value string) *ProbeGroup_FieldTerminalPathValue
- type ProbeGroupPathSelectorMetadata
- func (ProbeGroupPathSelectorMetadata) Annotations() ProbeGroupPathSelectorMetadataAnnotations
- func (ProbeGroupPathSelectorMetadata) CreateTime() ProbeGroupPathSelectorMetadataCreateTime
- func (ProbeGroupPathSelectorMetadata) DeleteTime() ProbeGroupPathSelectorMetadataDeleteTime
- func (ProbeGroupPathSelectorMetadata) FieldPath() *ProbeGroup_FieldTerminalPath
- func (ProbeGroupPathSelectorMetadata) Generation() ProbeGroupPathSelectorMetadataGeneration
- func (ProbeGroupPathSelectorMetadata) Labels() ProbeGroupPathSelectorMetadataLabels
- func (ProbeGroupPathSelectorMetadata) Lifecycle() ProbeGroupPathSelectorMetadataLifecycle
- func (ProbeGroupPathSelectorMetadata) OwnerReferences() ProbeGroupPathSelectorMetadataOwnerReferences
- func (ProbeGroupPathSelectorMetadata) ResourceVersion() ProbeGroupPathSelectorMetadataResourceVersion
- func (ProbeGroupPathSelectorMetadata) Shards() ProbeGroupPathSelectorMetadataShards
- func (ProbeGroupPathSelectorMetadata) Syncing() ProbeGroupPathSelectorMetadataSyncing
- func (ProbeGroupPathSelectorMetadata) Tags() ProbeGroupPathSelectorMetadataTags
- func (ProbeGroupPathSelectorMetadata) UpdateTime() ProbeGroupPathSelectorMetadataUpdateTime
- func (ProbeGroupPathSelectorMetadata) Uuid() ProbeGroupPathSelectorMetadataUuid
- func (s ProbeGroupPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ProbeGroup_FieldTerminalPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *ProbeGroup_FieldSubPathArrayItemValue
- func (s ProbeGroupPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *ProbeGroup_FieldSubPathArrayOfValues
- func (ProbeGroupPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *ProbeGroup_FieldSubPathValue
- func (s ProbeGroupPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *ProbeGroup_FieldTerminalPathValue
- type ProbeGroupPathSelectorMetadataAnnotations
- func (ProbeGroupPathSelectorMetadataAnnotations) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ProbeGroup_FieldSubPathArrayOfValues
- func (ProbeGroupPathSelectorMetadataAnnotations) WithKey(key string) ProbeGroupMapPathSelectorMetadataAnnotations
- func (s ProbeGroupPathSelectorMetadataAnnotations) WithValue(value map[string]string) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataCreateTime
- func (ProbeGroupPathSelectorMetadataCreateTime) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataDeleteTime
- func (ProbeGroupPathSelectorMetadataDeleteTime) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataGeneration
- func (ProbeGroupPathSelectorMetadataGeneration) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataGeneration) WithValue(value int64) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataLabels
- func (ProbeGroupPathSelectorMetadataLabels) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *ProbeGroup_FieldSubPathArrayOfValues
- func (ProbeGroupPathSelectorMetadataLabels) WithKey(key string) ProbeGroupMapPathSelectorMetadataLabels
- func (s ProbeGroupPathSelectorMetadataLabels) WithValue(value map[string]string) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataLifecycle
- func (ProbeGroupPathSelectorMetadataLifecycle) BlockDeletion() ProbeGroupPathSelectorMetadataLifecycleBlockDeletion
- func (ProbeGroupPathSelectorMetadataLifecycle) FieldPath() *ProbeGroup_FieldSubPath
- func (ProbeGroupPathSelectorMetadataLifecycle) State() ProbeGroupPathSelectorMetadataLifecycleState
- func (s ProbeGroupPathSelectorMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataLifecycleBlockDeletion
- func (ProbeGroupPathSelectorMetadataLifecycleBlockDeletion) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataLifecycleState
- func (ProbeGroupPathSelectorMetadataLifecycleState) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataOwnerReferences
- func (ProbeGroupPathSelectorMetadataOwnerReferences) BlockOwnerDeletion() ProbeGroupPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (ProbeGroupPathSelectorMetadataOwnerReferences) Controller() ProbeGroupPathSelectorMetadataOwnerReferencesController
- func (ProbeGroupPathSelectorMetadataOwnerReferences) FieldPath() *ProbeGroup_FieldSubPath
- func (ProbeGroupPathSelectorMetadataOwnerReferences) Kind() ProbeGroupPathSelectorMetadataOwnerReferencesKind
- func (ProbeGroupPathSelectorMetadataOwnerReferences) Name() ProbeGroupPathSelectorMetadataOwnerReferencesName
- func (ProbeGroupPathSelectorMetadataOwnerReferences) Region() ProbeGroupPathSelectorMetadataOwnerReferencesRegion
- func (ProbeGroupPathSelectorMetadataOwnerReferences) RequiresOwnerReference() ProbeGroupPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (ProbeGroupPathSelectorMetadataOwnerReferences) Version() ProbeGroupPathSelectorMetadataOwnerReferencesVersion
- func (s ProbeGroupPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ProbeGroup_FieldSubPathArrayItemValue
- func (s ProbeGroupPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (ProbeGroupPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataOwnerReferencesController
- func (ProbeGroupPathSelectorMetadataOwnerReferencesController) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataOwnerReferencesKind
- func (ProbeGroupPathSelectorMetadataOwnerReferencesKind) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataOwnerReferencesName
- func (ProbeGroupPathSelectorMetadataOwnerReferencesName) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataOwnerReferencesName) WithValue(value string) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataOwnerReferencesRegion
- func (ProbeGroupPathSelectorMetadataOwnerReferencesRegion) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (ProbeGroupPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataOwnerReferencesVersion
- func (ProbeGroupPathSelectorMetadataOwnerReferencesVersion) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataResourceVersion
- func (ProbeGroupPathSelectorMetadataResourceVersion) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataResourceVersion) WithValue(value string) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataShards
- func (ProbeGroupPathSelectorMetadataShards) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *ProbeGroup_FieldSubPathArrayOfValues
- func (ProbeGroupPathSelectorMetadataShards) WithKey(key string) ProbeGroupMapPathSelectorMetadataShards
- func (s ProbeGroupPathSelectorMetadataShards) WithValue(value map[string]int64) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataSyncing
- func (ProbeGroupPathSelectorMetadataSyncing) FieldPath() *ProbeGroup_FieldSubPath
- func (ProbeGroupPathSelectorMetadataSyncing) OwningRegion() ProbeGroupPathSelectorMetadataSyncingOwningRegion
- func (ProbeGroupPathSelectorMetadataSyncing) Regions() ProbeGroupPathSelectorMetadataSyncingRegions
- func (s ProbeGroupPathSelectorMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataSyncingOwningRegion
- func (ProbeGroupPathSelectorMetadataSyncingOwningRegion) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataSyncingRegions
- func (ProbeGroupPathSelectorMetadataSyncingRegions) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataSyncingRegions) WithItemValue(value string) *ProbeGroup_FieldSubPathArrayItemValue
- func (s ProbeGroupPathSelectorMetadataSyncingRegions) WithValue(value []string) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataTags
- func (ProbeGroupPathSelectorMetadataTags) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataTags) WithItemValue(value string) *ProbeGroup_FieldSubPathArrayItemValue
- func (s ProbeGroupPathSelectorMetadataTags) WithValue(value []string) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataUpdateTime
- func (ProbeGroupPathSelectorMetadataUpdateTime) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorMetadataUuid
- type ProbeGroupPathSelectorName
- type ProbeGroupPathSelectorState
- func (ProbeGroupPathSelectorState) FieldPath() *ProbeGroup_FieldTerminalPath
- func (ProbeGroupPathSelectorState) RegionalTargetCounts() ProbeGroupPathSelectorStateRegionalTargetCounts
- func (ProbeGroupPathSelectorState) TargetCount() ProbeGroupPathSelectorStateTargetCount
- func (s ProbeGroupPathSelectorState) WithArrayOfValues(values []*ProbeGroup_State) *ProbeGroup_FieldTerminalPathArrayOfValues
- func (s ProbeGroupPathSelectorState) WithSubArrayItemValue(subPathArrayItemValue ProbeGroupState_FieldPathArrayItemValue) *ProbeGroup_FieldSubPathArrayItemValue
- func (s ProbeGroupPathSelectorState) WithSubArrayOfValues(subPathArrayOfValues ProbeGroupState_FieldPathArrayOfValues) *ProbeGroup_FieldSubPathArrayOfValues
- func (ProbeGroupPathSelectorState) WithSubPath(subPath ProbeGroupState_FieldPath) *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorState) WithSubValue(subPathValue ProbeGroupState_FieldPathValue) *ProbeGroup_FieldSubPathValue
- func (s ProbeGroupPathSelectorState) WithValue(value *ProbeGroup_State) *ProbeGroup_FieldTerminalPathValue
- type ProbeGroupPathSelectorStateRegionalTargetCounts
- func (ProbeGroupPathSelectorStateRegionalTargetCounts) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorStateRegionalTargetCounts) WithArrayOfValues(values []map[string]int64) *ProbeGroup_FieldSubPathArrayOfValues
- func (ProbeGroupPathSelectorStateRegionalTargetCounts) WithKey(key string) ProbeGroupMapPathSelectorStateRegionalTargetCounts
- func (s ProbeGroupPathSelectorStateRegionalTargetCounts) WithValue(value map[string]int64) *ProbeGroup_FieldSubPathValue
- type ProbeGroupPathSelectorStateTargetCount
- func (ProbeGroupPathSelectorStateTargetCount) FieldPath() *ProbeGroup_FieldSubPath
- func (s ProbeGroupPathSelectorStateTargetCount) WithArrayOfValues(values []int64) *ProbeGroup_FieldSubPathArrayOfValues
- func (s ProbeGroupPathSelectorStateTargetCount) WithValue(value int64) *ProbeGroup_FieldSubPathValue
- type ProbeGroupReferenceList
- func (l ProbeGroupReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
- func (l ProbeGroupReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
- func (l ProbeGroupReferenceList) At(idx int) gotenresource.Reference
- func (l ProbeGroupReferenceList) Length() int
- func (l ProbeGroupReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l ProbeGroupReferenceList) Slice(first, second int) gotenresource.ReferenceList
- type ProbeGroupStateFieldPathBuilder
- type ProbeGroupState_FieldPath
- type ProbeGroupState_FieldPathArrayItemValue
- type ProbeGroupState_FieldPathArrayOfValues
- type ProbeGroupState_FieldPathMap
- func (fpm *ProbeGroupState_FieldPathMap) ClearValue(item *ProbeGroup_State)
- func (fpm *ProbeGroupState_FieldPathMap) ClearValueRaw(item proto.Message)
- func (fpm *ProbeGroupState_FieldPathMap) Get(source *ProbeGroup_State) (values []interface{})
- func (fpm *ProbeGroupState_FieldPathMap) GetDefault() interface{}
- func (fpm *ProbeGroupState_FieldPathMap) GetRaw(source proto.Message) []interface{}
- func (fpm *ProbeGroupState_FieldPathMap) GetSingle(source *ProbeGroup_State) (interface{}, bool)
- func (fpm *ProbeGroupState_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fpm *ProbeGroupState_FieldPathMap) IsLeaf() bool
- func (fpm *ProbeGroupState_FieldPathMap) JSONString() string
- func (fpm *ProbeGroupState_FieldPathMap) Key() string
- func (fpm *ProbeGroupState_FieldPathMap) Selector() ProbeGroupState_FieldPathSelector
- func (fpm *ProbeGroupState_FieldPathMap) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fpm *ProbeGroupState_FieldPathMap) String() string
- func (fpm *ProbeGroupState_FieldPathMap) WithIArrayItemValue(value interface{}) ProbeGroupState_FieldPathArrayItemValue
- func (fpm *ProbeGroupState_FieldPathMap) WithIArrayOfValues(values interface{}) ProbeGroupState_FieldPathArrayOfValues
- func (fpm *ProbeGroupState_FieldPathMap) WithIValue(value interface{}) ProbeGroupState_FieldPathValue
- func (fpm *ProbeGroupState_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fpm *ProbeGroupState_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fpm *ProbeGroupState_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeGroupState_FieldPathMapArrayOfValues
- type ProbeGroupState_FieldPathMapValue
- func (fpmv *ProbeGroupState_FieldPathMapValue) AsRegionalTargetCountsElementValue() (int64, bool)
- func (fpmv *ProbeGroupState_FieldPathMapValue) CompareWith(source *ProbeGroup_State) (int, bool)
- func (fpmv *ProbeGroupState_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpmv *ProbeGroupState_FieldPathMapValue) GetRawValue() interface{}
- func (fpmv *ProbeGroupState_FieldPathMapValue) SetTo(target **ProbeGroup_State)
- func (fpmv *ProbeGroupState_FieldPathMapValue) SetToRaw(target proto.Message)
- type ProbeGroupState_FieldPathSelector
- type ProbeGroupState_FieldPathValue
- type ProbeGroupState_FieldTerminalPath
- func (fp *ProbeGroupState_FieldTerminalPath) ClearValue(item *ProbeGroup_State)
- func (fp *ProbeGroupState_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbeGroupState_FieldTerminalPath) Get(source *ProbeGroup_State) (values []interface{})
- func (fp *ProbeGroupState_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbeGroupState_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbeGroupState_FieldTerminalPath) GetSingle(source *ProbeGroup_State) (interface{}, bool)
- func (fp *ProbeGroupState_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbeGroupState_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbeGroupState_FieldTerminalPath) JSONString() string
- func (fp *ProbeGroupState_FieldTerminalPath) Selector() ProbeGroupState_FieldPathSelector
- func (fp *ProbeGroupState_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbeGroupState_FieldTerminalPath) String() string
- func (fp *ProbeGroupState_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeGroupState_FieldPathArrayItemValue
- func (fp *ProbeGroupState_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeGroupState_FieldPathArrayOfValues
- func (fp *ProbeGroupState_FieldTerminalPath) WithIValue(value interface{}) ProbeGroupState_FieldPathValue
- func (fp *ProbeGroupState_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbeGroupState_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbeGroupState_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeGroupState_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbeGroupState_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbeGroup_State) bool
- func (fpaiv *ProbeGroupState_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbeGroupState_FieldTerminalPathArrayItemValue) GetSingle(source *ProbeGroup_State) (interface{}, bool)
- func (fpaiv *ProbeGroupState_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbeGroupState_FieldTerminalPathArrayOfValues
- func (fpaov *ProbeGroupState_FieldTerminalPathArrayOfValues) AsRegionalTargetCountsArrayOfValues() ([]map[string]int64, bool)
- func (fpaov *ProbeGroupState_FieldTerminalPathArrayOfValues) AsTargetCountArrayOfValues() ([]int64, bool)
- func (fpaov *ProbeGroupState_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbeGroupState_FieldTerminalPathValue
- func (fpv *ProbeGroupState_FieldTerminalPathValue) AsRegionalTargetCountsValue() (map[string]int64, bool)
- func (fpv *ProbeGroupState_FieldTerminalPathValue) AsTargetCountValue() (int64, bool)
- func (fpv *ProbeGroupState_FieldTerminalPathValue) CompareWith(source *ProbeGroup_State) (int, bool)
- func (fpv *ProbeGroupState_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbeGroupState_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbeGroupState_FieldTerminalPathValue) SetTo(target **ProbeGroup_State)
- func (fpv *ProbeGroupState_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbeGroup_FieldMask
- func (fieldMask *ProbeGroup_FieldMask) AppendPath(path ProbeGroup_FieldPath)
- func (fieldMask *ProbeGroup_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ProbeGroup_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ProbeGroup_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ProbeGroup_FieldMask) FilterInputFields() *ProbeGroup_FieldMask
- func (fieldMask *ProbeGroup_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ProbeGroup_FieldMask) GetPaths() []ProbeGroup_FieldPath
- func (fieldMask *ProbeGroup_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ProbeGroup_FieldMask) IsFull() bool
- func (fieldMask ProbeGroup_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ProbeGroup_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ProbeGroup_FieldMask) PathsCount() int
- func (fieldMask *ProbeGroup_FieldMask) Project(source *ProbeGroup) *ProbeGroup
- func (fieldMask *ProbeGroup_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ProbeGroup_FieldMask) ProtoMessage()
- func (fieldMask *ProbeGroup_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ProbeGroup_FieldMask) Reset()
- func (fieldMask *ProbeGroup_FieldMask) Set(target, source *ProbeGroup)
- func (fieldMask *ProbeGroup_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ProbeGroup_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ProbeGroup_FieldMask) Size() int
- func (fieldMask *ProbeGroup_FieldMask) String() string
- func (fieldMask *ProbeGroup_FieldMask) Subtract(other *ProbeGroup_FieldMask) *ProbeGroup_FieldMask
- func (fieldMask *ProbeGroup_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ProbeGroup_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ProbeGroup_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ProbeGroup_FieldMask) UnmarshalJSON(data []byte) error
- type ProbeGroup_FieldPath
- type ProbeGroup_FieldPathArrayItemValue
- type ProbeGroup_FieldPathArrayOfValues
- type ProbeGroup_FieldPathSelector
- type ProbeGroup_FieldPathValue
- type ProbeGroup_FieldSubPath
- func (fps *ProbeGroup_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
- func (fps *ProbeGroup_FieldSubPath) AsStateSubPath() (ProbeGroupState_FieldPath, bool)
- func (fps *ProbeGroup_FieldSubPath) ClearValue(item *ProbeGroup)
- func (fps *ProbeGroup_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ProbeGroup_FieldSubPath) Get(source *ProbeGroup) (values []interface{})
- func (fps *ProbeGroup_FieldSubPath) GetDefault() interface{}
- func (fps *ProbeGroup_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ProbeGroup_FieldSubPath) GetSingle(source *ProbeGroup) (interface{}, bool)
- func (fps *ProbeGroup_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ProbeGroup_FieldSubPath) IsLeaf() bool
- func (fps *ProbeGroup_FieldSubPath) JSONString() string
- func (fps *ProbeGroup_FieldSubPath) Selector() ProbeGroup_FieldPathSelector
- func (fps *ProbeGroup_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ProbeGroup_FieldSubPath) String() string
- func (fps *ProbeGroup_FieldSubPath) WithIArrayItemValue(value interface{}) ProbeGroup_FieldPathArrayItemValue
- func (fps *ProbeGroup_FieldSubPath) WithIArrayOfValues(values interface{}) ProbeGroup_FieldPathArrayOfValues
- func (fps *ProbeGroup_FieldSubPath) WithIValue(value interface{}) ProbeGroup_FieldPathValue
- func (fps *ProbeGroup_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ProbeGroup_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ProbeGroup_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeGroup_FieldSubPathArrayItemValue
- func (fpaivs *ProbeGroup_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeGroup_FieldSubPathArrayItemValue) AsStatePathItemValue() (ProbeGroupState_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeGroup_FieldSubPathArrayItemValue) ContainsValue(source *ProbeGroup) bool
- func (fpaivs *ProbeGroup_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ProbeGroup_FieldSubPathArrayOfValues
- func (fpsaov *ProbeGroup_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeGroup_FieldSubPathArrayOfValues) AsStatePathArrayOfValues() (ProbeGroupState_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeGroup_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type ProbeGroup_FieldSubPathValue
- func (fpvs *ProbeGroup_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
- func (fpvs *ProbeGroup_FieldSubPathValue) AsStatePathValue() (ProbeGroupState_FieldPathValue, bool)
- func (fpvs *ProbeGroup_FieldSubPathValue) CompareWith(source *ProbeGroup) (int, bool)
- func (fpvs *ProbeGroup_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ProbeGroup_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ProbeGroup_FieldSubPathValue) SetTo(target **ProbeGroup)
- func (fpvs *ProbeGroup_FieldSubPathValue) SetToRaw(target proto.Message)
- type ProbeGroup_FieldTerminalPath
- func (fp *ProbeGroup_FieldTerminalPath) ClearValue(item *ProbeGroup)
- func (fp *ProbeGroup_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbeGroup_FieldTerminalPath) Get(source *ProbeGroup) (values []interface{})
- func (fp *ProbeGroup_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbeGroup_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbeGroup_FieldTerminalPath) GetSingle(source *ProbeGroup) (interface{}, bool)
- func (fp *ProbeGroup_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbeGroup_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbeGroup_FieldTerminalPath) JSONString() string
- func (fp *ProbeGroup_FieldTerminalPath) Selector() ProbeGroup_FieldPathSelector
- func (fp *ProbeGroup_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbeGroup_FieldTerminalPath) String() string
- func (fp *ProbeGroup_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeGroup_FieldPathArrayItemValue
- func (fp *ProbeGroup_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeGroup_FieldPathArrayOfValues
- func (fp *ProbeGroup_FieldTerminalPath) WithIValue(value interface{}) ProbeGroup_FieldPathValue
- func (fp *ProbeGroup_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbeGroup_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbeGroup_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeGroup_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbeGroup_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbeGroup) bool
- func (fpaiv *ProbeGroup_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbeGroup_FieldTerminalPathArrayItemValue) GetSingle(source *ProbeGroup) (interface{}, bool)
- func (fpaiv *ProbeGroup_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbeGroup_FieldTerminalPathArrayOfValues
- func (fpaov *ProbeGroup_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
- func (fpaov *ProbeGroup_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
- func (fpaov *ProbeGroup_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
- func (fpaov *ProbeGroup_FieldTerminalPathArrayOfValues) AsStateArrayOfValues() ([]*ProbeGroup_State, bool)
- func (fpaov *ProbeGroup_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbeGroup_FieldTerminalPathValue
- func (fpv *ProbeGroup_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
- func (fpv *ProbeGroup_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
- func (fpv *ProbeGroup_FieldTerminalPathValue) AsNameValue() (*Name, bool)
- func (fpv *ProbeGroup_FieldTerminalPathValue) AsStateValue() (*ProbeGroup_State, bool)
- func (fpv *ProbeGroup_FieldTerminalPathValue) CompareWith(source *ProbeGroup) (int, bool)
- func (fpv *ProbeGroup_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbeGroup_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbeGroup_FieldTerminalPathValue) SetTo(target **ProbeGroup)
- func (fpv *ProbeGroup_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbeGroup_State
- func (o *ProbeGroup_State) Clone() *ProbeGroup_State
- func (o *ProbeGroup_State) CloneRaw() gotenobject.GotenObjectExt
- func (*ProbeGroup_State) Descriptor() ([]byte, []int)
- func (m *ProbeGroup_State) GetRegionalTargetCounts() map[string]int64
- func (m *ProbeGroup_State) GetTargetCount() int64
- func (*ProbeGroup_State) GotenMessage()
- func (o *ProbeGroup_State) GotenObjectExt()
- func (obj *ProbeGroup_State) GotenValidate() error
- func (o *ProbeGroup_State) MakeDiffFieldMask(other *ProbeGroup_State) *ProbeGroup_State_FieldMask
- func (o *ProbeGroup_State) MakeFullFieldMask() *ProbeGroup_State_FieldMask
- func (o *ProbeGroup_State) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ProbeGroup_State) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ProbeGroup_State) Marshal() ([]byte, error)
- func (m *ProbeGroup_State) MarshalJSON() ([]byte, error)
- func (o *ProbeGroup_State) Merge(source *ProbeGroup_State)
- func (o *ProbeGroup_State) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ProbeGroup_State) ProtoMessage()
- func (m *ProbeGroup_State) ProtoReflect() preflect.Message
- func (m *ProbeGroup_State) Reset()
- func (m *ProbeGroup_State) SetRegionalTargetCounts(fv map[string]int64)
- func (m *ProbeGroup_State) SetTargetCount(fv int64)
- func (m *ProbeGroup_State) String() string
- func (m *ProbeGroup_State) Unmarshal(b []byte) error
- func (m *ProbeGroup_State) UnmarshalJSON(data []byte) error
- type ProbeGroup_StateMapPathSelectorRegionalTargetCounts
- func (s ProbeGroup_StateMapPathSelectorRegionalTargetCounts) FieldPath() *ProbeGroupState_FieldPathMap
- func (s ProbeGroup_StateMapPathSelectorRegionalTargetCounts) WithArrayOfValues(values []int64) *ProbeGroupState_FieldPathMapArrayOfValues
- func (s ProbeGroup_StateMapPathSelectorRegionalTargetCounts) WithValue(value int64) *ProbeGroupState_FieldPathMapValue
- type ProbeGroup_StatePathSelectorRegionalTargetCounts
- func (ProbeGroup_StatePathSelectorRegionalTargetCounts) FieldPath() *ProbeGroupState_FieldTerminalPath
- func (s ProbeGroup_StatePathSelectorRegionalTargetCounts) WithArrayOfValues(values []map[string]int64) *ProbeGroupState_FieldTerminalPathArrayOfValues
- func (ProbeGroup_StatePathSelectorRegionalTargetCounts) WithKey(key string) ProbeGroup_StateMapPathSelectorRegionalTargetCounts
- func (s ProbeGroup_StatePathSelectorRegionalTargetCounts) WithValue(value map[string]int64) *ProbeGroupState_FieldTerminalPathValue
- type ProbeGroup_StatePathSelectorTargetCount
- func (ProbeGroup_StatePathSelectorTargetCount) FieldPath() *ProbeGroupState_FieldTerminalPath
- func (s ProbeGroup_StatePathSelectorTargetCount) WithArrayOfValues(values []int64) *ProbeGroupState_FieldTerminalPathArrayOfValues
- func (s ProbeGroup_StatePathSelectorTargetCount) WithValue(value int64) *ProbeGroupState_FieldTerminalPathValue
- type ProbeGroup_State_FieldMask
- func (fieldMask *ProbeGroup_State_FieldMask) AppendPath(path ProbeGroupState_FieldPath)
- func (fieldMask *ProbeGroup_State_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ProbeGroup_State_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ProbeGroup_State_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ProbeGroup_State_FieldMask) FilterInputFields() *ProbeGroup_State_FieldMask
- func (fieldMask *ProbeGroup_State_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ProbeGroup_State_FieldMask) GetPaths() []ProbeGroupState_FieldPath
- func (fieldMask *ProbeGroup_State_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ProbeGroup_State_FieldMask) IsFull() bool
- func (fieldMask ProbeGroup_State_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ProbeGroup_State_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ProbeGroup_State_FieldMask) PathsCount() int
- func (fieldMask *ProbeGroup_State_FieldMask) Project(source *ProbeGroup_State) *ProbeGroup_State
- func (fieldMask *ProbeGroup_State_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ProbeGroup_State_FieldMask) ProtoMessage()
- func (fieldMask *ProbeGroup_State_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ProbeGroup_State_FieldMask) Reset()
- func (fieldMask *ProbeGroup_State_FieldMask) Set(target, source *ProbeGroup_State)
- func (fieldMask *ProbeGroup_State_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ProbeGroup_State_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ProbeGroup_State_FieldMask) Size() int
- func (fieldMask *ProbeGroup_State_FieldMask) String() string
- func (fieldMask *ProbeGroup_State_FieldMask) Subtract(other *ProbeGroup_State_FieldMask) *ProbeGroup_State_FieldMask
- func (fieldMask *ProbeGroup_State_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ProbeGroup_State_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ProbeGroup_State_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ProbeGroup_State_FieldMask) UnmarshalJSON(data []byte) error
- 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) GetPrevPageCursor() gotenresource.Cursor
- func (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList
- func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
- 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) GetPattern() gotenresource.NamePattern
- func (ref *Reference) GetProbeGroup() *ProbeGroup
- 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 *ProbeGroup)
- 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 SearchQuery
- type SearchQueryResultSnapshot
- 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}/probeGroups/{probe_group}"
)
Variables ¶
This section is empty.
Functions ¶
func AsAnyCastAccess ¶
func AsAnyCastAccess(access ProbeGroupAccess) 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 ¶ added in v0.7.13
func (d *Descriptor) NewResourcePager() gotenresource.PagerQuery
func (*Descriptor) NewSearchQuery ¶
func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
func (*Descriptor) NewSearchQueryResultSnapshot ¶
func (d *Descriptor) NewSearchQueryResultSnapshot() gotenresource.SearchQueryResultSnapshot
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 *ProbeGroup) 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 []*ProbeGroup) (out []*ProbeGroup)
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 ProbeGroup_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 *ProbeGroup) bool // Whether this condition is at least as specific as other. // When true, any ProbeGroup 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 ProbeGroup_FieldPath) bool // contains filtered or unexported methods }
func AndFilterConditions ¶
func AndFilterConditions(conds ...FilterCondition) FilterCondition
type FilterConditionCompare ¶
type FilterConditionCompare struct { Operator filterParser.CompareOperator ProbeGroup_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 *ProbeGroup) 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 ProbeGroup_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 *ProbeGroup) 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 ProbeGroup_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 ProbeGroup_FieldPath Value ProbeGroup_FieldPathArrayItemValue Values []ProbeGroup_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 *ProbeGroup) bool
func (*FilterConditionContains) EvaluateRaw ¶
func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionContains) GetFieldPath ¶
func (cond *FilterConditionContains) GetFieldPath() ProbeGroup_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 ProbeGroup_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 {
ProbeGroup_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 *ProbeGroup) 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 ProbeGroup_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 ProbeGroup_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 *ProbeGroup) 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 ProbeGroup_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 ProbeGroup_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 *ProbeGroup) 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 ProbeGroup_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 *ProbeGroup) 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 ProbeGroup_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 {
ProbeGroup_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 *ProbeGroup) 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 ProbeGroup_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 *ProbeGroup_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 *ProbeGroup_FieldMask }
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) 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)
type Name ¶
type Name struct { ParentName ProbeGroupId string `firestore:"probeGroupId"` }
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 ¶ added in v0.7.1
func (name *Name) GetIParentName() gotenresource.Name
func (*Name) GetIUnderlyingParentName ¶ added in v0.7.1
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 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 *ProbeGroup) int
func (*OrderBy) CompareRaw ¶
func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
func (*OrderBy) GetFieldMask ¶
func (orderBy *OrderBy) GetFieldMask() *ProbeGroup_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 ProbeGroupList, elem *ProbeGroup) (ProbeGroupList, 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 ProbeGroupList)
func (*OrderBy) SortRaw ¶
func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
type OrderByField ¶
type OrderByField struct { FieldPath ProbeGroup_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 *ProbeGroup) int
func (*OrderByField) GetDirection ¶
func (orderByFld *OrderByField) GetDirection() gotenresource.OrderDirection
func (*OrderByField) GetFieldPath ¶
func (orderByFld *OrderByField) GetFieldPath() gotenobject.FieldPath
type PagerCursor ¶
type PagerCursor struct { CursorValue gotenresource.CursorValue Inclusion gotenresource.CursorInclusion PageDirection gotenresource.PageDirection }
PagerCursor is protobuf Custom Type, which (de)serializes "string page_token" for API List processing Database adapter implementation must use this cursor when Paginating list views Token is composed of 3 values (dot separated in serialized form) - CursorValue: Backend-specific value of the cursor. - PageDirection: either l (left) or r (right), which hints DB Adapter whether Snapshot marks Start or End of result - Inclusion: either i (inclusive) or e (exclusive) - Whether cursor marks exact point or right before/after (depending on direction)
func (*PagerCursor) GetInclusion ¶
func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion
func (*PagerCursor) GetPageDirection ¶
func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection
func (*PagerCursor) GetValue ¶
func (cursor *PagerCursor) GetValue() gotenresource.CursorValue
func (*PagerCursor) IsEmpty ¶
func (cursor *PagerCursor) IsEmpty() bool
func (*PagerCursor) ParseProtoString ¶
func (cursor *PagerCursor) ParseProtoString(data string) (err error)
func (*PagerCursor) ProtoString ¶
func (cursor *PagerCursor) ProtoString() (string, error)
func (*PagerCursor) SetCursorValue ¶
func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue)
func (*PagerCursor) SetFromCliFlag ¶
func (cursor *PagerCursor) SetFromCliFlag(raw string) error
func (*PagerCursor) SetInclusion ¶
func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion)
func (*PagerCursor) SetPageDirection ¶
func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerCursor) String ¶
func (cursor *PagerCursor) String() string
type PagerQuery ¶
type PagerQuery struct { OrderBy *OrderBy Cursor *PagerCursor Limit int PeekForward bool }
PagerQuery is main struct used for assisting server and database to perform Pagination
func MakePagerQuery ¶
func MakePagerQuery(orderBy *OrderBy, cursor *PagerCursor, pageSize int32, peekForward bool) *PagerQuery
MakePagerQuery builds pager from API data and applies defaults
func (*PagerQuery) GetCursor ¶
func (p *PagerQuery) GetCursor() gotenresource.Cursor
func (*PagerQuery) GetLimit ¶
func (p *PagerQuery) GetLimit() int
func (*PagerQuery) GetOrderBy ¶
func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy
func (*PagerQuery) GetPeekForward ¶
func (p *PagerQuery) GetPeekForward() bool
func (*PagerQuery) GetResourceDescriptor ¶
func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*PagerQuery) PageDirection ¶
func (p *PagerQuery) PageDirection() gotenresource.PageDirection
func (*PagerQuery) SetCursor ¶ added in v0.7.1
func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor)
func (*PagerQuery) SetLimit ¶ added in v0.7.1
func (p *PagerQuery) SetLimit(limit int)
func (*PagerQuery) SetOrderBy ¶ added in v0.7.1
func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy)
func (*PagerQuery) SetPageDirection ¶ added in v0.7.1
func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerQuery) SetPeekForward ¶ added in v0.7.1
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 ¶ added in v0.7.1
func (name *ParentName) GetIParentName() gotenresource.Name
func (*ParentName) GetIUnderlyingParentName ¶ added in v0.7.1
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 ¶ added in v0.6.2
func (name *ParentReference) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
func (*ParentReference) ConvertToType ¶ added in v0.6.2
func (name *ParentReference) ConvertToType(typeVal ref.Type) ref.Val
func (*ParentReference) Equal ¶ added in v0.6.2
func (name *ParentReference) Equal(other ref.Val) ref.Val
func (*ParentReference) GetIParentName ¶ added in v0.7.1
func (ref *ParentReference) GetIParentName() gotenresource.Name
func (*ParentReference) GetIUnderlyingParentName ¶ added in v0.7.1
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 ¶ added in v0.6.2
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) Match ¶ added in v0.6.2
func (name *ParentReference) Match(pattern ref.Val) ref.Val
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 ¶ added in v0.6.2
func (name *ParentReference) Type() ref.Type
func (*ParentReference) TypeName ¶ added in v0.6.2
func (name *ParentReference) TypeName() string
func (*ParentReference) Value ¶ added in v0.6.2
func (name *ParentReference) Value() interface{}
type ProbeGroup ¶
type ProbeGroup struct { // Name of ProbeGroup Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Display Name of ProbeGroup DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty" firestore:"displayName"` // state of group State *ProbeGroup_State `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty" firestore:"state"` // metadata is additional information of the probe group. Metadata *ntt_meta.Meta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty" firestore:"metadata"` // contains filtered or unexported fields }
ProbeGroup Resource
func (*ProbeGroup) Clone ¶
func (o *ProbeGroup) Clone() *ProbeGroup
func (*ProbeGroup) CloneRaw ¶
func (o *ProbeGroup) CloneRaw() gotenobject.GotenObjectExt
func (*ProbeGroup) Descriptor ¶
func (*ProbeGroup) Descriptor() ([]byte, []int)
Deprecated, Use ProbeGroup.ProtoReflect.Descriptor instead.
func (*ProbeGroup) GetDisplayName ¶
func (m *ProbeGroup) GetDisplayName() string
func (*ProbeGroup) GetMetadata ¶
func (m *ProbeGroup) GetMetadata() *ntt_meta.Meta
func (*ProbeGroup) GetName ¶
func (m *ProbeGroup) GetName() *Name
func (*ProbeGroup) GetRawName ¶
func (r *ProbeGroup) GetRawName() gotenresource.Name
func (*ProbeGroup) GetResourceDescriptor ¶
func (r *ProbeGroup) GetResourceDescriptor() gotenresource.Descriptor
func (*ProbeGroup) GetState ¶
func (m *ProbeGroup) GetState() *ProbeGroup_State
func (*ProbeGroup) GotenMessage ¶
func (*ProbeGroup) GotenMessage()
func (*ProbeGroup) GotenObjectExt ¶
func (o *ProbeGroup) GotenObjectExt()
func (*ProbeGroup) GotenValidate ¶
func (obj *ProbeGroup) GotenValidate() error
func (*ProbeGroup) MakeDiffFieldMask ¶
func (o *ProbeGroup) MakeDiffFieldMask(other *ProbeGroup) *ProbeGroup_FieldMask
func (*ProbeGroup) MakeFullFieldMask ¶
func (o *ProbeGroup) MakeFullFieldMask() *ProbeGroup_FieldMask
func (*ProbeGroup) MakeRawDiffFieldMask ¶
func (o *ProbeGroup) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ProbeGroup) MakeRawFullFieldMask ¶
func (o *ProbeGroup) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ProbeGroup) Marshal ¶
func (m *ProbeGroup) Marshal() ([]byte, error)
func (*ProbeGroup) MarshalJSON ¶
func (m *ProbeGroup) MarshalJSON() ([]byte, error)
func (*ProbeGroup) MaybePopulateDefaults ¶
func (r *ProbeGroup) MaybePopulateDefaults() error
func (*ProbeGroup) Merge ¶
func (o *ProbeGroup) Merge(source *ProbeGroup)
func (*ProbeGroup) MergeRaw ¶
func (o *ProbeGroup) MergeRaw(source gotenobject.GotenObjectExt)
func (*ProbeGroup) ProtoMessage ¶
func (*ProbeGroup) ProtoMessage()
func (*ProbeGroup) ProtoReflect ¶
func (m *ProbeGroup) ProtoReflect() preflect.Message
func (*ProbeGroup) Reset ¶
func (m *ProbeGroup) Reset()
func (*ProbeGroup) SetDisplayName ¶
func (m *ProbeGroup) SetDisplayName(fv string)
func (*ProbeGroup) SetMetadata ¶
func (m *ProbeGroup) SetMetadata(fv *ntt_meta.Meta)
func (*ProbeGroup) SetName ¶
func (m *ProbeGroup) SetName(fv *Name)
func (*ProbeGroup) SetState ¶
func (m *ProbeGroup) SetState(fv *ProbeGroup_State)
func (*ProbeGroup) String ¶
func (m *ProbeGroup) String() string
func (*ProbeGroup) Unmarshal ¶
func (m *ProbeGroup) Unmarshal(b []byte) error
func (*ProbeGroup) UnmarshalJSON ¶
func (m *ProbeGroup) UnmarshalJSON(data []byte) error
type ProbeGroupAccess ¶
type ProbeGroupAccess interface { GetProbeGroup(context.Context, *GetQuery) (*ProbeGroup, error) BatchGetProbeGroups(context.Context, []*Reference, ...gotenresource.BatchGetOption) error QueryProbeGroups(context.Context, *ListQuery) (*QueryResultSnapshot, error) SearchProbeGroups(context.Context, *SearchQuery) (*SearchQueryResultSnapshot, error) WatchProbeGroup(context.Context, *GetQuery, func(*ProbeGroupChange) error) error WatchProbeGroups(context.Context, *WatchQuery, func(*QueryResultChange) error) error SaveProbeGroup(context.Context, *ProbeGroup, ...gotenresource.SaveOption) error DeleteProbeGroup(context.Context, *Reference, ...gotenresource.DeleteOption) error }
type ProbeGroupChange ¶
type ProbeGroupChange struct { // ProbeGroup change // // Types that are valid to be assigned to ChangeType: // *ProbeGroupChange_Added_ // *ProbeGroupChange_Modified_ // *ProbeGroupChange_Current_ // *ProbeGroupChange_Removed_ ChangeType isProbeGroupChange_ChangeType `protobuf_oneof:"change_type"` // contains filtered or unexported fields }
ProbeGroupChange is used by Watch notifications Responses to describe change of single ProbeGroup One of Added, Modified, Removed
func (*ProbeGroupChange) Descriptor ¶
func (*ProbeGroupChange) Descriptor() ([]byte, []int)
Deprecated, Use ProbeGroupChange.ProtoReflect.Descriptor instead.
func (*ProbeGroupChange) GetAdded ¶
func (m *ProbeGroupChange) GetAdded() *ProbeGroupChange_Added
func (*ProbeGroupChange) GetChangeType ¶
func (m *ProbeGroupChange) GetChangeType() isProbeGroupChange_ChangeType
func (*ProbeGroupChange) GetCurrent ¶
func (m *ProbeGroupChange) GetCurrent() *ProbeGroupChange_Current
func (*ProbeGroupChange) GetCurrentViewIndex ¶
func (c *ProbeGroupChange) GetCurrentViewIndex() int32
func (*ProbeGroupChange) GetModified ¶
func (m *ProbeGroupChange) GetModified() *ProbeGroupChange_Modified
func (*ProbeGroupChange) GetPreviousViewIndex ¶
func (c *ProbeGroupChange) GetPreviousViewIndex() int32
func (*ProbeGroupChange) GetProbeGroup ¶
func (c *ProbeGroupChange) GetProbeGroup() *ProbeGroup
func (*ProbeGroupChange) GetProbeGroupName ¶
func (c *ProbeGroupChange) GetProbeGroupName() *Name
func (*ProbeGroupChange) GetRawName ¶
func (c *ProbeGroupChange) GetRawName() gotenresource.Name
func (*ProbeGroupChange) GetRawResource ¶ added in v0.5.1
func (c *ProbeGroupChange) GetRawResource() gotenresource.Resource
func (*ProbeGroupChange) GetRemoved ¶
func (m *ProbeGroupChange) GetRemoved() *ProbeGroupChange_Removed
func (*ProbeGroupChange) GotenMessage ¶
func (*ProbeGroupChange) GotenMessage()
func (*ProbeGroupChange) GotenValidate ¶
func (obj *ProbeGroupChange) GotenValidate() error
func (*ProbeGroupChange) IsAdd ¶
func (c *ProbeGroupChange) IsAdd() bool
func (*ProbeGroupChange) IsCurrent ¶
func (c *ProbeGroupChange) IsCurrent() bool
func (*ProbeGroupChange) IsDelete ¶
func (c *ProbeGroupChange) IsDelete() bool
func (*ProbeGroupChange) IsModify ¶
func (c *ProbeGroupChange) IsModify() bool
func (*ProbeGroupChange) Marshal ¶
func (m *ProbeGroupChange) Marshal() ([]byte, error)
func (*ProbeGroupChange) MarshalJSON ¶
func (m *ProbeGroupChange) MarshalJSON() ([]byte, error)
func (*ProbeGroupChange) ProtoMessage ¶
func (*ProbeGroupChange) ProtoMessage()
func (*ProbeGroupChange) ProtoReflect ¶
func (m *ProbeGroupChange) ProtoReflect() preflect.Message
func (*ProbeGroupChange) Reset ¶
func (m *ProbeGroupChange) Reset()
func (*ProbeGroupChange) SetAdded ¶
func (m *ProbeGroupChange) SetAdded(fv *ProbeGroupChange_Added)
func (*ProbeGroupChange) SetAddedRaw ¶
func (c *ProbeGroupChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
func (*ProbeGroupChange) SetChangeType ¶
func (m *ProbeGroupChange) SetChangeType(ofv isProbeGroupChange_ChangeType)
func (*ProbeGroupChange) SetCurrent ¶
func (m *ProbeGroupChange) SetCurrent(fv *ProbeGroupChange_Current)
func (*ProbeGroupChange) SetCurrentRaw ¶
func (c *ProbeGroupChange) SetCurrentRaw(snapshot gotenresource.Resource)
func (*ProbeGroupChange) SetDeletedRaw ¶
func (c *ProbeGroupChange) SetDeletedRaw(name gotenresource.Name, idx int)
func (*ProbeGroupChange) SetModified ¶
func (m *ProbeGroupChange) SetModified(fv *ProbeGroupChange_Modified)
func (*ProbeGroupChange) SetModifiedRaw ¶
func (c *ProbeGroupChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)
func (*ProbeGroupChange) SetRemoved ¶
func (m *ProbeGroupChange) SetRemoved(fv *ProbeGroupChange_Removed)
func (*ProbeGroupChange) String ¶
func (m *ProbeGroupChange) String() string
func (*ProbeGroupChange) Unmarshal ¶
func (m *ProbeGroupChange) Unmarshal(b []byte) error
func (*ProbeGroupChange) UnmarshalJSON ¶
func (m *ProbeGroupChange) UnmarshalJSON(data []byte) error
type ProbeGroupChangeList ¶
type ProbeGroupChangeList []*ProbeGroupChange
func (ProbeGroupChangeList) Append ¶
func (l ProbeGroupChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
func (ProbeGroupChangeList) AppendList ¶
func (l ProbeGroupChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
func (ProbeGroupChangeList) At ¶
func (l ProbeGroupChangeList) At(idx int) gotenresource.ResourceChange
func (ProbeGroupChangeList) Length ¶
func (l ProbeGroupChangeList) Length() int
func (ProbeGroupChangeList) Set ¶
func (l ProbeGroupChangeList) Set(idx int, change gotenresource.ResourceChange)
func (ProbeGroupChangeList) Slice ¶
func (l ProbeGroupChangeList) Slice(first, second int) gotenresource.ResourceChangeList
type ProbeGroupChangeMap ¶
type ProbeGroupChangeMap map[Name]*ProbeGroupChange
func (ProbeGroupChangeMap) Delete ¶
func (m ProbeGroupChangeMap) Delete(name gotenresource.Name)
func (ProbeGroupChangeMap) ForEach ¶
func (m ProbeGroupChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
func (ProbeGroupChangeMap) Get ¶
func (m ProbeGroupChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
func (ProbeGroupChangeMap) Length ¶
func (m ProbeGroupChangeMap) Length() int
func (ProbeGroupChangeMap) Set ¶
func (m ProbeGroupChangeMap) Set(change gotenresource.ResourceChange)
type ProbeGroupChange_Added ¶
type ProbeGroupChange_Added struct { ProbeGroup *ProbeGroup `protobuf:"bytes,1,opt,name=probe_group,json=probeGroup,proto3" json:"probe_group,omitempty" firestore:"probeGroup"` // Integer describing index of added ProbeGroup 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 }
ProbeGroup has been added to query view
func (*ProbeGroupChange_Added) Descriptor ¶
func (*ProbeGroupChange_Added) Descriptor() ([]byte, []int)
Deprecated, Use ProbeGroupChange_Added.ProtoReflect.Descriptor instead.
func (*ProbeGroupChange_Added) GetProbeGroup ¶
func (m *ProbeGroupChange_Added) GetProbeGroup() *ProbeGroup
func (*ProbeGroupChange_Added) GetViewIndex ¶
func (m *ProbeGroupChange_Added) GetViewIndex() int32
func (*ProbeGroupChange_Added) GotenMessage ¶
func (*ProbeGroupChange_Added) GotenMessage()
func (*ProbeGroupChange_Added) GotenValidate ¶
func (obj *ProbeGroupChange_Added) GotenValidate() error
func (*ProbeGroupChange_Added) Marshal ¶
func (m *ProbeGroupChange_Added) Marshal() ([]byte, error)
func (*ProbeGroupChange_Added) MarshalJSON ¶
func (m *ProbeGroupChange_Added) MarshalJSON() ([]byte, error)
func (*ProbeGroupChange_Added) ProtoMessage ¶
func (*ProbeGroupChange_Added) ProtoMessage()
func (*ProbeGroupChange_Added) ProtoReflect ¶
func (m *ProbeGroupChange_Added) ProtoReflect() preflect.Message
func (*ProbeGroupChange_Added) Reset ¶
func (m *ProbeGroupChange_Added) Reset()
func (*ProbeGroupChange_Added) SetProbeGroup ¶
func (m *ProbeGroupChange_Added) SetProbeGroup(fv *ProbeGroup)
func (*ProbeGroupChange_Added) SetViewIndex ¶
func (m *ProbeGroupChange_Added) SetViewIndex(fv int32)
func (*ProbeGroupChange_Added) String ¶
func (m *ProbeGroupChange_Added) String() string
func (*ProbeGroupChange_Added) Unmarshal ¶
func (m *ProbeGroupChange_Added) Unmarshal(b []byte) error
func (*ProbeGroupChange_Added) UnmarshalJSON ¶
func (m *ProbeGroupChange_Added) UnmarshalJSON(data []byte) error
type ProbeGroupChange_Added_ ¶
type ProbeGroupChange_Added_ struct { // Added is returned when watched document is added, either created or // enters Query view Added *ProbeGroupChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"` }
type ProbeGroupChange_Current ¶
type ProbeGroupChange_Current struct { ProbeGroup *ProbeGroup `protobuf:"bytes,1,opt,name=probe_group,json=probeGroup,proto3" json:"probe_group,omitempty" firestore:"probeGroup"` // contains filtered or unexported fields }
ProbeGroup has been added or modified in a query view. Version used for stateless watching
func (*ProbeGroupChange_Current) Descriptor ¶
func (*ProbeGroupChange_Current) Descriptor() ([]byte, []int)
Deprecated, Use ProbeGroupChange_Current.ProtoReflect.Descriptor instead.
func (*ProbeGroupChange_Current) GetProbeGroup ¶
func (m *ProbeGroupChange_Current) GetProbeGroup() *ProbeGroup
func (*ProbeGroupChange_Current) GotenMessage ¶
func (*ProbeGroupChange_Current) GotenMessage()
func (*ProbeGroupChange_Current) GotenValidate ¶
func (obj *ProbeGroupChange_Current) GotenValidate() error
func (*ProbeGroupChange_Current) Marshal ¶
func (m *ProbeGroupChange_Current) Marshal() ([]byte, error)
func (*ProbeGroupChange_Current) MarshalJSON ¶
func (m *ProbeGroupChange_Current) MarshalJSON() ([]byte, error)
func (*ProbeGroupChange_Current) ProtoMessage ¶
func (*ProbeGroupChange_Current) ProtoMessage()
func (*ProbeGroupChange_Current) ProtoReflect ¶
func (m *ProbeGroupChange_Current) ProtoReflect() preflect.Message
func (*ProbeGroupChange_Current) Reset ¶
func (m *ProbeGroupChange_Current) Reset()
func (*ProbeGroupChange_Current) SetProbeGroup ¶
func (m *ProbeGroupChange_Current) SetProbeGroup(fv *ProbeGroup)
func (*ProbeGroupChange_Current) String ¶
func (m *ProbeGroupChange_Current) String() string
func (*ProbeGroupChange_Current) Unmarshal ¶
func (m *ProbeGroupChange_Current) Unmarshal(b []byte) error
func (*ProbeGroupChange_Current) UnmarshalJSON ¶
func (m *ProbeGroupChange_Current) UnmarshalJSON(data []byte) error
type ProbeGroupChange_Current_ ¶
type ProbeGroupChange_Current_ struct { // Current is returned in stateless watch when document enters query view or // is modified within. Current *ProbeGroupChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"` }
type ProbeGroupChange_Modified ¶
type ProbeGroupChange_Modified struct { // Name of modified ProbeGroup Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // New version of ProbeGroup or masked difference, depending on mask_changes // instrumentation of issued [WatchProbeGroupRequest] or // [WatchProbeGroupsRequest] ProbeGroup *ProbeGroup `protobuf:"bytes,2,opt,name=probe_group,json=probeGroup,proto3" json:"probe_group,omitempty" firestore:"probeGroup"` // Used when mask_changes is set, contains field paths of modified // properties. FieldMask *ProbeGroup_FieldMask `` /* 142-byte string literal not displayed */ // Previous view index specifies previous position of modified ProbeGroup. // When modification doesn't affect sorted order, value will remain // identical to [view_index]. PreviousViewIndex int32 `` /* 145-byte string literal not displayed */ // Integer specifying ProbeGroup 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 }
ProbeGroup changed some of it's fields - contains either full document or masked change
func (*ProbeGroupChange_Modified) Descriptor ¶
func (*ProbeGroupChange_Modified) Descriptor() ([]byte, []int)
Deprecated, Use ProbeGroupChange_Modified.ProtoReflect.Descriptor instead.
func (*ProbeGroupChange_Modified) GetFieldMask ¶
func (m *ProbeGroupChange_Modified) GetFieldMask() *ProbeGroup_FieldMask
func (*ProbeGroupChange_Modified) GetName ¶
func (m *ProbeGroupChange_Modified) GetName() *Name
func (*ProbeGroupChange_Modified) GetPreviousViewIndex ¶
func (m *ProbeGroupChange_Modified) GetPreviousViewIndex() int32
func (*ProbeGroupChange_Modified) GetProbeGroup ¶
func (m *ProbeGroupChange_Modified) GetProbeGroup() *ProbeGroup
func (*ProbeGroupChange_Modified) GetViewIndex ¶
func (m *ProbeGroupChange_Modified) GetViewIndex() int32
func (*ProbeGroupChange_Modified) GotenMessage ¶
func (*ProbeGroupChange_Modified) GotenMessage()
func (*ProbeGroupChange_Modified) GotenValidate ¶
func (obj *ProbeGroupChange_Modified) GotenValidate() error
func (*ProbeGroupChange_Modified) Marshal ¶
func (m *ProbeGroupChange_Modified) Marshal() ([]byte, error)
func (*ProbeGroupChange_Modified) MarshalJSON ¶
func (m *ProbeGroupChange_Modified) MarshalJSON() ([]byte, error)
func (*ProbeGroupChange_Modified) ProtoMessage ¶
func (*ProbeGroupChange_Modified) ProtoMessage()
func (*ProbeGroupChange_Modified) ProtoReflect ¶
func (m *ProbeGroupChange_Modified) ProtoReflect() preflect.Message
func (*ProbeGroupChange_Modified) Reset ¶
func (m *ProbeGroupChange_Modified) Reset()
func (*ProbeGroupChange_Modified) SetFieldMask ¶
func (m *ProbeGroupChange_Modified) SetFieldMask(fv *ProbeGroup_FieldMask)
func (*ProbeGroupChange_Modified) SetName ¶
func (m *ProbeGroupChange_Modified) SetName(fv *Name)
func (*ProbeGroupChange_Modified) SetPreviousViewIndex ¶
func (m *ProbeGroupChange_Modified) SetPreviousViewIndex(fv int32)
func (*ProbeGroupChange_Modified) SetProbeGroup ¶
func (m *ProbeGroupChange_Modified) SetProbeGroup(fv *ProbeGroup)
func (*ProbeGroupChange_Modified) SetViewIndex ¶
func (m *ProbeGroupChange_Modified) SetViewIndex(fv int32)
func (*ProbeGroupChange_Modified) String ¶
func (m *ProbeGroupChange_Modified) String() string
func (*ProbeGroupChange_Modified) Unmarshal ¶
func (m *ProbeGroupChange_Modified) Unmarshal(b []byte) error
func (*ProbeGroupChange_Modified) UnmarshalJSON ¶
func (m *ProbeGroupChange_Modified) UnmarshalJSON(data []byte) error
type ProbeGroupChange_Modified_ ¶
type ProbeGroupChange_Modified_ struct { // Modified is returned when watched document is modified Modified *ProbeGroupChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"` }
type ProbeGroupChange_Removed ¶
type ProbeGroupChange_Removed struct { Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Integer specifying removed ProbeGroup 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 ProbeGroup is deleted or leaves Query view
func (*ProbeGroupChange_Removed) Descriptor ¶
func (*ProbeGroupChange_Removed) Descriptor() ([]byte, []int)
Deprecated, Use ProbeGroupChange_Removed.ProtoReflect.Descriptor instead.
func (*ProbeGroupChange_Removed) GetName ¶
func (m *ProbeGroupChange_Removed) GetName() *Name
func (*ProbeGroupChange_Removed) GetViewIndex ¶
func (m *ProbeGroupChange_Removed) GetViewIndex() int32
func (*ProbeGroupChange_Removed) GotenMessage ¶
func (*ProbeGroupChange_Removed) GotenMessage()
func (*ProbeGroupChange_Removed) GotenValidate ¶
func (obj *ProbeGroupChange_Removed) GotenValidate() error
func (*ProbeGroupChange_Removed) Marshal ¶
func (m *ProbeGroupChange_Removed) Marshal() ([]byte, error)
func (*ProbeGroupChange_Removed) MarshalJSON ¶
func (m *ProbeGroupChange_Removed) MarshalJSON() ([]byte, error)
func (*ProbeGroupChange_Removed) ProtoMessage ¶
func (*ProbeGroupChange_Removed) ProtoMessage()
func (*ProbeGroupChange_Removed) ProtoReflect ¶
func (m *ProbeGroupChange_Removed) ProtoReflect() preflect.Message
func (*ProbeGroupChange_Removed) Reset ¶
func (m *ProbeGroupChange_Removed) Reset()
func (*ProbeGroupChange_Removed) SetName ¶
func (m *ProbeGroupChange_Removed) SetName(fv *Name)
func (*ProbeGroupChange_Removed) SetViewIndex ¶
func (m *ProbeGroupChange_Removed) SetViewIndex(fv int32)
func (*ProbeGroupChange_Removed) String ¶
func (m *ProbeGroupChange_Removed) String() string
func (*ProbeGroupChange_Removed) Unmarshal ¶
func (m *ProbeGroupChange_Removed) Unmarshal(b []byte) error
func (*ProbeGroupChange_Removed) UnmarshalJSON ¶
func (m *ProbeGroupChange_Removed) UnmarshalJSON(data []byte) error
type ProbeGroupChange_Removed_ ¶
type ProbeGroupChange_Removed_ struct { // Removed is returned when ProbeGroup is deleted or leaves Query view Removed *ProbeGroupChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"` }
type ProbeGroupFieldPathBuilder ¶
type ProbeGroupFieldPathBuilder struct{}
func NewProbeGroupFieldPathBuilder ¶
func NewProbeGroupFieldPathBuilder() ProbeGroupFieldPathBuilder
func (ProbeGroupFieldPathBuilder) DisplayName ¶
func (ProbeGroupFieldPathBuilder) DisplayName() ProbeGroupPathSelectorDisplayName
func (ProbeGroupFieldPathBuilder) Metadata ¶
func (ProbeGroupFieldPathBuilder) Metadata() ProbeGroupPathSelectorMetadata
func (ProbeGroupFieldPathBuilder) Name ¶
func (ProbeGroupFieldPathBuilder) Name() ProbeGroupPathSelectorName
func (ProbeGroupFieldPathBuilder) State ¶
func (ProbeGroupFieldPathBuilder) State() ProbeGroupPathSelectorState
type ProbeGroupList ¶
type ProbeGroupList []*ProbeGroup
func (ProbeGroupList) Append ¶
func (l ProbeGroupList) Append(item gotenresource.Resource) gotenresource.ResourceList
func (ProbeGroupList) AppendList ¶
func (l ProbeGroupList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
func (ProbeGroupList) At ¶
func (l ProbeGroupList) At(idx int) gotenresource.Resource
func (ProbeGroupList) Length ¶
func (l ProbeGroupList) Length() int
func (ProbeGroupList) Set ¶
func (l ProbeGroupList) Set(idx int, res gotenresource.Resource)
func (ProbeGroupList) Slice ¶
func (l ProbeGroupList) Slice(first, second int) gotenresource.ResourceList
type ProbeGroupMap ¶
type ProbeGroupMap map[Name]*ProbeGroup
func (ProbeGroupMap) Delete ¶
func (m ProbeGroupMap) Delete(name gotenresource.Name)
func (ProbeGroupMap) ForEach ¶
func (m ProbeGroupMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
func (ProbeGroupMap) Get ¶
func (m ProbeGroupMap) Get(name gotenresource.Name) gotenresource.Resource
func (ProbeGroupMap) Length ¶
func (m ProbeGroupMap) Length() int
func (ProbeGroupMap) Set ¶
func (m ProbeGroupMap) Set(res gotenresource.Resource)
type ProbeGroupMapPathSelectorMetadataAnnotations ¶
type ProbeGroupMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (ProbeGroupMapPathSelectorMetadataAnnotations) FieldPath ¶
func (s ProbeGroupMapPathSelectorMetadataAnnotations) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s ProbeGroupMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupMapPathSelectorMetadataAnnotations) WithValue ¶
func (s ProbeGroupMapPathSelectorMetadataAnnotations) WithValue(value string) *ProbeGroup_FieldSubPathValue
type ProbeGroupMapPathSelectorMetadataLabels ¶
type ProbeGroupMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (ProbeGroupMapPathSelectorMetadataLabels) FieldPath ¶
func (s ProbeGroupMapPathSelectorMetadataLabels) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s ProbeGroupMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupMapPathSelectorMetadataLabels) WithValue ¶
func (s ProbeGroupMapPathSelectorMetadataLabels) WithValue(value string) *ProbeGroup_FieldSubPathValue
type ProbeGroupMapPathSelectorMetadataShards ¶
type ProbeGroupMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (ProbeGroupMapPathSelectorMetadataShards) FieldPath ¶
func (s ProbeGroupMapPathSelectorMetadataShards) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s ProbeGroupMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupMapPathSelectorMetadataShards) WithValue ¶
func (s ProbeGroupMapPathSelectorMetadataShards) WithValue(value int64) *ProbeGroup_FieldSubPathValue
type ProbeGroupMapPathSelectorStateRegionalTargetCounts ¶
type ProbeGroupMapPathSelectorStateRegionalTargetCounts struct {
// contains filtered or unexported fields
}
func (ProbeGroupMapPathSelectorStateRegionalTargetCounts) FieldPath ¶
func (s ProbeGroupMapPathSelectorStateRegionalTargetCounts) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupMapPathSelectorStateRegionalTargetCounts) WithArrayOfValues ¶
func (s ProbeGroupMapPathSelectorStateRegionalTargetCounts) WithArrayOfValues(values []int64) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupMapPathSelectorStateRegionalTargetCounts) WithValue ¶
func (s ProbeGroupMapPathSelectorStateRegionalTargetCounts) WithValue(value int64) *ProbeGroup_FieldSubPathValue
type ProbeGroupNameList ¶
type ProbeGroupNameList []*Name
func (ProbeGroupNameList) Append ¶
func (l ProbeGroupNameList) Append(name gotenresource.Name) gotenresource.NameList
func (ProbeGroupNameList) AppendList ¶
func (l ProbeGroupNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
func (ProbeGroupNameList) At ¶
func (l ProbeGroupNameList) At(idx int) gotenresource.Name
func (ProbeGroupNameList) Length ¶
func (l ProbeGroupNameList) Length() int
func (ProbeGroupNameList) Set ¶
func (l ProbeGroupNameList) Set(idx int, name gotenresource.Name)
func (ProbeGroupNameList) Slice ¶
func (l ProbeGroupNameList) Slice(first, second int) gotenresource.NameList
type ProbeGroupParentNameList ¶
type ProbeGroupParentNameList []*ParentName
func (ProbeGroupParentNameList) Append ¶
func (l ProbeGroupParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
func (ProbeGroupParentNameList) AppendList ¶
func (l ProbeGroupParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
func (ProbeGroupParentNameList) At ¶
func (l ProbeGroupParentNameList) At(idx int) gotenresource.Name
func (ProbeGroupParentNameList) Length ¶
func (l ProbeGroupParentNameList) Length() int
func (ProbeGroupParentNameList) Set ¶
func (l ProbeGroupParentNameList) Set(idx int, name gotenresource.Name)
func (ProbeGroupParentNameList) Slice ¶
func (l ProbeGroupParentNameList) Slice(first, second int) gotenresource.ParentNameList
type ProbeGroupParentReferenceList ¶
type ProbeGroupParentReferenceList []*ParentReference
func (ProbeGroupParentReferenceList) Append ¶
func (l ProbeGroupParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
func (ProbeGroupParentReferenceList) AppendList ¶
func (l ProbeGroupParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
func (ProbeGroupParentReferenceList) At ¶
func (l ProbeGroupParentReferenceList) At(idx int) gotenresource.Reference
func (ProbeGroupParentReferenceList) Length ¶
func (l ProbeGroupParentReferenceList) Length() int
func (ProbeGroupParentReferenceList) Set ¶
func (l ProbeGroupParentReferenceList) Set(idx int, ref gotenresource.Reference)
func (ProbeGroupParentReferenceList) Slice ¶
func (l ProbeGroupParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
type ProbeGroupPathSelectorDisplayName ¶
type ProbeGroupPathSelectorDisplayName struct{}
func (ProbeGroupPathSelectorDisplayName) FieldPath ¶
func (ProbeGroupPathSelectorDisplayName) FieldPath() *ProbeGroup_FieldTerminalPath
func (ProbeGroupPathSelectorDisplayName) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorDisplayName) WithArrayOfValues(values []string) *ProbeGroup_FieldTerminalPathArrayOfValues
func (ProbeGroupPathSelectorDisplayName) WithValue ¶
func (s ProbeGroupPathSelectorDisplayName) WithValue(value string) *ProbeGroup_FieldTerminalPathValue
type ProbeGroupPathSelectorMetadata ¶
type ProbeGroupPathSelectorMetadata struct{}
func (ProbeGroupPathSelectorMetadata) Annotations ¶
func (ProbeGroupPathSelectorMetadata) Annotations() ProbeGroupPathSelectorMetadataAnnotations
func (ProbeGroupPathSelectorMetadata) CreateTime ¶
func (ProbeGroupPathSelectorMetadata) CreateTime() ProbeGroupPathSelectorMetadataCreateTime
func (ProbeGroupPathSelectorMetadata) DeleteTime ¶ added in v0.7.1
func (ProbeGroupPathSelectorMetadata) DeleteTime() ProbeGroupPathSelectorMetadataDeleteTime
func (ProbeGroupPathSelectorMetadata) FieldPath ¶
func (ProbeGroupPathSelectorMetadata) FieldPath() *ProbeGroup_FieldTerminalPath
func (ProbeGroupPathSelectorMetadata) Generation ¶
func (ProbeGroupPathSelectorMetadata) Generation() ProbeGroupPathSelectorMetadataGeneration
func (ProbeGroupPathSelectorMetadata) Labels ¶
func (ProbeGroupPathSelectorMetadata) Labels() ProbeGroupPathSelectorMetadataLabels
func (ProbeGroupPathSelectorMetadata) Lifecycle ¶ added in v0.7.1
func (ProbeGroupPathSelectorMetadata) Lifecycle() ProbeGroupPathSelectorMetadataLifecycle
func (ProbeGroupPathSelectorMetadata) OwnerReferences ¶
func (ProbeGroupPathSelectorMetadata) OwnerReferences() ProbeGroupPathSelectorMetadataOwnerReferences
func (ProbeGroupPathSelectorMetadata) ResourceVersion ¶
func (ProbeGroupPathSelectorMetadata) ResourceVersion() ProbeGroupPathSelectorMetadataResourceVersion
func (ProbeGroupPathSelectorMetadata) Shards ¶
func (ProbeGroupPathSelectorMetadata) Shards() ProbeGroupPathSelectorMetadataShards
func (ProbeGroupPathSelectorMetadata) Syncing ¶
func (ProbeGroupPathSelectorMetadata) Syncing() ProbeGroupPathSelectorMetadataSyncing
func (ProbeGroupPathSelectorMetadata) UpdateTime ¶
func (ProbeGroupPathSelectorMetadata) UpdateTime() ProbeGroupPathSelectorMetadataUpdateTime
func (ProbeGroupPathSelectorMetadata) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ProbeGroup_FieldTerminalPathArrayOfValues
func (ProbeGroupPathSelectorMetadata) WithSubArrayItemValue ¶
func (s ProbeGroupPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *ProbeGroup_FieldSubPathArrayItemValue
func (ProbeGroupPathSelectorMetadata) WithSubArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadata) WithSubPath ¶
func (ProbeGroupPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadata) WithSubValue ¶
func (s ProbeGroupPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *ProbeGroup_FieldSubPathValue
func (ProbeGroupPathSelectorMetadata) WithValue ¶
func (s ProbeGroupPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *ProbeGroup_FieldTerminalPathValue
type ProbeGroupPathSelectorMetadataAnnotations ¶
type ProbeGroupPathSelectorMetadataAnnotations struct{}
func (ProbeGroupPathSelectorMetadataAnnotations) FieldPath ¶
func (ProbeGroupPathSelectorMetadataAnnotations) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataAnnotations) WithValue ¶
func (s ProbeGroupPathSelectorMetadataAnnotations) WithValue(value map[string]string) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataCreateTime ¶
type ProbeGroupPathSelectorMetadataCreateTime struct{}
func (ProbeGroupPathSelectorMetadataCreateTime) FieldPath ¶
func (ProbeGroupPathSelectorMetadataCreateTime) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataCreateTime) WithValue ¶
func (s ProbeGroupPathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataDeleteTime ¶ added in v0.7.1
type ProbeGroupPathSelectorMetadataDeleteTime struct{}
func (ProbeGroupPathSelectorMetadataDeleteTime) FieldPath ¶ added in v0.7.1
func (ProbeGroupPathSelectorMetadataDeleteTime) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataDeleteTime) WithArrayOfValues ¶ added in v0.7.1
func (s ProbeGroupPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataDeleteTime) WithValue ¶ added in v0.7.1
func (s ProbeGroupPathSelectorMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataGeneration ¶
type ProbeGroupPathSelectorMetadataGeneration struct{}
func (ProbeGroupPathSelectorMetadataGeneration) FieldPath ¶
func (ProbeGroupPathSelectorMetadataGeneration) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataGeneration) WithValue ¶
func (s ProbeGroupPathSelectorMetadataGeneration) WithValue(value int64) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataLabels ¶
type ProbeGroupPathSelectorMetadataLabels struct{}
func (ProbeGroupPathSelectorMetadataLabels) FieldPath ¶
func (ProbeGroupPathSelectorMetadataLabels) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataLabels) WithKey ¶
func (ProbeGroupPathSelectorMetadataLabels) WithKey(key string) ProbeGroupMapPathSelectorMetadataLabels
func (ProbeGroupPathSelectorMetadataLabels) WithValue ¶
func (s ProbeGroupPathSelectorMetadataLabels) WithValue(value map[string]string) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataLifecycle ¶ added in v0.7.1
type ProbeGroupPathSelectorMetadataLifecycle struct{}
func (ProbeGroupPathSelectorMetadataLifecycle) BlockDeletion ¶ added in v0.7.1
func (ProbeGroupPathSelectorMetadataLifecycle) BlockDeletion() ProbeGroupPathSelectorMetadataLifecycleBlockDeletion
func (ProbeGroupPathSelectorMetadataLifecycle) FieldPath ¶ added in v0.7.1
func (ProbeGroupPathSelectorMetadataLifecycle) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataLifecycle) WithArrayOfValues ¶ added in v0.7.1
func (s ProbeGroupPathSelectorMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataLifecycle) WithValue ¶ added in v0.7.1
func (s ProbeGroupPathSelectorMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataLifecycleBlockDeletion ¶ added in v0.7.1
type ProbeGroupPathSelectorMetadataLifecycleBlockDeletion struct{}
func (ProbeGroupPathSelectorMetadataLifecycleBlockDeletion) FieldPath ¶ added in v0.7.1
func (ProbeGroupPathSelectorMetadataLifecycleBlockDeletion) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.7.1
func (s ProbeGroupPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataLifecycleBlockDeletion) WithValue ¶ added in v0.7.1
func (s ProbeGroupPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataLifecycleState ¶ added in v0.7.1
type ProbeGroupPathSelectorMetadataLifecycleState struct{}
func (ProbeGroupPathSelectorMetadataLifecycleState) FieldPath ¶ added in v0.7.1
func (ProbeGroupPathSelectorMetadataLifecycleState) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataLifecycleState) WithArrayOfValues ¶ added in v0.7.1
func (s ProbeGroupPathSelectorMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataLifecycleState) WithValue ¶ added in v0.7.1
func (s ProbeGroupPathSelectorMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataOwnerReferences ¶
type ProbeGroupPathSelectorMetadataOwnerReferences struct{}
func (ProbeGroupPathSelectorMetadataOwnerReferences) BlockOwnerDeletion ¶
func (ProbeGroupPathSelectorMetadataOwnerReferences) BlockOwnerDeletion() ProbeGroupPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
func (ProbeGroupPathSelectorMetadataOwnerReferences) Controller ¶
func (ProbeGroupPathSelectorMetadataOwnerReferences) FieldPath ¶
func (ProbeGroupPathSelectorMetadataOwnerReferences) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.7.1
func (ProbeGroupPathSelectorMetadataOwnerReferences) RequiresOwnerReference() ProbeGroupPathSelectorMetadataOwnerReferencesRequiresOwnerReference
func (ProbeGroupPathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s ProbeGroupPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ProbeGroup_FieldSubPathArrayItemValue
func (ProbeGroupPathSelectorMetadataOwnerReferences) WithValue ¶
func (s ProbeGroupPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataOwnerReferencesBlockOwnerDeletion ¶
type ProbeGroupPathSelectorMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (ProbeGroupPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue ¶
func (s ProbeGroupPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataOwnerReferencesController ¶
type ProbeGroupPathSelectorMetadataOwnerReferencesController struct{}
func (ProbeGroupPathSelectorMetadataOwnerReferencesController) FieldPath ¶
func (ProbeGroupPathSelectorMetadataOwnerReferencesController) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataOwnerReferencesController) WithValue ¶
func (s ProbeGroupPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataOwnerReferencesKind ¶
type ProbeGroupPathSelectorMetadataOwnerReferencesKind struct{}
func (ProbeGroupPathSelectorMetadataOwnerReferencesKind) FieldPath ¶
func (ProbeGroupPathSelectorMetadataOwnerReferencesKind) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s ProbeGroupPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataOwnerReferencesName ¶
type ProbeGroupPathSelectorMetadataOwnerReferencesName struct{}
func (ProbeGroupPathSelectorMetadataOwnerReferencesName) FieldPath ¶
func (ProbeGroupPathSelectorMetadataOwnerReferencesName) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s ProbeGroupPathSelectorMetadataOwnerReferencesName) WithValue(value string) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataOwnerReferencesRegion ¶ added in v0.7.1
type ProbeGroupPathSelectorMetadataOwnerReferencesRegion struct{}
func (ProbeGroupPathSelectorMetadataOwnerReferencesRegion) FieldPath ¶ added in v0.7.1
func (ProbeGroupPathSelectorMetadataOwnerReferencesRegion) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.7.1
func (s ProbeGroupPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataOwnerReferencesRegion) WithValue ¶ added in v0.7.1
func (s ProbeGroupPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.7.1
type ProbeGroupPathSelectorMetadataOwnerReferencesRequiresOwnerReference struct{}
func (ProbeGroupPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.7.1
func (ProbeGroupPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.7.1
func (s ProbeGroupPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue ¶ added in v0.7.1
func (s ProbeGroupPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataOwnerReferencesVersion ¶ added in v0.7.1
type ProbeGroupPathSelectorMetadataOwnerReferencesVersion struct{}
func (ProbeGroupPathSelectorMetadataOwnerReferencesVersion) FieldPath ¶ added in v0.7.1
func (ProbeGroupPathSelectorMetadataOwnerReferencesVersion) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.7.1
func (s ProbeGroupPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataOwnerReferencesVersion) WithValue ¶ added in v0.7.1
func (s ProbeGroupPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataResourceVersion ¶
type ProbeGroupPathSelectorMetadataResourceVersion struct{}
func (ProbeGroupPathSelectorMetadataResourceVersion) FieldPath ¶
func (ProbeGroupPathSelectorMetadataResourceVersion) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataResourceVersion) WithValue ¶
func (s ProbeGroupPathSelectorMetadataResourceVersion) WithValue(value string) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataShards ¶
type ProbeGroupPathSelectorMetadataShards struct{}
func (ProbeGroupPathSelectorMetadataShards) FieldPath ¶
func (ProbeGroupPathSelectorMetadataShards) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataShards) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataShards) WithKey ¶
func (ProbeGroupPathSelectorMetadataShards) WithKey(key string) ProbeGroupMapPathSelectorMetadataShards
func (ProbeGroupPathSelectorMetadataShards) WithValue ¶
func (s ProbeGroupPathSelectorMetadataShards) WithValue(value map[string]int64) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataSyncing ¶
type ProbeGroupPathSelectorMetadataSyncing struct{}
func (ProbeGroupPathSelectorMetadataSyncing) FieldPath ¶
func (ProbeGroupPathSelectorMetadataSyncing) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataSyncing) OwningRegion ¶
func (ProbeGroupPathSelectorMetadataSyncing) OwningRegion() ProbeGroupPathSelectorMetadataSyncingOwningRegion
func (ProbeGroupPathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataSyncing) WithValue ¶
func (s ProbeGroupPathSelectorMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataSyncingOwningRegion ¶
type ProbeGroupPathSelectorMetadataSyncingOwningRegion struct{}
func (ProbeGroupPathSelectorMetadataSyncingOwningRegion) FieldPath ¶
func (ProbeGroupPathSelectorMetadataSyncingOwningRegion) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s ProbeGroupPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataSyncingRegions ¶
type ProbeGroupPathSelectorMetadataSyncingRegions struct{}
func (ProbeGroupPathSelectorMetadataSyncingRegions) FieldPath ¶
func (ProbeGroupPathSelectorMetadataSyncingRegions) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s ProbeGroupPathSelectorMetadataSyncingRegions) WithItemValue(value string) *ProbeGroup_FieldSubPathArrayItemValue
func (ProbeGroupPathSelectorMetadataSyncingRegions) WithValue ¶
func (s ProbeGroupPathSelectorMetadataSyncingRegions) WithValue(value []string) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataTags ¶
type ProbeGroupPathSelectorMetadataTags struct{}
func (ProbeGroupPathSelectorMetadataTags) FieldPath ¶
func (ProbeGroupPathSelectorMetadataTags) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataTags) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataTags) WithItemValue ¶
func (s ProbeGroupPathSelectorMetadataTags) WithItemValue(value string) *ProbeGroup_FieldSubPathArrayItemValue
func (ProbeGroupPathSelectorMetadataTags) WithValue ¶
func (s ProbeGroupPathSelectorMetadataTags) WithValue(value []string) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataUpdateTime ¶
type ProbeGroupPathSelectorMetadataUpdateTime struct{}
func (ProbeGroupPathSelectorMetadataUpdateTime) FieldPath ¶
func (ProbeGroupPathSelectorMetadataUpdateTime) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataUpdateTime) WithValue ¶
func (s ProbeGroupPathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorMetadataUuid ¶
type ProbeGroupPathSelectorMetadataUuid struct{}
func (ProbeGroupPathSelectorMetadataUuid) FieldPath ¶
func (ProbeGroupPathSelectorMetadataUuid) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorMetadataUuid) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorMetadataUuid) WithArrayOfValues(values []string) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorMetadataUuid) WithValue ¶
func (s ProbeGroupPathSelectorMetadataUuid) WithValue(value string) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorName ¶
type ProbeGroupPathSelectorName struct{}
func (ProbeGroupPathSelectorName) FieldPath ¶
func (ProbeGroupPathSelectorName) FieldPath() *ProbeGroup_FieldTerminalPath
func (ProbeGroupPathSelectorName) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorName) WithArrayOfValues(values []*Name) *ProbeGroup_FieldTerminalPathArrayOfValues
func (ProbeGroupPathSelectorName) WithValue ¶
func (s ProbeGroupPathSelectorName) WithValue(value *Name) *ProbeGroup_FieldTerminalPathValue
type ProbeGroupPathSelectorState ¶
type ProbeGroupPathSelectorState struct{}
func (ProbeGroupPathSelectorState) FieldPath ¶
func (ProbeGroupPathSelectorState) FieldPath() *ProbeGroup_FieldTerminalPath
func (ProbeGroupPathSelectorState) RegionalTargetCounts ¶
func (ProbeGroupPathSelectorState) RegionalTargetCounts() ProbeGroupPathSelectorStateRegionalTargetCounts
func (ProbeGroupPathSelectorState) TargetCount ¶
func (ProbeGroupPathSelectorState) TargetCount() ProbeGroupPathSelectorStateTargetCount
func (ProbeGroupPathSelectorState) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorState) WithArrayOfValues(values []*ProbeGroup_State) *ProbeGroup_FieldTerminalPathArrayOfValues
func (ProbeGroupPathSelectorState) WithSubArrayItemValue ¶
func (s ProbeGroupPathSelectorState) WithSubArrayItemValue(subPathArrayItemValue ProbeGroupState_FieldPathArrayItemValue) *ProbeGroup_FieldSubPathArrayItemValue
func (ProbeGroupPathSelectorState) WithSubArrayOfValues ¶
func (s ProbeGroupPathSelectorState) WithSubArrayOfValues(subPathArrayOfValues ProbeGroupState_FieldPathArrayOfValues) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorState) WithSubPath ¶
func (ProbeGroupPathSelectorState) WithSubPath(subPath ProbeGroupState_FieldPath) *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorState) WithSubValue ¶
func (s ProbeGroupPathSelectorState) WithSubValue(subPathValue ProbeGroupState_FieldPathValue) *ProbeGroup_FieldSubPathValue
func (ProbeGroupPathSelectorState) WithValue ¶
func (s ProbeGroupPathSelectorState) WithValue(value *ProbeGroup_State) *ProbeGroup_FieldTerminalPathValue
type ProbeGroupPathSelectorStateRegionalTargetCounts ¶
type ProbeGroupPathSelectorStateRegionalTargetCounts struct{}
func (ProbeGroupPathSelectorStateRegionalTargetCounts) FieldPath ¶
func (ProbeGroupPathSelectorStateRegionalTargetCounts) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorStateRegionalTargetCounts) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorStateRegionalTargetCounts) WithArrayOfValues(values []map[string]int64) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorStateRegionalTargetCounts) WithValue ¶
func (s ProbeGroupPathSelectorStateRegionalTargetCounts) WithValue(value map[string]int64) *ProbeGroup_FieldSubPathValue
type ProbeGroupPathSelectorStateTargetCount ¶
type ProbeGroupPathSelectorStateTargetCount struct{}
func (ProbeGroupPathSelectorStateTargetCount) FieldPath ¶
func (ProbeGroupPathSelectorStateTargetCount) FieldPath() *ProbeGroup_FieldSubPath
func (ProbeGroupPathSelectorStateTargetCount) WithArrayOfValues ¶
func (s ProbeGroupPathSelectorStateTargetCount) WithArrayOfValues(values []int64) *ProbeGroup_FieldSubPathArrayOfValues
func (ProbeGroupPathSelectorStateTargetCount) WithValue ¶
func (s ProbeGroupPathSelectorStateTargetCount) WithValue(value int64) *ProbeGroup_FieldSubPathValue
type ProbeGroupReferenceList ¶
type ProbeGroupReferenceList []*Reference
func (ProbeGroupReferenceList) Append ¶
func (l ProbeGroupReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
func (ProbeGroupReferenceList) AppendList ¶
func (l ProbeGroupReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
func (ProbeGroupReferenceList) At ¶
func (l ProbeGroupReferenceList) At(idx int) gotenresource.Reference
func (ProbeGroupReferenceList) Length ¶
func (l ProbeGroupReferenceList) Length() int
func (ProbeGroupReferenceList) Set ¶
func (l ProbeGroupReferenceList) Set(idx int, ref gotenresource.Reference)
func (ProbeGroupReferenceList) Slice ¶
func (l ProbeGroupReferenceList) Slice(first, second int) gotenresource.ReferenceList
type ProbeGroupStateFieldPathBuilder ¶
type ProbeGroupStateFieldPathBuilder struct{}
func NewProbeGroupStateFieldPathBuilder ¶
func NewProbeGroupStateFieldPathBuilder() ProbeGroupStateFieldPathBuilder
func (ProbeGroupStateFieldPathBuilder) RegionalTargetCounts ¶
func (ProbeGroupStateFieldPathBuilder) RegionalTargetCounts() ProbeGroup_StatePathSelectorRegionalTargetCounts
func (ProbeGroupStateFieldPathBuilder) TargetCount ¶
func (ProbeGroupStateFieldPathBuilder) TargetCount() ProbeGroup_StatePathSelectorTargetCount
type ProbeGroupState_FieldPath ¶
type ProbeGroupState_FieldPath interface { gotenobject.FieldPath Selector() ProbeGroupState_FieldPathSelector Get(source *ProbeGroup_State) []interface{} GetSingle(source *ProbeGroup_State) (interface{}, bool) ClearValue(item *ProbeGroup_State) // Those methods build corresponding ProbeGroupState_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbeGroupState_FieldPathValue WithIArrayOfValues(values interface{}) ProbeGroupState_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbeGroupState_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbeGroupState_FieldPath ¶
func BuildProbeGroupState_FieldPath(fp gotenobject.RawFieldPath) (ProbeGroupState_FieldPath, error)
func MustParseProbeGroupState_FieldPath ¶
func MustParseProbeGroupState_FieldPath(rawField string) ProbeGroupState_FieldPath
func ParseProbeGroupState_FieldPath ¶
func ParseProbeGroupState_FieldPath(rawField string) (ProbeGroupState_FieldPath, error)
type ProbeGroupState_FieldPathArrayItemValue ¶
type ProbeGroupState_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbeGroupState_FieldPath ContainsValue(*ProbeGroup_State) bool }
ProbeGroupState_FieldPathArrayItemValue allows storing single item in Path-specific values for State according to their type Present only for array (repeated) types.
func MustParseProbeGroupState_FieldPathArrayItemValue ¶
func MustParseProbeGroupState_FieldPathArrayItemValue(pathStr, valueStr string) ProbeGroupState_FieldPathArrayItemValue
func ParseProbeGroupState_FieldPathArrayItemValue ¶
func ParseProbeGroupState_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeGroupState_FieldPathArrayItemValue, error)
ParseProbeGroupState_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbeGroupState_FieldPathArrayOfValues ¶
type ProbeGroupState_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbeGroupState_FieldPath }
ProbeGroupState_FieldPathArrayOfValues allows storing slice of values for State fields according to their type
func MustParseProbeGroupState_FieldPathArrayOfValues ¶
func MustParseProbeGroupState_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeGroupState_FieldPathArrayOfValues
func ParseProbeGroupState_FieldPathArrayOfValues ¶
func ParseProbeGroupState_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeGroupState_FieldPathArrayOfValues, error)
type ProbeGroupState_FieldPathMap ¶
type ProbeGroupState_FieldPathMap struct {
// contains filtered or unexported fields
}
FieldPath for map type with additional Key information
func (*ProbeGroupState_FieldPathMap) ClearValue ¶
func (fpm *ProbeGroupState_FieldPathMap) ClearValue(item *ProbeGroup_State)
func (*ProbeGroupState_FieldPathMap) ClearValueRaw ¶
func (fpm *ProbeGroupState_FieldPathMap) ClearValueRaw(item proto.Message)
func (*ProbeGroupState_FieldPathMap) Get ¶
func (fpm *ProbeGroupState_FieldPathMap) Get(source *ProbeGroup_State) (values []interface{})
Get returns all values pointed by selected field map key from source ProbeGroup_State
func (*ProbeGroupState_FieldPathMap) GetDefault ¶
func (fpm *ProbeGroupState_FieldPathMap) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeGroupState_FieldPathMap) GetRaw ¶
func (fpm *ProbeGroupState_FieldPathMap) GetRaw(source proto.Message) []interface{}
func (*ProbeGroupState_FieldPathMap) GetSingle ¶
func (fpm *ProbeGroupState_FieldPathMap) GetSingle(source *ProbeGroup_State) (interface{}, bool)
GetSingle returns value by selected field map key from source ProbeGroup_State
func (*ProbeGroupState_FieldPathMap) GetSingleRaw ¶
func (fpm *ProbeGroupState_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeGroupState_FieldPathMap) IsLeaf ¶
func (fpm *ProbeGroupState_FieldPathMap) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeGroupState_FieldPathMap) JSONString ¶
func (fpm *ProbeGroupState_FieldPathMap) JSONString() string
JSONString returns path representation is JSON convention. Note that map keys are not transformed
func (*ProbeGroupState_FieldPathMap) Key ¶
func (fpm *ProbeGroupState_FieldPathMap) Key() string
func (*ProbeGroupState_FieldPathMap) Selector ¶
func (fpm *ProbeGroupState_FieldPathMap) Selector() ProbeGroupState_FieldPathSelector
func (*ProbeGroupState_FieldPathMap) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fpm *ProbeGroupState_FieldPathMap) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeGroupState_FieldPathMap) String ¶
func (fpm *ProbeGroupState_FieldPathMap) String() string
String returns path representation in proto convention
func (*ProbeGroupState_FieldPathMap) WithIArrayItemValue ¶
func (fpm *ProbeGroupState_FieldPathMap) WithIArrayItemValue(value interface{}) ProbeGroupState_FieldPathArrayItemValue
func (*ProbeGroupState_FieldPathMap) WithIArrayOfValues ¶
func (fpm *ProbeGroupState_FieldPathMap) WithIArrayOfValues(values interface{}) ProbeGroupState_FieldPathArrayOfValues
func (*ProbeGroupState_FieldPathMap) WithIValue ¶
func (fpm *ProbeGroupState_FieldPathMap) WithIValue(value interface{}) ProbeGroupState_FieldPathValue
func (*ProbeGroupState_FieldPathMap) WithRawIArrayItemValue ¶
func (fpm *ProbeGroupState_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeGroupState_FieldPathMap) WithRawIArrayOfValues ¶
func (fpm *ProbeGroupState_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeGroupState_FieldPathMap) WithRawIValue ¶
func (fpm *ProbeGroupState_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeGroupState_FieldPathMapArrayOfValues ¶
type ProbeGroupState_FieldPathMapArrayOfValues struct { ProbeGroupState_FieldPathMap // contains filtered or unexported fields }
func (*ProbeGroupState_FieldPathMapArrayOfValues) AsRegionalTargetCountsArrayOfElementValues ¶
func (fpmaov *ProbeGroupState_FieldPathMapArrayOfValues) AsRegionalTargetCountsArrayOfElementValues() ([]int64, bool)
func (*ProbeGroupState_FieldPathMapArrayOfValues) GetRawValues ¶
func (fpmaov *ProbeGroupState_FieldPathMapArrayOfValues) GetRawValues() (values []interface{})
type ProbeGroupState_FieldPathMapValue ¶
type ProbeGroupState_FieldPathMapValue struct { ProbeGroupState_FieldPathMap // contains filtered or unexported fields }
func (*ProbeGroupState_FieldPathMapValue) AsRegionalTargetCountsElementValue ¶
func (fpmv *ProbeGroupState_FieldPathMapValue) AsRegionalTargetCountsElementValue() (int64, bool)
func (*ProbeGroupState_FieldPathMapValue) CompareWith ¶
func (fpmv *ProbeGroupState_FieldPathMapValue) CompareWith(source *ProbeGroup_State) (int, bool)
CompareWith compares value in the 'ProbeGroupState_FieldPathMapValue' with the value under path in 'ProbeGroup_State'.
func (*ProbeGroupState_FieldPathMapValue) CompareWithRaw ¶
func (fpmv *ProbeGroupState_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeGroupState_FieldPathMapValue) GetRawValue ¶
func (fpmv *ProbeGroupState_FieldPathMapValue) GetRawValue() interface{}
GetValue returns value stored under selected field in State as interface{}
func (*ProbeGroupState_FieldPathMapValue) SetTo ¶
func (fpmv *ProbeGroupState_FieldPathMapValue) SetTo(target **ProbeGroup_State)
SetTo stores value for selected field in State
func (*ProbeGroupState_FieldPathMapValue) SetToRaw ¶
func (fpmv *ProbeGroupState_FieldPathMapValue) SetToRaw(target proto.Message)
type ProbeGroupState_FieldPathSelector ¶
type ProbeGroupState_FieldPathSelector int32
const ( ProbeGroupState_FieldPathSelectorTargetCount ProbeGroupState_FieldPathSelector = 0 ProbeGroupState_FieldPathSelectorRegionalTargetCounts ProbeGroupState_FieldPathSelector = 1 )
func (ProbeGroupState_FieldPathSelector) String ¶
func (s ProbeGroupState_FieldPathSelector) String() string
type ProbeGroupState_FieldPathValue ¶
type ProbeGroupState_FieldPathValue interface { ProbeGroupState_FieldPath gotenobject.FieldPathValue SetTo(target **ProbeGroup_State) CompareWith(*ProbeGroup_State) (cmp int, comparable bool) }
ProbeGroupState_FieldPathValue allows storing values for State fields according to their type
func MustParseProbeGroupState_FieldPathValue ¶
func MustParseProbeGroupState_FieldPathValue(pathStr, valueStr string) ProbeGroupState_FieldPathValue
func ParseProbeGroupState_FieldPathValue ¶
func ParseProbeGroupState_FieldPathValue(pathStr, valueStr string) (ProbeGroupState_FieldPathValue, error)
type ProbeGroupState_FieldTerminalPath ¶
type ProbeGroupState_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbeGroupState_FieldTerminalPath) ClearValue ¶
func (fp *ProbeGroupState_FieldTerminalPath) ClearValue(item *ProbeGroup_State)
func (*ProbeGroupState_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbeGroupState_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbeGroupState_FieldTerminalPath) Get ¶
func (fp *ProbeGroupState_FieldTerminalPath) Get(source *ProbeGroup_State) (values []interface{})
Get returns all values pointed by specific field from source ProbeGroup_State
func (*ProbeGroupState_FieldTerminalPath) GetDefault ¶
func (fp *ProbeGroupState_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeGroupState_FieldTerminalPath) GetRaw ¶
func (fp *ProbeGroupState_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbeGroupState_FieldTerminalPath) GetSingle ¶
func (fp *ProbeGroupState_FieldTerminalPath) GetSingle(source *ProbeGroup_State) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ProbeGroup_State
func (*ProbeGroupState_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbeGroupState_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeGroupState_FieldTerminalPath) IsLeaf ¶
func (fp *ProbeGroupState_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeGroupState_FieldTerminalPath) JSONString ¶
func (fp *ProbeGroupState_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeGroupState_FieldTerminalPath) Selector ¶
func (fp *ProbeGroupState_FieldTerminalPath) Selector() ProbeGroupState_FieldPathSelector
func (*ProbeGroupState_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbeGroupState_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeGroupState_FieldTerminalPath) String ¶
func (fp *ProbeGroupState_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbeGroupState_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbeGroupState_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeGroupState_FieldPathArrayItemValue
func (*ProbeGroupState_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbeGroupState_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeGroupState_FieldPathArrayOfValues
func (*ProbeGroupState_FieldTerminalPath) WithIValue ¶
func (fp *ProbeGroupState_FieldTerminalPath) WithIValue(value interface{}) ProbeGroupState_FieldPathValue
func (*ProbeGroupState_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbeGroupState_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeGroupState_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbeGroupState_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeGroupState_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbeGroupState_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeGroupState_FieldTerminalPathArrayItemValue ¶
type ProbeGroupState_FieldTerminalPathArrayItemValue struct { ProbeGroupState_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeGroupState_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbeGroupState_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbeGroup_State) bool
Contains returns a boolean indicating if value that is being held is present in given 'State'
func (*ProbeGroupState_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbeGroupState_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ProbeGroup_State as interface{}
func (*ProbeGroupState_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbeGroupState_FieldTerminalPathArrayItemValue) GetSingle(source *ProbeGroup_State) (interface{}, bool)
func (*ProbeGroupState_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbeGroupState_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbeGroupState_FieldTerminalPathArrayOfValues ¶
type ProbeGroupState_FieldTerminalPathArrayOfValues struct { ProbeGroupState_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeGroupState_FieldTerminalPathArrayOfValues) AsRegionalTargetCountsArrayOfValues ¶
func (fpaov *ProbeGroupState_FieldTerminalPathArrayOfValues) AsRegionalTargetCountsArrayOfValues() ([]map[string]int64, bool)
func (*ProbeGroupState_FieldTerminalPathArrayOfValues) AsTargetCountArrayOfValues ¶
func (fpaov *ProbeGroupState_FieldTerminalPathArrayOfValues) AsTargetCountArrayOfValues() ([]int64, bool)
func (*ProbeGroupState_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbeGroupState_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbeGroupState_FieldTerminalPathValue ¶
type ProbeGroupState_FieldTerminalPathValue struct { ProbeGroupState_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeGroupState_FieldTerminalPathValue) AsRegionalTargetCountsValue ¶
func (fpv *ProbeGroupState_FieldTerminalPathValue) AsRegionalTargetCountsValue() (map[string]int64, bool)
func (*ProbeGroupState_FieldTerminalPathValue) AsTargetCountValue ¶
func (fpv *ProbeGroupState_FieldTerminalPathValue) AsTargetCountValue() (int64, bool)
func (*ProbeGroupState_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbeGroupState_FieldTerminalPathValue) CompareWith(source *ProbeGroup_State) (int, bool)
CompareWith compares value in the 'ProbeGroupState_FieldTerminalPathValue' with the value under path in 'ProbeGroup_State'.
func (*ProbeGroupState_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbeGroupState_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeGroupState_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbeGroupState_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'State' as interface{}
func (*ProbeGroupState_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbeGroupState_FieldTerminalPathValue) SetTo(target **ProbeGroup_State)
SetTo stores value for selected field for object State
func (*ProbeGroupState_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbeGroupState_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbeGroup_FieldMask ¶
type ProbeGroup_FieldMask struct {
Paths []ProbeGroup_FieldPath
}
func FullProbeGroup_FieldMask ¶
func FullProbeGroup_FieldMask() *ProbeGroup_FieldMask
func ResourceViewFieldMask ¶
func ResourceViewFieldMask(viewName view.View, extraMask *ProbeGroup_FieldMask) *ProbeGroup_FieldMask
func (*ProbeGroup_FieldMask) AppendPath ¶
func (fieldMask *ProbeGroup_FieldMask) AppendPath(path ProbeGroup_FieldPath)
func (*ProbeGroup_FieldMask) AppendRawPath ¶
func (fieldMask *ProbeGroup_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ProbeGroup_FieldMask) DecodeFirestore ¶
func (fieldMask *ProbeGroup_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ProbeGroup_FieldMask) EncodeFirestore ¶
func (fieldMask *ProbeGroup_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ProbeGroup_FieldMask) FilterInputFields ¶
func (fieldMask *ProbeGroup_FieldMask) FilterInputFields() *ProbeGroup_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ProbeGroup_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ProbeGroup_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ProbeGroup_FieldMask) GetPaths ¶
func (fieldMask *ProbeGroup_FieldMask) GetPaths() []ProbeGroup_FieldPath
func (*ProbeGroup_FieldMask) GetRawPaths ¶
func (fieldMask *ProbeGroup_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ProbeGroup_FieldMask) IsFull ¶
func (fieldMask *ProbeGroup_FieldMask) IsFull() bool
func (ProbeGroup_FieldMask) Marshal ¶
func (fieldMask ProbeGroup_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ProbeGroup_FieldMask) MarshalJSON ¶
func (fieldMask ProbeGroup_FieldMask) MarshalJSON() ([]byte, error)
func (*ProbeGroup_FieldMask) PathsCount ¶
func (fieldMask *ProbeGroup_FieldMask) PathsCount() int
func (*ProbeGroup_FieldMask) Project ¶
func (fieldMask *ProbeGroup_FieldMask) Project(source *ProbeGroup) *ProbeGroup
func (*ProbeGroup_FieldMask) ProjectRaw ¶
func (fieldMask *ProbeGroup_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ProbeGroup_FieldMask) ProtoMessage ¶
func (fieldMask *ProbeGroup_FieldMask) ProtoMessage()
func (*ProbeGroup_FieldMask) ProtoReflect ¶
func (fieldMask *ProbeGroup_FieldMask) ProtoReflect() preflect.Message
func (*ProbeGroup_FieldMask) Reset ¶
func (fieldMask *ProbeGroup_FieldMask) Reset()
func (*ProbeGroup_FieldMask) Set ¶
func (fieldMask *ProbeGroup_FieldMask) Set(target, source *ProbeGroup)
func (*ProbeGroup_FieldMask) SetFromCliFlag ¶
func (fieldMask *ProbeGroup_FieldMask) SetFromCliFlag(raw string) error
func (*ProbeGroup_FieldMask) SetRaw ¶
func (fieldMask *ProbeGroup_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ProbeGroup_FieldMask) Size ¶
func (fieldMask *ProbeGroup_FieldMask) Size() int
func (*ProbeGroup_FieldMask) String ¶
func (fieldMask *ProbeGroup_FieldMask) String() string
func (*ProbeGroup_FieldMask) Subtract ¶
func (fieldMask *ProbeGroup_FieldMask) Subtract(other *ProbeGroup_FieldMask) *ProbeGroup_FieldMask
func (*ProbeGroup_FieldMask) SubtractRaw ¶
func (fieldMask *ProbeGroup_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ProbeGroup_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ProbeGroup_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ProbeGroup_FieldMask) Unmarshal ¶
func (fieldMask *ProbeGroup_FieldMask) Unmarshal(data []byte) error
func (*ProbeGroup_FieldMask) UnmarshalJSON ¶
func (fieldMask *ProbeGroup_FieldMask) UnmarshalJSON(data []byte) error
type ProbeGroup_FieldPath ¶
type ProbeGroup_FieldPath interface { gotenobject.FieldPath Selector() ProbeGroup_FieldPathSelector Get(source *ProbeGroup) []interface{} GetSingle(source *ProbeGroup) (interface{}, bool) ClearValue(item *ProbeGroup) // Those methods build corresponding ProbeGroup_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbeGroup_FieldPathValue WithIArrayOfValues(values interface{}) ProbeGroup_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbeGroup_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbeGroup_FieldPath ¶
func BuildProbeGroup_FieldPath(fp gotenobject.RawFieldPath) (ProbeGroup_FieldPath, error)
func MustParseProbeGroup_FieldPath ¶
func MustParseProbeGroup_FieldPath(rawField string) ProbeGroup_FieldPath
func ParseProbeGroup_FieldPath ¶
func ParseProbeGroup_FieldPath(rawField string) (ProbeGroup_FieldPath, error)
type ProbeGroup_FieldPathArrayItemValue ¶
type ProbeGroup_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbeGroup_FieldPath ContainsValue(*ProbeGroup) bool }
ProbeGroup_FieldPathArrayItemValue allows storing single item in Path-specific values for ProbeGroup according to their type Present only for array (repeated) types.
func MustParseProbeGroup_FieldPathArrayItemValue ¶
func MustParseProbeGroup_FieldPathArrayItemValue(pathStr, valueStr string) ProbeGroup_FieldPathArrayItemValue
func ParseProbeGroup_FieldPathArrayItemValue ¶
func ParseProbeGroup_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeGroup_FieldPathArrayItemValue, error)
ParseProbeGroup_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbeGroup_FieldPathArrayOfValues ¶
type ProbeGroup_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbeGroup_FieldPath }
ProbeGroup_FieldPathArrayOfValues allows storing slice of values for ProbeGroup fields according to their type
func MustParseProbeGroup_FieldPathArrayOfValues ¶
func MustParseProbeGroup_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeGroup_FieldPathArrayOfValues
func ParseProbeGroup_FieldPathArrayOfValues ¶
func ParseProbeGroup_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeGroup_FieldPathArrayOfValues, error)
type ProbeGroup_FieldPathSelector ¶
type ProbeGroup_FieldPathSelector int32
const ( ProbeGroup_FieldPathSelectorName ProbeGroup_FieldPathSelector = 0 ProbeGroup_FieldPathSelectorDisplayName ProbeGroup_FieldPathSelector = 1 ProbeGroup_FieldPathSelectorState ProbeGroup_FieldPathSelector = 2 ProbeGroup_FieldPathSelectorMetadata ProbeGroup_FieldPathSelector = 3 )
func (ProbeGroup_FieldPathSelector) String ¶
func (s ProbeGroup_FieldPathSelector) String() string
type ProbeGroup_FieldPathValue ¶
type ProbeGroup_FieldPathValue interface { ProbeGroup_FieldPath gotenobject.FieldPathValue SetTo(target **ProbeGroup) CompareWith(*ProbeGroup) (cmp int, comparable bool) }
ProbeGroup_FieldPathValue allows storing values for ProbeGroup fields according to their type
func MustParseProbeGroup_FieldPathValue ¶
func MustParseProbeGroup_FieldPathValue(pathStr, valueStr string) ProbeGroup_FieldPathValue
func ParseProbeGroup_FieldPathValue ¶
func ParseProbeGroup_FieldPathValue(pathStr, valueStr string) (ProbeGroup_FieldPathValue, error)
type ProbeGroup_FieldSubPath ¶
type ProbeGroup_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ProbeGroup_FieldSubPath) AsMetadataSubPath ¶
func (fps *ProbeGroup_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
func (*ProbeGroup_FieldSubPath) AsStateSubPath ¶
func (fps *ProbeGroup_FieldSubPath) AsStateSubPath() (ProbeGroupState_FieldPath, bool)
func (*ProbeGroup_FieldSubPath) ClearValue ¶
func (fps *ProbeGroup_FieldSubPath) ClearValue(item *ProbeGroup)
func (*ProbeGroup_FieldSubPath) ClearValueRaw ¶
func (fps *ProbeGroup_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ProbeGroup_FieldSubPath) Get ¶
func (fps *ProbeGroup_FieldSubPath) Get(source *ProbeGroup) (values []interface{})
Get returns all values pointed by selected field from source ProbeGroup
func (*ProbeGroup_FieldSubPath) GetDefault ¶
func (fps *ProbeGroup_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeGroup_FieldSubPath) GetRaw ¶
func (fps *ProbeGroup_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ProbeGroup_FieldSubPath) GetSingle ¶
func (fps *ProbeGroup_FieldSubPath) GetSingle(source *ProbeGroup) (interface{}, bool)
GetSingle returns value of selected field from source ProbeGroup
func (*ProbeGroup_FieldSubPath) GetSingleRaw ¶
func (fps *ProbeGroup_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeGroup_FieldSubPath) IsLeaf ¶
func (fps *ProbeGroup_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeGroup_FieldSubPath) JSONString ¶
func (fps *ProbeGroup_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeGroup_FieldSubPath) Selector ¶
func (fps *ProbeGroup_FieldSubPath) Selector() ProbeGroup_FieldPathSelector
func (*ProbeGroup_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fps *ProbeGroup_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeGroup_FieldSubPath) String ¶
func (fps *ProbeGroup_FieldSubPath) String() string
String returns path representation in proto convention
func (*ProbeGroup_FieldSubPath) WithIArrayItemValue ¶
func (fps *ProbeGroup_FieldSubPath) WithIArrayItemValue(value interface{}) ProbeGroup_FieldPathArrayItemValue
func (*ProbeGroup_FieldSubPath) WithIArrayOfValues ¶
func (fps *ProbeGroup_FieldSubPath) WithIArrayOfValues(values interface{}) ProbeGroup_FieldPathArrayOfValues
func (*ProbeGroup_FieldSubPath) WithIValue ¶
func (fps *ProbeGroup_FieldSubPath) WithIValue(value interface{}) ProbeGroup_FieldPathValue
func (*ProbeGroup_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ProbeGroup_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeGroup_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ProbeGroup_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeGroup_FieldSubPath) WithRawIValue ¶
func (fps *ProbeGroup_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeGroup_FieldSubPathArrayItemValue ¶
type ProbeGroup_FieldSubPathArrayItemValue struct { ProbeGroup_FieldPath // contains filtered or unexported fields }
func (*ProbeGroup_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *ProbeGroup_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
func (*ProbeGroup_FieldSubPathArrayItemValue) AsStatePathItemValue ¶
func (fpaivs *ProbeGroup_FieldSubPathArrayItemValue) AsStatePathItemValue() (ProbeGroupState_FieldPathArrayItemValue, bool)
func (*ProbeGroup_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ProbeGroup_FieldSubPathArrayItemValue) ContainsValue(source *ProbeGroup) bool
Contains returns a boolean indicating if value that is being held is present in given 'ProbeGroup'
func (*ProbeGroup_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ProbeGroup_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ProbeGroup_FieldSubPathArrayOfValues ¶
type ProbeGroup_FieldSubPathArrayOfValues struct { ProbeGroup_FieldPath // contains filtered or unexported fields }
func (*ProbeGroup_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *ProbeGroup_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
func (*ProbeGroup_FieldSubPathArrayOfValues) AsStatePathArrayOfValues ¶
func (fpsaov *ProbeGroup_FieldSubPathArrayOfValues) AsStatePathArrayOfValues() (ProbeGroupState_FieldPathArrayOfValues, bool)
func (*ProbeGroup_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ProbeGroup_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ProbeGroup_FieldSubPathValue ¶
type ProbeGroup_FieldSubPathValue struct { ProbeGroup_FieldPath // contains filtered or unexported fields }
func (*ProbeGroup_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *ProbeGroup_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
func (*ProbeGroup_FieldSubPathValue) AsStatePathValue ¶
func (fpvs *ProbeGroup_FieldSubPathValue) AsStatePathValue() (ProbeGroupState_FieldPathValue, bool)
func (*ProbeGroup_FieldSubPathValue) CompareWith ¶
func (fpvs *ProbeGroup_FieldSubPathValue) CompareWith(source *ProbeGroup) (int, bool)
func (*ProbeGroup_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ProbeGroup_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeGroup_FieldSubPathValue) GetRawValue ¶
func (fpvs *ProbeGroup_FieldSubPathValue) GetRawValue() interface{}
func (*ProbeGroup_FieldSubPathValue) SetTo ¶
func (fpvs *ProbeGroup_FieldSubPathValue) SetTo(target **ProbeGroup)
func (*ProbeGroup_FieldSubPathValue) SetToRaw ¶
func (fpvs *ProbeGroup_FieldSubPathValue) SetToRaw(target proto.Message)
type ProbeGroup_FieldTerminalPath ¶
type ProbeGroup_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbeGroup_FieldTerminalPath) ClearValue ¶
func (fp *ProbeGroup_FieldTerminalPath) ClearValue(item *ProbeGroup)
func (*ProbeGroup_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbeGroup_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbeGroup_FieldTerminalPath) Get ¶
func (fp *ProbeGroup_FieldTerminalPath) Get(source *ProbeGroup) (values []interface{})
Get returns all values pointed by specific field from source ProbeGroup
func (*ProbeGroup_FieldTerminalPath) GetDefault ¶
func (fp *ProbeGroup_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeGroup_FieldTerminalPath) GetRaw ¶
func (fp *ProbeGroup_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbeGroup_FieldTerminalPath) GetSingle ¶
func (fp *ProbeGroup_FieldTerminalPath) GetSingle(source *ProbeGroup) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ProbeGroup
func (*ProbeGroup_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbeGroup_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeGroup_FieldTerminalPath) IsLeaf ¶
func (fp *ProbeGroup_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeGroup_FieldTerminalPath) JSONString ¶
func (fp *ProbeGroup_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeGroup_FieldTerminalPath) Selector ¶
func (fp *ProbeGroup_FieldTerminalPath) Selector() ProbeGroup_FieldPathSelector
func (*ProbeGroup_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbeGroup_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeGroup_FieldTerminalPath) String ¶
func (fp *ProbeGroup_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbeGroup_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbeGroup_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeGroup_FieldPathArrayItemValue
func (*ProbeGroup_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbeGroup_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeGroup_FieldPathArrayOfValues
func (*ProbeGroup_FieldTerminalPath) WithIValue ¶
func (fp *ProbeGroup_FieldTerminalPath) WithIValue(value interface{}) ProbeGroup_FieldPathValue
func (*ProbeGroup_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbeGroup_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeGroup_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbeGroup_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeGroup_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbeGroup_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeGroup_FieldTerminalPathArrayItemValue ¶
type ProbeGroup_FieldTerminalPathArrayItemValue struct { ProbeGroup_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeGroup_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbeGroup_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbeGroup) bool
Contains returns a boolean indicating if value that is being held is present in given 'ProbeGroup'
func (*ProbeGroup_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbeGroup_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ProbeGroup as interface{}
func (*ProbeGroup_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbeGroup_FieldTerminalPathArrayItemValue) GetSingle(source *ProbeGroup) (interface{}, bool)
func (*ProbeGroup_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbeGroup_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbeGroup_FieldTerminalPathArrayOfValues ¶
type ProbeGroup_FieldTerminalPathArrayOfValues struct { ProbeGroup_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeGroup_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues ¶
func (fpaov *ProbeGroup_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
func (*ProbeGroup_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *ProbeGroup_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
func (*ProbeGroup_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *ProbeGroup_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
func (*ProbeGroup_FieldTerminalPathArrayOfValues) AsStateArrayOfValues ¶
func (fpaov *ProbeGroup_FieldTerminalPathArrayOfValues) AsStateArrayOfValues() ([]*ProbeGroup_State, bool)
func (*ProbeGroup_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbeGroup_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbeGroup_FieldTerminalPathValue ¶
type ProbeGroup_FieldTerminalPathValue struct { ProbeGroup_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeGroup_FieldTerminalPathValue) AsDisplayNameValue ¶
func (fpv *ProbeGroup_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
func (*ProbeGroup_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *ProbeGroup_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
func (*ProbeGroup_FieldTerminalPathValue) AsNameValue ¶
func (fpv *ProbeGroup_FieldTerminalPathValue) AsNameValue() (*Name, bool)
func (*ProbeGroup_FieldTerminalPathValue) AsStateValue ¶
func (fpv *ProbeGroup_FieldTerminalPathValue) AsStateValue() (*ProbeGroup_State, bool)
func (*ProbeGroup_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbeGroup_FieldTerminalPathValue) CompareWith(source *ProbeGroup) (int, bool)
CompareWith compares value in the 'ProbeGroup_FieldTerminalPathValue' with the value under path in 'ProbeGroup'.
func (*ProbeGroup_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbeGroup_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeGroup_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbeGroup_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ProbeGroup' as interface{}
func (*ProbeGroup_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbeGroup_FieldTerminalPathValue) SetTo(target **ProbeGroup)
SetTo stores value for selected field for object ProbeGroup
func (*ProbeGroup_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbeGroup_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbeGroup_State ¶
type ProbeGroup_State struct { // total count of [Probes][ntt.watchdog.v1alpha2.Probe] associated with this // group TargetCount int64 `protobuf:"varint,1,opt,name=target_count,json=targetCount,proto3" json:"target_count,omitempty" firestore:"targetCount"` // Count per region RegionalTargetCounts map[string]int64 `` /* 245-byte string literal not displayed */ // contains filtered or unexported fields }
Group State
func (*ProbeGroup_State) Clone ¶
func (o *ProbeGroup_State) Clone() *ProbeGroup_State
func (*ProbeGroup_State) CloneRaw ¶
func (o *ProbeGroup_State) CloneRaw() gotenobject.GotenObjectExt
func (*ProbeGroup_State) Descriptor ¶
func (*ProbeGroup_State) Descriptor() ([]byte, []int)
Deprecated, Use ProbeGroup_State.ProtoReflect.Descriptor instead.
func (*ProbeGroup_State) GetRegionalTargetCounts ¶
func (m *ProbeGroup_State) GetRegionalTargetCounts() map[string]int64
func (*ProbeGroup_State) GetTargetCount ¶
func (m *ProbeGroup_State) GetTargetCount() int64
func (*ProbeGroup_State) GotenMessage ¶
func (*ProbeGroup_State) GotenMessage()
func (*ProbeGroup_State) GotenObjectExt ¶
func (o *ProbeGroup_State) GotenObjectExt()
func (*ProbeGroup_State) GotenValidate ¶
func (obj *ProbeGroup_State) GotenValidate() error
func (*ProbeGroup_State) MakeDiffFieldMask ¶
func (o *ProbeGroup_State) MakeDiffFieldMask(other *ProbeGroup_State) *ProbeGroup_State_FieldMask
func (*ProbeGroup_State) MakeFullFieldMask ¶
func (o *ProbeGroup_State) MakeFullFieldMask() *ProbeGroup_State_FieldMask
func (*ProbeGroup_State) MakeRawDiffFieldMask ¶
func (o *ProbeGroup_State) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ProbeGroup_State) MakeRawFullFieldMask ¶
func (o *ProbeGroup_State) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ProbeGroup_State) Marshal ¶
func (m *ProbeGroup_State) Marshal() ([]byte, error)
func (*ProbeGroup_State) MarshalJSON ¶
func (m *ProbeGroup_State) MarshalJSON() ([]byte, error)
func (*ProbeGroup_State) Merge ¶
func (o *ProbeGroup_State) Merge(source *ProbeGroup_State)
func (*ProbeGroup_State) MergeRaw ¶
func (o *ProbeGroup_State) MergeRaw(source gotenobject.GotenObjectExt)
func (*ProbeGroup_State) ProtoMessage ¶
func (*ProbeGroup_State) ProtoMessage()
func (*ProbeGroup_State) ProtoReflect ¶
func (m *ProbeGroup_State) ProtoReflect() preflect.Message
func (*ProbeGroup_State) Reset ¶
func (m *ProbeGroup_State) Reset()
func (*ProbeGroup_State) SetRegionalTargetCounts ¶
func (m *ProbeGroup_State) SetRegionalTargetCounts(fv map[string]int64)
func (*ProbeGroup_State) SetTargetCount ¶
func (m *ProbeGroup_State) SetTargetCount(fv int64)
func (*ProbeGroup_State) String ¶
func (m *ProbeGroup_State) String() string
func (*ProbeGroup_State) Unmarshal ¶
func (m *ProbeGroup_State) Unmarshal(b []byte) error
func (*ProbeGroup_State) UnmarshalJSON ¶
func (m *ProbeGroup_State) UnmarshalJSON(data []byte) error
type ProbeGroup_StateMapPathSelectorRegionalTargetCounts ¶
type ProbeGroup_StateMapPathSelectorRegionalTargetCounts struct {
// contains filtered or unexported fields
}
func (ProbeGroup_StateMapPathSelectorRegionalTargetCounts) FieldPath ¶
func (s ProbeGroup_StateMapPathSelectorRegionalTargetCounts) FieldPath() *ProbeGroupState_FieldPathMap
func (ProbeGroup_StateMapPathSelectorRegionalTargetCounts) WithArrayOfValues ¶
func (s ProbeGroup_StateMapPathSelectorRegionalTargetCounts) WithArrayOfValues(values []int64) *ProbeGroupState_FieldPathMapArrayOfValues
func (ProbeGroup_StateMapPathSelectorRegionalTargetCounts) WithValue ¶
func (s ProbeGroup_StateMapPathSelectorRegionalTargetCounts) WithValue(value int64) *ProbeGroupState_FieldPathMapValue
type ProbeGroup_StatePathSelectorRegionalTargetCounts ¶
type ProbeGroup_StatePathSelectorRegionalTargetCounts struct{}
func (ProbeGroup_StatePathSelectorRegionalTargetCounts) FieldPath ¶
func (ProbeGroup_StatePathSelectorRegionalTargetCounts) FieldPath() *ProbeGroupState_FieldTerminalPath
func (ProbeGroup_StatePathSelectorRegionalTargetCounts) WithArrayOfValues ¶
func (s ProbeGroup_StatePathSelectorRegionalTargetCounts) WithArrayOfValues(values []map[string]int64) *ProbeGroupState_FieldTerminalPathArrayOfValues
func (ProbeGroup_StatePathSelectorRegionalTargetCounts) WithValue ¶
func (s ProbeGroup_StatePathSelectorRegionalTargetCounts) WithValue(value map[string]int64) *ProbeGroupState_FieldTerminalPathValue
type ProbeGroup_StatePathSelectorTargetCount ¶
type ProbeGroup_StatePathSelectorTargetCount struct{}
func (ProbeGroup_StatePathSelectorTargetCount) FieldPath ¶
func (ProbeGroup_StatePathSelectorTargetCount) FieldPath() *ProbeGroupState_FieldTerminalPath
func (ProbeGroup_StatePathSelectorTargetCount) WithArrayOfValues ¶
func (s ProbeGroup_StatePathSelectorTargetCount) WithArrayOfValues(values []int64) *ProbeGroupState_FieldTerminalPathArrayOfValues
func (ProbeGroup_StatePathSelectorTargetCount) WithValue ¶
func (s ProbeGroup_StatePathSelectorTargetCount) WithValue(value int64) *ProbeGroupState_FieldTerminalPathValue
type ProbeGroup_State_FieldMask ¶
type ProbeGroup_State_FieldMask struct {
Paths []ProbeGroupState_FieldPath
}
func FullProbeGroup_State_FieldMask ¶
func FullProbeGroup_State_FieldMask() *ProbeGroup_State_FieldMask
func (*ProbeGroup_State_FieldMask) AppendPath ¶
func (fieldMask *ProbeGroup_State_FieldMask) AppendPath(path ProbeGroupState_FieldPath)
func (*ProbeGroup_State_FieldMask) AppendRawPath ¶
func (fieldMask *ProbeGroup_State_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ProbeGroup_State_FieldMask) DecodeFirestore ¶
func (fieldMask *ProbeGroup_State_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ProbeGroup_State_FieldMask) EncodeFirestore ¶
func (fieldMask *ProbeGroup_State_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ProbeGroup_State_FieldMask) FilterInputFields ¶
func (fieldMask *ProbeGroup_State_FieldMask) FilterInputFields() *ProbeGroup_State_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ProbeGroup_State_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ProbeGroup_State_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ProbeGroup_State_FieldMask) GetPaths ¶
func (fieldMask *ProbeGroup_State_FieldMask) GetPaths() []ProbeGroupState_FieldPath
func (*ProbeGroup_State_FieldMask) GetRawPaths ¶
func (fieldMask *ProbeGroup_State_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ProbeGroup_State_FieldMask) IsFull ¶
func (fieldMask *ProbeGroup_State_FieldMask) IsFull() bool
func (ProbeGroup_State_FieldMask) Marshal ¶
func (fieldMask ProbeGroup_State_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ProbeGroup_State_FieldMask) MarshalJSON ¶
func (fieldMask ProbeGroup_State_FieldMask) MarshalJSON() ([]byte, error)
func (*ProbeGroup_State_FieldMask) PathsCount ¶
func (fieldMask *ProbeGroup_State_FieldMask) PathsCount() int
func (*ProbeGroup_State_FieldMask) Project ¶
func (fieldMask *ProbeGroup_State_FieldMask) Project(source *ProbeGroup_State) *ProbeGroup_State
func (*ProbeGroup_State_FieldMask) ProjectRaw ¶
func (fieldMask *ProbeGroup_State_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ProbeGroup_State_FieldMask) ProtoMessage ¶
func (fieldMask *ProbeGroup_State_FieldMask) ProtoMessage()
func (*ProbeGroup_State_FieldMask) ProtoReflect ¶
func (fieldMask *ProbeGroup_State_FieldMask) ProtoReflect() preflect.Message
func (*ProbeGroup_State_FieldMask) Reset ¶
func (fieldMask *ProbeGroup_State_FieldMask) Reset()
func (*ProbeGroup_State_FieldMask) Set ¶
func (fieldMask *ProbeGroup_State_FieldMask) Set(target, source *ProbeGroup_State)
func (*ProbeGroup_State_FieldMask) SetFromCliFlag ¶
func (fieldMask *ProbeGroup_State_FieldMask) SetFromCliFlag(raw string) error
func (*ProbeGroup_State_FieldMask) SetRaw ¶
func (fieldMask *ProbeGroup_State_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ProbeGroup_State_FieldMask) Size ¶
func (fieldMask *ProbeGroup_State_FieldMask) Size() int
func (*ProbeGroup_State_FieldMask) String ¶
func (fieldMask *ProbeGroup_State_FieldMask) String() string
func (*ProbeGroup_State_FieldMask) Subtract ¶
func (fieldMask *ProbeGroup_State_FieldMask) Subtract(other *ProbeGroup_State_FieldMask) *ProbeGroup_State_FieldMask
func (*ProbeGroup_State_FieldMask) SubtractRaw ¶
func (fieldMask *ProbeGroup_State_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ProbeGroup_State_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ProbeGroup_State_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ProbeGroup_State_FieldMask) Unmarshal ¶
func (fieldMask *ProbeGroup_State_FieldMask) Unmarshal(data []byte) error
func (*ProbeGroup_State_FieldMask) UnmarshalJSON ¶
func (fieldMask *ProbeGroup_State_FieldMask) UnmarshalJSON(data []byte) error
type QueryResultChange ¶
type QueryResultChange struct { Changes []*ProbeGroupChange 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 { ProbeGroups []*ProbeGroup PrevPageCursor *PagerCursor NextPageCursor *PagerCursor }
func (*QueryResultSnapshot) GetNextPageCursor ¶
func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor
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) 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, probeGroup *ProbeGroup) (*Reference, error)
func MustParseReference ¶
func ParseReference ¶
func (*Reference) ClearCached ¶
func (ref *Reference) ClearCached()
func (*Reference) FullyQualifiedName ¶
func (*Reference) GetIParentName ¶ added in v0.7.1
func (ref *Reference) GetIParentName() gotenresource.Name
func (*Reference) GetIUnderlyingParentName ¶ added in v0.7.1
func (ref *Reference) GetIUnderlyingParentName() gotenresource.Name
func (*Reference) GetIdParts ¶
func (*Reference) GetPattern ¶
func (ref *Reference) GetPattern() gotenresource.NamePattern
func (*Reference) GetProbeGroup ¶
func (ref *Reference) GetProbeGroup() *ProbeGroup
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 *ProbeGroup)
func (*Reference) ResolveRaw ¶
func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
func (*Reference) SetFromCliFlag ¶
implement CustomTypeCliValue method
type SearchQuery ¶
func (*SearchQuery) GetPhrase ¶
func (q *SearchQuery) GetPhrase() string
func (*SearchQuery) SetPhrase ¶
func (q *SearchQuery) SetPhrase(phrase string)
func (*SearchQuery) String ¶
func (q *SearchQuery) String() string
type SearchQueryResultSnapshot ¶
type SearchQueryResultSnapshot struct { QueryResultSnapshot TotalResultsCount int32 CurrentOffset int32 }
func (*SearchQueryResultSnapshot) GetPagingInfo ¶
func (sqr *SearchQueryResultSnapshot) GetPagingInfo() (totalCount, offset int32)
func (*SearchQueryResultSnapshot) SetPagingInfo ¶
func (sqr *SearchQueryResultSnapshot) SetPagingInfo(totalCount, offset int32)
type WatchQuery ¶
type WatchQuery struct { ListQuery WatchType watch_type.WatchType ChunkSize int ResumeToken string StartingTime *timestamppb.Timestamp }
func (*WatchQuery) GetMaximumChunkSize ¶
func (q *WatchQuery) GetMaximumChunkSize() int
func (*WatchQuery) GetResumeToken ¶
func (q *WatchQuery) GetResumeToken() string
func (*WatchQuery) GetStartingTime ¶ added in v0.7.13
func (q *WatchQuery) GetStartingTime() *timestamppb.Timestamp
func (*WatchQuery) GetWatchType ¶
func (q *WatchQuery) GetWatchType() watch_type.WatchType
func (*WatchQuery) SetMaximumChunkSize ¶
func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)
func (*WatchQuery) SetResumeToken ¶
func (q *WatchQuery) SetResumeToken(token string)
func (*WatchQuery) SetStartingTime ¶ added in v0.7.13
func (q *WatchQuery) SetStartingTime(startingTime *timestamppb.Timestamp)
func (*WatchQuery) SetWatchType ¶
func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
func (*WatchQuery) String ¶ added in v0.4.26
func (q *WatchQuery) String() string
Source Files ¶
- probe_group.pb.access.go
- probe_group.pb.collections.go
- probe_group.pb.descriptor.go
- probe_group.pb.fieldmask.go
- probe_group.pb.fieldpath.go
- probe_group.pb.fieldpathbuilder.go
- probe_group.pb.filter.go
- probe_group.pb.filterbuilder.go
- probe_group.pb.go
- probe_group.pb.name.go
- probe_group.pb.namebuilder.go
- probe_group.pb.object_ext.go
- probe_group.pb.pagination.go
- probe_group.pb.parentname.go
- probe_group.pb.query.go
- probe_group.pb.validate.go
- probe_group.pb.view.go
- probe_group_change.pb.change.go
- probe_group_change.pb.go
- probe_group_change.pb.validate.go