Documentation ¶
Index ¶
- Constants
- Variables
- func AsAnyCastAccess(access ProbeAccess) 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) 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 *Probe) bool
- func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
- func (filter *Filter) FilterSlice(in []*Probe) (out []*Probe)
- 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 Probe_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 *Probe) 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 Probe_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 *Probe) 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 Probe_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 *Probe) bool
- func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionContains) GetFieldPath() Probe_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 Probe_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 *Probe) 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 Probe_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 *Probe) 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 Probe_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 *Probe) 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 Probe_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 *Probe) 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 Probe_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 *Probe) 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 Probe_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
- func (b *NameBuilder) SetRegionId(id string) *NameBuilder
- type NamePattern
- type OrderBy
- func (orderBy *OrderBy) Compare(left, right *Probe) int
- func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
- func (orderBy *OrderBy) GetFieldMask() *Probe_FieldMask
- func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
- func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
- func (orderBy *OrderBy) InsertSorted(sorted ProbeList, elem *Probe) (ProbeList, 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 ProbeList)
- 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 Probe
- func (o *Probe) Clone() *Probe
- func (o *Probe) CloneRaw() gotenobject.GotenObjectExt
- func (*Probe) Descriptor() ([]byte, []int)
- func (m *Probe) GetDisplayName() string
- func (m *Probe) GetLowerDisplayName() string
- func (m *Probe) GetMemo() []*ntt_memo.Memo
- func (m *Probe) GetMetadata() *ntt_meta.Meta
- func (m *Probe) GetName() *Name
- func (r *Probe) GetRawName() gotenresource.Name
- func (r *Probe) GetResourceDescriptor() gotenresource.Descriptor
- func (m *Probe) GetSpec() *Probe_Spec
- func (m *Probe) GetStatus() *Probe_Status
- func (*Probe) GotenMessage()
- func (o *Probe) GotenObjectExt()
- func (obj *Probe) GotenValidate() error
- func (o *Probe) MakeDiffFieldMask(other *Probe) *Probe_FieldMask
- func (o *Probe) MakeFullFieldMask() *Probe_FieldMask
- func (o *Probe) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Probe) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Probe) Marshal() ([]byte, error)
- func (m *Probe) MarshalJSON() ([]byte, error)
- func (r *Probe) MaybePopulateDefaults() error
- func (o *Probe) Merge(source *Probe)
- func (o *Probe) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Probe) ProtoMessage()
- func (m *Probe) ProtoReflect() preflect.Message
- func (m *Probe) Reset()
- func (m *Probe) SetDisplayName(fv string)
- func (m *Probe) SetLowerDisplayName(fv string)
- func (m *Probe) SetMemo(fv []*ntt_memo.Memo)
- func (m *Probe) SetMetadata(fv *ntt_meta.Meta)
- func (m *Probe) SetName(fv *Name)
- func (m *Probe) SetSpec(fv *Probe_Spec)
- func (m *Probe) SetStatus(fv *Probe_Status)
- func (m *Probe) String() string
- func (m *Probe) Unmarshal(b []byte) error
- func (m *Probe) UnmarshalJSON(data []byte) error
- type ProbeAccess
- type ProbeChange
- func (*ProbeChange) Descriptor() ([]byte, []int)
- func (m *ProbeChange) GetAdded() *ProbeChange_Added
- func (m *ProbeChange) GetChangeType() isProbeChange_ChangeType
- func (m *ProbeChange) GetCurrent() *ProbeChange_Current
- func (c *ProbeChange) GetCurrentViewIndex() int32
- func (m *ProbeChange) GetModified() *ProbeChange_Modified
- func (c *ProbeChange) GetPreviousViewIndex() int32
- func (c *ProbeChange) GetProbe() *Probe
- func (c *ProbeChange) GetProbeName() *Name
- func (c *ProbeChange) GetRawName() gotenresource.Name
- func (c *ProbeChange) GetRawResource() gotenresource.Resource
- func (m *ProbeChange) GetRemoved() *ProbeChange_Removed
- func (*ProbeChange) GotenMessage()
- func (obj *ProbeChange) GotenValidate() error
- func (c *ProbeChange) IsAdd() bool
- func (c *ProbeChange) IsCurrent() bool
- func (c *ProbeChange) IsDelete() bool
- func (c *ProbeChange) IsModify() bool
- func (m *ProbeChange) Marshal() ([]byte, error)
- func (m *ProbeChange) MarshalJSON() ([]byte, error)
- func (*ProbeChange) ProtoMessage()
- func (m *ProbeChange) ProtoReflect() preflect.Message
- func (m *ProbeChange) Reset()
- func (m *ProbeChange) SetAdded(fv *ProbeChange_Added)
- func (c *ProbeChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
- func (m *ProbeChange) SetChangeType(ofv isProbeChange_ChangeType)
- func (m *ProbeChange) SetCurrent(fv *ProbeChange_Current)
- func (c *ProbeChange) SetCurrentRaw(snapshot gotenresource.Resource)
- func (c *ProbeChange) SetDeletedRaw(name gotenresource.Name, idx int)
- func (m *ProbeChange) SetModified(fv *ProbeChange_Modified)
- func (c *ProbeChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...)
- func (m *ProbeChange) SetRemoved(fv *ProbeChange_Removed)
- func (m *ProbeChange) String() string
- func (m *ProbeChange) Unmarshal(b []byte) error
- func (m *ProbeChange) UnmarshalJSON(data []byte) error
- type ProbeChangeList
- func (l ProbeChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
- func (l ProbeChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
- func (l ProbeChangeList) At(idx int) gotenresource.ResourceChange
- func (l ProbeChangeList) Length() int
- func (l ProbeChangeList) Set(idx int, change gotenresource.ResourceChange)
- func (l ProbeChangeList) Slice(first, second int) gotenresource.ResourceChangeList
- type ProbeChangeMap
- func (m ProbeChangeMap) Delete(name gotenresource.Name)
- func (m ProbeChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
- func (m ProbeChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
- func (m ProbeChangeMap) Length() int
- func (m ProbeChangeMap) Set(change gotenresource.ResourceChange)
- type ProbeChange_Added
- func (*ProbeChange_Added) Descriptor() ([]byte, []int)
- func (m *ProbeChange_Added) GetProbe() *Probe
- func (m *ProbeChange_Added) GetViewIndex() int32
- func (*ProbeChange_Added) GotenMessage()
- func (obj *ProbeChange_Added) GotenValidate() error
- func (m *ProbeChange_Added) Marshal() ([]byte, error)
- func (m *ProbeChange_Added) MarshalJSON() ([]byte, error)
- func (*ProbeChange_Added) ProtoMessage()
- func (m *ProbeChange_Added) ProtoReflect() preflect.Message
- func (m *ProbeChange_Added) Reset()
- func (m *ProbeChange_Added) SetProbe(fv *Probe)
- func (m *ProbeChange_Added) SetViewIndex(fv int32)
- func (m *ProbeChange_Added) String() string
- func (m *ProbeChange_Added) Unmarshal(b []byte) error
- func (m *ProbeChange_Added) UnmarshalJSON(data []byte) error
- type ProbeChange_Added_
- type ProbeChange_Current
- func (*ProbeChange_Current) Descriptor() ([]byte, []int)
- func (m *ProbeChange_Current) GetProbe() *Probe
- func (*ProbeChange_Current) GotenMessage()
- func (obj *ProbeChange_Current) GotenValidate() error
- func (m *ProbeChange_Current) Marshal() ([]byte, error)
- func (m *ProbeChange_Current) MarshalJSON() ([]byte, error)
- func (*ProbeChange_Current) ProtoMessage()
- func (m *ProbeChange_Current) ProtoReflect() preflect.Message
- func (m *ProbeChange_Current) Reset()
- func (m *ProbeChange_Current) SetProbe(fv *Probe)
- func (m *ProbeChange_Current) String() string
- func (m *ProbeChange_Current) Unmarshal(b []byte) error
- func (m *ProbeChange_Current) UnmarshalJSON(data []byte) error
- type ProbeChange_Current_
- type ProbeChange_Modified
- func (*ProbeChange_Modified) Descriptor() ([]byte, []int)
- func (m *ProbeChange_Modified) GetFieldMask() *Probe_FieldMask
- func (m *ProbeChange_Modified) GetName() *Name
- func (m *ProbeChange_Modified) GetPreviousViewIndex() int32
- func (m *ProbeChange_Modified) GetProbe() *Probe
- func (m *ProbeChange_Modified) GetViewIndex() int32
- func (*ProbeChange_Modified) GotenMessage()
- func (obj *ProbeChange_Modified) GotenValidate() error
- func (m *ProbeChange_Modified) Marshal() ([]byte, error)
- func (m *ProbeChange_Modified) MarshalJSON() ([]byte, error)
- func (*ProbeChange_Modified) ProtoMessage()
- func (m *ProbeChange_Modified) ProtoReflect() preflect.Message
- func (m *ProbeChange_Modified) Reset()
- func (m *ProbeChange_Modified) SetFieldMask(fv *Probe_FieldMask)
- func (m *ProbeChange_Modified) SetName(fv *Name)
- func (m *ProbeChange_Modified) SetPreviousViewIndex(fv int32)
- func (m *ProbeChange_Modified) SetProbe(fv *Probe)
- func (m *ProbeChange_Modified) SetViewIndex(fv int32)
- func (m *ProbeChange_Modified) String() string
- func (m *ProbeChange_Modified) Unmarshal(b []byte) error
- func (m *ProbeChange_Modified) UnmarshalJSON(data []byte) error
- type ProbeChange_Modified_
- type ProbeChange_Removed
- func (*ProbeChange_Removed) Descriptor() ([]byte, []int)
- func (m *ProbeChange_Removed) GetName() *Name
- func (m *ProbeChange_Removed) GetViewIndex() int32
- func (*ProbeChange_Removed) GotenMessage()
- func (obj *ProbeChange_Removed) GotenValidate() error
- func (m *ProbeChange_Removed) Marshal() ([]byte, error)
- func (m *ProbeChange_Removed) MarshalJSON() ([]byte, error)
- func (*ProbeChange_Removed) ProtoMessage()
- func (m *ProbeChange_Removed) ProtoReflect() preflect.Message
- func (m *ProbeChange_Removed) Reset()
- func (m *ProbeChange_Removed) SetName(fv *Name)
- func (m *ProbeChange_Removed) SetViewIndex(fv int32)
- func (m *ProbeChange_Removed) String() string
- func (m *ProbeChange_Removed) Unmarshal(b []byte) error
- func (m *ProbeChange_Removed) UnmarshalJSON(data []byte) error
- type ProbeChange_Removed_
- type ProbeFieldPathBuilder
- func (ProbeFieldPathBuilder) DisplayName() ProbePathSelectorDisplayName
- func (ProbeFieldPathBuilder) LowerDisplayName() ProbePathSelectorLowerDisplayName
- func (ProbeFieldPathBuilder) Memo() ProbePathSelectorMemo
- func (ProbeFieldPathBuilder) Metadata() ProbePathSelectorMetadata
- func (ProbeFieldPathBuilder) Name() ProbePathSelectorName
- func (ProbeFieldPathBuilder) Spec() ProbePathSelectorSpec
- func (ProbeFieldPathBuilder) Status() ProbePathSelectorStatus
- type ProbeList
- func (l ProbeList) Append(item gotenresource.Resource) gotenresource.ResourceList
- func (l ProbeList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
- func (l ProbeList) At(idx int) gotenresource.Resource
- func (l ProbeList) Length() int
- func (l ProbeList) Set(idx int, res gotenresource.Resource)
- func (l ProbeList) Slice(first, second int) gotenresource.ResourceList
- type ProbeMap
- type ProbeMapPathSelectorMetadataAnnotations
- type ProbeMapPathSelectorMetadataLabels
- type ProbeMapPathSelectorMetadataShards
- type ProbeMapPathSelectorSpecActivationInvitationExtras
- func (s ProbeMapPathSelectorSpecActivationInvitationExtras) FieldPath() *Probe_FieldSubPath
- func (s ProbeMapPathSelectorSpecActivationInvitationExtras) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbeMapPathSelectorSpecActivationInvitationExtras) WithValue(value string) *Probe_FieldSubPathValue
- type ProbeMapPathSelectorStatusNetworkInterfaces
- func (s ProbeMapPathSelectorStatusNetworkInterfaces) FieldPath() *Probe_FieldSubPath
- func (s ProbeMapPathSelectorStatusNetworkInterfaces) WithArrayOfValues(values []*Probe_Status_NetworkInterface) *Probe_FieldSubPathArrayOfValues
- func (s ProbeMapPathSelectorStatusNetworkInterfaces) WithValue(value *Probe_Status_NetworkInterface) *Probe_FieldSubPathValue
- type ProbeNameList
- func (l ProbeNameList) Append(name gotenresource.Name) gotenresource.NameList
- func (l ProbeNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
- func (l ProbeNameList) At(idx int) gotenresource.Name
- func (l ProbeNameList) Length() int
- func (l ProbeNameList) Set(idx int, name gotenresource.Name)
- func (l ProbeNameList) Slice(first, second int) gotenresource.NameList
- type ProbeParentNameList
- func (l ProbeParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
- func (l ProbeParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
- func (l ProbeParentNameList) At(idx int) gotenresource.Name
- func (l ProbeParentNameList) Length() int
- func (l ProbeParentNameList) Set(idx int, name gotenresource.Name)
- func (l ProbeParentNameList) Slice(first, second int) gotenresource.ParentNameList
- type ProbeParentReferenceList
- func (l ProbeParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
- func (l ProbeParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
- func (l ProbeParentReferenceList) At(idx int) gotenresource.Reference
- func (l ProbeParentReferenceList) Length() int
- func (l ProbeParentReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l ProbeParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
- type ProbePathSelectorDisplayName
- type ProbePathSelectorLowerDisplayName
- type ProbePathSelectorMemo
- func (ProbePathSelectorMemo) CreateTime() ProbePathSelectorMemoCreateTime
- func (ProbePathSelectorMemo) CreatedBy() ProbePathSelectorMemoCreatedBy
- func (ProbePathSelectorMemo) FieldPath() *Probe_FieldTerminalPath
- func (ProbePathSelectorMemo) Message() ProbePathSelectorMemoMessage
- func (ProbePathSelectorMemo) UpdateTime() ProbePathSelectorMemoUpdateTime
- func (s ProbePathSelectorMemo) WithArrayOfValues(values [][]*ntt_memo.Memo) *Probe_FieldTerminalPathArrayOfValues
- func (s ProbePathSelectorMemo) WithItemValue(value *ntt_memo.Memo) *Probe_FieldTerminalPathArrayItemValue
- func (s ProbePathSelectorMemo) WithSubArrayItemValue(subPathArrayItemValue ntt_memo.Memo_FieldPathArrayItemValue) *Probe_FieldSubPathArrayItemValue
- func (s ProbePathSelectorMemo) WithSubArrayOfValues(subPathArrayOfValues ntt_memo.Memo_FieldPathArrayOfValues) *Probe_FieldSubPathArrayOfValues
- func (ProbePathSelectorMemo) WithSubPath(subPath ntt_memo.Memo_FieldPath) *Probe_FieldSubPath
- func (s ProbePathSelectorMemo) WithSubValue(subPathValue ntt_memo.Memo_FieldPathValue) *Probe_FieldSubPathValue
- func (s ProbePathSelectorMemo) WithValue(value []*ntt_memo.Memo) *Probe_FieldTerminalPathValue
- type ProbePathSelectorMemoCreateTime
- type ProbePathSelectorMemoCreatedBy
- type ProbePathSelectorMemoMessage
- type ProbePathSelectorMemoUpdateTime
- type ProbePathSelectorMetadata
- func (ProbePathSelectorMetadata) Annotations() ProbePathSelectorMetadataAnnotations
- func (ProbePathSelectorMetadata) CreateTime() ProbePathSelectorMetadataCreateTime
- func (ProbePathSelectorMetadata) DeleteTime() ProbePathSelectorMetadataDeleteTime
- func (ProbePathSelectorMetadata) FieldPath() *Probe_FieldTerminalPath
- func (ProbePathSelectorMetadata) Generation() ProbePathSelectorMetadataGeneration
- func (ProbePathSelectorMetadata) Labels() ProbePathSelectorMetadataLabels
- func (ProbePathSelectorMetadata) Lifecycle() ProbePathSelectorMetadataLifecycle
- func (ProbePathSelectorMetadata) OwnerReferences() ProbePathSelectorMetadataOwnerReferences
- func (ProbePathSelectorMetadata) ResourceVersion() ProbePathSelectorMetadataResourceVersion
- func (ProbePathSelectorMetadata) Shards() ProbePathSelectorMetadataShards
- func (ProbePathSelectorMetadata) Syncing() ProbePathSelectorMetadataSyncing
- func (ProbePathSelectorMetadata) Tags() ProbePathSelectorMetadataTags
- func (ProbePathSelectorMetadata) UpdateTime() ProbePathSelectorMetadataUpdateTime
- func (ProbePathSelectorMetadata) Uuid() ProbePathSelectorMetadataUuid
- func (s ProbePathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *Probe_FieldTerminalPathArrayOfValues
- func (s ProbePathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *Probe_FieldSubPathArrayItemValue
- func (s ProbePathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *Probe_FieldSubPathArrayOfValues
- func (ProbePathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *Probe_FieldSubPath
- func (s ProbePathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *Probe_FieldSubPathValue
- func (s ProbePathSelectorMetadata) WithValue(value *ntt_meta.Meta) *Probe_FieldTerminalPathValue
- type ProbePathSelectorMetadataAnnotations
- func (ProbePathSelectorMetadataAnnotations) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *Probe_FieldSubPathArrayOfValues
- func (ProbePathSelectorMetadataAnnotations) WithKey(key string) ProbeMapPathSelectorMetadataAnnotations
- func (s ProbePathSelectorMetadataAnnotations) WithValue(value map[string]string) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataCreateTime
- func (ProbePathSelectorMetadataCreateTime) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataDeleteTime
- func (ProbePathSelectorMetadataDeleteTime) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataGeneration
- type ProbePathSelectorMetadataLabels
- func (ProbePathSelectorMetadataLabels) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *Probe_FieldSubPathArrayOfValues
- func (ProbePathSelectorMetadataLabels) WithKey(key string) ProbeMapPathSelectorMetadataLabels
- func (s ProbePathSelectorMetadataLabels) WithValue(value map[string]string) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataLifecycle
- func (ProbePathSelectorMetadataLifecycle) BlockDeletion() ProbePathSelectorMetadataLifecycleBlockDeletion
- func (ProbePathSelectorMetadataLifecycle) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorMetadataLifecycle) State() ProbePathSelectorMetadataLifecycleState
- func (s ProbePathSelectorMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataLifecycleBlockDeletion
- func (ProbePathSelectorMetadataLifecycleBlockDeletion) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataLifecycleState
- func (ProbePathSelectorMetadataLifecycleState) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataOwnerReferences
- func (ProbePathSelectorMetadataOwnerReferences) BlockOwnerDeletion() ProbePathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (ProbePathSelectorMetadataOwnerReferences) Controller() ProbePathSelectorMetadataOwnerReferencesController
- func (ProbePathSelectorMetadataOwnerReferences) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorMetadataOwnerReferences) Kind() ProbePathSelectorMetadataOwnerReferencesKind
- func (ProbePathSelectorMetadataOwnerReferences) Name() ProbePathSelectorMetadataOwnerReferencesName
- func (ProbePathSelectorMetadataOwnerReferences) Region() ProbePathSelectorMetadataOwnerReferencesRegion
- func (ProbePathSelectorMetadataOwnerReferences) RequiresOwnerReference() ProbePathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (ProbePathSelectorMetadataOwnerReferences) Version() ProbePathSelectorMetadataOwnerReferencesVersion
- func (s ProbePathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *Probe_FieldSubPathArrayItemValue
- func (s ProbePathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (ProbePathSelectorMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataOwnerReferencesController
- func (ProbePathSelectorMetadataOwnerReferencesController) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorMetadataOwnerReferencesController) WithValue(value bool) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataOwnerReferencesKind
- func (ProbePathSelectorMetadataOwnerReferencesKind) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorMetadataOwnerReferencesKind) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataOwnerReferencesName
- func (ProbePathSelectorMetadataOwnerReferencesName) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorMetadataOwnerReferencesName) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataOwnerReferencesRegion
- func (ProbePathSelectorMetadataOwnerReferencesRegion) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (ProbePathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataOwnerReferencesVersion
- func (ProbePathSelectorMetadataOwnerReferencesVersion) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataResourceVersion
- type ProbePathSelectorMetadataShards
- func (ProbePathSelectorMetadataShards) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *Probe_FieldSubPathArrayOfValues
- func (ProbePathSelectorMetadataShards) WithKey(key string) ProbeMapPathSelectorMetadataShards
- func (s ProbePathSelectorMetadataShards) WithValue(value map[string]int64) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataSyncing
- func (ProbePathSelectorMetadataSyncing) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorMetadataSyncing) OwningRegion() ProbePathSelectorMetadataSyncingOwningRegion
- func (ProbePathSelectorMetadataSyncing) Regions() ProbePathSelectorMetadataSyncingRegions
- func (s ProbePathSelectorMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataSyncingOwningRegion
- func (ProbePathSelectorMetadataSyncingOwningRegion) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorMetadataSyncingOwningRegion) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataSyncingRegions
- func (ProbePathSelectorMetadataSyncingRegions) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorMetadataSyncingRegions) WithItemValue(value string) *Probe_FieldSubPathArrayItemValue
- func (s ProbePathSelectorMetadataSyncingRegions) WithValue(value []string) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataTags
- func (ProbePathSelectorMetadataTags) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorMetadataTags) WithArrayOfValues(values [][]string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorMetadataTags) WithItemValue(value string) *Probe_FieldSubPathArrayItemValue
- func (s ProbePathSelectorMetadataTags) WithValue(value []string) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataUpdateTime
- func (ProbePathSelectorMetadataUpdateTime) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *Probe_FieldSubPathValue
- type ProbePathSelectorMetadataUuid
- type ProbePathSelectorName
- type ProbePathSelectorSpec
- func (ProbePathSelectorSpec) AccessToken() ProbePathSelectorSpecAccessToken
- func (ProbePathSelectorSpec) Activation() ProbePathSelectorSpecActivation
- func (ProbePathSelectorSpec) AgentType() ProbePathSelectorSpecAgentType
- func (ProbePathSelectorSpec) ContactInfo() ProbePathSelectorSpecContactInfo
- func (ProbePathSelectorSpec) Device() ProbePathSelectorSpecDevice
- func (ProbePathSelectorSpec) DisableSpeedtest() ProbePathSelectorSpecDisableSpeedtest
- func (ProbePathSelectorSpec) Enabled() ProbePathSelectorSpecEnabled
- func (ProbePathSelectorSpec) ExternalIpCheckUrl() ProbePathSelectorSpecExternalIpCheckUrl
- func (ProbePathSelectorSpec) FieldPath() *Probe_FieldTerminalPath
- func (ProbePathSelectorSpec) LocationDiscovery() ProbePathSelectorSpecLocationDiscovery
- func (ProbePathSelectorSpec) PrimaryLocation() ProbePathSelectorSpecPrimaryLocation
- func (ProbePathSelectorSpec) ProbeGroup() ProbePathSelectorSpecProbeGroup
- func (ProbePathSelectorSpec) TargetServers() ProbePathSelectorSpecTargetServers
- func (s ProbePathSelectorSpec) WithArrayOfValues(values []*Probe_Spec) *Probe_FieldTerminalPathArrayOfValues
- func (s ProbePathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue ProbeSpec_FieldPathArrayItemValue) *Probe_FieldSubPathArrayItemValue
- func (s ProbePathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues ProbeSpec_FieldPathArrayOfValues) *Probe_FieldSubPathArrayOfValues
- func (ProbePathSelectorSpec) WithSubPath(subPath ProbeSpec_FieldPath) *Probe_FieldSubPath
- func (s ProbePathSelectorSpec) WithSubValue(subPathValue ProbeSpec_FieldPathValue) *Probe_FieldSubPathValue
- func (s ProbePathSelectorSpec) WithValue(value *Probe_Spec) *Probe_FieldTerminalPathValue
- type ProbePathSelectorSpecAccessToken
- func (ProbePathSelectorSpecAccessToken) AccessToken() ProbePathSelectorSpecAccessTokenAccessToken
- func (ProbePathSelectorSpecAccessToken) Enable() ProbePathSelectorSpecAccessTokenEnable
- func (ProbePathSelectorSpecAccessToken) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecAccessToken) WithArrayOfValues(values []*Probe_Spec_AccessTokenSpec) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecAccessToken) WithValue(value *Probe_Spec_AccessTokenSpec) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecAccessTokenAccessToken
- func (ProbePathSelectorSpecAccessTokenAccessToken) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecAccessTokenAccessToken) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecAccessTokenAccessToken) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecAccessTokenEnable
- type ProbePathSelectorSpecActivation
- func (ProbePathSelectorSpecActivation) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorSpecActivation) InvitationExtras() ProbePathSelectorSpecActivationInvitationExtras
- func (ProbePathSelectorSpecActivation) ReusableToken() ProbePathSelectorSpecActivationReusableToken
- func (ProbePathSelectorSpecActivation) SendInvitationOnCreate() ProbePathSelectorSpecActivationSendInvitationOnCreate
- func (ProbePathSelectorSpecActivation) Token() ProbePathSelectorSpecActivationToken
- func (ProbePathSelectorSpecActivation) Type() ProbePathSelectorSpecActivationType
- func (s ProbePathSelectorSpecActivation) WithArrayOfValues(values []*Probe_Spec_ActivationSpec) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecActivation) WithValue(value *Probe_Spec_ActivationSpec) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecActivationInvitationExtras
- func (ProbePathSelectorSpecActivationInvitationExtras) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecActivationInvitationExtras) WithArrayOfValues(values []map[string]string) *Probe_FieldSubPathArrayOfValues
- func (ProbePathSelectorSpecActivationInvitationExtras) WithKey(key string) ProbeMapPathSelectorSpecActivationInvitationExtras
- func (s ProbePathSelectorSpecActivationInvitationExtras) WithValue(value map[string]string) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecActivationReusableToken
- func (ProbePathSelectorSpecActivationReusableToken) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecActivationReusableToken) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecActivationReusableToken) WithValue(value bool) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecActivationSendInvitationOnCreate
- func (ProbePathSelectorSpecActivationSendInvitationOnCreate) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecActivationSendInvitationOnCreate) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecActivationSendInvitationOnCreate) WithValue(value bool) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecActivationToken
- type ProbePathSelectorSpecActivationType
- func (ProbePathSelectorSpecActivationType) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecActivationType) WithArrayOfValues(values []Probe_Spec_ActivationSpec_ActivationType) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecActivationType) WithValue(value Probe_Spec_ActivationSpec_ActivationType) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecAgentType
- type ProbePathSelectorSpecContactInfo
- func (ProbePathSelectorSpecContactInfo) Email() ProbePathSelectorSpecContactInfoEmail
- func (ProbePathSelectorSpecContactInfo) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorSpecContactInfo) FullName() ProbePathSelectorSpecContactInfoFullName
- func (ProbePathSelectorSpecContactInfo) Phones() ProbePathSelectorSpecContactInfoPhones
- func (s ProbePathSelectorSpecContactInfo) WithArrayOfValues(values []*common.ContactInformation) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecContactInfo) WithValue(value *common.ContactInformation) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecContactInfoEmail
- type ProbePathSelectorSpecContactInfoFullName
- type ProbePathSelectorSpecContactInfoPhones
- func (ProbePathSelectorSpecContactInfoPhones) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorSpecContactInfoPhones) Number() ProbePathSelectorSpecContactInfoPhonesNumber
- func (ProbePathSelectorSpecContactInfoPhones) Type() ProbePathSelectorSpecContactInfoPhonesType
- func (s ProbePathSelectorSpecContactInfoPhones) WithArrayOfValues(values [][]*common.ContactInformation_PhoneNumber) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecContactInfoPhones) WithItemValue(value *common.ContactInformation_PhoneNumber) *Probe_FieldSubPathArrayItemValue
- func (s ProbePathSelectorSpecContactInfoPhones) WithValue(value []*common.ContactInformation_PhoneNumber) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecContactInfoPhonesNumber
- func (ProbePathSelectorSpecContactInfoPhonesNumber) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecContactInfoPhonesNumber) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecContactInfoPhonesNumber) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecContactInfoPhonesType
- func (ProbePathSelectorSpecContactInfoPhonesType) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecContactInfoPhonesType) WithArrayOfValues(values []common.ContactInformation_PhoneType) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecContactInfoPhonesType) WithValue(value common.ContactInformation_PhoneType) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecDevice
- type ProbePathSelectorSpecDisableSpeedtest
- type ProbePathSelectorSpecEnabled
- type ProbePathSelectorSpecExternalIpCheckUrl
- func (ProbePathSelectorSpecExternalIpCheckUrl) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecExternalIpCheckUrl) WithArrayOfValues(values [][]string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecExternalIpCheckUrl) WithItemValue(value string) *Probe_FieldSubPathArrayItemValue
- func (s ProbePathSelectorSpecExternalIpCheckUrl) WithValue(value []string) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecLocationDiscovery
- func (ProbePathSelectorSpecLocationDiscovery) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorSpecLocationDiscovery) RequiredAccuracy() ProbePathSelectorSpecLocationDiscoveryRequiredAccuracy
- func (ProbePathSelectorSpecLocationDiscovery) Type() ProbePathSelectorSpecLocationDiscoveryType
- func (s ProbePathSelectorSpecLocationDiscovery) WithArrayOfValues(values []*common.LocationDiscoverySpec) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecLocationDiscovery) WithValue(value *common.LocationDiscoverySpec) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecLocationDiscoveryRequiredAccuracy
- func (ProbePathSelectorSpecLocationDiscoveryRequiredAccuracy) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues(values []float64) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecLocationDiscoveryRequiredAccuracy) WithValue(value float64) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecLocationDiscoveryType
- func (ProbePathSelectorSpecLocationDiscoveryType) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecLocationDiscoveryType) WithArrayOfValues(values []common.LocationDiscoverySpec_Type) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecLocationDiscoveryType) WithValue(value common.LocationDiscoverySpec_Type) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocation
- func (ProbePathSelectorSpecPrimaryLocation) Accuracy() ProbePathSelectorSpecPrimaryLocationAccuracy
- func (ProbePathSelectorSpecPrimaryLocation) Address() ProbePathSelectorSpecPrimaryLocationAddress
- func (ProbePathSelectorSpecPrimaryLocation) AdminHierarchy() ProbePathSelectorSpecPrimaryLocationAdminHierarchy
- func (ProbePathSelectorSpecPrimaryLocation) Coordinates() ProbePathSelectorSpecPrimaryLocationCoordinates
- func (ProbePathSelectorSpecPrimaryLocation) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocation) WithArrayOfValues(values []*common.Location) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocation) WithValue(value *common.Location) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAccuracy
- func (ProbePathSelectorSpecPrimaryLocationAccuracy) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationAccuracy) WithArrayOfValues(values []float64) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAccuracy) WithValue(value float64) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAddress
- func (ProbePathSelectorSpecPrimaryLocationAddress) AdminArea1() ProbePathSelectorSpecPrimaryLocationAddressAdminArea1
- func (ProbePathSelectorSpecPrimaryLocationAddress) AdminArea2() ProbePathSelectorSpecPrimaryLocationAddressAdminArea2
- func (ProbePathSelectorSpecPrimaryLocationAddress) AdminArea3() ProbePathSelectorSpecPrimaryLocationAddressAdminArea3
- func (ProbePathSelectorSpecPrimaryLocationAddress) AdminArea4() ProbePathSelectorSpecPrimaryLocationAddressAdminArea4
- func (ProbePathSelectorSpecPrimaryLocationAddress) Continent() ProbePathSelectorSpecPrimaryLocationAddressContinent
- func (ProbePathSelectorSpecPrimaryLocationAddress) Country() ProbePathSelectorSpecPrimaryLocationAddressCountry
- func (ProbePathSelectorSpecPrimaryLocationAddress) CountryCode() ProbePathSelectorSpecPrimaryLocationAddressCountryCode
- func (ProbePathSelectorSpecPrimaryLocationAddress) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorSpecPrimaryLocationAddress) PostalCode() ProbePathSelectorSpecPrimaryLocationAddressPostalCode
- func (ProbePathSelectorSpecPrimaryLocationAddress) StreetAddress() ProbePathSelectorSpecPrimaryLocationAddressStreetAddress
- func (s ProbePathSelectorSpecPrimaryLocationAddress) WithArrayOfValues(values []*common.Address) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAddress) WithValue(value *common.Address) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAddressAdminArea1
- func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea1) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAddressAdminArea1) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAddressAdminArea2
- func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea2) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAddressAdminArea2) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAddressAdminArea3
- func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea3) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAddressAdminArea3) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAddressAdminArea4
- func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea4) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAddressAdminArea4) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAddressContinent
- func (ProbePathSelectorSpecPrimaryLocationAddressContinent) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationAddressContinent) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAddressContinent) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAddressCountry
- func (ProbePathSelectorSpecPrimaryLocationAddressCountry) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationAddressCountry) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAddressCountry) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAddressCountryCode
- func (ProbePathSelectorSpecPrimaryLocationAddressCountryCode) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationAddressCountryCode) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAddressCountryCode) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAddressPostalCode
- func (ProbePathSelectorSpecPrimaryLocationAddressPostalCode) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationAddressPostalCode) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAddressPostalCode) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAddressStreetAddress
- func (ProbePathSelectorSpecPrimaryLocationAddressStreetAddress) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAddressStreetAddress) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAdminHierarchy
- func (ProbePathSelectorSpecPrimaryLocationAdminHierarchy) Admin1() ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1
- func (ProbePathSelectorSpecPrimaryLocationAdminHierarchy) Admin2() ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2
- func (ProbePathSelectorSpecPrimaryLocationAdminHierarchy) Admin3() ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3
- func (ProbePathSelectorSpecPrimaryLocationAdminHierarchy) Admin4() ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4
- func (ProbePathSelectorSpecPrimaryLocationAdminHierarchy) Admin5() ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5
- func (ProbePathSelectorSpecPrimaryLocationAdminHierarchy) Continent() ProbePathSelectorSpecPrimaryLocationAdminHierarchyContinent
- func (ProbePathSelectorSpecPrimaryLocationAdminHierarchy) Country() ProbePathSelectorSpecPrimaryLocationAdminHierarchyCountry
- func (ProbePathSelectorSpecPrimaryLocationAdminHierarchy) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1
- func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2
- func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3
- func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4
- func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5
- func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAdminHierarchyContinent
- func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyContinent) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationAdminHierarchyCountry
- func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyCountry) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecPrimaryLocationCoordinates
- func (ProbePathSelectorSpecPrimaryLocationCoordinates) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecPrimaryLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecPrimaryLocationCoordinates) WithValue(value *latlng.LatLng) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecProbeGroup
- func (ProbePathSelectorSpecProbeGroup) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecProbeGroup) WithArrayOfValues(values []*probe_group.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecProbeGroup) WithValue(value *probe_group.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecTargetServers
- func (ProbePathSelectorSpecTargetServers) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorSpecTargetServers) IcmpTarget() ProbePathSelectorSpecTargetServersIcmpTarget
- func (ProbePathSelectorSpecTargetServers) SpeedTestTarget() ProbePathSelectorSpecTargetServersSpeedTestTarget
- func (ProbePathSelectorSpecTargetServers) TargetAddressType() ProbePathSelectorSpecTargetServersTargetAddressType
- func (ProbePathSelectorSpecTargetServers) TargetIpVersion() ProbePathSelectorSpecTargetServersTargetIpVersion
- func (ProbePathSelectorSpecTargetServers) UdpTarget() ProbePathSelectorSpecTargetServersUdpTarget
- func (s ProbePathSelectorSpecTargetServers) WithArrayOfValues(values []*Probe_Spec_TargetServers) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecTargetServers) WithValue(value *Probe_Spec_TargetServers) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecTargetServersIcmpTarget
- func (ProbePathSelectorSpecTargetServersIcmpTarget) Enabled() ProbePathSelectorSpecTargetServersIcmpTargetEnabled
- func (ProbePathSelectorSpecTargetServersIcmpTarget) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecTargetServersIcmpTarget) WithArrayOfValues(values []*Probe_Spec_TargetServers_IcmpTarget) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecTargetServersIcmpTarget) WithValue(value *Probe_Spec_TargetServers_IcmpTarget) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecTargetServersIcmpTargetEnabled
- func (ProbePathSelectorSpecTargetServersIcmpTargetEnabled) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecTargetServersIcmpTargetEnabled) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecTargetServersIcmpTargetEnabled) WithValue(value bool) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecTargetServersSpeedTestTarget
- func (ProbePathSelectorSpecTargetServersSpeedTestTarget) Enabled() ProbePathSelectorSpecTargetServersSpeedTestTargetEnabled
- func (ProbePathSelectorSpecTargetServersSpeedTestTarget) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorSpecTargetServersSpeedTestTarget) TcpPort() ProbePathSelectorSpecTargetServersSpeedTestTargetTcpPort
- func (s ProbePathSelectorSpecTargetServersSpeedTestTarget) WithArrayOfValues(values []*Probe_Spec_TargetServers_SpeedTestTarget) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecTargetServersSpeedTestTarget) WithValue(value *Probe_Spec_TargetServers_SpeedTestTarget) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecTargetServersSpeedTestTargetEnabled
- func (ProbePathSelectorSpecTargetServersSpeedTestTargetEnabled) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecTargetServersSpeedTestTargetEnabled) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecTargetServersSpeedTestTargetEnabled) WithValue(value bool) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecTargetServersSpeedTestTargetTcpPort
- func (ProbePathSelectorSpecTargetServersSpeedTestTargetTcpPort) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecTargetServersSpeedTestTargetTcpPort) WithArrayOfValues(values []int32) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecTargetServersSpeedTestTargetTcpPort) WithValue(value int32) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecTargetServersTargetAddressType
- func (ProbePathSelectorSpecTargetServersTargetAddressType) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecTargetServersTargetAddressType) WithArrayOfValues(values []Probe_Spec_TargetServers_TargetIPAddressType) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecTargetServersTargetAddressType) WithValue(value Probe_Spec_TargetServers_TargetIPAddressType) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecTargetServersTargetIpVersion
- func (ProbePathSelectorSpecTargetServersTargetIpVersion) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecTargetServersTargetIpVersion) WithArrayOfValues(values []common.IpVersion) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecTargetServersTargetIpVersion) WithValue(value common.IpVersion) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecTargetServersUdpTarget
- func (ProbePathSelectorSpecTargetServersUdpTarget) Enabled() ProbePathSelectorSpecTargetServersUdpTargetEnabled
- func (ProbePathSelectorSpecTargetServersUdpTarget) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorSpecTargetServersUdpTarget) Port() ProbePathSelectorSpecTargetServersUdpTargetPort
- func (s ProbePathSelectorSpecTargetServersUdpTarget) WithArrayOfValues(values []*Probe_Spec_TargetServers_UdpTarget) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecTargetServersUdpTarget) WithValue(value *Probe_Spec_TargetServers_UdpTarget) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecTargetServersUdpTargetEnabled
- func (ProbePathSelectorSpecTargetServersUdpTargetEnabled) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecTargetServersUdpTargetEnabled) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecTargetServersUdpTargetEnabled) WithValue(value bool) *Probe_FieldSubPathValue
- type ProbePathSelectorSpecTargetServersUdpTargetPort
- func (ProbePathSelectorSpecTargetServersUdpTargetPort) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorSpecTargetServersUdpTargetPort) WithArrayOfValues(values []int32) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorSpecTargetServersUdpTargetPort) WithValue(value int32) *Probe_FieldSubPathValue
- type ProbePathSelectorStatus
- func (ProbePathSelectorStatus) Activation() ProbePathSelectorStatusActivation
- func (ProbePathSelectorStatus) ActiveLocation() ProbePathSelectorStatusActiveLocation
- func (ProbePathSelectorStatus) AgentType() ProbePathSelectorStatusAgentType
- func (ProbePathSelectorStatus) AsInfo() ProbePathSelectorStatusAsInfo
- func (ProbePathSelectorStatus) Bandwidth() ProbePathSelectorStatusBandwidth
- func (ProbePathSelectorStatus) Carrier() ProbePathSelectorStatusCarrier
- func (ProbePathSelectorStatus) Connection() ProbePathSelectorStatusConnection
- func (ProbePathSelectorStatus) ConnectionStatusChangeTime() ProbePathSelectorStatusConnectionStatusChangeTime
- func (ProbePathSelectorStatus) DiscoveredLocation() ProbePathSelectorStatusDiscoveredLocation
- func (ProbePathSelectorStatus) ExternalHostname() ProbePathSelectorStatusExternalHostname
- func (ProbePathSelectorStatus) ExternalIpAddressV4() ProbePathSelectorStatusExternalIpAddressV4
- func (ProbePathSelectorStatus) ExternalIpAddressV6() ProbePathSelectorStatusExternalIpAddressV6
- func (ProbePathSelectorStatus) FieldPath() *Probe_FieldTerminalPath
- func (ProbePathSelectorStatus) NetworkInterfaces() ProbePathSelectorStatusNetworkInterfaces
- func (ProbePathSelectorStatus) SoftwareVersion() ProbePathSelectorStatusSoftwareVersion
- func (ProbePathSelectorStatus) SystemInfo() ProbePathSelectorStatusSystemInfo
- func (s ProbePathSelectorStatus) WithArrayOfValues(values []*Probe_Status) *Probe_FieldTerminalPathArrayOfValues
- func (s ProbePathSelectorStatus) WithSubArrayItemValue(subPathArrayItemValue ProbeStatus_FieldPathArrayItemValue) *Probe_FieldSubPathArrayItemValue
- func (s ProbePathSelectorStatus) WithSubArrayOfValues(subPathArrayOfValues ProbeStatus_FieldPathArrayOfValues) *Probe_FieldSubPathArrayOfValues
- func (ProbePathSelectorStatus) WithSubPath(subPath ProbeStatus_FieldPath) *Probe_FieldSubPath
- func (s ProbePathSelectorStatus) WithSubValue(subPathValue ProbeStatus_FieldPathValue) *Probe_FieldSubPathValue
- func (s ProbePathSelectorStatus) WithValue(value *Probe_Status) *Probe_FieldTerminalPathValue
- type ProbePathSelectorStatusActivation
- func (ProbePathSelectorStatusActivation) CurrentSession() ProbePathSelectorStatusActivationCurrentSession
- func (ProbePathSelectorStatusActivation) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorStatusActivation) LastInvitation() ProbePathSelectorStatusActivationLastInvitation
- func (ProbePathSelectorStatusActivation) ServiceAccount() ProbePathSelectorStatusActivationServiceAccount
- func (ProbePathSelectorStatusActivation) Status() ProbePathSelectorStatusActivationStatus
- func (s ProbePathSelectorStatusActivation) WithArrayOfValues(values []*Probe_Status_ActivationState) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActivation) WithValue(value *Probe_Status_ActivationState) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActivationCurrentSession
- func (ProbePathSelectorStatusActivationCurrentSession) ClientCookie() ProbePathSelectorStatusActivationCurrentSessionClientCookie
- func (ProbePathSelectorStatusActivationCurrentSession) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorStatusActivationCurrentSession) LockDeadline() ProbePathSelectorStatusActivationCurrentSessionLockDeadline
- func (s ProbePathSelectorStatusActivationCurrentSession) WithArrayOfValues(values []*Probe_Status_ActivationState_Session) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActivationCurrentSession) WithValue(value *Probe_Status_ActivationState_Session) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActivationCurrentSessionClientCookie
- func (ProbePathSelectorStatusActivationCurrentSessionClientCookie) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActivationCurrentSessionClientCookie) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActivationCurrentSessionClientCookie) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActivationCurrentSessionLockDeadline
- func (ProbePathSelectorStatusActivationCurrentSessionLockDeadline) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActivationCurrentSessionLockDeadline) WithArrayOfValues(values []*timestamp.Timestamp) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActivationCurrentSessionLockDeadline) WithValue(value *timestamp.Timestamp) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActivationLastInvitation
- func (ProbePathSelectorStatusActivationLastInvitation) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorStatusActivationLastInvitation) Sender() ProbePathSelectorStatusActivationLastInvitationSender
- func (ProbePathSelectorStatusActivationLastInvitation) SentDate() ProbePathSelectorStatusActivationLastInvitationSentDate
- func (s ProbePathSelectorStatusActivationLastInvitation) WithArrayOfValues(values []*Probe_Status_ActivationState_InvitationState) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActivationLastInvitation) WithValue(value *Probe_Status_ActivationState_InvitationState) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActivationLastInvitationSender
- func (ProbePathSelectorStatusActivationLastInvitationSender) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActivationLastInvitationSender) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActivationLastInvitationSender) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActivationLastInvitationSentDate
- func (ProbePathSelectorStatusActivationLastInvitationSentDate) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActivationLastInvitationSentDate) WithArrayOfValues(values []*timestamp.Timestamp) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActivationLastInvitationSentDate) WithValue(value *timestamp.Timestamp) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActivationServiceAccount
- func (ProbePathSelectorStatusActivationServiceAccount) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActivationServiceAccount) WithArrayOfValues(values []*iam_service_account.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActivationServiceAccount) WithValue(value *iam_service_account.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActivationStatus
- func (ProbePathSelectorStatusActivationStatus) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActivationStatus) WithArrayOfValues(values []Probe_Status_ActivationState_Status) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActivationStatus) WithValue(value Probe_Status_ActivationState_Status) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocation
- func (ProbePathSelectorStatusActiveLocation) Accuracy() ProbePathSelectorStatusActiveLocationAccuracy
- func (ProbePathSelectorStatusActiveLocation) Address() ProbePathSelectorStatusActiveLocationAddress
- func (ProbePathSelectorStatusActiveLocation) AdminHierarchy() ProbePathSelectorStatusActiveLocationAdminHierarchy
- func (ProbePathSelectorStatusActiveLocation) Coordinates() ProbePathSelectorStatusActiveLocationCoordinates
- func (ProbePathSelectorStatusActiveLocation) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocation) WithArrayOfValues(values []*common.Location) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocation) WithValue(value *common.Location) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAccuracy
- func (ProbePathSelectorStatusActiveLocationAccuracy) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationAccuracy) WithArrayOfValues(values []float64) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAccuracy) WithValue(value float64) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAddress
- func (ProbePathSelectorStatusActiveLocationAddress) AdminArea1() ProbePathSelectorStatusActiveLocationAddressAdminArea1
- func (ProbePathSelectorStatusActiveLocationAddress) AdminArea2() ProbePathSelectorStatusActiveLocationAddressAdminArea2
- func (ProbePathSelectorStatusActiveLocationAddress) AdminArea3() ProbePathSelectorStatusActiveLocationAddressAdminArea3
- func (ProbePathSelectorStatusActiveLocationAddress) AdminArea4() ProbePathSelectorStatusActiveLocationAddressAdminArea4
- func (ProbePathSelectorStatusActiveLocationAddress) Continent() ProbePathSelectorStatusActiveLocationAddressContinent
- func (ProbePathSelectorStatusActiveLocationAddress) Country() ProbePathSelectorStatusActiveLocationAddressCountry
- func (ProbePathSelectorStatusActiveLocationAddress) CountryCode() ProbePathSelectorStatusActiveLocationAddressCountryCode
- func (ProbePathSelectorStatusActiveLocationAddress) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorStatusActiveLocationAddress) PostalCode() ProbePathSelectorStatusActiveLocationAddressPostalCode
- func (ProbePathSelectorStatusActiveLocationAddress) StreetAddress() ProbePathSelectorStatusActiveLocationAddressStreetAddress
- func (s ProbePathSelectorStatusActiveLocationAddress) WithArrayOfValues(values []*common.Address) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAddress) WithValue(value *common.Address) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAddressAdminArea1
- func (ProbePathSelectorStatusActiveLocationAddressAdminArea1) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationAddressAdminArea1) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAddressAdminArea1) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAddressAdminArea2
- func (ProbePathSelectorStatusActiveLocationAddressAdminArea2) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationAddressAdminArea2) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAddressAdminArea2) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAddressAdminArea3
- func (ProbePathSelectorStatusActiveLocationAddressAdminArea3) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationAddressAdminArea3) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAddressAdminArea3) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAddressAdminArea4
- func (ProbePathSelectorStatusActiveLocationAddressAdminArea4) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationAddressAdminArea4) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAddressAdminArea4) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAddressContinent
- func (ProbePathSelectorStatusActiveLocationAddressContinent) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationAddressContinent) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAddressContinent) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAddressCountry
- func (ProbePathSelectorStatusActiveLocationAddressCountry) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationAddressCountry) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAddressCountry) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAddressCountryCode
- func (ProbePathSelectorStatusActiveLocationAddressCountryCode) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationAddressCountryCode) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAddressCountryCode) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAddressPostalCode
- func (ProbePathSelectorStatusActiveLocationAddressPostalCode) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationAddressPostalCode) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAddressPostalCode) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAddressStreetAddress
- func (ProbePathSelectorStatusActiveLocationAddressStreetAddress) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationAddressStreetAddress) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAddressStreetAddress) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAdminHierarchy
- func (ProbePathSelectorStatusActiveLocationAdminHierarchy) Admin1() ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin1
- func (ProbePathSelectorStatusActiveLocationAdminHierarchy) Admin2() ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin2
- func (ProbePathSelectorStatusActiveLocationAdminHierarchy) Admin3() ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin3
- func (ProbePathSelectorStatusActiveLocationAdminHierarchy) Admin4() ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin4
- func (ProbePathSelectorStatusActiveLocationAdminHierarchy) Admin5() ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin5
- func (ProbePathSelectorStatusActiveLocationAdminHierarchy) Continent() ProbePathSelectorStatusActiveLocationAdminHierarchyContinent
- func (ProbePathSelectorStatusActiveLocationAdminHierarchy) Country() ProbePathSelectorStatusActiveLocationAdminHierarchyCountry
- func (ProbePathSelectorStatusActiveLocationAdminHierarchy) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin1
- func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin1) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin2
- func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin2) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin3
- func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin3) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin4
- func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin4) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin5
- func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin5) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAdminHierarchyContinent
- func (ProbePathSelectorStatusActiveLocationAdminHierarchyContinent) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationAdminHierarchyCountry
- func (ProbePathSelectorStatusActiveLocationAdminHierarchyCountry) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusActiveLocationCoordinates
- func (ProbePathSelectorStatusActiveLocationCoordinates) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusActiveLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusActiveLocationCoordinates) WithValue(value *latlng.LatLng) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusAgentType
- type ProbePathSelectorStatusAsInfo
- func (ProbePathSelectorStatusAsInfo) Asn() ProbePathSelectorStatusAsInfoAsn
- func (ProbePathSelectorStatusAsInfo) AsnType() ProbePathSelectorStatusAsInfoAsnType
- func (ProbePathSelectorStatusAsInfo) Domain() ProbePathSelectorStatusAsInfoDomain
- func (ProbePathSelectorStatusAsInfo) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorStatusAsInfo) Name() ProbePathSelectorStatusAsInfoName
- func (ProbePathSelectorStatusAsInfo) Routes() ProbePathSelectorStatusAsInfoRoutes
- func (s ProbePathSelectorStatusAsInfo) WithArrayOfValues(values []*common.ASInfo) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusAsInfo) WithValue(value *common.ASInfo) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusAsInfoAsn
- type ProbePathSelectorStatusAsInfoAsnType
- type ProbePathSelectorStatusAsInfoDomain
- type ProbePathSelectorStatusAsInfoName
- type ProbePathSelectorStatusAsInfoRoutes
- func (ProbePathSelectorStatusAsInfoRoutes) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusAsInfoRoutes) WithArrayOfValues(values [][]string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusAsInfoRoutes) WithItemValue(value string) *Probe_FieldSubPathArrayItemValue
- func (s ProbePathSelectorStatusAsInfoRoutes) WithValue(value []string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusBandwidth
- func (ProbePathSelectorStatusBandwidth) DownloadMbps() ProbePathSelectorStatusBandwidthDownloadMbps
- func (ProbePathSelectorStatusBandwidth) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorStatusBandwidth) LastReported() ProbePathSelectorStatusBandwidthLastReported
- func (ProbePathSelectorStatusBandwidth) ServerIpAddress() ProbePathSelectorStatusBandwidthServerIpAddress
- func (ProbePathSelectorStatusBandwidth) TestServer() ProbePathSelectorStatusBandwidthTestServer
- func (ProbePathSelectorStatusBandwidth) UploadMbps() ProbePathSelectorStatusBandwidthUploadMbps
- func (s ProbePathSelectorStatusBandwidth) WithArrayOfValues(values []*Probe_Status_Bandwidth) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusBandwidth) WithValue(value *Probe_Status_Bandwidth) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusBandwidthDownloadMbps
- func (ProbePathSelectorStatusBandwidthDownloadMbps) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusBandwidthDownloadMbps) WithArrayOfValues(values []float64) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusBandwidthDownloadMbps) WithValue(value float64) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusBandwidthLastReported
- func (ProbePathSelectorStatusBandwidthLastReported) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusBandwidthLastReported) WithArrayOfValues(values []*timestamp.Timestamp) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusBandwidthLastReported) WithValue(value *timestamp.Timestamp) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusBandwidthServerIpAddress
- func (ProbePathSelectorStatusBandwidthServerIpAddress) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusBandwidthServerIpAddress) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusBandwidthServerIpAddress) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusBandwidthTestServer
- func (ProbePathSelectorStatusBandwidthTestServer) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusBandwidthTestServer) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusBandwidthTestServer) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusBandwidthUploadMbps
- func (ProbePathSelectorStatusBandwidthUploadMbps) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusBandwidthUploadMbps) WithArrayOfValues(values []float64) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusBandwidthUploadMbps) WithValue(value float64) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusCarrier
- func (ProbePathSelectorStatusCarrier) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorStatusCarrier) LocationAreaCode() ProbePathSelectorStatusCarrierLocationAreaCode
- func (ProbePathSelectorStatusCarrier) MobileCountryCode() ProbePathSelectorStatusCarrierMobileCountryCode
- func (ProbePathSelectorStatusCarrier) MobileNetworkCode() ProbePathSelectorStatusCarrierMobileNetworkCode
- func (ProbePathSelectorStatusCarrier) Name() ProbePathSelectorStatusCarrierName
- func (s ProbePathSelectorStatusCarrier) WithArrayOfValues(values []*common.Carrier) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusCarrier) WithValue(value *common.Carrier) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusCarrierLocationAreaCode
- func (ProbePathSelectorStatusCarrierLocationAreaCode) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusCarrierLocationAreaCode) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusCarrierLocationAreaCode) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusCarrierMobileCountryCode
- func (ProbePathSelectorStatusCarrierMobileCountryCode) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusCarrierMobileCountryCode) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusCarrierMobileCountryCode) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusCarrierMobileNetworkCode
- func (ProbePathSelectorStatusCarrierMobileNetworkCode) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusCarrierMobileNetworkCode) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusCarrierMobileNetworkCode) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusCarrierName
- type ProbePathSelectorStatusConnection
- func (ProbePathSelectorStatusConnection) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusConnection) WithArrayOfValues(values []Probe_Status_ConnectionStatus) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusConnection) WithValue(value Probe_Status_ConnectionStatus) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusConnectionStatusChangeTime
- func (ProbePathSelectorStatusConnectionStatusChangeTime) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusConnectionStatusChangeTime) WithArrayOfValues(values []*timestamp.Timestamp) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusConnectionStatusChangeTime) WithValue(value *timestamp.Timestamp) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocation
- func (ProbePathSelectorStatusDiscoveredLocation) Accuracy() ProbePathSelectorStatusDiscoveredLocationAccuracy
- func (ProbePathSelectorStatusDiscoveredLocation) Address() ProbePathSelectorStatusDiscoveredLocationAddress
- func (ProbePathSelectorStatusDiscoveredLocation) AdminHierarchy() ProbePathSelectorStatusDiscoveredLocationAdminHierarchy
- func (ProbePathSelectorStatusDiscoveredLocation) Coordinates() ProbePathSelectorStatusDiscoveredLocationCoordinates
- func (ProbePathSelectorStatusDiscoveredLocation) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocation) WithArrayOfValues(values []*common.Location) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocation) WithValue(value *common.Location) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAccuracy
- func (ProbePathSelectorStatusDiscoveredLocationAccuracy) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationAccuracy) WithArrayOfValues(values []float64) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAccuracy) WithValue(value float64) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAddress
- func (ProbePathSelectorStatusDiscoveredLocationAddress) AdminArea1() ProbePathSelectorStatusDiscoveredLocationAddressAdminArea1
- func (ProbePathSelectorStatusDiscoveredLocationAddress) AdminArea2() ProbePathSelectorStatusDiscoveredLocationAddressAdminArea2
- func (ProbePathSelectorStatusDiscoveredLocationAddress) AdminArea3() ProbePathSelectorStatusDiscoveredLocationAddressAdminArea3
- func (ProbePathSelectorStatusDiscoveredLocationAddress) AdminArea4() ProbePathSelectorStatusDiscoveredLocationAddressAdminArea4
- func (ProbePathSelectorStatusDiscoveredLocationAddress) Continent() ProbePathSelectorStatusDiscoveredLocationAddressContinent
- func (ProbePathSelectorStatusDiscoveredLocationAddress) Country() ProbePathSelectorStatusDiscoveredLocationAddressCountry
- func (ProbePathSelectorStatusDiscoveredLocationAddress) CountryCode() ProbePathSelectorStatusDiscoveredLocationAddressCountryCode
- func (ProbePathSelectorStatusDiscoveredLocationAddress) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorStatusDiscoveredLocationAddress) PostalCode() ProbePathSelectorStatusDiscoveredLocationAddressPostalCode
- func (ProbePathSelectorStatusDiscoveredLocationAddress) StreetAddress() ProbePathSelectorStatusDiscoveredLocationAddressStreetAddress
- func (s ProbePathSelectorStatusDiscoveredLocationAddress) WithArrayOfValues(values []*common.Address) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAddress) WithValue(value *common.Address) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAddressAdminArea1
- func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea1) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationAddressAdminArea1) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAddressAdminArea1) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAddressAdminArea2
- func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea2) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationAddressAdminArea2) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAddressAdminArea2) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAddressAdminArea3
- func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea3) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationAddressAdminArea3) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAddressAdminArea3) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAddressAdminArea4
- func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea4) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationAddressAdminArea4) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAddressAdminArea4) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAddressContinent
- func (ProbePathSelectorStatusDiscoveredLocationAddressContinent) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationAddressContinent) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAddressContinent) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAddressCountry
- func (ProbePathSelectorStatusDiscoveredLocationAddressCountry) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationAddressCountry) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAddressCountry) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAddressCountryCode
- func (ProbePathSelectorStatusDiscoveredLocationAddressCountryCode) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationAddressCountryCode) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAddressCountryCode) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAddressPostalCode
- func (ProbePathSelectorStatusDiscoveredLocationAddressPostalCode) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationAddressPostalCode) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAddressPostalCode) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAddressStreetAddress
- func (ProbePathSelectorStatusDiscoveredLocationAddressStreetAddress) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationAddressStreetAddress) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAddressStreetAddress) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAdminHierarchy
- func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchy) Admin1() ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin1
- func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchy) Admin2() ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin2
- func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchy) Admin3() ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin3
- func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchy) Admin4() ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin4
- func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchy) Admin5() ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin5
- func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchy) Continent() ProbePathSelectorStatusDiscoveredLocationAdminHierarchyContinent
- func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchy) Country() ProbePathSelectorStatusDiscoveredLocationAdminHierarchyCountry
- func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchy) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin1
- func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin1) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin2
- func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin2) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin3
- func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin3) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin4
- func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin4) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin5
- func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin5) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyContinent
- func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyContinent) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyCountry
- func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyCountry) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusDiscoveredLocationCoordinates
- func (ProbePathSelectorStatusDiscoveredLocationCoordinates) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusDiscoveredLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusDiscoveredLocationCoordinates) WithValue(value *latlng.LatLng) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusExternalHostname
- type ProbePathSelectorStatusExternalIpAddressV4
- func (ProbePathSelectorStatusExternalIpAddressV4) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusExternalIpAddressV4) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusExternalIpAddressV4) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusExternalIpAddressV6
- func (ProbePathSelectorStatusExternalIpAddressV6) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusExternalIpAddressV6) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusExternalIpAddressV6) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusNetworkInterfaces
- func (ProbePathSelectorStatusNetworkInterfaces) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusNetworkInterfaces) WithArrayOfValues(values []map[string]*Probe_Status_NetworkInterface) *Probe_FieldSubPathArrayOfValues
- func (ProbePathSelectorStatusNetworkInterfaces) WithKey(key string) ProbeMapPathSelectorStatusNetworkInterfaces
- func (s ProbePathSelectorStatusNetworkInterfaces) WithValue(value map[string]*Probe_Status_NetworkInterface) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusSoftwareVersion
- func (ProbePathSelectorStatusSoftwareVersion) BuildDate() ProbePathSelectorStatusSoftwareVersionBuildDate
- func (ProbePathSelectorStatusSoftwareVersion) CommitId() ProbePathSelectorStatusSoftwareVersionCommitId
- func (ProbePathSelectorStatusSoftwareVersion) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorStatusSoftwareVersion) Version() ProbePathSelectorStatusSoftwareVersionVersion
- func (s ProbePathSelectorStatusSoftwareVersion) WithArrayOfValues(values []*common.SoftwareVersion) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusSoftwareVersion) WithValue(value *common.SoftwareVersion) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusSoftwareVersionBuildDate
- func (ProbePathSelectorStatusSoftwareVersionBuildDate) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusSoftwareVersionBuildDate) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusSoftwareVersionBuildDate) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusSoftwareVersionCommitId
- func (ProbePathSelectorStatusSoftwareVersionCommitId) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusSoftwareVersionCommitId) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusSoftwareVersionCommitId) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusSoftwareVersionVersion
- func (ProbePathSelectorStatusSoftwareVersionVersion) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusSoftwareVersionVersion) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusSoftwareVersionVersion) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusSystemInfo
- func (ProbePathSelectorStatusSystemInfo) Architecture() ProbePathSelectorStatusSystemInfoArchitecture
- func (ProbePathSelectorStatusSystemInfo) Family() ProbePathSelectorStatusSystemInfoFamily
- func (ProbePathSelectorStatusSystemInfo) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorStatusSystemInfo) HostName() ProbePathSelectorStatusSystemInfoHostName
- func (ProbePathSelectorStatusSystemInfo) Manufacturer() ProbePathSelectorStatusSystemInfoManufacturer
- func (ProbePathSelectorStatusSystemInfo) Model() ProbePathSelectorStatusSystemInfoModel
- func (ProbePathSelectorStatusSystemInfo) Os() ProbePathSelectorStatusSystemInfoOs
- func (ProbePathSelectorStatusSystemInfo) Platform() ProbePathSelectorStatusSystemInfoPlatform
- func (ProbePathSelectorStatusSystemInfo) SerialNumber() ProbePathSelectorStatusSystemInfoSerialNumber
- func (ProbePathSelectorStatusSystemInfo) Sku() ProbePathSelectorStatusSystemInfoSku
- func (s ProbePathSelectorStatusSystemInfo) WithArrayOfValues(values []*Probe_Status_System) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusSystemInfo) WithValue(value *Probe_Status_System) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusSystemInfoArchitecture
- func (ProbePathSelectorStatusSystemInfoArchitecture) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusSystemInfoArchitecture) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusSystemInfoArchitecture) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusSystemInfoFamily
- type ProbePathSelectorStatusSystemInfoHostName
- type ProbePathSelectorStatusSystemInfoManufacturer
- func (ProbePathSelectorStatusSystemInfoManufacturer) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusSystemInfoManufacturer) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusSystemInfoManufacturer) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusSystemInfoModel
- type ProbePathSelectorStatusSystemInfoOs
- func (ProbePathSelectorStatusSystemInfoOs) BuildVersion() ProbePathSelectorStatusSystemInfoOsBuildVersion
- func (ProbePathSelectorStatusSystemInfoOs) FieldPath() *Probe_FieldSubPath
- func (ProbePathSelectorStatusSystemInfoOs) Kernel() ProbePathSelectorStatusSystemInfoOsKernel
- func (ProbePathSelectorStatusSystemInfoOs) Name() ProbePathSelectorStatusSystemInfoOsName
- func (ProbePathSelectorStatusSystemInfoOs) Version() ProbePathSelectorStatusSystemInfoOsVersion
- func (s ProbePathSelectorStatusSystemInfoOs) WithArrayOfValues(values []*Probe_Status_System_OS) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusSystemInfoOs) WithValue(value *Probe_Status_System_OS) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusSystemInfoOsBuildVersion
- func (ProbePathSelectorStatusSystemInfoOsBuildVersion) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusSystemInfoOsBuildVersion) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusSystemInfoOsBuildVersion) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusSystemInfoOsKernel
- type ProbePathSelectorStatusSystemInfoOsName
- type ProbePathSelectorStatusSystemInfoOsVersion
- func (ProbePathSelectorStatusSystemInfoOsVersion) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusSystemInfoOsVersion) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusSystemInfoOsVersion) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusSystemInfoPlatform
- type ProbePathSelectorStatusSystemInfoSerialNumber
- func (ProbePathSelectorStatusSystemInfoSerialNumber) FieldPath() *Probe_FieldSubPath
- func (s ProbePathSelectorStatusSystemInfoSerialNumber) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
- func (s ProbePathSelectorStatusSystemInfoSerialNumber) WithValue(value string) *Probe_FieldSubPathValue
- type ProbePathSelectorStatusSystemInfoSku
- type ProbeReferenceList
- func (l ProbeReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
- func (l ProbeReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
- func (l ProbeReferenceList) At(idx int) gotenresource.Reference
- func (l ProbeReferenceList) Length() int
- func (l ProbeReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l ProbeReferenceList) Slice(first, second int) gotenresource.ReferenceList
- type ProbeSpecAccessTokenSpecFieldPathBuilder
- type ProbeSpecAccessTokenSpec_FieldPath
- func BuildProbeSpecAccessTokenSpec_FieldPath(fp gotenobject.RawFieldPath) (ProbeSpecAccessTokenSpec_FieldPath, error)
- func MustParseProbeSpecAccessTokenSpec_FieldPath(rawField string) ProbeSpecAccessTokenSpec_FieldPath
- func ParseProbeSpecAccessTokenSpec_FieldPath(rawField string) (ProbeSpecAccessTokenSpec_FieldPath, error)
- type ProbeSpecAccessTokenSpec_FieldPathArrayItemValue
- type ProbeSpecAccessTokenSpec_FieldPathArrayOfValues
- type ProbeSpecAccessTokenSpec_FieldPathSelector
- type ProbeSpecAccessTokenSpec_FieldPathValue
- type ProbeSpecAccessTokenSpec_FieldTerminalPath
- func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) ClearValue(item *Probe_Spec_AccessTokenSpec)
- func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) Get(source *Probe_Spec_AccessTokenSpec) (values []interface{})
- func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) GetSingle(source *Probe_Spec_AccessTokenSpec) (interface{}, bool)
- func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) JSONString() string
- func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) Selector() ProbeSpecAccessTokenSpec_FieldPathSelector
- func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) String() string
- func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeSpecAccessTokenSpec_FieldPathArrayItemValue
- func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeSpecAccessTokenSpec_FieldPathArrayOfValues
- func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) WithIValue(value interface{}) ProbeSpecAccessTokenSpec_FieldPathValue
- func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeSpecAccessTokenSpec_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbeSpecAccessTokenSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Spec_AccessTokenSpec) bool
- func (fpaiv *ProbeSpecAccessTokenSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbeSpecAccessTokenSpec_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Spec_AccessTokenSpec) (interface{}, bool)
- func (fpaiv *ProbeSpecAccessTokenSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbeSpecAccessTokenSpec_FieldTerminalPathArrayOfValues
- func (fpaov *ProbeSpecAccessTokenSpec_FieldTerminalPathArrayOfValues) AsAccessTokenArrayOfValues() ([]string, bool)
- func (fpaov *ProbeSpecAccessTokenSpec_FieldTerminalPathArrayOfValues) AsEnableArrayOfValues() ([]bool, bool)
- func (fpaov *ProbeSpecAccessTokenSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbeSpecAccessTokenSpec_FieldTerminalPathValue
- func (fpv *ProbeSpecAccessTokenSpec_FieldTerminalPathValue) AsAccessTokenValue() (string, bool)
- func (fpv *ProbeSpecAccessTokenSpec_FieldTerminalPathValue) AsEnableValue() (bool, bool)
- func (fpv *ProbeSpecAccessTokenSpec_FieldTerminalPathValue) CompareWith(source *Probe_Spec_AccessTokenSpec) (int, bool)
- func (fpv *ProbeSpecAccessTokenSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbeSpecAccessTokenSpec_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbeSpecAccessTokenSpec_FieldTerminalPathValue) SetTo(target **Probe_Spec_AccessTokenSpec)
- func (fpv *ProbeSpecAccessTokenSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbeSpecActivationSpecFieldPathBuilder
- func (ProbeSpecActivationSpecFieldPathBuilder) InvitationExtras() Probe_Spec_ActivationSpecPathSelectorInvitationExtras
- func (ProbeSpecActivationSpecFieldPathBuilder) ReusableToken() Probe_Spec_ActivationSpecPathSelectorReusableToken
- func (ProbeSpecActivationSpecFieldPathBuilder) SendInvitationOnCreate() Probe_Spec_ActivationSpecPathSelectorSendInvitationOnCreate
- func (ProbeSpecActivationSpecFieldPathBuilder) Token() Probe_Spec_ActivationSpecPathSelectorToken
- func (ProbeSpecActivationSpecFieldPathBuilder) Type() Probe_Spec_ActivationSpecPathSelectorType
- type ProbeSpecActivationSpec_FieldPath
- func BuildProbeSpecActivationSpec_FieldPath(fp gotenobject.RawFieldPath) (ProbeSpecActivationSpec_FieldPath, error)
- func MustParseProbeSpecActivationSpec_FieldPath(rawField string) ProbeSpecActivationSpec_FieldPath
- func ParseProbeSpecActivationSpec_FieldPath(rawField string) (ProbeSpecActivationSpec_FieldPath, error)
- type ProbeSpecActivationSpec_FieldPathArrayItemValue
- type ProbeSpecActivationSpec_FieldPathArrayOfValues
- type ProbeSpecActivationSpec_FieldPathMap
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) ClearValue(item *Probe_Spec_ActivationSpec)
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) ClearValueRaw(item proto.Message)
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) Get(source *Probe_Spec_ActivationSpec) (values []interface{})
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) GetDefault() interface{}
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) GetRaw(source proto.Message) []interface{}
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) GetSingle(source *Probe_Spec_ActivationSpec) (interface{}, bool)
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) IsLeaf() bool
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) JSONString() string
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) Key() string
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) Selector() ProbeSpecActivationSpec_FieldPathSelector
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) String() string
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) WithIArrayItemValue(value interface{}) ProbeSpecActivationSpec_FieldPathArrayItemValue
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) WithIArrayOfValues(values interface{}) ProbeSpecActivationSpec_FieldPathArrayOfValues
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) WithIValue(value interface{}) ProbeSpecActivationSpec_FieldPathValue
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fpm *ProbeSpecActivationSpec_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeSpecActivationSpec_FieldPathMapArrayOfValues
- type ProbeSpecActivationSpec_FieldPathMapValue
- func (fpmv *ProbeSpecActivationSpec_FieldPathMapValue) AsInvitationExtrasElementValue() (string, bool)
- func (fpmv *ProbeSpecActivationSpec_FieldPathMapValue) CompareWith(source *Probe_Spec_ActivationSpec) (int, bool)
- func (fpmv *ProbeSpecActivationSpec_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpmv *ProbeSpecActivationSpec_FieldPathMapValue) GetRawValue() interface{}
- func (fpmv *ProbeSpecActivationSpec_FieldPathMapValue) SetTo(target **Probe_Spec_ActivationSpec)
- func (fpmv *ProbeSpecActivationSpec_FieldPathMapValue) SetToRaw(target proto.Message)
- type ProbeSpecActivationSpec_FieldPathSelector
- type ProbeSpecActivationSpec_FieldPathValue
- type ProbeSpecActivationSpec_FieldTerminalPath
- func (fp *ProbeSpecActivationSpec_FieldTerminalPath) ClearValue(item *Probe_Spec_ActivationSpec)
- func (fp *ProbeSpecActivationSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbeSpecActivationSpec_FieldTerminalPath) Get(source *Probe_Spec_ActivationSpec) (values []interface{})
- func (fp *ProbeSpecActivationSpec_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbeSpecActivationSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbeSpecActivationSpec_FieldTerminalPath) GetSingle(source *Probe_Spec_ActivationSpec) (interface{}, bool)
- func (fp *ProbeSpecActivationSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbeSpecActivationSpec_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbeSpecActivationSpec_FieldTerminalPath) JSONString() string
- func (fp *ProbeSpecActivationSpec_FieldTerminalPath) Selector() ProbeSpecActivationSpec_FieldPathSelector
- func (fp *ProbeSpecActivationSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbeSpecActivationSpec_FieldTerminalPath) String() string
- func (fp *ProbeSpecActivationSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeSpecActivationSpec_FieldPathArrayItemValue
- func (fp *ProbeSpecActivationSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeSpecActivationSpec_FieldPathArrayOfValues
- func (fp *ProbeSpecActivationSpec_FieldTerminalPath) WithIValue(value interface{}) ProbeSpecActivationSpec_FieldPathValue
- func (fp *ProbeSpecActivationSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbeSpecActivationSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbeSpecActivationSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeSpecActivationSpec_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbeSpecActivationSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Spec_ActivationSpec) bool
- func (fpaiv *ProbeSpecActivationSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbeSpecActivationSpec_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Spec_ActivationSpec) (interface{}, bool)
- func (fpaiv *ProbeSpecActivationSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues
- func (fpaov *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues) AsInvitationExtrasArrayOfValues() ([]map[string]string, bool)
- func (fpaov *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues) AsReusableTokenArrayOfValues() ([]bool, bool)
- func (fpaov *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues) AsSendInvitationOnCreateArrayOfValues() ([]bool, bool)
- func (fpaov *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues) AsTokenArrayOfValues() ([]string, bool)
- func (fpaov *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]Probe_Spec_ActivationSpec_ActivationType, bool)
- func (fpaov *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbeSpecActivationSpec_FieldTerminalPathValue
- func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) AsInvitationExtrasValue() (map[string]string, bool)
- func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) AsReusableTokenValue() (bool, bool)
- func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) AsSendInvitationOnCreateValue() (bool, bool)
- func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) AsTokenValue() (string, bool)
- func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) AsTypeValue() (Probe_Spec_ActivationSpec_ActivationType, bool)
- func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) CompareWith(source *Probe_Spec_ActivationSpec) (int, bool)
- func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) SetTo(target **Probe_Spec_ActivationSpec)
- func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbeSpecFieldPathBuilder
- func (ProbeSpecFieldPathBuilder) AccessToken() Probe_SpecPathSelectorAccessToken
- func (ProbeSpecFieldPathBuilder) Activation() Probe_SpecPathSelectorActivation
- func (ProbeSpecFieldPathBuilder) AgentType() Probe_SpecPathSelectorAgentType
- func (ProbeSpecFieldPathBuilder) ContactInfo() Probe_SpecPathSelectorContactInfo
- func (ProbeSpecFieldPathBuilder) Device() Probe_SpecPathSelectorDevice
- func (ProbeSpecFieldPathBuilder) DisableSpeedtest() Probe_SpecPathSelectorDisableSpeedtest
- func (ProbeSpecFieldPathBuilder) Enabled() Probe_SpecPathSelectorEnabled
- func (ProbeSpecFieldPathBuilder) ExternalIpCheckUrl() Probe_SpecPathSelectorExternalIpCheckUrl
- func (ProbeSpecFieldPathBuilder) LocationDiscovery() Probe_SpecPathSelectorLocationDiscovery
- func (ProbeSpecFieldPathBuilder) PrimaryLocation() Probe_SpecPathSelectorPrimaryLocation
- func (ProbeSpecFieldPathBuilder) ProbeGroup() Probe_SpecPathSelectorProbeGroup
- func (ProbeSpecFieldPathBuilder) TargetServers() Probe_SpecPathSelectorTargetServers
- type ProbeSpecTargetServersFieldPathBuilder
- func (ProbeSpecTargetServersFieldPathBuilder) IcmpTarget() Probe_Spec_TargetServersPathSelectorIcmpTarget
- func (ProbeSpecTargetServersFieldPathBuilder) SpeedTestTarget() Probe_Spec_TargetServersPathSelectorSpeedTestTarget
- func (ProbeSpecTargetServersFieldPathBuilder) TargetAddressType() Probe_Spec_TargetServersPathSelectorTargetAddressType
- func (ProbeSpecTargetServersFieldPathBuilder) TargetIpVersion() Probe_Spec_TargetServersPathSelectorTargetIpVersion
- func (ProbeSpecTargetServersFieldPathBuilder) UdpTarget() Probe_Spec_TargetServersPathSelectorUdpTarget
- type ProbeSpecTargetServersIcmpTargetFieldPathBuilder
- type ProbeSpecTargetServersIcmpTarget_FieldPath
- func BuildProbeSpecTargetServersIcmpTarget_FieldPath(fp gotenobject.RawFieldPath) (ProbeSpecTargetServersIcmpTarget_FieldPath, error)
- func MustParseProbeSpecTargetServersIcmpTarget_FieldPath(rawField string) ProbeSpecTargetServersIcmpTarget_FieldPath
- func ParseProbeSpecTargetServersIcmpTarget_FieldPath(rawField string) (ProbeSpecTargetServersIcmpTarget_FieldPath, error)
- type ProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue
- func MustParseProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue(pathStr, valueStr string) ProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue
- func ParseProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue, error)
- type ProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues
- func MustParseProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues
- func ParseProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues, error)
- type ProbeSpecTargetServersIcmpTarget_FieldPathSelector
- type ProbeSpecTargetServersIcmpTarget_FieldPathValue
- type ProbeSpecTargetServersIcmpTarget_FieldTerminalPath
- func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) ClearValue(item *Probe_Spec_TargetServers_IcmpTarget)
- func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) Get(source *Probe_Spec_TargetServers_IcmpTarget) (values []interface{})
- func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) GetSingle(source *Probe_Spec_TargetServers_IcmpTarget) (interface{}, bool)
- func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) JSONString() string
- func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) Selector() ProbeSpecTargetServersIcmpTarget_FieldPathSelector
- func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) String() string
- func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue
- func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues
- func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) WithIValue(value interface{}) ProbeSpecTargetServersIcmpTarget_FieldPathValue
- func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Spec_TargetServers_IcmpTarget) bool
- func (fpaiv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Spec_TargetServers_IcmpTarget) (interface{}, bool)
- func (fpaiv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayOfValues
- type ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue
- func (fpv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue) AsEnabledValue() (bool, bool)
- func (fpv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue) CompareWith(source *Probe_Spec_TargetServers_IcmpTarget) (int, bool)
- func (fpv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue) SetTo(target **Probe_Spec_TargetServers_IcmpTarget)
- func (fpv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbeSpecTargetServersSpeedTestTargetFieldPathBuilder
- type ProbeSpecTargetServersSpeedTestTarget_FieldPath
- func BuildProbeSpecTargetServersSpeedTestTarget_FieldPath(fp gotenobject.RawFieldPath) (ProbeSpecTargetServersSpeedTestTarget_FieldPath, error)
- func MustParseProbeSpecTargetServersSpeedTestTarget_FieldPath(rawField string) ProbeSpecTargetServersSpeedTestTarget_FieldPath
- func ParseProbeSpecTargetServersSpeedTestTarget_FieldPath(rawField string) (ProbeSpecTargetServersSpeedTestTarget_FieldPath, error)
- type ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue
- func MustParseProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue(pathStr, valueStr string) ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue
- func ParseProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue, error)
- type ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues
- func MustParseProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues
- func ParseProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues, error)
- type ProbeSpecTargetServersSpeedTestTarget_FieldPathSelector
- type ProbeSpecTargetServersSpeedTestTarget_FieldPathValue
- type ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath
- func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) ClearValue(item *Probe_Spec_TargetServers_SpeedTestTarget)
- func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) Get(source *Probe_Spec_TargetServers_SpeedTestTarget) (values []interface{})
- func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) GetSingle(source *Probe_Spec_TargetServers_SpeedTestTarget) (interface{}, bool)
- func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) JSONString() string
- func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) Selector() ProbeSpecTargetServersSpeedTestTarget_FieldPathSelector
- func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) String() string
- func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue
- func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues
- func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) WithIValue(value interface{}) ProbeSpecTargetServersSpeedTestTarget_FieldPathValue
- func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Spec_TargetServers_SpeedTestTarget) bool
- func (fpaiv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Spec_TargetServers_SpeedTestTarget) (interface{}, bool)
- func (fpaiv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayOfValues
- func (fpaov *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues() ([]bool, bool)
- func (fpaov *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayOfValues) AsTcpPortArrayOfValues() ([]int32, bool)
- func (fpaov *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue
- func (fpv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) AsEnabledValue() (bool, bool)
- func (fpv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) AsTcpPortValue() (int32, bool)
- func (fpv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) CompareWith(source *Probe_Spec_TargetServers_SpeedTestTarget) (int, bool)
- func (fpv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) SetTo(target **Probe_Spec_TargetServers_SpeedTestTarget)
- func (fpv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbeSpecTargetServersUdpTargetFieldPathBuilder
- type ProbeSpecTargetServersUdpTarget_FieldPath
- func BuildProbeSpecTargetServersUdpTarget_FieldPath(fp gotenobject.RawFieldPath) (ProbeSpecTargetServersUdpTarget_FieldPath, error)
- func MustParseProbeSpecTargetServersUdpTarget_FieldPath(rawField string) ProbeSpecTargetServersUdpTarget_FieldPath
- func ParseProbeSpecTargetServersUdpTarget_FieldPath(rawField string) (ProbeSpecTargetServersUdpTarget_FieldPath, error)
- type ProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue
- func MustParseProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue(pathStr, valueStr string) ProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue
- func ParseProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue, error)
- type ProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues
- func MustParseProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues
- func ParseProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues, error)
- type ProbeSpecTargetServersUdpTarget_FieldPathSelector
- type ProbeSpecTargetServersUdpTarget_FieldPathValue
- type ProbeSpecTargetServersUdpTarget_FieldTerminalPath
- func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) ClearValue(item *Probe_Spec_TargetServers_UdpTarget)
- func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) Get(source *Probe_Spec_TargetServers_UdpTarget) (values []interface{})
- func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) GetSingle(source *Probe_Spec_TargetServers_UdpTarget) (interface{}, bool)
- func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) JSONString() string
- func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) Selector() ProbeSpecTargetServersUdpTarget_FieldPathSelector
- func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) String() string
- func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue
- func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues
- func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) WithIValue(value interface{}) ProbeSpecTargetServersUdpTarget_FieldPathValue
- func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Spec_TargetServers_UdpTarget) bool
- func (fpaiv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Spec_TargetServers_UdpTarget) (interface{}, bool)
- func (fpaiv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayOfValues
- func (fpaov *ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues() ([]bool, bool)
- func (fpaov *ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayOfValues) AsPortArrayOfValues() ([]int32, bool)
- func (fpaov *ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue
- func (fpv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) AsEnabledValue() (bool, bool)
- func (fpv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) AsPortValue() (int32, bool)
- func (fpv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) CompareWith(source *Probe_Spec_TargetServers_UdpTarget) (int, bool)
- func (fpv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) SetTo(target **Probe_Spec_TargetServers_UdpTarget)
- func (fpv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbeSpecTargetServers_FieldPath
- func BuildProbeSpecTargetServers_FieldPath(fp gotenobject.RawFieldPath) (ProbeSpecTargetServers_FieldPath, error)
- func MustParseProbeSpecTargetServers_FieldPath(rawField string) ProbeSpecTargetServers_FieldPath
- func ParseProbeSpecTargetServers_FieldPath(rawField string) (ProbeSpecTargetServers_FieldPath, error)
- type ProbeSpecTargetServers_FieldPathArrayItemValue
- type ProbeSpecTargetServers_FieldPathArrayOfValues
- type ProbeSpecTargetServers_FieldPathSelector
- type ProbeSpecTargetServers_FieldPathValue
- type ProbeSpecTargetServers_FieldSubPath
- func (fps *ProbeSpecTargetServers_FieldSubPath) AsIcmpTargetSubPath() (ProbeSpecTargetServersIcmpTarget_FieldPath, bool)
- func (fps *ProbeSpecTargetServers_FieldSubPath) AsSpeedTestTargetSubPath() (ProbeSpecTargetServersSpeedTestTarget_FieldPath, bool)
- func (fps *ProbeSpecTargetServers_FieldSubPath) AsUdpTargetSubPath() (ProbeSpecTargetServersUdpTarget_FieldPath, bool)
- func (fps *ProbeSpecTargetServers_FieldSubPath) ClearValue(item *Probe_Spec_TargetServers)
- func (fps *ProbeSpecTargetServers_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ProbeSpecTargetServers_FieldSubPath) Get(source *Probe_Spec_TargetServers) (values []interface{})
- func (fps *ProbeSpecTargetServers_FieldSubPath) GetDefault() interface{}
- func (fps *ProbeSpecTargetServers_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ProbeSpecTargetServers_FieldSubPath) GetSingle(source *Probe_Spec_TargetServers) (interface{}, bool)
- func (fps *ProbeSpecTargetServers_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ProbeSpecTargetServers_FieldSubPath) IsLeaf() bool
- func (fps *ProbeSpecTargetServers_FieldSubPath) JSONString() string
- func (fps *ProbeSpecTargetServers_FieldSubPath) Selector() ProbeSpecTargetServers_FieldPathSelector
- func (fps *ProbeSpecTargetServers_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ProbeSpecTargetServers_FieldSubPath) String() string
- func (fps *ProbeSpecTargetServers_FieldSubPath) WithIArrayItemValue(value interface{}) ProbeSpecTargetServers_FieldPathArrayItemValue
- func (fps *ProbeSpecTargetServers_FieldSubPath) WithIArrayOfValues(values interface{}) ProbeSpecTargetServers_FieldPathArrayOfValues
- func (fps *ProbeSpecTargetServers_FieldSubPath) WithIValue(value interface{}) ProbeSpecTargetServers_FieldPathValue
- func (fps *ProbeSpecTargetServers_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ProbeSpecTargetServers_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ProbeSpecTargetServers_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeSpecTargetServers_FieldSubPathArrayItemValue
- func (fpaivs *ProbeSpecTargetServers_FieldSubPathArrayItemValue) AsIcmpTargetPathItemValue() (ProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeSpecTargetServers_FieldSubPathArrayItemValue) AsSpeedTestTargetPathItemValue() (ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeSpecTargetServers_FieldSubPathArrayItemValue) AsUdpTargetPathItemValue() (ProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeSpecTargetServers_FieldSubPathArrayItemValue) ContainsValue(source *Probe_Spec_TargetServers) bool
- func (fpaivs *ProbeSpecTargetServers_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ProbeSpecTargetServers_FieldSubPathArrayOfValues
- func (fpsaov *ProbeSpecTargetServers_FieldSubPathArrayOfValues) AsIcmpTargetPathArrayOfValues() (ProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeSpecTargetServers_FieldSubPathArrayOfValues) AsSpeedTestTargetPathArrayOfValues() (ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeSpecTargetServers_FieldSubPathArrayOfValues) AsUdpTargetPathArrayOfValues() (ProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeSpecTargetServers_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type ProbeSpecTargetServers_FieldSubPathValue
- func (fpvs *ProbeSpecTargetServers_FieldSubPathValue) AsIcmpTargetPathValue() (ProbeSpecTargetServersIcmpTarget_FieldPathValue, bool)
- func (fpvs *ProbeSpecTargetServers_FieldSubPathValue) AsSpeedTestTargetPathValue() (ProbeSpecTargetServersSpeedTestTarget_FieldPathValue, bool)
- func (fpvs *ProbeSpecTargetServers_FieldSubPathValue) AsUdpTargetPathValue() (ProbeSpecTargetServersUdpTarget_FieldPathValue, bool)
- func (fpvs *ProbeSpecTargetServers_FieldSubPathValue) CompareWith(source *Probe_Spec_TargetServers) (int, bool)
- func (fpvs *ProbeSpecTargetServers_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ProbeSpecTargetServers_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ProbeSpecTargetServers_FieldSubPathValue) SetTo(target **Probe_Spec_TargetServers)
- func (fpvs *ProbeSpecTargetServers_FieldSubPathValue) SetToRaw(target proto.Message)
- type ProbeSpecTargetServers_FieldTerminalPath
- func (fp *ProbeSpecTargetServers_FieldTerminalPath) ClearValue(item *Probe_Spec_TargetServers)
- func (fp *ProbeSpecTargetServers_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbeSpecTargetServers_FieldTerminalPath) Get(source *Probe_Spec_TargetServers) (values []interface{})
- func (fp *ProbeSpecTargetServers_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbeSpecTargetServers_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbeSpecTargetServers_FieldTerminalPath) GetSingle(source *Probe_Spec_TargetServers) (interface{}, bool)
- func (fp *ProbeSpecTargetServers_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbeSpecTargetServers_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbeSpecTargetServers_FieldTerminalPath) JSONString() string
- func (fp *ProbeSpecTargetServers_FieldTerminalPath) Selector() ProbeSpecTargetServers_FieldPathSelector
- func (fp *ProbeSpecTargetServers_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbeSpecTargetServers_FieldTerminalPath) String() string
- func (fp *ProbeSpecTargetServers_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeSpecTargetServers_FieldPathArrayItemValue
- func (fp *ProbeSpecTargetServers_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeSpecTargetServers_FieldPathArrayOfValues
- func (fp *ProbeSpecTargetServers_FieldTerminalPath) WithIValue(value interface{}) ProbeSpecTargetServers_FieldPathValue
- func (fp *ProbeSpecTargetServers_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbeSpecTargetServers_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbeSpecTargetServers_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeSpecTargetServers_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbeSpecTargetServers_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Spec_TargetServers) bool
- func (fpaiv *ProbeSpecTargetServers_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbeSpecTargetServers_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Spec_TargetServers) (interface{}, bool)
- func (fpaiv *ProbeSpecTargetServers_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbeSpecTargetServers_FieldTerminalPathArrayOfValues
- func (fpaov *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues) AsIcmpTargetArrayOfValues() ([]*Probe_Spec_TargetServers_IcmpTarget, bool)
- func (fpaov *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues) AsSpeedTestTargetArrayOfValues() ([]*Probe_Spec_TargetServers_SpeedTestTarget, bool)
- func (fpaov *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues) AsTargetAddressTypeArrayOfValues() ([]Probe_Spec_TargetServers_TargetIPAddressType, bool)
- func (fpaov *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues) AsTargetIpVersionArrayOfValues() ([]common.IpVersion, bool)
- func (fpaov *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues) AsUdpTargetArrayOfValues() ([]*Probe_Spec_TargetServers_UdpTarget, bool)
- func (fpaov *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbeSpecTargetServers_FieldTerminalPathValue
- func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) AsIcmpTargetValue() (*Probe_Spec_TargetServers_IcmpTarget, bool)
- func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) AsSpeedTestTargetValue() (*Probe_Spec_TargetServers_SpeedTestTarget, bool)
- func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) AsTargetAddressTypeValue() (Probe_Spec_TargetServers_TargetIPAddressType, bool)
- func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) AsTargetIpVersionValue() (common.IpVersion, bool)
- func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) AsUdpTargetValue() (*Probe_Spec_TargetServers_UdpTarget, bool)
- func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) CompareWith(source *Probe_Spec_TargetServers) (int, bool)
- func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) SetTo(target **Probe_Spec_TargetServers)
- func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbeSpec_FieldPath
- type ProbeSpec_FieldPathArrayItemValue
- type ProbeSpec_FieldPathArrayOfValues
- type ProbeSpec_FieldPathSelector
- type ProbeSpec_FieldPathValue
- type ProbeSpec_FieldSubPath
- func (fps *ProbeSpec_FieldSubPath) AsAccessTokenSubPath() (ProbeSpecAccessTokenSpec_FieldPath, bool)
- func (fps *ProbeSpec_FieldSubPath) AsActivationSubPath() (ProbeSpecActivationSpec_FieldPath, bool)
- func (fps *ProbeSpec_FieldSubPath) AsContactInfoSubPath() (common.ContactInformation_FieldPath, bool)
- func (fps *ProbeSpec_FieldSubPath) AsLocationDiscoverySubPath() (common.LocationDiscoverySpec_FieldPath, bool)
- func (fps *ProbeSpec_FieldSubPath) AsPrimaryLocationSubPath() (common.Location_FieldPath, bool)
- func (fps *ProbeSpec_FieldSubPath) AsTargetServersSubPath() (ProbeSpecTargetServers_FieldPath, bool)
- func (fps *ProbeSpec_FieldSubPath) ClearValue(item *Probe_Spec)
- func (fps *ProbeSpec_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ProbeSpec_FieldSubPath) Get(source *Probe_Spec) (values []interface{})
- func (fps *ProbeSpec_FieldSubPath) GetDefault() interface{}
- func (fps *ProbeSpec_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ProbeSpec_FieldSubPath) GetSingle(source *Probe_Spec) (interface{}, bool)
- func (fps *ProbeSpec_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ProbeSpec_FieldSubPath) IsLeaf() bool
- func (fps *ProbeSpec_FieldSubPath) JSONString() string
- func (fps *ProbeSpec_FieldSubPath) Selector() ProbeSpec_FieldPathSelector
- func (fps *ProbeSpec_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ProbeSpec_FieldSubPath) String() string
- func (fps *ProbeSpec_FieldSubPath) WithIArrayItemValue(value interface{}) ProbeSpec_FieldPathArrayItemValue
- func (fps *ProbeSpec_FieldSubPath) WithIArrayOfValues(values interface{}) ProbeSpec_FieldPathArrayOfValues
- func (fps *ProbeSpec_FieldSubPath) WithIValue(value interface{}) ProbeSpec_FieldPathValue
- func (fps *ProbeSpec_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ProbeSpec_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ProbeSpec_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeSpec_FieldSubPathArrayItemValue
- func (fpaivs *ProbeSpec_FieldSubPathArrayItemValue) AsAccessTokenPathItemValue() (ProbeSpecAccessTokenSpec_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeSpec_FieldSubPathArrayItemValue) AsActivationPathItemValue() (ProbeSpecActivationSpec_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeSpec_FieldSubPathArrayItemValue) AsContactInfoPathItemValue() (common.ContactInformation_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeSpec_FieldSubPathArrayItemValue) AsLocationDiscoveryPathItemValue() (common.LocationDiscoverySpec_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeSpec_FieldSubPathArrayItemValue) AsPrimaryLocationPathItemValue() (common.Location_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeSpec_FieldSubPathArrayItemValue) AsTargetServersPathItemValue() (ProbeSpecTargetServers_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeSpec_FieldSubPathArrayItemValue) ContainsValue(source *Probe_Spec) bool
- func (fpaivs *ProbeSpec_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ProbeSpec_FieldSubPathArrayOfValues
- func (fpsaov *ProbeSpec_FieldSubPathArrayOfValues) AsAccessTokenPathArrayOfValues() (ProbeSpecAccessTokenSpec_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeSpec_FieldSubPathArrayOfValues) AsActivationPathArrayOfValues() (ProbeSpecActivationSpec_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeSpec_FieldSubPathArrayOfValues) AsContactInfoPathArrayOfValues() (common.ContactInformation_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeSpec_FieldSubPathArrayOfValues) AsLocationDiscoveryPathArrayOfValues() (common.LocationDiscoverySpec_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeSpec_FieldSubPathArrayOfValues) AsPrimaryLocationPathArrayOfValues() (common.Location_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeSpec_FieldSubPathArrayOfValues) AsTargetServersPathArrayOfValues() (ProbeSpecTargetServers_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeSpec_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type ProbeSpec_FieldSubPathValue
- func (fpvs *ProbeSpec_FieldSubPathValue) AsAccessTokenPathValue() (ProbeSpecAccessTokenSpec_FieldPathValue, bool)
- func (fpvs *ProbeSpec_FieldSubPathValue) AsActivationPathValue() (ProbeSpecActivationSpec_FieldPathValue, bool)
- func (fpvs *ProbeSpec_FieldSubPathValue) AsContactInfoPathValue() (common.ContactInformation_FieldPathValue, bool)
- func (fpvs *ProbeSpec_FieldSubPathValue) AsLocationDiscoveryPathValue() (common.LocationDiscoverySpec_FieldPathValue, bool)
- func (fpvs *ProbeSpec_FieldSubPathValue) AsPrimaryLocationPathValue() (common.Location_FieldPathValue, bool)
- func (fpvs *ProbeSpec_FieldSubPathValue) AsTargetServersPathValue() (ProbeSpecTargetServers_FieldPathValue, bool)
- func (fpvs *ProbeSpec_FieldSubPathValue) CompareWith(source *Probe_Spec) (int, bool)
- func (fpvs *ProbeSpec_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ProbeSpec_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ProbeSpec_FieldSubPathValue) SetTo(target **Probe_Spec)
- func (fpvs *ProbeSpec_FieldSubPathValue) SetToRaw(target proto.Message)
- type ProbeSpec_FieldTerminalPath
- func (fp *ProbeSpec_FieldTerminalPath) ClearValue(item *Probe_Spec)
- func (fp *ProbeSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbeSpec_FieldTerminalPath) Get(source *Probe_Spec) (values []interface{})
- func (fp *ProbeSpec_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbeSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbeSpec_FieldTerminalPath) GetSingle(source *Probe_Spec) (interface{}, bool)
- func (fp *ProbeSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbeSpec_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbeSpec_FieldTerminalPath) JSONString() string
- func (fp *ProbeSpec_FieldTerminalPath) Selector() ProbeSpec_FieldPathSelector
- func (fp *ProbeSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbeSpec_FieldTerminalPath) String() string
- func (fp *ProbeSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeSpec_FieldPathArrayItemValue
- func (fp *ProbeSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeSpec_FieldPathArrayOfValues
- func (fp *ProbeSpec_FieldTerminalPath) WithIValue(value interface{}) ProbeSpec_FieldPathValue
- func (fp *ProbeSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbeSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbeSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeSpec_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbeSpec_FieldTerminalPathArrayItemValue) AsExternalIpCheckUrlItemValue() (string, bool)
- func (fpaiv *ProbeSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Spec) bool
- func (fpaiv *ProbeSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbeSpec_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Spec) (interface{}, bool)
- func (fpaiv *ProbeSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbeSpec_FieldTerminalPathArrayOfValues
- func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsAccessTokenArrayOfValues() ([]*Probe_Spec_AccessTokenSpec, bool)
- func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsActivationArrayOfValues() ([]*Probe_Spec_ActivationSpec, bool)
- func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsAgentTypeArrayOfValues() ([]Probe_AgentType, bool)
- func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsContactInfoArrayOfValues() ([]*common.ContactInformation, bool)
- func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsDeviceArrayOfValues() ([]*devices_device.Reference, bool)
- func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsDisableSpeedtestArrayOfValues() ([]bool, bool)
- func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues() ([]bool, bool)
- func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsExternalIpCheckUrlArrayOfValues() ([][]string, bool)
- func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsLocationDiscoveryArrayOfValues() ([]*common.LocationDiscoverySpec, bool)
- func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsPrimaryLocationArrayOfValues() ([]*common.Location, bool)
- func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsProbeGroupArrayOfValues() ([]*probe_group.Reference, bool)
- func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsTargetServersArrayOfValues() ([]*Probe_Spec_TargetServers, bool)
- func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbeSpec_FieldTerminalPathValue
- func (fpv *ProbeSpec_FieldTerminalPathValue) AsAccessTokenValue() (*Probe_Spec_AccessTokenSpec, bool)
- func (fpv *ProbeSpec_FieldTerminalPathValue) AsActivationValue() (*Probe_Spec_ActivationSpec, bool)
- func (fpv *ProbeSpec_FieldTerminalPathValue) AsAgentTypeValue() (Probe_AgentType, bool)
- func (fpv *ProbeSpec_FieldTerminalPathValue) AsContactInfoValue() (*common.ContactInformation, bool)
- func (fpv *ProbeSpec_FieldTerminalPathValue) AsDeviceValue() (*devices_device.Reference, bool)
- func (fpv *ProbeSpec_FieldTerminalPathValue) AsDisableSpeedtestValue() (bool, bool)
- func (fpv *ProbeSpec_FieldTerminalPathValue) AsEnabledValue() (bool, bool)
- func (fpv *ProbeSpec_FieldTerminalPathValue) AsExternalIpCheckUrlValue() ([]string, bool)
- func (fpv *ProbeSpec_FieldTerminalPathValue) AsLocationDiscoveryValue() (*common.LocationDiscoverySpec, bool)
- func (fpv *ProbeSpec_FieldTerminalPathValue) AsPrimaryLocationValue() (*common.Location, bool)
- func (fpv *ProbeSpec_FieldTerminalPathValue) AsProbeGroupValue() (*probe_group.Reference, bool)
- func (fpv *ProbeSpec_FieldTerminalPathValue) AsTargetServersValue() (*Probe_Spec_TargetServers, bool)
- func (fpv *ProbeSpec_FieldTerminalPathValue) CompareWith(source *Probe_Spec) (int, bool)
- func (fpv *ProbeSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbeSpec_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbeSpec_FieldTerminalPathValue) SetTo(target **Probe_Spec)
- func (fpv *ProbeSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbeStatusActivationStateFieldPathBuilder
- func (ProbeStatusActivationStateFieldPathBuilder) CurrentSession() Probe_Status_ActivationStatePathSelectorCurrentSession
- func (ProbeStatusActivationStateFieldPathBuilder) LastInvitation() Probe_Status_ActivationStatePathSelectorLastInvitation
- func (ProbeStatusActivationStateFieldPathBuilder) ServiceAccount() Probe_Status_ActivationStatePathSelectorServiceAccount
- func (ProbeStatusActivationStateFieldPathBuilder) Status() Probe_Status_ActivationStatePathSelectorStatus
- type ProbeStatusActivationStateInvitationStateFieldPathBuilder
- type ProbeStatusActivationStateInvitationState_FieldPath
- func BuildProbeStatusActivationStateInvitationState_FieldPath(fp gotenobject.RawFieldPath) (ProbeStatusActivationStateInvitationState_FieldPath, error)
- func MustParseProbeStatusActivationStateInvitationState_FieldPath(rawField string) ProbeStatusActivationStateInvitationState_FieldPath
- func ParseProbeStatusActivationStateInvitationState_FieldPath(rawField string) (ProbeStatusActivationStateInvitationState_FieldPath, error)
- type ProbeStatusActivationStateInvitationState_FieldPathArrayItemValue
- func MustParseProbeStatusActivationStateInvitationState_FieldPathArrayItemValue(pathStr, valueStr string) ProbeStatusActivationStateInvitationState_FieldPathArrayItemValue
- func ParseProbeStatusActivationStateInvitationState_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeStatusActivationStateInvitationState_FieldPathArrayItemValue, error)
- type ProbeStatusActivationStateInvitationState_FieldPathArrayOfValues
- func MustParseProbeStatusActivationStateInvitationState_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeStatusActivationStateInvitationState_FieldPathArrayOfValues
- func ParseProbeStatusActivationStateInvitationState_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeStatusActivationStateInvitationState_FieldPathArrayOfValues, error)
- type ProbeStatusActivationStateInvitationState_FieldPathSelector
- type ProbeStatusActivationStateInvitationState_FieldPathValue
- func MustParseProbeStatusActivationStateInvitationState_FieldPathValue(pathStr, valueStr string) ProbeStatusActivationStateInvitationState_FieldPathValue
- func ParseProbeStatusActivationStateInvitationState_FieldPathValue(pathStr, valueStr string) (ProbeStatusActivationStateInvitationState_FieldPathValue, error)
- type ProbeStatusActivationStateInvitationState_FieldTerminalPath
- func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) ClearValue(item *Probe_Status_ActivationState_InvitationState)
- func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) Get(source *Probe_Status_ActivationState_InvitationState) (values []interface{})
- func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) GetSingle(source *Probe_Status_ActivationState_InvitationState) (interface{}, bool)
- func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) JSONString() string
- func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) Selector() ProbeStatusActivationStateInvitationState_FieldPathSelector
- func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) String() string
- func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeStatusActivationStateInvitationState_FieldPathArrayItemValue
- func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeStatusActivationStateInvitationState_FieldPathArrayOfValues
- func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) WithIValue(value interface{}) ProbeStatusActivationStateInvitationState_FieldPathValue
- func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Status_ActivationState_InvitationState) bool
- func (fpaiv *ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Status_ActivationState_InvitationState) (interface{}, bool)
- func (fpaiv *ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayOfValues
- func (fpaov *ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayOfValues) AsSenderArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayOfValues) AsSentDateArrayOfValues() ([]*timestamp.Timestamp, bool)
- func (fpaov *ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbeStatusActivationStateInvitationState_FieldTerminalPathValue
- func (fpv *ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) AsSenderValue() (string, bool)
- func (fpv *ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) AsSentDateValue() (*timestamp.Timestamp, bool)
- func (fpv *ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) CompareWith(source *Probe_Status_ActivationState_InvitationState) (int, bool)
- func (fpv *ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) SetTo(target **Probe_Status_ActivationState_InvitationState)
- func (fpv *ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbeStatusActivationStateSessionFieldPathBuilder
- type ProbeStatusActivationStateSession_FieldPath
- func BuildProbeStatusActivationStateSession_FieldPath(fp gotenobject.RawFieldPath) (ProbeStatusActivationStateSession_FieldPath, error)
- func MustParseProbeStatusActivationStateSession_FieldPath(rawField string) ProbeStatusActivationStateSession_FieldPath
- func ParseProbeStatusActivationStateSession_FieldPath(rawField string) (ProbeStatusActivationStateSession_FieldPath, error)
- type ProbeStatusActivationStateSession_FieldPathArrayItemValue
- func MustParseProbeStatusActivationStateSession_FieldPathArrayItemValue(pathStr, valueStr string) ProbeStatusActivationStateSession_FieldPathArrayItemValue
- func ParseProbeStatusActivationStateSession_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeStatusActivationStateSession_FieldPathArrayItemValue, error)
- type ProbeStatusActivationStateSession_FieldPathArrayOfValues
- func MustParseProbeStatusActivationStateSession_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeStatusActivationStateSession_FieldPathArrayOfValues
- func ParseProbeStatusActivationStateSession_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeStatusActivationStateSession_FieldPathArrayOfValues, error)
- type ProbeStatusActivationStateSession_FieldPathSelector
- type ProbeStatusActivationStateSession_FieldPathValue
- type ProbeStatusActivationStateSession_FieldTerminalPath
- func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) ClearValue(item *Probe_Status_ActivationState_Session)
- func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) Get(source *Probe_Status_ActivationState_Session) (values []interface{})
- func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) GetSingle(source *Probe_Status_ActivationState_Session) (interface{}, bool)
- func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) JSONString() string
- func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) Selector() ProbeStatusActivationStateSession_FieldPathSelector
- func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) String() string
- func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeStatusActivationStateSession_FieldPathArrayItemValue
- func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeStatusActivationStateSession_FieldPathArrayOfValues
- func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) WithIValue(value interface{}) ProbeStatusActivationStateSession_FieldPathValue
- func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeStatusActivationStateSession_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbeStatusActivationStateSession_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Status_ActivationState_Session) bool
- func (fpaiv *ProbeStatusActivationStateSession_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbeStatusActivationStateSession_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Status_ActivationState_Session) (interface{}, bool)
- func (fpaiv *ProbeStatusActivationStateSession_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbeStatusActivationStateSession_FieldTerminalPathArrayOfValues
- func (fpaov *ProbeStatusActivationStateSession_FieldTerminalPathArrayOfValues) AsClientCookieArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatusActivationStateSession_FieldTerminalPathArrayOfValues) AsLockDeadlineArrayOfValues() ([]*timestamp.Timestamp, bool)
- func (fpaov *ProbeStatusActivationStateSession_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbeStatusActivationStateSession_FieldTerminalPathValue
- func (fpv *ProbeStatusActivationStateSession_FieldTerminalPathValue) AsClientCookieValue() (string, bool)
- func (fpv *ProbeStatusActivationStateSession_FieldTerminalPathValue) AsLockDeadlineValue() (*timestamp.Timestamp, bool)
- func (fpv *ProbeStatusActivationStateSession_FieldTerminalPathValue) CompareWith(source *Probe_Status_ActivationState_Session) (int, bool)
- func (fpv *ProbeStatusActivationStateSession_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbeStatusActivationStateSession_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbeStatusActivationStateSession_FieldTerminalPathValue) SetTo(target **Probe_Status_ActivationState_Session)
- func (fpv *ProbeStatusActivationStateSession_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbeStatusActivationState_FieldPath
- func BuildProbeStatusActivationState_FieldPath(fp gotenobject.RawFieldPath) (ProbeStatusActivationState_FieldPath, error)
- func MustParseProbeStatusActivationState_FieldPath(rawField string) ProbeStatusActivationState_FieldPath
- func ParseProbeStatusActivationState_FieldPath(rawField string) (ProbeStatusActivationState_FieldPath, error)
- type ProbeStatusActivationState_FieldPathArrayItemValue
- type ProbeStatusActivationState_FieldPathArrayOfValues
- type ProbeStatusActivationState_FieldPathSelector
- type ProbeStatusActivationState_FieldPathValue
- type ProbeStatusActivationState_FieldSubPath
- func (fps *ProbeStatusActivationState_FieldSubPath) AsCurrentSessionSubPath() (ProbeStatusActivationStateSession_FieldPath, bool)
- func (fps *ProbeStatusActivationState_FieldSubPath) AsLastInvitationSubPath() (ProbeStatusActivationStateInvitationState_FieldPath, bool)
- func (fps *ProbeStatusActivationState_FieldSubPath) ClearValue(item *Probe_Status_ActivationState)
- func (fps *ProbeStatusActivationState_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ProbeStatusActivationState_FieldSubPath) Get(source *Probe_Status_ActivationState) (values []interface{})
- func (fps *ProbeStatusActivationState_FieldSubPath) GetDefault() interface{}
- func (fps *ProbeStatusActivationState_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ProbeStatusActivationState_FieldSubPath) GetSingle(source *Probe_Status_ActivationState) (interface{}, bool)
- func (fps *ProbeStatusActivationState_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ProbeStatusActivationState_FieldSubPath) IsLeaf() bool
- func (fps *ProbeStatusActivationState_FieldSubPath) JSONString() string
- func (fps *ProbeStatusActivationState_FieldSubPath) Selector() ProbeStatusActivationState_FieldPathSelector
- func (fps *ProbeStatusActivationState_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ProbeStatusActivationState_FieldSubPath) String() string
- func (fps *ProbeStatusActivationState_FieldSubPath) WithIArrayItemValue(value interface{}) ProbeStatusActivationState_FieldPathArrayItemValue
- func (fps *ProbeStatusActivationState_FieldSubPath) WithIArrayOfValues(values interface{}) ProbeStatusActivationState_FieldPathArrayOfValues
- func (fps *ProbeStatusActivationState_FieldSubPath) WithIValue(value interface{}) ProbeStatusActivationState_FieldPathValue
- func (fps *ProbeStatusActivationState_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ProbeStatusActivationState_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ProbeStatusActivationState_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeStatusActivationState_FieldSubPathArrayItemValue
- func (fpaivs *ProbeStatusActivationState_FieldSubPathArrayItemValue) AsCurrentSessionPathItemValue() (ProbeStatusActivationStateSession_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeStatusActivationState_FieldSubPathArrayItemValue) AsLastInvitationPathItemValue() (ProbeStatusActivationStateInvitationState_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeStatusActivationState_FieldSubPathArrayItemValue) ContainsValue(source *Probe_Status_ActivationState) bool
- func (fpaivs *ProbeStatusActivationState_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ProbeStatusActivationState_FieldSubPathArrayOfValues
- func (fpsaov *ProbeStatusActivationState_FieldSubPathArrayOfValues) AsCurrentSessionPathArrayOfValues() (ProbeStatusActivationStateSession_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeStatusActivationState_FieldSubPathArrayOfValues) AsLastInvitationPathArrayOfValues() (ProbeStatusActivationStateInvitationState_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeStatusActivationState_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type ProbeStatusActivationState_FieldSubPathValue
- func (fpvs *ProbeStatusActivationState_FieldSubPathValue) AsCurrentSessionPathValue() (ProbeStatusActivationStateSession_FieldPathValue, bool)
- func (fpvs *ProbeStatusActivationState_FieldSubPathValue) AsLastInvitationPathValue() (ProbeStatusActivationStateInvitationState_FieldPathValue, bool)
- func (fpvs *ProbeStatusActivationState_FieldSubPathValue) CompareWith(source *Probe_Status_ActivationState) (int, bool)
- func (fpvs *ProbeStatusActivationState_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ProbeStatusActivationState_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ProbeStatusActivationState_FieldSubPathValue) SetTo(target **Probe_Status_ActivationState)
- func (fpvs *ProbeStatusActivationState_FieldSubPathValue) SetToRaw(target proto.Message)
- type ProbeStatusActivationState_FieldTerminalPath
- func (fp *ProbeStatusActivationState_FieldTerminalPath) ClearValue(item *Probe_Status_ActivationState)
- func (fp *ProbeStatusActivationState_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbeStatusActivationState_FieldTerminalPath) Get(source *Probe_Status_ActivationState) (values []interface{})
- func (fp *ProbeStatusActivationState_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbeStatusActivationState_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbeStatusActivationState_FieldTerminalPath) GetSingle(source *Probe_Status_ActivationState) (interface{}, bool)
- func (fp *ProbeStatusActivationState_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbeStatusActivationState_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbeStatusActivationState_FieldTerminalPath) JSONString() string
- func (fp *ProbeStatusActivationState_FieldTerminalPath) Selector() ProbeStatusActivationState_FieldPathSelector
- func (fp *ProbeStatusActivationState_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbeStatusActivationState_FieldTerminalPath) String() string
- func (fp *ProbeStatusActivationState_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeStatusActivationState_FieldPathArrayItemValue
- func (fp *ProbeStatusActivationState_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeStatusActivationState_FieldPathArrayOfValues
- func (fp *ProbeStatusActivationState_FieldTerminalPath) WithIValue(value interface{}) ProbeStatusActivationState_FieldPathValue
- func (fp *ProbeStatusActivationState_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbeStatusActivationState_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbeStatusActivationState_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeStatusActivationState_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbeStatusActivationState_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Status_ActivationState) bool
- func (fpaiv *ProbeStatusActivationState_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbeStatusActivationState_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Status_ActivationState) (interface{}, bool)
- func (fpaiv *ProbeStatusActivationState_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbeStatusActivationState_FieldTerminalPathArrayOfValues
- func (fpaov *ProbeStatusActivationState_FieldTerminalPathArrayOfValues) AsCurrentSessionArrayOfValues() ([]*Probe_Status_ActivationState_Session, bool)
- func (fpaov *ProbeStatusActivationState_FieldTerminalPathArrayOfValues) AsLastInvitationArrayOfValues() ([]*Probe_Status_ActivationState_InvitationState, bool)
- func (fpaov *ProbeStatusActivationState_FieldTerminalPathArrayOfValues) AsServiceAccountArrayOfValues() ([]*iam_service_account.Reference, bool)
- func (fpaov *ProbeStatusActivationState_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues() ([]Probe_Status_ActivationState_Status, bool)
- func (fpaov *ProbeStatusActivationState_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbeStatusActivationState_FieldTerminalPathValue
- func (fpv *ProbeStatusActivationState_FieldTerminalPathValue) AsCurrentSessionValue() (*Probe_Status_ActivationState_Session, bool)
- func (fpv *ProbeStatusActivationState_FieldTerminalPathValue) AsLastInvitationValue() (*Probe_Status_ActivationState_InvitationState, bool)
- func (fpv *ProbeStatusActivationState_FieldTerminalPathValue) AsServiceAccountValue() (*iam_service_account.Reference, bool)
- func (fpv *ProbeStatusActivationState_FieldTerminalPathValue) AsStatusValue() (Probe_Status_ActivationState_Status, bool)
- func (fpv *ProbeStatusActivationState_FieldTerminalPathValue) CompareWith(source *Probe_Status_ActivationState) (int, bool)
- func (fpv *ProbeStatusActivationState_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbeStatusActivationState_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbeStatusActivationState_FieldTerminalPathValue) SetTo(target **Probe_Status_ActivationState)
- func (fpv *ProbeStatusActivationState_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbeStatusBandwidthFieldPathBuilder
- func (ProbeStatusBandwidthFieldPathBuilder) DownloadMbps() Probe_Status_BandwidthPathSelectorDownloadMbps
- func (ProbeStatusBandwidthFieldPathBuilder) LastReported() Probe_Status_BandwidthPathSelectorLastReported
- func (ProbeStatusBandwidthFieldPathBuilder) ServerIpAddress() Probe_Status_BandwidthPathSelectorServerIpAddress
- func (ProbeStatusBandwidthFieldPathBuilder) TestServer() Probe_Status_BandwidthPathSelectorTestServer
- func (ProbeStatusBandwidthFieldPathBuilder) UploadMbps() Probe_Status_BandwidthPathSelectorUploadMbps
- type ProbeStatusBandwidth_FieldPath
- func BuildProbeStatusBandwidth_FieldPath(fp gotenobject.RawFieldPath) (ProbeStatusBandwidth_FieldPath, error)
- func MustParseProbeStatusBandwidth_FieldPath(rawField string) ProbeStatusBandwidth_FieldPath
- func ParseProbeStatusBandwidth_FieldPath(rawField string) (ProbeStatusBandwidth_FieldPath, error)
- type ProbeStatusBandwidth_FieldPathArrayItemValue
- type ProbeStatusBandwidth_FieldPathArrayOfValues
- type ProbeStatusBandwidth_FieldPathSelector
- type ProbeStatusBandwidth_FieldPathValue
- type ProbeStatusBandwidth_FieldTerminalPath
- func (fp *ProbeStatusBandwidth_FieldTerminalPath) ClearValue(item *Probe_Status_Bandwidth)
- func (fp *ProbeStatusBandwidth_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbeStatusBandwidth_FieldTerminalPath) Get(source *Probe_Status_Bandwidth) (values []interface{})
- func (fp *ProbeStatusBandwidth_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbeStatusBandwidth_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbeStatusBandwidth_FieldTerminalPath) GetSingle(source *Probe_Status_Bandwidth) (interface{}, bool)
- func (fp *ProbeStatusBandwidth_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbeStatusBandwidth_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbeStatusBandwidth_FieldTerminalPath) JSONString() string
- func (fp *ProbeStatusBandwidth_FieldTerminalPath) Selector() ProbeStatusBandwidth_FieldPathSelector
- func (fp *ProbeStatusBandwidth_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbeStatusBandwidth_FieldTerminalPath) String() string
- func (fp *ProbeStatusBandwidth_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeStatusBandwidth_FieldPathArrayItemValue
- func (fp *ProbeStatusBandwidth_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeStatusBandwidth_FieldPathArrayOfValues
- func (fp *ProbeStatusBandwidth_FieldTerminalPath) WithIValue(value interface{}) ProbeStatusBandwidth_FieldPathValue
- func (fp *ProbeStatusBandwidth_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbeStatusBandwidth_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbeStatusBandwidth_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeStatusBandwidth_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbeStatusBandwidth_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Status_Bandwidth) bool
- func (fpaiv *ProbeStatusBandwidth_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbeStatusBandwidth_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Status_Bandwidth) (interface{}, bool)
- func (fpaiv *ProbeStatusBandwidth_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbeStatusBandwidth_FieldTerminalPathArrayOfValues
- func (fpaov *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues) AsDownloadMbpsArrayOfValues() ([]float64, bool)
- func (fpaov *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues) AsLastReportedArrayOfValues() ([]*timestamp.Timestamp, bool)
- func (fpaov *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues) AsServerIpAddressArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues) AsTestServerArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues) AsUploadMbpsArrayOfValues() ([]float64, bool)
- func (fpaov *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbeStatusBandwidth_FieldTerminalPathValue
- func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) AsDownloadMbpsValue() (float64, bool)
- func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) AsLastReportedValue() (*timestamp.Timestamp, bool)
- func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) AsServerIpAddressValue() (string, bool)
- func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) AsTestServerValue() (string, bool)
- func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) AsUploadMbpsValue() (float64, bool)
- func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) CompareWith(source *Probe_Status_Bandwidth) (int, bool)
- func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) SetTo(target **Probe_Status_Bandwidth)
- func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbeStatusFieldPathBuilder
- func (ProbeStatusFieldPathBuilder) Activation() Probe_StatusPathSelectorActivation
- func (ProbeStatusFieldPathBuilder) ActiveLocation() Probe_StatusPathSelectorActiveLocation
- func (ProbeStatusFieldPathBuilder) AgentType() Probe_StatusPathSelectorAgentType
- func (ProbeStatusFieldPathBuilder) AsInfo() Probe_StatusPathSelectorAsInfo
- func (ProbeStatusFieldPathBuilder) Bandwidth() Probe_StatusPathSelectorBandwidth
- func (ProbeStatusFieldPathBuilder) Carrier() Probe_StatusPathSelectorCarrier
- func (ProbeStatusFieldPathBuilder) Connection() Probe_StatusPathSelectorConnection
- func (ProbeStatusFieldPathBuilder) ConnectionStatusChangeTime() Probe_StatusPathSelectorConnectionStatusChangeTime
- func (ProbeStatusFieldPathBuilder) DiscoveredLocation() Probe_StatusPathSelectorDiscoveredLocation
- func (ProbeStatusFieldPathBuilder) ExternalHostname() Probe_StatusPathSelectorExternalHostname
- func (ProbeStatusFieldPathBuilder) ExternalIpAddressV4() Probe_StatusPathSelectorExternalIpAddressV4
- func (ProbeStatusFieldPathBuilder) ExternalIpAddressV6() Probe_StatusPathSelectorExternalIpAddressV6
- func (ProbeStatusFieldPathBuilder) NetworkInterfaces() Probe_StatusPathSelectorNetworkInterfaces
- func (ProbeStatusFieldPathBuilder) SoftwareVersion() Probe_StatusPathSelectorSoftwareVersion
- func (ProbeStatusFieldPathBuilder) SystemInfo() Probe_StatusPathSelectorSystemInfo
- type ProbeStatusNetworkInterfaceFieldPathBuilder
- func (ProbeStatusNetworkInterfaceFieldPathBuilder) ExternalIpAddressV4() Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV4
- func (ProbeStatusNetworkInterfaceFieldPathBuilder) ExternalIpAddressV6() Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV6
- func (ProbeStatusNetworkInterfaceFieldPathBuilder) InterfaceName() Probe_Status_NetworkInterfacePathSelectorInterfaceName
- func (ProbeStatusNetworkInterfaceFieldPathBuilder) IpAddressV4() Probe_Status_NetworkInterfacePathSelectorIpAddressV4
- func (ProbeStatusNetworkInterfaceFieldPathBuilder) IpAddressV6() Probe_Status_NetworkInterfacePathSelectorIpAddressV6
- type ProbeStatusNetworkInterface_FieldPath
- func BuildProbeStatusNetworkInterface_FieldPath(fp gotenobject.RawFieldPath) (ProbeStatusNetworkInterface_FieldPath, error)
- func MustParseProbeStatusNetworkInterface_FieldPath(rawField string) ProbeStatusNetworkInterface_FieldPath
- func ParseProbeStatusNetworkInterface_FieldPath(rawField string) (ProbeStatusNetworkInterface_FieldPath, error)
- type ProbeStatusNetworkInterface_FieldPathArrayItemValue
- type ProbeStatusNetworkInterface_FieldPathArrayOfValues
- type ProbeStatusNetworkInterface_FieldPathSelector
- type ProbeStatusNetworkInterface_FieldPathValue
- type ProbeStatusNetworkInterface_FieldTerminalPath
- func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) ClearValue(item *Probe_Status_NetworkInterface)
- func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) Get(source *Probe_Status_NetworkInterface) (values []interface{})
- func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) GetSingle(source *Probe_Status_NetworkInterface) (interface{}, bool)
- func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) JSONString() string
- func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) Selector() ProbeStatusNetworkInterface_FieldPathSelector
- func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) String() string
- func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeStatusNetworkInterface_FieldPathArrayItemValue
- func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeStatusNetworkInterface_FieldPathArrayOfValues
- func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) WithIValue(value interface{}) ProbeStatusNetworkInterface_FieldPathValue
- func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) AsExternalIpAddressV4ItemValue() (string, bool)
- func (fpaiv *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) AsExternalIpAddressV6ItemValue() (string, bool)
- func (fpaiv *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) AsIpAddressV4ItemValue() (string, bool)
- func (fpaiv *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) AsIpAddressV6ItemValue() (string, bool)
- func (fpaiv *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Status_NetworkInterface) bool
- func (fpaiv *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Status_NetworkInterface) (interface{}, bool)
- func (fpaiv *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues
- func (fpaov *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues) AsExternalIpAddressV4ArrayOfValues() ([][]string, bool)
- func (fpaov *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues) AsExternalIpAddressV6ArrayOfValues() ([][]string, bool)
- func (fpaov *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues) AsInterfaceNameArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues) AsIpAddressV4ArrayOfValues() ([][]string, bool)
- func (fpaov *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues) AsIpAddressV6ArrayOfValues() ([][]string, bool)
- func (fpaov *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbeStatusNetworkInterface_FieldTerminalPathValue
- func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) AsExternalIpAddressV4Value() ([]string, bool)
- func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) AsExternalIpAddressV6Value() ([]string, bool)
- func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) AsInterfaceNameValue() (string, bool)
- func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) AsIpAddressV4Value() ([]string, bool)
- func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) AsIpAddressV6Value() ([]string, bool)
- func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) CompareWith(source *Probe_Status_NetworkInterface) (int, bool)
- func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) SetTo(target **Probe_Status_NetworkInterface)
- func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbeStatusSystemFieldPathBuilder
- func (ProbeStatusSystemFieldPathBuilder) Architecture() Probe_Status_SystemPathSelectorArchitecture
- func (ProbeStatusSystemFieldPathBuilder) Family() Probe_Status_SystemPathSelectorFamily
- func (ProbeStatusSystemFieldPathBuilder) HostName() Probe_Status_SystemPathSelectorHostName
- func (ProbeStatusSystemFieldPathBuilder) Manufacturer() Probe_Status_SystemPathSelectorManufacturer
- func (ProbeStatusSystemFieldPathBuilder) Model() Probe_Status_SystemPathSelectorModel
- func (ProbeStatusSystemFieldPathBuilder) Os() Probe_Status_SystemPathSelectorOs
- func (ProbeStatusSystemFieldPathBuilder) Platform() Probe_Status_SystemPathSelectorPlatform
- func (ProbeStatusSystemFieldPathBuilder) SerialNumber() Probe_Status_SystemPathSelectorSerialNumber
- func (ProbeStatusSystemFieldPathBuilder) Sku() Probe_Status_SystemPathSelectorSku
- type ProbeStatusSystemOSFieldPathBuilder
- func (ProbeStatusSystemOSFieldPathBuilder) BuildVersion() Probe_Status_System_OSPathSelectorBuildVersion
- func (ProbeStatusSystemOSFieldPathBuilder) Kernel() Probe_Status_System_OSPathSelectorKernel
- func (ProbeStatusSystemOSFieldPathBuilder) Name() Probe_Status_System_OSPathSelectorName
- func (ProbeStatusSystemOSFieldPathBuilder) Version() Probe_Status_System_OSPathSelectorVersion
- type ProbeStatusSystemOS_FieldPath
- type ProbeStatusSystemOS_FieldPathArrayItemValue
- type ProbeStatusSystemOS_FieldPathArrayOfValues
- type ProbeStatusSystemOS_FieldPathSelector
- type ProbeStatusSystemOS_FieldPathValue
- type ProbeStatusSystemOS_FieldTerminalPath
- func (fp *ProbeStatusSystemOS_FieldTerminalPath) ClearValue(item *Probe_Status_System_OS)
- func (fp *ProbeStatusSystemOS_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbeStatusSystemOS_FieldTerminalPath) Get(source *Probe_Status_System_OS) (values []interface{})
- func (fp *ProbeStatusSystemOS_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbeStatusSystemOS_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbeStatusSystemOS_FieldTerminalPath) GetSingle(source *Probe_Status_System_OS) (interface{}, bool)
- func (fp *ProbeStatusSystemOS_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbeStatusSystemOS_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbeStatusSystemOS_FieldTerminalPath) JSONString() string
- func (fp *ProbeStatusSystemOS_FieldTerminalPath) Selector() ProbeStatusSystemOS_FieldPathSelector
- func (fp *ProbeStatusSystemOS_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbeStatusSystemOS_FieldTerminalPath) String() string
- func (fp *ProbeStatusSystemOS_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeStatusSystemOS_FieldPathArrayItemValue
- func (fp *ProbeStatusSystemOS_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeStatusSystemOS_FieldPathArrayOfValues
- func (fp *ProbeStatusSystemOS_FieldTerminalPath) WithIValue(value interface{}) ProbeStatusSystemOS_FieldPathValue
- func (fp *ProbeStatusSystemOS_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbeStatusSystemOS_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbeStatusSystemOS_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeStatusSystemOS_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbeStatusSystemOS_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Status_System_OS) bool
- func (fpaiv *ProbeStatusSystemOS_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbeStatusSystemOS_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Status_System_OS) (interface{}, bool)
- func (fpaiv *ProbeStatusSystemOS_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbeStatusSystemOS_FieldTerminalPathArrayOfValues
- func (fpaov *ProbeStatusSystemOS_FieldTerminalPathArrayOfValues) AsBuildVersionArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatusSystemOS_FieldTerminalPathArrayOfValues) AsKernelArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatusSystemOS_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatusSystemOS_FieldTerminalPathArrayOfValues) AsVersionArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatusSystemOS_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbeStatusSystemOS_FieldTerminalPathValue
- func (fpv *ProbeStatusSystemOS_FieldTerminalPathValue) AsBuildVersionValue() (string, bool)
- func (fpv *ProbeStatusSystemOS_FieldTerminalPathValue) AsKernelValue() (string, bool)
- func (fpv *ProbeStatusSystemOS_FieldTerminalPathValue) AsNameValue() (string, bool)
- func (fpv *ProbeStatusSystemOS_FieldTerminalPathValue) AsVersionValue() (string, bool)
- func (fpv *ProbeStatusSystemOS_FieldTerminalPathValue) CompareWith(source *Probe_Status_System_OS) (int, bool)
- func (fpv *ProbeStatusSystemOS_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbeStatusSystemOS_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbeStatusSystemOS_FieldTerminalPathValue) SetTo(target **Probe_Status_System_OS)
- func (fpv *ProbeStatusSystemOS_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbeStatusSystem_FieldPath
- type ProbeStatusSystem_FieldPathArrayItemValue
- type ProbeStatusSystem_FieldPathArrayOfValues
- type ProbeStatusSystem_FieldPathSelector
- type ProbeStatusSystem_FieldPathValue
- type ProbeStatusSystem_FieldSubPath
- func (fps *ProbeStatusSystem_FieldSubPath) AsOsSubPath() (ProbeStatusSystemOS_FieldPath, bool)
- func (fps *ProbeStatusSystem_FieldSubPath) ClearValue(item *Probe_Status_System)
- func (fps *ProbeStatusSystem_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ProbeStatusSystem_FieldSubPath) Get(source *Probe_Status_System) (values []interface{})
- func (fps *ProbeStatusSystem_FieldSubPath) GetDefault() interface{}
- func (fps *ProbeStatusSystem_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ProbeStatusSystem_FieldSubPath) GetSingle(source *Probe_Status_System) (interface{}, bool)
- func (fps *ProbeStatusSystem_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ProbeStatusSystem_FieldSubPath) IsLeaf() bool
- func (fps *ProbeStatusSystem_FieldSubPath) JSONString() string
- func (fps *ProbeStatusSystem_FieldSubPath) Selector() ProbeStatusSystem_FieldPathSelector
- func (fps *ProbeStatusSystem_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ProbeStatusSystem_FieldSubPath) String() string
- func (fps *ProbeStatusSystem_FieldSubPath) WithIArrayItemValue(value interface{}) ProbeStatusSystem_FieldPathArrayItemValue
- func (fps *ProbeStatusSystem_FieldSubPath) WithIArrayOfValues(values interface{}) ProbeStatusSystem_FieldPathArrayOfValues
- func (fps *ProbeStatusSystem_FieldSubPath) WithIValue(value interface{}) ProbeStatusSystem_FieldPathValue
- func (fps *ProbeStatusSystem_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ProbeStatusSystem_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ProbeStatusSystem_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeStatusSystem_FieldSubPathArrayItemValue
- func (fpaivs *ProbeStatusSystem_FieldSubPathArrayItemValue) AsOsPathItemValue() (ProbeStatusSystemOS_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeStatusSystem_FieldSubPathArrayItemValue) ContainsValue(source *Probe_Status_System) bool
- func (fpaivs *ProbeStatusSystem_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ProbeStatusSystem_FieldSubPathArrayOfValues
- type ProbeStatusSystem_FieldSubPathValue
- func (fpvs *ProbeStatusSystem_FieldSubPathValue) AsOsPathValue() (ProbeStatusSystemOS_FieldPathValue, bool)
- func (fpvs *ProbeStatusSystem_FieldSubPathValue) CompareWith(source *Probe_Status_System) (int, bool)
- func (fpvs *ProbeStatusSystem_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ProbeStatusSystem_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ProbeStatusSystem_FieldSubPathValue) SetTo(target **Probe_Status_System)
- func (fpvs *ProbeStatusSystem_FieldSubPathValue) SetToRaw(target proto.Message)
- type ProbeStatusSystem_FieldTerminalPath
- func (fp *ProbeStatusSystem_FieldTerminalPath) ClearValue(item *Probe_Status_System)
- func (fp *ProbeStatusSystem_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbeStatusSystem_FieldTerminalPath) Get(source *Probe_Status_System) (values []interface{})
- func (fp *ProbeStatusSystem_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbeStatusSystem_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbeStatusSystem_FieldTerminalPath) GetSingle(source *Probe_Status_System) (interface{}, bool)
- func (fp *ProbeStatusSystem_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbeStatusSystem_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbeStatusSystem_FieldTerminalPath) JSONString() string
- func (fp *ProbeStatusSystem_FieldTerminalPath) Selector() ProbeStatusSystem_FieldPathSelector
- func (fp *ProbeStatusSystem_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbeStatusSystem_FieldTerminalPath) String() string
- func (fp *ProbeStatusSystem_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeStatusSystem_FieldPathArrayItemValue
- func (fp *ProbeStatusSystem_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeStatusSystem_FieldPathArrayOfValues
- func (fp *ProbeStatusSystem_FieldTerminalPath) WithIValue(value interface{}) ProbeStatusSystem_FieldPathValue
- func (fp *ProbeStatusSystem_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbeStatusSystem_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbeStatusSystem_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeStatusSystem_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbeStatusSystem_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Status_System) bool
- func (fpaiv *ProbeStatusSystem_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbeStatusSystem_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Status_System) (interface{}, bool)
- func (fpaiv *ProbeStatusSystem_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbeStatusSystem_FieldTerminalPathArrayOfValues
- func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsArchitectureArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsFamilyArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsHostNameArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsManufacturerArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsModelArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsOsArrayOfValues() ([]*Probe_Status_System_OS, bool)
- func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsPlatformArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsSerialNumberArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsSkuArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbeStatusSystem_FieldTerminalPathValue
- func (fpv *ProbeStatusSystem_FieldTerminalPathValue) AsArchitectureValue() (string, bool)
- func (fpv *ProbeStatusSystem_FieldTerminalPathValue) AsFamilyValue() (string, bool)
- func (fpv *ProbeStatusSystem_FieldTerminalPathValue) AsHostNameValue() (string, bool)
- func (fpv *ProbeStatusSystem_FieldTerminalPathValue) AsManufacturerValue() (string, bool)
- func (fpv *ProbeStatusSystem_FieldTerminalPathValue) AsModelValue() (string, bool)
- func (fpv *ProbeStatusSystem_FieldTerminalPathValue) AsOsValue() (*Probe_Status_System_OS, bool)
- func (fpv *ProbeStatusSystem_FieldTerminalPathValue) AsPlatformValue() (string, bool)
- func (fpv *ProbeStatusSystem_FieldTerminalPathValue) AsSerialNumberValue() (string, bool)
- func (fpv *ProbeStatusSystem_FieldTerminalPathValue) AsSkuValue() (string, bool)
- func (fpv *ProbeStatusSystem_FieldTerminalPathValue) CompareWith(source *Probe_Status_System) (int, bool)
- func (fpv *ProbeStatusSystem_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbeStatusSystem_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbeStatusSystem_FieldTerminalPathValue) SetTo(target **Probe_Status_System)
- func (fpv *ProbeStatusSystem_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbeStatus_FieldPath
- type ProbeStatus_FieldPathArrayItemValue
- type ProbeStatus_FieldPathArrayOfValues
- type ProbeStatus_FieldPathMap
- func (fpm *ProbeStatus_FieldPathMap) ClearValue(item *Probe_Status)
- func (fpm *ProbeStatus_FieldPathMap) ClearValueRaw(item proto.Message)
- func (fpm *ProbeStatus_FieldPathMap) Get(source *Probe_Status) (values []interface{})
- func (fpm *ProbeStatus_FieldPathMap) GetDefault() interface{}
- func (fpm *ProbeStatus_FieldPathMap) GetRaw(source proto.Message) []interface{}
- func (fpm *ProbeStatus_FieldPathMap) GetSingle(source *Probe_Status) (interface{}, bool)
- func (fpm *ProbeStatus_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fpm *ProbeStatus_FieldPathMap) IsLeaf() bool
- func (fpm *ProbeStatus_FieldPathMap) JSONString() string
- func (fpm *ProbeStatus_FieldPathMap) Key() string
- func (fpm *ProbeStatus_FieldPathMap) Selector() ProbeStatus_FieldPathSelector
- func (fpm *ProbeStatus_FieldPathMap) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fpm *ProbeStatus_FieldPathMap) String() string
- func (fpm *ProbeStatus_FieldPathMap) WithIArrayItemValue(value interface{}) ProbeStatus_FieldPathArrayItemValue
- func (fpm *ProbeStatus_FieldPathMap) WithIArrayOfValues(values interface{}) ProbeStatus_FieldPathArrayOfValues
- func (fpm *ProbeStatus_FieldPathMap) WithIValue(value interface{}) ProbeStatus_FieldPathValue
- func (fpm *ProbeStatus_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fpm *ProbeStatus_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fpm *ProbeStatus_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeStatus_FieldPathMapArrayOfValues
- type ProbeStatus_FieldPathMapValue
- func (fpmv *ProbeStatus_FieldPathMapValue) AsNetworkInterfacesElementValue() (*Probe_Status_NetworkInterface, bool)
- func (fpmv *ProbeStatus_FieldPathMapValue) CompareWith(source *Probe_Status) (int, bool)
- func (fpmv *ProbeStatus_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpmv *ProbeStatus_FieldPathMapValue) GetRawValue() interface{}
- func (fpmv *ProbeStatus_FieldPathMapValue) SetTo(target **Probe_Status)
- func (fpmv *ProbeStatus_FieldPathMapValue) SetToRaw(target proto.Message)
- type ProbeStatus_FieldPathSelector
- type ProbeStatus_FieldPathValue
- type ProbeStatus_FieldSubPath
- func (fps *ProbeStatus_FieldSubPath) AsActivationSubPath() (ProbeStatusActivationState_FieldPath, bool)
- func (fps *ProbeStatus_FieldSubPath) AsActiveLocationSubPath() (common.Location_FieldPath, bool)
- func (fps *ProbeStatus_FieldSubPath) AsAsInfoSubPath() (common.ASInfo_FieldPath, bool)
- func (fps *ProbeStatus_FieldSubPath) AsBandwidthSubPath() (ProbeStatusBandwidth_FieldPath, bool)
- func (fps *ProbeStatus_FieldSubPath) AsCarrierSubPath() (common.Carrier_FieldPath, bool)
- func (fps *ProbeStatus_FieldSubPath) AsDiscoveredLocationSubPath() (common.Location_FieldPath, bool)
- func (fps *ProbeStatus_FieldSubPath) AsSoftwareVersionSubPath() (common.SoftwareVersion_FieldPath, bool)
- func (fps *ProbeStatus_FieldSubPath) AsSystemInfoSubPath() (ProbeStatusSystem_FieldPath, bool)
- func (fps *ProbeStatus_FieldSubPath) ClearValue(item *Probe_Status)
- func (fps *ProbeStatus_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ProbeStatus_FieldSubPath) Get(source *Probe_Status) (values []interface{})
- func (fps *ProbeStatus_FieldSubPath) GetDefault() interface{}
- func (fps *ProbeStatus_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ProbeStatus_FieldSubPath) GetSingle(source *Probe_Status) (interface{}, bool)
- func (fps *ProbeStatus_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ProbeStatus_FieldSubPath) IsLeaf() bool
- func (fps *ProbeStatus_FieldSubPath) JSONString() string
- func (fps *ProbeStatus_FieldSubPath) Selector() ProbeStatus_FieldPathSelector
- func (fps *ProbeStatus_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ProbeStatus_FieldSubPath) String() string
- func (fps *ProbeStatus_FieldSubPath) WithIArrayItemValue(value interface{}) ProbeStatus_FieldPathArrayItemValue
- func (fps *ProbeStatus_FieldSubPath) WithIArrayOfValues(values interface{}) ProbeStatus_FieldPathArrayOfValues
- func (fps *ProbeStatus_FieldSubPath) WithIValue(value interface{}) ProbeStatus_FieldPathValue
- func (fps *ProbeStatus_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ProbeStatus_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ProbeStatus_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeStatus_FieldSubPathArrayItemValue
- func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) AsActivationPathItemValue() (ProbeStatusActivationState_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) AsActiveLocationPathItemValue() (common.Location_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) AsAsInfoPathItemValue() (common.ASInfo_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) AsBandwidthPathItemValue() (ProbeStatusBandwidth_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) AsCarrierPathItemValue() (common.Carrier_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) AsDiscoveredLocationPathItemValue() (common.Location_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) AsSoftwareVersionPathItemValue() (common.SoftwareVersion_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) AsSystemInfoPathItemValue() (ProbeStatusSystem_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) ContainsValue(source *Probe_Status) bool
- func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ProbeStatus_FieldSubPathArrayOfValues
- func (fpsaov *ProbeStatus_FieldSubPathArrayOfValues) AsActivationPathArrayOfValues() (ProbeStatusActivationState_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeStatus_FieldSubPathArrayOfValues) AsActiveLocationPathArrayOfValues() (common.Location_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeStatus_FieldSubPathArrayOfValues) AsAsInfoPathArrayOfValues() (common.ASInfo_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeStatus_FieldSubPathArrayOfValues) AsBandwidthPathArrayOfValues() (ProbeStatusBandwidth_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeStatus_FieldSubPathArrayOfValues) AsCarrierPathArrayOfValues() (common.Carrier_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeStatus_FieldSubPathArrayOfValues) AsDiscoveredLocationPathArrayOfValues() (common.Location_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeStatus_FieldSubPathArrayOfValues) AsSoftwareVersionPathArrayOfValues() (common.SoftwareVersion_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeStatus_FieldSubPathArrayOfValues) AsSystemInfoPathArrayOfValues() (ProbeStatusSystem_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbeStatus_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type ProbeStatus_FieldSubPathValue
- func (fpvs *ProbeStatus_FieldSubPathValue) AsActivationPathValue() (ProbeStatusActivationState_FieldPathValue, bool)
- func (fpvs *ProbeStatus_FieldSubPathValue) AsActiveLocationPathValue() (common.Location_FieldPathValue, bool)
- func (fpvs *ProbeStatus_FieldSubPathValue) AsAsInfoPathValue() (common.ASInfo_FieldPathValue, bool)
- func (fpvs *ProbeStatus_FieldSubPathValue) AsBandwidthPathValue() (ProbeStatusBandwidth_FieldPathValue, bool)
- func (fpvs *ProbeStatus_FieldSubPathValue) AsCarrierPathValue() (common.Carrier_FieldPathValue, bool)
- func (fpvs *ProbeStatus_FieldSubPathValue) AsDiscoveredLocationPathValue() (common.Location_FieldPathValue, bool)
- func (fpvs *ProbeStatus_FieldSubPathValue) AsSoftwareVersionPathValue() (common.SoftwareVersion_FieldPathValue, bool)
- func (fpvs *ProbeStatus_FieldSubPathValue) AsSystemInfoPathValue() (ProbeStatusSystem_FieldPathValue, bool)
- func (fpvs *ProbeStatus_FieldSubPathValue) CompareWith(source *Probe_Status) (int, bool)
- func (fpvs *ProbeStatus_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ProbeStatus_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ProbeStatus_FieldSubPathValue) SetTo(target **Probe_Status)
- func (fpvs *ProbeStatus_FieldSubPathValue) SetToRaw(target proto.Message)
- type ProbeStatus_FieldTerminalPath
- func (fp *ProbeStatus_FieldTerminalPath) ClearValue(item *Probe_Status)
- func (fp *ProbeStatus_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbeStatus_FieldTerminalPath) Get(source *Probe_Status) (values []interface{})
- func (fp *ProbeStatus_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbeStatus_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbeStatus_FieldTerminalPath) GetSingle(source *Probe_Status) (interface{}, bool)
- func (fp *ProbeStatus_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbeStatus_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbeStatus_FieldTerminalPath) JSONString() string
- func (fp *ProbeStatus_FieldTerminalPath) Selector() ProbeStatus_FieldPathSelector
- func (fp *ProbeStatus_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbeStatus_FieldTerminalPath) String() string
- func (fp *ProbeStatus_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeStatus_FieldPathArrayItemValue
- func (fp *ProbeStatus_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeStatus_FieldPathArrayOfValues
- func (fp *ProbeStatus_FieldTerminalPath) WithIValue(value interface{}) ProbeStatus_FieldPathValue
- func (fp *ProbeStatus_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbeStatus_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbeStatus_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbeStatus_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbeStatus_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Status) bool
- func (fpaiv *ProbeStatus_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbeStatus_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Status) (interface{}, bool)
- func (fpaiv *ProbeStatus_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbeStatus_FieldTerminalPathArrayOfValues
- func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsActivationArrayOfValues() ([]*Probe_Status_ActivationState, bool)
- func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsActiveLocationArrayOfValues() ([]*common.Location, bool)
- func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsAgentTypeArrayOfValues() ([]Probe_AgentType, bool)
- func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsAsInfoArrayOfValues() ([]*common.ASInfo, bool)
- func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsBandwidthArrayOfValues() ([]*Probe_Status_Bandwidth, bool)
- func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsCarrierArrayOfValues() ([]*common.Carrier, bool)
- func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsConnectionArrayOfValues() ([]Probe_Status_ConnectionStatus, bool)
- func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsConnectionStatusChangeTimeArrayOfValues() ([]*timestamp.Timestamp, bool)
- func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsDiscoveredLocationArrayOfValues() ([]*common.Location, bool)
- func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsExternalHostnameArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsExternalIpAddressV4ArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsExternalIpAddressV6ArrayOfValues() ([]string, bool)
- func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsNetworkInterfacesArrayOfValues() ([]map[string]*Probe_Status_NetworkInterface, bool)
- func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsSoftwareVersionArrayOfValues() ([]*common.SoftwareVersion, bool)
- func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsSystemInfoArrayOfValues() ([]*Probe_Status_System, bool)
- func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbeStatus_FieldTerminalPathValue
- func (fpv *ProbeStatus_FieldTerminalPathValue) AsActivationValue() (*Probe_Status_ActivationState, bool)
- func (fpv *ProbeStatus_FieldTerminalPathValue) AsActiveLocationValue() (*common.Location, bool)
- func (fpv *ProbeStatus_FieldTerminalPathValue) AsAgentTypeValue() (Probe_AgentType, bool)
- func (fpv *ProbeStatus_FieldTerminalPathValue) AsAsInfoValue() (*common.ASInfo, bool)
- func (fpv *ProbeStatus_FieldTerminalPathValue) AsBandwidthValue() (*Probe_Status_Bandwidth, bool)
- func (fpv *ProbeStatus_FieldTerminalPathValue) AsCarrierValue() (*common.Carrier, bool)
- func (fpv *ProbeStatus_FieldTerminalPathValue) AsConnectionStatusChangeTimeValue() (*timestamp.Timestamp, bool)
- func (fpv *ProbeStatus_FieldTerminalPathValue) AsConnectionValue() (Probe_Status_ConnectionStatus, bool)
- func (fpv *ProbeStatus_FieldTerminalPathValue) AsDiscoveredLocationValue() (*common.Location, bool)
- func (fpv *ProbeStatus_FieldTerminalPathValue) AsExternalHostnameValue() (string, bool)
- func (fpv *ProbeStatus_FieldTerminalPathValue) AsExternalIpAddressV4Value() (string, bool)
- func (fpv *ProbeStatus_FieldTerminalPathValue) AsExternalIpAddressV6Value() (string, bool)
- func (fpv *ProbeStatus_FieldTerminalPathValue) AsNetworkInterfacesValue() (map[string]*Probe_Status_NetworkInterface, bool)
- func (fpv *ProbeStatus_FieldTerminalPathValue) AsSoftwareVersionValue() (*common.SoftwareVersion, bool)
- func (fpv *ProbeStatus_FieldTerminalPathValue) AsSystemInfoValue() (*Probe_Status_System, bool)
- func (fpv *ProbeStatus_FieldTerminalPathValue) CompareWith(source *Probe_Status) (int, bool)
- func (fpv *ProbeStatus_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbeStatus_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbeStatus_FieldTerminalPathValue) SetTo(target **Probe_Status)
- func (fpv *ProbeStatus_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type Probe_AgentType
- func (Probe_AgentType) Descriptor() preflect.EnumDescriptor
- func (x Probe_AgentType) Enum() *Probe_AgentType
- func (Probe_AgentType) EnumDescriptor() ([]byte, []int)
- func (x Probe_AgentType) Number() preflect.EnumNumber
- func (x Probe_AgentType) String() string
- func (Probe_AgentType) Type() preflect.EnumType
- type Probe_FieldMask
- func (fieldMask *Probe_FieldMask) AppendPath(path Probe_FieldPath)
- func (fieldMask *Probe_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Probe_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Probe_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Probe_FieldMask) FilterInputFields() *Probe_FieldMask
- func (fieldMask *Probe_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Probe_FieldMask) GetPaths() []Probe_FieldPath
- func (fieldMask *Probe_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Probe_FieldMask) IsFull() bool
- func (fieldMask Probe_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Probe_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Probe_FieldMask) PathsCount() int
- func (fieldMask *Probe_FieldMask) Project(source *Probe) *Probe
- func (fieldMask *Probe_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Probe_FieldMask) ProtoMessage()
- func (fieldMask *Probe_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Probe_FieldMask) Reset()
- func (fieldMask *Probe_FieldMask) Set(target, source *Probe)
- func (fieldMask *Probe_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Probe_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Probe_FieldMask) Size() int
- func (fieldMask *Probe_FieldMask) String() string
- func (fieldMask *Probe_FieldMask) Subtract(other *Probe_FieldMask) *Probe_FieldMask
- func (fieldMask *Probe_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Probe_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Probe_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Probe_FieldMask) UnmarshalJSON(data []byte) error
- type Probe_FieldPath
- type Probe_FieldPathArrayItemValue
- type Probe_FieldPathArrayOfValues
- type Probe_FieldPathSelector
- type Probe_FieldPathValue
- type Probe_FieldSubPath
- func (fps *Probe_FieldSubPath) AsMemoSubPath() (ntt_memo.Memo_FieldPath, bool)
- func (fps *Probe_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
- func (fps *Probe_FieldSubPath) AsSpecSubPath() (ProbeSpec_FieldPath, bool)
- func (fps *Probe_FieldSubPath) AsStatusSubPath() (ProbeStatus_FieldPath, bool)
- func (fps *Probe_FieldSubPath) ClearValue(item *Probe)
- func (fps *Probe_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *Probe_FieldSubPath) Get(source *Probe) (values []interface{})
- func (fps *Probe_FieldSubPath) GetDefault() interface{}
- func (fps *Probe_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *Probe_FieldSubPath) GetSingle(source *Probe) (interface{}, bool)
- func (fps *Probe_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *Probe_FieldSubPath) IsLeaf() bool
- func (fps *Probe_FieldSubPath) JSONString() string
- func (fps *Probe_FieldSubPath) Selector() Probe_FieldPathSelector
- func (fps *Probe_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *Probe_FieldSubPath) String() string
- func (fps *Probe_FieldSubPath) WithIArrayItemValue(value interface{}) Probe_FieldPathArrayItemValue
- func (fps *Probe_FieldSubPath) WithIArrayOfValues(values interface{}) Probe_FieldPathArrayOfValues
- func (fps *Probe_FieldSubPath) WithIValue(value interface{}) Probe_FieldPathValue
- func (fps *Probe_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *Probe_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *Probe_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Probe_FieldSubPathArrayItemValue
- func (fpaivs *Probe_FieldSubPathArrayItemValue) AsMemoPathItemValue() (ntt_memo.Memo_FieldPathArrayItemValue, bool)
- func (fpaivs *Probe_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
- func (fpaivs *Probe_FieldSubPathArrayItemValue) AsSpecPathItemValue() (ProbeSpec_FieldPathArrayItemValue, bool)
- func (fpaivs *Probe_FieldSubPathArrayItemValue) AsStatusPathItemValue() (ProbeStatus_FieldPathArrayItemValue, bool)
- func (fpaivs *Probe_FieldSubPathArrayItemValue) ContainsValue(source *Probe) bool
- func (fpaivs *Probe_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type Probe_FieldSubPathArrayOfValues
- func (fpsaov *Probe_FieldSubPathArrayOfValues) AsMemoPathArrayOfValues() (ntt_memo.Memo_FieldPathArrayOfValues, bool)
- func (fpsaov *Probe_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
- func (fpsaov *Probe_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (ProbeSpec_FieldPathArrayOfValues, bool)
- func (fpsaov *Probe_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues() (ProbeStatus_FieldPathArrayOfValues, bool)
- func (fpsaov *Probe_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type Probe_FieldSubPathValue
- func (fpvs *Probe_FieldSubPathValue) AsMemoPathValue() (ntt_memo.Memo_FieldPathValue, bool)
- func (fpvs *Probe_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
- func (fpvs *Probe_FieldSubPathValue) AsSpecPathValue() (ProbeSpec_FieldPathValue, bool)
- func (fpvs *Probe_FieldSubPathValue) AsStatusPathValue() (ProbeStatus_FieldPathValue, bool)
- func (fpvs *Probe_FieldSubPathValue) CompareWith(source *Probe) (int, bool)
- func (fpvs *Probe_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *Probe_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *Probe_FieldSubPathValue) SetTo(target **Probe)
- func (fpvs *Probe_FieldSubPathValue) SetToRaw(target proto.Message)
- type Probe_FieldTerminalPath
- func (fp *Probe_FieldTerminalPath) ClearValue(item *Probe)
- func (fp *Probe_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *Probe_FieldTerminalPath) Get(source *Probe) (values []interface{})
- func (fp *Probe_FieldTerminalPath) GetDefault() interface{}
- func (fp *Probe_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *Probe_FieldTerminalPath) GetSingle(source *Probe) (interface{}, bool)
- func (fp *Probe_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *Probe_FieldTerminalPath) IsLeaf() bool
- func (fp *Probe_FieldTerminalPath) JSONString() string
- func (fp *Probe_FieldTerminalPath) Selector() Probe_FieldPathSelector
- func (fp *Probe_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *Probe_FieldTerminalPath) String() string
- func (fp *Probe_FieldTerminalPath) WithIArrayItemValue(value interface{}) Probe_FieldPathArrayItemValue
- func (fp *Probe_FieldTerminalPath) WithIArrayOfValues(values interface{}) Probe_FieldPathArrayOfValues
- func (fp *Probe_FieldTerminalPath) WithIValue(value interface{}) Probe_FieldPathValue
- func (fp *Probe_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *Probe_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *Probe_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Probe_FieldTerminalPathArrayItemValue
- func (fpaiv *Probe_FieldTerminalPathArrayItemValue) AsMemoItemValue() (*ntt_memo.Memo, bool)
- func (fpaiv *Probe_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe) bool
- func (fpaiv *Probe_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *Probe_FieldTerminalPathArrayItemValue) GetSingle(source *Probe) (interface{}, bool)
- func (fpaiv *Probe_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type Probe_FieldTerminalPathArrayOfValues
- func (fpaov *Probe_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
- func (fpaov *Probe_FieldTerminalPathArrayOfValues) AsLowerDisplayNameArrayOfValues() ([]string, bool)
- func (fpaov *Probe_FieldTerminalPathArrayOfValues) AsMemoArrayOfValues() ([][]*ntt_memo.Memo, bool)
- func (fpaov *Probe_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
- func (fpaov *Probe_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
- func (fpaov *Probe_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*Probe_Spec, bool)
- func (fpaov *Probe_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues() ([]*Probe_Status, bool)
- func (fpaov *Probe_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type Probe_FieldTerminalPathValue
- func (fpv *Probe_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
- func (fpv *Probe_FieldTerminalPathValue) AsLowerDisplayNameValue() (string, bool)
- func (fpv *Probe_FieldTerminalPathValue) AsMemoValue() ([]*ntt_memo.Memo, bool)
- func (fpv *Probe_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
- func (fpv *Probe_FieldTerminalPathValue) AsNameValue() (*Name, bool)
- func (fpv *Probe_FieldTerminalPathValue) AsSpecValue() (*Probe_Spec, bool)
- func (fpv *Probe_FieldTerminalPathValue) AsStatusValue() (*Probe_Status, bool)
- func (fpv *Probe_FieldTerminalPathValue) CompareWith(source *Probe) (int, bool)
- func (fpv *Probe_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *Probe_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *Probe_FieldTerminalPathValue) SetTo(target **Probe)
- func (fpv *Probe_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type Probe_Spec
- func (o *Probe_Spec) Clone() *Probe_Spec
- func (o *Probe_Spec) CloneRaw() gotenobject.GotenObjectExt
- func (*Probe_Spec) Descriptor() ([]byte, []int)
- func (m *Probe_Spec) GetAccessToken() *Probe_Spec_AccessTokenSpec
- func (m *Probe_Spec) GetActivation() *Probe_Spec_ActivationSpec
- func (m *Probe_Spec) GetAgentType() Probe_AgentType
- func (m *Probe_Spec) GetContactInfo() *common.ContactInformation
- func (m *Probe_Spec) GetDevice() *devices_device.Reference
- func (m *Probe_Spec) GetDisableSpeedtest() bool
- func (m *Probe_Spec) GetEnabled() bool
- func (m *Probe_Spec) GetExternalIpCheckUrl() []string
- func (m *Probe_Spec) GetLocationDiscovery() *common.LocationDiscoverySpec
- func (m *Probe_Spec) GetPrimaryLocation() *common.Location
- func (m *Probe_Spec) GetProbeGroup() *probe_group.Reference
- func (m *Probe_Spec) GetTargetServers() *Probe_Spec_TargetServers
- func (*Probe_Spec) GotenMessage()
- func (o *Probe_Spec) GotenObjectExt()
- func (obj *Probe_Spec) GotenValidate() error
- func (o *Probe_Spec) MakeDiffFieldMask(other *Probe_Spec) *Probe_Spec_FieldMask
- func (o *Probe_Spec) MakeFullFieldMask() *Probe_Spec_FieldMask
- func (o *Probe_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Probe_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Probe_Spec) Marshal() ([]byte, error)
- func (m *Probe_Spec) MarshalJSON() ([]byte, error)
- func (o *Probe_Spec) Merge(source *Probe_Spec)
- func (o *Probe_Spec) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Probe_Spec) ProtoMessage()
- func (m *Probe_Spec) ProtoReflect() preflect.Message
- func (m *Probe_Spec) Reset()
- func (m *Probe_Spec) SetAccessToken(fv *Probe_Spec_AccessTokenSpec)
- func (m *Probe_Spec) SetActivation(fv *Probe_Spec_ActivationSpec)
- func (m *Probe_Spec) SetAgentType(fv Probe_AgentType)
- func (m *Probe_Spec) SetContactInfo(fv *common.ContactInformation)
- func (m *Probe_Spec) SetDevice(fv *devices_device.Reference)
- func (m *Probe_Spec) SetDisableSpeedtest(fv bool)
- func (m *Probe_Spec) SetEnabled(fv bool)
- func (m *Probe_Spec) SetExternalIpCheckUrl(fv []string)
- func (m *Probe_Spec) SetLocationDiscovery(fv *common.LocationDiscoverySpec)
- func (m *Probe_Spec) SetPrimaryLocation(fv *common.Location)
- func (m *Probe_Spec) SetProbeGroup(fv *probe_group.Reference)
- func (m *Probe_Spec) SetTargetServers(fv *Probe_Spec_TargetServers)
- func (m *Probe_Spec) String() string
- func (m *Probe_Spec) Unmarshal(b []byte) error
- func (m *Probe_Spec) UnmarshalJSON(data []byte) error
- type Probe_SpecMapPathSelectorActivationInvitationExtras
- func (s Probe_SpecMapPathSelectorActivationInvitationExtras) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecMapPathSelectorActivationInvitationExtras) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecMapPathSelectorActivationInvitationExtras) WithValue(value string) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorAccessToken
- func (Probe_SpecPathSelectorAccessToken) AccessToken() Probe_SpecPathSelectorAccessTokenAccessToken
- func (Probe_SpecPathSelectorAccessToken) Enable() Probe_SpecPathSelectorAccessTokenEnable
- func (Probe_SpecPathSelectorAccessToken) FieldPath() *ProbeSpec_FieldTerminalPath
- func (s Probe_SpecPathSelectorAccessToken) WithArrayOfValues(values []*Probe_Spec_AccessTokenSpec) *ProbeSpec_FieldTerminalPathArrayOfValues
- func (s Probe_SpecPathSelectorAccessToken) WithSubArrayItemValue(subPathArrayItemValue ProbeSpecAccessTokenSpec_FieldPathArrayItemValue) *ProbeSpec_FieldSubPathArrayItemValue
- func (s Probe_SpecPathSelectorAccessToken) WithSubArrayOfValues(subPathArrayOfValues ProbeSpecAccessTokenSpec_FieldPathArrayOfValues) *ProbeSpec_FieldSubPathArrayOfValues
- func (Probe_SpecPathSelectorAccessToken) WithSubPath(subPath ProbeSpecAccessTokenSpec_FieldPath) *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorAccessToken) WithSubValue(subPathValue ProbeSpecAccessTokenSpec_FieldPathValue) *ProbeSpec_FieldSubPathValue
- func (s Probe_SpecPathSelectorAccessToken) WithValue(value *Probe_Spec_AccessTokenSpec) *ProbeSpec_FieldTerminalPathValue
- type Probe_SpecPathSelectorAccessTokenAccessToken
- func (Probe_SpecPathSelectorAccessTokenAccessToken) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorAccessTokenAccessToken) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorAccessTokenAccessToken) WithValue(value string) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorAccessTokenEnable
- func (Probe_SpecPathSelectorAccessTokenEnable) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorAccessTokenEnable) WithArrayOfValues(values []bool) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorAccessTokenEnable) WithValue(value bool) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorActivation
- func (Probe_SpecPathSelectorActivation) FieldPath() *ProbeSpec_FieldTerminalPath
- func (Probe_SpecPathSelectorActivation) InvitationExtras() Probe_SpecPathSelectorActivationInvitationExtras
- func (Probe_SpecPathSelectorActivation) ReusableToken() Probe_SpecPathSelectorActivationReusableToken
- func (Probe_SpecPathSelectorActivation) SendInvitationOnCreate() Probe_SpecPathSelectorActivationSendInvitationOnCreate
- func (Probe_SpecPathSelectorActivation) Token() Probe_SpecPathSelectorActivationToken
- func (Probe_SpecPathSelectorActivation) Type() Probe_SpecPathSelectorActivationType
- func (s Probe_SpecPathSelectorActivation) WithArrayOfValues(values []*Probe_Spec_ActivationSpec) *ProbeSpec_FieldTerminalPathArrayOfValues
- func (s Probe_SpecPathSelectorActivation) WithSubArrayItemValue(subPathArrayItemValue ProbeSpecActivationSpec_FieldPathArrayItemValue) *ProbeSpec_FieldSubPathArrayItemValue
- func (s Probe_SpecPathSelectorActivation) WithSubArrayOfValues(subPathArrayOfValues ProbeSpecActivationSpec_FieldPathArrayOfValues) *ProbeSpec_FieldSubPathArrayOfValues
- func (Probe_SpecPathSelectorActivation) WithSubPath(subPath ProbeSpecActivationSpec_FieldPath) *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorActivation) WithSubValue(subPathValue ProbeSpecActivationSpec_FieldPathValue) *ProbeSpec_FieldSubPathValue
- func (s Probe_SpecPathSelectorActivation) WithValue(value *Probe_Spec_ActivationSpec) *ProbeSpec_FieldTerminalPathValue
- type Probe_SpecPathSelectorActivationInvitationExtras
- func (Probe_SpecPathSelectorActivationInvitationExtras) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorActivationInvitationExtras) WithArrayOfValues(values []map[string]string) *ProbeSpec_FieldSubPathArrayOfValues
- func (Probe_SpecPathSelectorActivationInvitationExtras) WithKey(key string) Probe_SpecMapPathSelectorActivationInvitationExtras
- func (s Probe_SpecPathSelectorActivationInvitationExtras) WithValue(value map[string]string) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorActivationReusableToken
- func (Probe_SpecPathSelectorActivationReusableToken) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorActivationReusableToken) WithArrayOfValues(values []bool) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorActivationReusableToken) WithValue(value bool) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorActivationSendInvitationOnCreate
- func (Probe_SpecPathSelectorActivationSendInvitationOnCreate) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorActivationSendInvitationOnCreate) WithArrayOfValues(values []bool) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorActivationSendInvitationOnCreate) WithValue(value bool) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorActivationToken
- type Probe_SpecPathSelectorActivationType
- func (Probe_SpecPathSelectorActivationType) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorActivationType) WithArrayOfValues(values []Probe_Spec_ActivationSpec_ActivationType) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorActivationType) WithValue(value Probe_Spec_ActivationSpec_ActivationType) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorAgentType
- func (Probe_SpecPathSelectorAgentType) FieldPath() *ProbeSpec_FieldTerminalPath
- func (s Probe_SpecPathSelectorAgentType) WithArrayOfValues(values []Probe_AgentType) *ProbeSpec_FieldTerminalPathArrayOfValues
- func (s Probe_SpecPathSelectorAgentType) WithValue(value Probe_AgentType) *ProbeSpec_FieldTerminalPathValue
- type Probe_SpecPathSelectorContactInfo
- func (Probe_SpecPathSelectorContactInfo) Email() Probe_SpecPathSelectorContactInfoEmail
- func (Probe_SpecPathSelectorContactInfo) FieldPath() *ProbeSpec_FieldTerminalPath
- func (Probe_SpecPathSelectorContactInfo) FullName() Probe_SpecPathSelectorContactInfoFullName
- func (Probe_SpecPathSelectorContactInfo) Phones() Probe_SpecPathSelectorContactInfoPhones
- func (s Probe_SpecPathSelectorContactInfo) WithArrayOfValues(values []*common.ContactInformation) *ProbeSpec_FieldTerminalPathArrayOfValues
- func (s Probe_SpecPathSelectorContactInfo) WithSubArrayItemValue(subPathArrayItemValue common.ContactInformation_FieldPathArrayItemValue) *ProbeSpec_FieldSubPathArrayItemValue
- func (s Probe_SpecPathSelectorContactInfo) WithSubArrayOfValues(subPathArrayOfValues common.ContactInformation_FieldPathArrayOfValues) *ProbeSpec_FieldSubPathArrayOfValues
- func (Probe_SpecPathSelectorContactInfo) WithSubPath(subPath common.ContactInformation_FieldPath) *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorContactInfo) WithSubValue(subPathValue common.ContactInformation_FieldPathValue) *ProbeSpec_FieldSubPathValue
- func (s Probe_SpecPathSelectorContactInfo) WithValue(value *common.ContactInformation) *ProbeSpec_FieldTerminalPathValue
- type Probe_SpecPathSelectorContactInfoEmail
- func (Probe_SpecPathSelectorContactInfoEmail) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorContactInfoEmail) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorContactInfoEmail) WithValue(value string) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorContactInfoFullName
- func (Probe_SpecPathSelectorContactInfoFullName) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorContactInfoFullName) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorContactInfoFullName) WithValue(value string) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorContactInfoPhones
- func (Probe_SpecPathSelectorContactInfoPhones) FieldPath() *ProbeSpec_FieldSubPath
- func (Probe_SpecPathSelectorContactInfoPhones) Number() Probe_SpecPathSelectorContactInfoPhonesNumber
- func (Probe_SpecPathSelectorContactInfoPhones) Type() Probe_SpecPathSelectorContactInfoPhonesType
- func (s Probe_SpecPathSelectorContactInfoPhones) WithArrayOfValues(values [][]*common.ContactInformation_PhoneNumber) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorContactInfoPhones) WithItemValue(value *common.ContactInformation_PhoneNumber) *ProbeSpec_FieldSubPathArrayItemValue
- func (s Probe_SpecPathSelectorContactInfoPhones) WithValue(value []*common.ContactInformation_PhoneNumber) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorContactInfoPhonesNumber
- func (Probe_SpecPathSelectorContactInfoPhonesNumber) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorContactInfoPhonesNumber) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorContactInfoPhonesNumber) WithValue(value string) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorContactInfoPhonesType
- func (Probe_SpecPathSelectorContactInfoPhonesType) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorContactInfoPhonesType) WithArrayOfValues(values []common.ContactInformation_PhoneType) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorContactInfoPhonesType) WithValue(value common.ContactInformation_PhoneType) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorDevice
- func (Probe_SpecPathSelectorDevice) FieldPath() *ProbeSpec_FieldTerminalPath
- func (s Probe_SpecPathSelectorDevice) WithArrayOfValues(values []*devices_device.Reference) *ProbeSpec_FieldTerminalPathArrayOfValues
- func (s Probe_SpecPathSelectorDevice) WithValue(value *devices_device.Reference) *ProbeSpec_FieldTerminalPathValue
- type Probe_SpecPathSelectorDisableSpeedtest
- func (Probe_SpecPathSelectorDisableSpeedtest) FieldPath() *ProbeSpec_FieldTerminalPath
- func (s Probe_SpecPathSelectorDisableSpeedtest) WithArrayOfValues(values []bool) *ProbeSpec_FieldTerminalPathArrayOfValues
- func (s Probe_SpecPathSelectorDisableSpeedtest) WithValue(value bool) *ProbeSpec_FieldTerminalPathValue
- type Probe_SpecPathSelectorEnabled
- type Probe_SpecPathSelectorExternalIpCheckUrl
- func (Probe_SpecPathSelectorExternalIpCheckUrl) FieldPath() *ProbeSpec_FieldTerminalPath
- func (s Probe_SpecPathSelectorExternalIpCheckUrl) WithArrayOfValues(values [][]string) *ProbeSpec_FieldTerminalPathArrayOfValues
- func (s Probe_SpecPathSelectorExternalIpCheckUrl) WithItemValue(value string) *ProbeSpec_FieldTerminalPathArrayItemValue
- func (s Probe_SpecPathSelectorExternalIpCheckUrl) WithValue(value []string) *ProbeSpec_FieldTerminalPathValue
- type Probe_SpecPathSelectorLocationDiscovery
- func (Probe_SpecPathSelectorLocationDiscovery) FieldPath() *ProbeSpec_FieldTerminalPath
- func (Probe_SpecPathSelectorLocationDiscovery) RequiredAccuracy() Probe_SpecPathSelectorLocationDiscoveryRequiredAccuracy
- func (Probe_SpecPathSelectorLocationDiscovery) Type() Probe_SpecPathSelectorLocationDiscoveryType
- func (s Probe_SpecPathSelectorLocationDiscovery) WithArrayOfValues(values []*common.LocationDiscoverySpec) *ProbeSpec_FieldTerminalPathArrayOfValues
- func (s Probe_SpecPathSelectorLocationDiscovery) WithSubArrayItemValue(subPathArrayItemValue common.LocationDiscoverySpec_FieldPathArrayItemValue) *ProbeSpec_FieldSubPathArrayItemValue
- func (s Probe_SpecPathSelectorLocationDiscovery) WithSubArrayOfValues(subPathArrayOfValues common.LocationDiscoverySpec_FieldPathArrayOfValues) *ProbeSpec_FieldSubPathArrayOfValues
- func (Probe_SpecPathSelectorLocationDiscovery) WithSubPath(subPath common.LocationDiscoverySpec_FieldPath) *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorLocationDiscovery) WithSubValue(subPathValue common.LocationDiscoverySpec_FieldPathValue) *ProbeSpec_FieldSubPathValue
- func (s Probe_SpecPathSelectorLocationDiscovery) WithValue(value *common.LocationDiscoverySpec) *ProbeSpec_FieldTerminalPathValue
- type Probe_SpecPathSelectorLocationDiscoveryRequiredAccuracy
- func (Probe_SpecPathSelectorLocationDiscoveryRequiredAccuracy) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorLocationDiscoveryRequiredAccuracy) WithArrayOfValues(values []float64) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorLocationDiscoveryRequiredAccuracy) WithValue(value float64) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorLocationDiscoveryType
- func (Probe_SpecPathSelectorLocationDiscoveryType) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorLocationDiscoveryType) WithArrayOfValues(values []common.LocationDiscoverySpec_Type) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorLocationDiscoveryType) WithValue(value common.LocationDiscoverySpec_Type) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocation
- func (Probe_SpecPathSelectorPrimaryLocation) Accuracy() Probe_SpecPathSelectorPrimaryLocationAccuracy
- func (Probe_SpecPathSelectorPrimaryLocation) Address() Probe_SpecPathSelectorPrimaryLocationAddress
- func (Probe_SpecPathSelectorPrimaryLocation) AdminHierarchy() Probe_SpecPathSelectorPrimaryLocationAdminHierarchy
- func (Probe_SpecPathSelectorPrimaryLocation) Coordinates() Probe_SpecPathSelectorPrimaryLocationCoordinates
- func (Probe_SpecPathSelectorPrimaryLocation) FieldPath() *ProbeSpec_FieldTerminalPath
- func (s Probe_SpecPathSelectorPrimaryLocation) WithArrayOfValues(values []*common.Location) *ProbeSpec_FieldTerminalPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocation) WithSubArrayItemValue(subPathArrayItemValue common.Location_FieldPathArrayItemValue) *ProbeSpec_FieldSubPathArrayItemValue
- func (s Probe_SpecPathSelectorPrimaryLocation) WithSubArrayOfValues(subPathArrayOfValues common.Location_FieldPathArrayOfValues) *ProbeSpec_FieldSubPathArrayOfValues
- func (Probe_SpecPathSelectorPrimaryLocation) WithSubPath(subPath common.Location_FieldPath) *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocation) WithSubValue(subPathValue common.Location_FieldPathValue) *ProbeSpec_FieldSubPathValue
- func (s Probe_SpecPathSelectorPrimaryLocation) WithValue(value *common.Location) *ProbeSpec_FieldTerminalPathValue
- type Probe_SpecPathSelectorPrimaryLocationAccuracy
- func (Probe_SpecPathSelectorPrimaryLocationAccuracy) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationAccuracy) WithArrayOfValues(values []float64) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAccuracy) WithValue(value float64) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationAddress
- func (Probe_SpecPathSelectorPrimaryLocationAddress) AdminArea1() Probe_SpecPathSelectorPrimaryLocationAddressAdminArea1
- func (Probe_SpecPathSelectorPrimaryLocationAddress) AdminArea2() Probe_SpecPathSelectorPrimaryLocationAddressAdminArea2
- func (Probe_SpecPathSelectorPrimaryLocationAddress) AdminArea3() Probe_SpecPathSelectorPrimaryLocationAddressAdminArea3
- func (Probe_SpecPathSelectorPrimaryLocationAddress) AdminArea4() Probe_SpecPathSelectorPrimaryLocationAddressAdminArea4
- func (Probe_SpecPathSelectorPrimaryLocationAddress) Continent() Probe_SpecPathSelectorPrimaryLocationAddressContinent
- func (Probe_SpecPathSelectorPrimaryLocationAddress) Country() Probe_SpecPathSelectorPrimaryLocationAddressCountry
- func (Probe_SpecPathSelectorPrimaryLocationAddress) CountryCode() Probe_SpecPathSelectorPrimaryLocationAddressCountryCode
- func (Probe_SpecPathSelectorPrimaryLocationAddress) FieldPath() *ProbeSpec_FieldSubPath
- func (Probe_SpecPathSelectorPrimaryLocationAddress) PostalCode() Probe_SpecPathSelectorPrimaryLocationAddressPostalCode
- func (Probe_SpecPathSelectorPrimaryLocationAddress) StreetAddress() Probe_SpecPathSelectorPrimaryLocationAddressStreetAddress
- func (s Probe_SpecPathSelectorPrimaryLocationAddress) WithArrayOfValues(values []*common.Address) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAddress) WithValue(value *common.Address) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationAddressAdminArea1
- func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea1) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAddressAdminArea1) WithValue(value string) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationAddressAdminArea2
- func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea2) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAddressAdminArea2) WithValue(value string) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationAddressAdminArea3
- func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea3) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAddressAdminArea3) WithValue(value string) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationAddressAdminArea4
- func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea4) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAddressAdminArea4) WithValue(value string) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationAddressContinent
- func (Probe_SpecPathSelectorPrimaryLocationAddressContinent) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationAddressContinent) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAddressContinent) WithValue(value string) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationAddressCountry
- func (Probe_SpecPathSelectorPrimaryLocationAddressCountry) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationAddressCountry) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAddressCountry) WithValue(value string) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationAddressCountryCode
- func (Probe_SpecPathSelectorPrimaryLocationAddressCountryCode) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAddressCountryCode) WithValue(value string) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationAddressPostalCode
- func (Probe_SpecPathSelectorPrimaryLocationAddressPostalCode) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAddressPostalCode) WithValue(value string) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationAddressStreetAddress
- func (Probe_SpecPathSelectorPrimaryLocationAddressStreetAddress) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAddressStreetAddress) WithValue(value string) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationAdminHierarchy
- func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchy) Admin1() Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1
- func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchy) Admin2() Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2
- func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchy) Admin3() Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3
- func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchy) Admin4() Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4
- func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchy) Admin5() Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5
- func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchy) Continent() Probe_SpecPathSelectorPrimaryLocationAdminHierarchyContinent
- func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchy) Country() Probe_SpecPathSelectorPrimaryLocationAdminHierarchyCountry
- func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchy) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1
- func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2
- func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3
- func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4
- func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5
- func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyContinent
- func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyContinent) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyCountry
- func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyCountry) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorPrimaryLocationCoordinates
- func (Probe_SpecPathSelectorPrimaryLocationCoordinates) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorPrimaryLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorPrimaryLocationCoordinates) WithValue(value *latlng.LatLng) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorProbeGroup
- func (Probe_SpecPathSelectorProbeGroup) FieldPath() *ProbeSpec_FieldTerminalPath
- func (s Probe_SpecPathSelectorProbeGroup) WithArrayOfValues(values []*probe_group.Reference) *ProbeSpec_FieldTerminalPathArrayOfValues
- func (s Probe_SpecPathSelectorProbeGroup) WithValue(value *probe_group.Reference) *ProbeSpec_FieldTerminalPathValue
- type Probe_SpecPathSelectorTargetServers
- func (Probe_SpecPathSelectorTargetServers) FieldPath() *ProbeSpec_FieldTerminalPath
- func (Probe_SpecPathSelectorTargetServers) IcmpTarget() Probe_SpecPathSelectorTargetServersIcmpTarget
- func (Probe_SpecPathSelectorTargetServers) SpeedTestTarget() Probe_SpecPathSelectorTargetServersSpeedTestTarget
- func (Probe_SpecPathSelectorTargetServers) TargetAddressType() Probe_SpecPathSelectorTargetServersTargetAddressType
- func (Probe_SpecPathSelectorTargetServers) TargetIpVersion() Probe_SpecPathSelectorTargetServersTargetIpVersion
- func (Probe_SpecPathSelectorTargetServers) UdpTarget() Probe_SpecPathSelectorTargetServersUdpTarget
- func (s Probe_SpecPathSelectorTargetServers) WithArrayOfValues(values []*Probe_Spec_TargetServers) *ProbeSpec_FieldTerminalPathArrayOfValues
- func (s Probe_SpecPathSelectorTargetServers) WithSubArrayItemValue(subPathArrayItemValue ProbeSpecTargetServers_FieldPathArrayItemValue) *ProbeSpec_FieldSubPathArrayItemValue
- func (s Probe_SpecPathSelectorTargetServers) WithSubArrayOfValues(subPathArrayOfValues ProbeSpecTargetServers_FieldPathArrayOfValues) *ProbeSpec_FieldSubPathArrayOfValues
- func (Probe_SpecPathSelectorTargetServers) WithSubPath(subPath ProbeSpecTargetServers_FieldPath) *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorTargetServers) WithSubValue(subPathValue ProbeSpecTargetServers_FieldPathValue) *ProbeSpec_FieldSubPathValue
- func (s Probe_SpecPathSelectorTargetServers) WithValue(value *Probe_Spec_TargetServers) *ProbeSpec_FieldTerminalPathValue
- type Probe_SpecPathSelectorTargetServersIcmpTarget
- func (Probe_SpecPathSelectorTargetServersIcmpTarget) Enabled() Probe_SpecPathSelectorTargetServersIcmpTargetEnabled
- func (Probe_SpecPathSelectorTargetServersIcmpTarget) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorTargetServersIcmpTarget) WithArrayOfValues(values []*Probe_Spec_TargetServers_IcmpTarget) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorTargetServersIcmpTarget) WithValue(value *Probe_Spec_TargetServers_IcmpTarget) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorTargetServersIcmpTargetEnabled
- func (Probe_SpecPathSelectorTargetServersIcmpTargetEnabled) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorTargetServersIcmpTargetEnabled) WithArrayOfValues(values []bool) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorTargetServersIcmpTargetEnabled) WithValue(value bool) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorTargetServersSpeedTestTarget
- func (Probe_SpecPathSelectorTargetServersSpeedTestTarget) Enabled() Probe_SpecPathSelectorTargetServersSpeedTestTargetEnabled
- func (Probe_SpecPathSelectorTargetServersSpeedTestTarget) FieldPath() *ProbeSpec_FieldSubPath
- func (Probe_SpecPathSelectorTargetServersSpeedTestTarget) TcpPort() Probe_SpecPathSelectorTargetServersSpeedTestTargetTcpPort
- func (s Probe_SpecPathSelectorTargetServersSpeedTestTarget) WithArrayOfValues(values []*Probe_Spec_TargetServers_SpeedTestTarget) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorTargetServersSpeedTestTarget) WithValue(value *Probe_Spec_TargetServers_SpeedTestTarget) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorTargetServersSpeedTestTargetEnabled
- func (Probe_SpecPathSelectorTargetServersSpeedTestTargetEnabled) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorTargetServersSpeedTestTargetEnabled) WithArrayOfValues(values []bool) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorTargetServersSpeedTestTargetEnabled) WithValue(value bool) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorTargetServersSpeedTestTargetTcpPort
- func (Probe_SpecPathSelectorTargetServersSpeedTestTargetTcpPort) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorTargetServersSpeedTestTargetTcpPort) WithArrayOfValues(values []int32) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorTargetServersSpeedTestTargetTcpPort) WithValue(value int32) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorTargetServersTargetAddressType
- func (Probe_SpecPathSelectorTargetServersTargetAddressType) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorTargetServersTargetAddressType) WithArrayOfValues(values []Probe_Spec_TargetServers_TargetIPAddressType) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorTargetServersTargetAddressType) WithValue(value Probe_Spec_TargetServers_TargetIPAddressType) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorTargetServersTargetIpVersion
- func (Probe_SpecPathSelectorTargetServersTargetIpVersion) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorTargetServersTargetIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorTargetServersTargetIpVersion) WithValue(value common.IpVersion) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorTargetServersUdpTarget
- func (Probe_SpecPathSelectorTargetServersUdpTarget) Enabled() Probe_SpecPathSelectorTargetServersUdpTargetEnabled
- func (Probe_SpecPathSelectorTargetServersUdpTarget) FieldPath() *ProbeSpec_FieldSubPath
- func (Probe_SpecPathSelectorTargetServersUdpTarget) Port() Probe_SpecPathSelectorTargetServersUdpTargetPort
- func (s Probe_SpecPathSelectorTargetServersUdpTarget) WithArrayOfValues(values []*Probe_Spec_TargetServers_UdpTarget) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorTargetServersUdpTarget) WithValue(value *Probe_Spec_TargetServers_UdpTarget) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorTargetServersUdpTargetEnabled
- func (Probe_SpecPathSelectorTargetServersUdpTargetEnabled) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorTargetServersUdpTargetEnabled) WithArrayOfValues(values []bool) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorTargetServersUdpTargetEnabled) WithValue(value bool) *ProbeSpec_FieldSubPathValue
- type Probe_SpecPathSelectorTargetServersUdpTargetPort
- func (Probe_SpecPathSelectorTargetServersUdpTargetPort) FieldPath() *ProbeSpec_FieldSubPath
- func (s Probe_SpecPathSelectorTargetServersUdpTargetPort) WithArrayOfValues(values []int32) *ProbeSpec_FieldSubPathArrayOfValues
- func (s Probe_SpecPathSelectorTargetServersUdpTargetPort) WithValue(value int32) *ProbeSpec_FieldSubPathValue
- type Probe_Spec_AccessTokenSpec
- func (o *Probe_Spec_AccessTokenSpec) Clone() *Probe_Spec_AccessTokenSpec
- func (o *Probe_Spec_AccessTokenSpec) CloneRaw() gotenobject.GotenObjectExt
- func (*Probe_Spec_AccessTokenSpec) Descriptor() ([]byte, []int)
- func (m *Probe_Spec_AccessTokenSpec) GetAccessToken() string
- func (m *Probe_Spec_AccessTokenSpec) GetEnable() bool
- func (*Probe_Spec_AccessTokenSpec) GotenMessage()
- func (o *Probe_Spec_AccessTokenSpec) GotenObjectExt()
- func (obj *Probe_Spec_AccessTokenSpec) GotenValidate() error
- func (o *Probe_Spec_AccessTokenSpec) MakeDiffFieldMask(other *Probe_Spec_AccessTokenSpec) *Probe_Spec_AccessTokenSpec_FieldMask
- func (o *Probe_Spec_AccessTokenSpec) MakeFullFieldMask() *Probe_Spec_AccessTokenSpec_FieldMask
- func (o *Probe_Spec_AccessTokenSpec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Probe_Spec_AccessTokenSpec) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Probe_Spec_AccessTokenSpec) Marshal() ([]byte, error)
- func (m *Probe_Spec_AccessTokenSpec) MarshalJSON() ([]byte, error)
- func (o *Probe_Spec_AccessTokenSpec) Merge(source *Probe_Spec_AccessTokenSpec)
- func (o *Probe_Spec_AccessTokenSpec) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Probe_Spec_AccessTokenSpec) ProtoMessage()
- func (m *Probe_Spec_AccessTokenSpec) ProtoReflect() preflect.Message
- func (m *Probe_Spec_AccessTokenSpec) Reset()
- func (m *Probe_Spec_AccessTokenSpec) SetAccessToken(fv string)
- func (m *Probe_Spec_AccessTokenSpec) SetEnable(fv bool)
- func (m *Probe_Spec_AccessTokenSpec) String() string
- func (m *Probe_Spec_AccessTokenSpec) Unmarshal(b []byte) error
- func (m *Probe_Spec_AccessTokenSpec) UnmarshalJSON(data []byte) error
- type Probe_Spec_AccessTokenSpecPathSelectorAccessToken
- func (Probe_Spec_AccessTokenSpecPathSelectorAccessToken) FieldPath() *ProbeSpecAccessTokenSpec_FieldTerminalPath
- func (s Probe_Spec_AccessTokenSpecPathSelectorAccessToken) WithArrayOfValues(values []string) *ProbeSpecAccessTokenSpec_FieldTerminalPathArrayOfValues
- func (s Probe_Spec_AccessTokenSpecPathSelectorAccessToken) WithValue(value string) *ProbeSpecAccessTokenSpec_FieldTerminalPathValue
- type Probe_Spec_AccessTokenSpecPathSelectorEnable
- func (Probe_Spec_AccessTokenSpecPathSelectorEnable) FieldPath() *ProbeSpecAccessTokenSpec_FieldTerminalPath
- func (s Probe_Spec_AccessTokenSpecPathSelectorEnable) WithArrayOfValues(values []bool) *ProbeSpecAccessTokenSpec_FieldTerminalPathArrayOfValues
- func (s Probe_Spec_AccessTokenSpecPathSelectorEnable) WithValue(value bool) *ProbeSpecAccessTokenSpec_FieldTerminalPathValue
- type Probe_Spec_AccessTokenSpec_FieldMask
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) AppendPath(path ProbeSpecAccessTokenSpec_FieldPath)
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) FilterInputFields() *Probe_Spec_AccessTokenSpec_FieldMask
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) GetPaths() []ProbeSpecAccessTokenSpec_FieldPath
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) IsFull() bool
- func (fieldMask Probe_Spec_AccessTokenSpec_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Probe_Spec_AccessTokenSpec_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) PathsCount() int
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) Project(source *Probe_Spec_AccessTokenSpec) *Probe_Spec_AccessTokenSpec
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) ProtoMessage()
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) Reset()
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) Set(target, source *Probe_Spec_AccessTokenSpec)
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) Size() int
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) String() string
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) Subtract(other *Probe_Spec_AccessTokenSpec_FieldMask) *Probe_Spec_AccessTokenSpec_FieldMask
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) UnmarshalJSON(data []byte) error
- type Probe_Spec_ActivationSpec
- func (o *Probe_Spec_ActivationSpec) Clone() *Probe_Spec_ActivationSpec
- func (o *Probe_Spec_ActivationSpec) CloneRaw() gotenobject.GotenObjectExt
- func (*Probe_Spec_ActivationSpec) Descriptor() ([]byte, []int)
- func (m *Probe_Spec_ActivationSpec) GetInvitationExtras() map[string]string
- func (m *Probe_Spec_ActivationSpec) GetReusableToken() bool
- func (m *Probe_Spec_ActivationSpec) GetSendInvitationOnCreate() bool
- func (m *Probe_Spec_ActivationSpec) GetToken() string
- func (m *Probe_Spec_ActivationSpec) GetType() Probe_Spec_ActivationSpec_ActivationType
- func (*Probe_Spec_ActivationSpec) GotenMessage()
- func (o *Probe_Spec_ActivationSpec) GotenObjectExt()
- func (obj *Probe_Spec_ActivationSpec) GotenValidate() error
- func (o *Probe_Spec_ActivationSpec) MakeDiffFieldMask(other *Probe_Spec_ActivationSpec) *Probe_Spec_ActivationSpec_FieldMask
- func (o *Probe_Spec_ActivationSpec) MakeFullFieldMask() *Probe_Spec_ActivationSpec_FieldMask
- func (o *Probe_Spec_ActivationSpec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Probe_Spec_ActivationSpec) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Probe_Spec_ActivationSpec) Marshal() ([]byte, error)
- func (m *Probe_Spec_ActivationSpec) MarshalJSON() ([]byte, error)
- func (o *Probe_Spec_ActivationSpec) Merge(source *Probe_Spec_ActivationSpec)
- func (o *Probe_Spec_ActivationSpec) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Probe_Spec_ActivationSpec) ProtoMessage()
- func (m *Probe_Spec_ActivationSpec) ProtoReflect() preflect.Message
- func (m *Probe_Spec_ActivationSpec) Reset()
- func (m *Probe_Spec_ActivationSpec) SetInvitationExtras(fv map[string]string)
- func (m *Probe_Spec_ActivationSpec) SetReusableToken(fv bool)
- func (m *Probe_Spec_ActivationSpec) SetSendInvitationOnCreate(fv bool)
- func (m *Probe_Spec_ActivationSpec) SetToken(fv string)
- func (m *Probe_Spec_ActivationSpec) SetType(fv Probe_Spec_ActivationSpec_ActivationType)
- func (m *Probe_Spec_ActivationSpec) String() string
- func (m *Probe_Spec_ActivationSpec) Unmarshal(b []byte) error
- func (m *Probe_Spec_ActivationSpec) UnmarshalJSON(data []byte) error
- type Probe_Spec_ActivationSpecMapPathSelectorInvitationExtras
- func (s Probe_Spec_ActivationSpecMapPathSelectorInvitationExtras) FieldPath() *ProbeSpecActivationSpec_FieldPathMap
- func (s Probe_Spec_ActivationSpecMapPathSelectorInvitationExtras) WithArrayOfValues(values []string) *ProbeSpecActivationSpec_FieldPathMapArrayOfValues
- func (s Probe_Spec_ActivationSpecMapPathSelectorInvitationExtras) WithValue(value string) *ProbeSpecActivationSpec_FieldPathMapValue
- type Probe_Spec_ActivationSpecPathSelectorInvitationExtras
- func (Probe_Spec_ActivationSpecPathSelectorInvitationExtras) FieldPath() *ProbeSpecActivationSpec_FieldTerminalPath
- func (s Probe_Spec_ActivationSpecPathSelectorInvitationExtras) WithArrayOfValues(values []map[string]string) *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues
- func (Probe_Spec_ActivationSpecPathSelectorInvitationExtras) WithKey(key string) Probe_Spec_ActivationSpecMapPathSelectorInvitationExtras
- func (s Probe_Spec_ActivationSpecPathSelectorInvitationExtras) WithValue(value map[string]string) *ProbeSpecActivationSpec_FieldTerminalPathValue
- type Probe_Spec_ActivationSpecPathSelectorReusableToken
- func (Probe_Spec_ActivationSpecPathSelectorReusableToken) FieldPath() *ProbeSpecActivationSpec_FieldTerminalPath
- func (s Probe_Spec_ActivationSpecPathSelectorReusableToken) WithArrayOfValues(values []bool) *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues
- func (s Probe_Spec_ActivationSpecPathSelectorReusableToken) WithValue(value bool) *ProbeSpecActivationSpec_FieldTerminalPathValue
- type Probe_Spec_ActivationSpecPathSelectorSendInvitationOnCreate
- func (Probe_Spec_ActivationSpecPathSelectorSendInvitationOnCreate) FieldPath() *ProbeSpecActivationSpec_FieldTerminalPath
- func (s Probe_Spec_ActivationSpecPathSelectorSendInvitationOnCreate) WithArrayOfValues(values []bool) *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues
- func (s Probe_Spec_ActivationSpecPathSelectorSendInvitationOnCreate) WithValue(value bool) *ProbeSpecActivationSpec_FieldTerminalPathValue
- type Probe_Spec_ActivationSpecPathSelectorToken
- func (Probe_Spec_ActivationSpecPathSelectorToken) FieldPath() *ProbeSpecActivationSpec_FieldTerminalPath
- func (s Probe_Spec_ActivationSpecPathSelectorToken) WithArrayOfValues(values []string) *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues
- func (s Probe_Spec_ActivationSpecPathSelectorToken) WithValue(value string) *ProbeSpecActivationSpec_FieldTerminalPathValue
- type Probe_Spec_ActivationSpecPathSelectorType
- func (Probe_Spec_ActivationSpecPathSelectorType) FieldPath() *ProbeSpecActivationSpec_FieldTerminalPath
- func (s Probe_Spec_ActivationSpecPathSelectorType) WithArrayOfValues(values []Probe_Spec_ActivationSpec_ActivationType) *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues
- func (s Probe_Spec_ActivationSpecPathSelectorType) WithValue(value Probe_Spec_ActivationSpec_ActivationType) *ProbeSpecActivationSpec_FieldTerminalPathValue
- type Probe_Spec_ActivationSpec_ActivationType
- func (Probe_Spec_ActivationSpec_ActivationType) Descriptor() preflect.EnumDescriptor
- func (x Probe_Spec_ActivationSpec_ActivationType) Enum() *Probe_Spec_ActivationSpec_ActivationType
- func (Probe_Spec_ActivationSpec_ActivationType) EnumDescriptor() ([]byte, []int)
- func (x Probe_Spec_ActivationSpec_ActivationType) Number() preflect.EnumNumber
- func (x Probe_Spec_ActivationSpec_ActivationType) String() string
- func (Probe_Spec_ActivationSpec_ActivationType) Type() preflect.EnumType
- type Probe_Spec_ActivationSpec_FieldMask
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) AppendPath(path ProbeSpecActivationSpec_FieldPath)
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) FilterInputFields() *Probe_Spec_ActivationSpec_FieldMask
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) GetPaths() []ProbeSpecActivationSpec_FieldPath
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) IsFull() bool
- func (fieldMask Probe_Spec_ActivationSpec_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Probe_Spec_ActivationSpec_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) PathsCount() int
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) Project(source *Probe_Spec_ActivationSpec) *Probe_Spec_ActivationSpec
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) ProtoMessage()
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) Reset()
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) Set(target, source *Probe_Spec_ActivationSpec)
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) Size() int
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) String() string
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) Subtract(other *Probe_Spec_ActivationSpec_FieldMask) *Probe_Spec_ActivationSpec_FieldMask
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) UnmarshalJSON(data []byte) error
- type Probe_Spec_FieldMask
- func (fieldMask *Probe_Spec_FieldMask) AppendPath(path ProbeSpec_FieldPath)
- func (fieldMask *Probe_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Probe_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Probe_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Probe_Spec_FieldMask) FilterInputFields() *Probe_Spec_FieldMask
- func (fieldMask *Probe_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Probe_Spec_FieldMask) GetPaths() []ProbeSpec_FieldPath
- func (fieldMask *Probe_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Probe_Spec_FieldMask) IsFull() bool
- func (fieldMask Probe_Spec_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Probe_Spec_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Probe_Spec_FieldMask) PathsCount() int
- func (fieldMask *Probe_Spec_FieldMask) Project(source *Probe_Spec) *Probe_Spec
- func (fieldMask *Probe_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Probe_Spec_FieldMask) ProtoMessage()
- func (fieldMask *Probe_Spec_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Probe_Spec_FieldMask) Reset()
- func (fieldMask *Probe_Spec_FieldMask) Set(target, source *Probe_Spec)
- func (fieldMask *Probe_Spec_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Probe_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Probe_Spec_FieldMask) Size() int
- func (fieldMask *Probe_Spec_FieldMask) String() string
- func (fieldMask *Probe_Spec_FieldMask) Subtract(other *Probe_Spec_FieldMask) *Probe_Spec_FieldMask
- func (fieldMask *Probe_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Probe_Spec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Probe_Spec_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Probe_Spec_FieldMask) UnmarshalJSON(data []byte) error
- type Probe_Spec_TargetServers
- func (o *Probe_Spec_TargetServers) Clone() *Probe_Spec_TargetServers
- func (o *Probe_Spec_TargetServers) CloneRaw() gotenobject.GotenObjectExt
- func (*Probe_Spec_TargetServers) Descriptor() ([]byte, []int)
- func (m *Probe_Spec_TargetServers) GetIcmpTarget() *Probe_Spec_TargetServers_IcmpTarget
- func (m *Probe_Spec_TargetServers) GetSpeedTestTarget() *Probe_Spec_TargetServers_SpeedTestTarget
- func (m *Probe_Spec_TargetServers) GetTargetAddressType() Probe_Spec_TargetServers_TargetIPAddressType
- func (m *Probe_Spec_TargetServers) GetTargetIpVersion() common.IpVersion
- func (m *Probe_Spec_TargetServers) GetUdpTarget() *Probe_Spec_TargetServers_UdpTarget
- func (*Probe_Spec_TargetServers) GotenMessage()
- func (o *Probe_Spec_TargetServers) GotenObjectExt()
- func (obj *Probe_Spec_TargetServers) GotenValidate() error
- func (o *Probe_Spec_TargetServers) MakeDiffFieldMask(other *Probe_Spec_TargetServers) *Probe_Spec_TargetServers_FieldMask
- func (o *Probe_Spec_TargetServers) MakeFullFieldMask() *Probe_Spec_TargetServers_FieldMask
- func (o *Probe_Spec_TargetServers) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Probe_Spec_TargetServers) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Probe_Spec_TargetServers) Marshal() ([]byte, error)
- func (m *Probe_Spec_TargetServers) MarshalJSON() ([]byte, error)
- func (o *Probe_Spec_TargetServers) Merge(source *Probe_Spec_TargetServers)
- func (o *Probe_Spec_TargetServers) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Probe_Spec_TargetServers) ProtoMessage()
- func (m *Probe_Spec_TargetServers) ProtoReflect() preflect.Message
- func (m *Probe_Spec_TargetServers) Reset()
- func (m *Probe_Spec_TargetServers) SetIcmpTarget(fv *Probe_Spec_TargetServers_IcmpTarget)
- func (m *Probe_Spec_TargetServers) SetSpeedTestTarget(fv *Probe_Spec_TargetServers_SpeedTestTarget)
- func (m *Probe_Spec_TargetServers) SetTargetAddressType(fv Probe_Spec_TargetServers_TargetIPAddressType)
- func (m *Probe_Spec_TargetServers) SetTargetIpVersion(fv common.IpVersion)
- func (m *Probe_Spec_TargetServers) SetUdpTarget(fv *Probe_Spec_TargetServers_UdpTarget)
- func (m *Probe_Spec_TargetServers) String() string
- func (m *Probe_Spec_TargetServers) Unmarshal(b []byte) error
- func (m *Probe_Spec_TargetServers) UnmarshalJSON(data []byte) error
- type Probe_Spec_TargetServersPathSelectorIcmpTarget
- func (Probe_Spec_TargetServersPathSelectorIcmpTarget) Enabled() Probe_Spec_TargetServersPathSelectorIcmpTargetEnabled
- func (Probe_Spec_TargetServersPathSelectorIcmpTarget) FieldPath() *ProbeSpecTargetServers_FieldTerminalPath
- func (s Probe_Spec_TargetServersPathSelectorIcmpTarget) WithArrayOfValues(values []*Probe_Spec_TargetServers_IcmpTarget) *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues
- func (s Probe_Spec_TargetServersPathSelectorIcmpTarget) WithSubArrayItemValue(subPathArrayItemValue ProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue) *ProbeSpecTargetServers_FieldSubPathArrayItemValue
- func (s Probe_Spec_TargetServersPathSelectorIcmpTarget) WithSubArrayOfValues(subPathArrayOfValues ProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues) *ProbeSpecTargetServers_FieldSubPathArrayOfValues
- func (Probe_Spec_TargetServersPathSelectorIcmpTarget) WithSubPath(subPath ProbeSpecTargetServersIcmpTarget_FieldPath) *ProbeSpecTargetServers_FieldSubPath
- func (s Probe_Spec_TargetServersPathSelectorIcmpTarget) WithSubValue(subPathValue ProbeSpecTargetServersIcmpTarget_FieldPathValue) *ProbeSpecTargetServers_FieldSubPathValue
- func (s Probe_Spec_TargetServersPathSelectorIcmpTarget) WithValue(value *Probe_Spec_TargetServers_IcmpTarget) *ProbeSpecTargetServers_FieldTerminalPathValue
- type Probe_Spec_TargetServersPathSelectorIcmpTargetEnabled
- func (Probe_Spec_TargetServersPathSelectorIcmpTargetEnabled) FieldPath() *ProbeSpecTargetServers_FieldSubPath
- func (s Probe_Spec_TargetServersPathSelectorIcmpTargetEnabled) WithArrayOfValues(values []bool) *ProbeSpecTargetServers_FieldSubPathArrayOfValues
- func (s Probe_Spec_TargetServersPathSelectorIcmpTargetEnabled) WithValue(value bool) *ProbeSpecTargetServers_FieldSubPathValue
- type Probe_Spec_TargetServersPathSelectorSpeedTestTarget
- func (Probe_Spec_TargetServersPathSelectorSpeedTestTarget) Enabled() Probe_Spec_TargetServersPathSelectorSpeedTestTargetEnabled
- func (Probe_Spec_TargetServersPathSelectorSpeedTestTarget) FieldPath() *ProbeSpecTargetServers_FieldTerminalPath
- func (Probe_Spec_TargetServersPathSelectorSpeedTestTarget) TcpPort() Probe_Spec_TargetServersPathSelectorSpeedTestTargetTcpPort
- func (s Probe_Spec_TargetServersPathSelectorSpeedTestTarget) WithArrayOfValues(values []*Probe_Spec_TargetServers_SpeedTestTarget) *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues
- func (s Probe_Spec_TargetServersPathSelectorSpeedTestTarget) WithSubArrayItemValue(...) *ProbeSpecTargetServers_FieldSubPathArrayItemValue
- func (s Probe_Spec_TargetServersPathSelectorSpeedTestTarget) WithSubArrayOfValues(...) *ProbeSpecTargetServers_FieldSubPathArrayOfValues
- func (Probe_Spec_TargetServersPathSelectorSpeedTestTarget) WithSubPath(subPath ProbeSpecTargetServersSpeedTestTarget_FieldPath) *ProbeSpecTargetServers_FieldSubPath
- func (s Probe_Spec_TargetServersPathSelectorSpeedTestTarget) WithSubValue(subPathValue ProbeSpecTargetServersSpeedTestTarget_FieldPathValue) *ProbeSpecTargetServers_FieldSubPathValue
- func (s Probe_Spec_TargetServersPathSelectorSpeedTestTarget) WithValue(value *Probe_Spec_TargetServers_SpeedTestTarget) *ProbeSpecTargetServers_FieldTerminalPathValue
- type Probe_Spec_TargetServersPathSelectorSpeedTestTargetEnabled
- func (Probe_Spec_TargetServersPathSelectorSpeedTestTargetEnabled) FieldPath() *ProbeSpecTargetServers_FieldSubPath
- func (s Probe_Spec_TargetServersPathSelectorSpeedTestTargetEnabled) WithArrayOfValues(values []bool) *ProbeSpecTargetServers_FieldSubPathArrayOfValues
- func (s Probe_Spec_TargetServersPathSelectorSpeedTestTargetEnabled) WithValue(value bool) *ProbeSpecTargetServers_FieldSubPathValue
- type Probe_Spec_TargetServersPathSelectorSpeedTestTargetTcpPort
- func (Probe_Spec_TargetServersPathSelectorSpeedTestTargetTcpPort) FieldPath() *ProbeSpecTargetServers_FieldSubPath
- func (s Probe_Spec_TargetServersPathSelectorSpeedTestTargetTcpPort) WithArrayOfValues(values []int32) *ProbeSpecTargetServers_FieldSubPathArrayOfValues
- func (s Probe_Spec_TargetServersPathSelectorSpeedTestTargetTcpPort) WithValue(value int32) *ProbeSpecTargetServers_FieldSubPathValue
- type Probe_Spec_TargetServersPathSelectorTargetAddressType
- func (Probe_Spec_TargetServersPathSelectorTargetAddressType) FieldPath() *ProbeSpecTargetServers_FieldTerminalPath
- func (s Probe_Spec_TargetServersPathSelectorTargetAddressType) WithArrayOfValues(values []Probe_Spec_TargetServers_TargetIPAddressType) *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues
- func (s Probe_Spec_TargetServersPathSelectorTargetAddressType) WithValue(value Probe_Spec_TargetServers_TargetIPAddressType) *ProbeSpecTargetServers_FieldTerminalPathValue
- type Probe_Spec_TargetServersPathSelectorTargetIpVersion
- func (Probe_Spec_TargetServersPathSelectorTargetIpVersion) FieldPath() *ProbeSpecTargetServers_FieldTerminalPath
- func (s Probe_Spec_TargetServersPathSelectorTargetIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues
- func (s Probe_Spec_TargetServersPathSelectorTargetIpVersion) WithValue(value common.IpVersion) *ProbeSpecTargetServers_FieldTerminalPathValue
- type Probe_Spec_TargetServersPathSelectorUdpTarget
- func (Probe_Spec_TargetServersPathSelectorUdpTarget) Enabled() Probe_Spec_TargetServersPathSelectorUdpTargetEnabled
- func (Probe_Spec_TargetServersPathSelectorUdpTarget) FieldPath() *ProbeSpecTargetServers_FieldTerminalPath
- func (Probe_Spec_TargetServersPathSelectorUdpTarget) Port() Probe_Spec_TargetServersPathSelectorUdpTargetPort
- func (s Probe_Spec_TargetServersPathSelectorUdpTarget) WithArrayOfValues(values []*Probe_Spec_TargetServers_UdpTarget) *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues
- func (s Probe_Spec_TargetServersPathSelectorUdpTarget) WithSubArrayItemValue(subPathArrayItemValue ProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue) *ProbeSpecTargetServers_FieldSubPathArrayItemValue
- func (s Probe_Spec_TargetServersPathSelectorUdpTarget) WithSubArrayOfValues(subPathArrayOfValues ProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues) *ProbeSpecTargetServers_FieldSubPathArrayOfValues
- func (Probe_Spec_TargetServersPathSelectorUdpTarget) WithSubPath(subPath ProbeSpecTargetServersUdpTarget_FieldPath) *ProbeSpecTargetServers_FieldSubPath
- func (s Probe_Spec_TargetServersPathSelectorUdpTarget) WithSubValue(subPathValue ProbeSpecTargetServersUdpTarget_FieldPathValue) *ProbeSpecTargetServers_FieldSubPathValue
- func (s Probe_Spec_TargetServersPathSelectorUdpTarget) WithValue(value *Probe_Spec_TargetServers_UdpTarget) *ProbeSpecTargetServers_FieldTerminalPathValue
- type Probe_Spec_TargetServersPathSelectorUdpTargetEnabled
- func (Probe_Spec_TargetServersPathSelectorUdpTargetEnabled) FieldPath() *ProbeSpecTargetServers_FieldSubPath
- func (s Probe_Spec_TargetServersPathSelectorUdpTargetEnabled) WithArrayOfValues(values []bool) *ProbeSpecTargetServers_FieldSubPathArrayOfValues
- func (s Probe_Spec_TargetServersPathSelectorUdpTargetEnabled) WithValue(value bool) *ProbeSpecTargetServers_FieldSubPathValue
- type Probe_Spec_TargetServersPathSelectorUdpTargetPort
- func (Probe_Spec_TargetServersPathSelectorUdpTargetPort) FieldPath() *ProbeSpecTargetServers_FieldSubPath
- func (s Probe_Spec_TargetServersPathSelectorUdpTargetPort) WithArrayOfValues(values []int32) *ProbeSpecTargetServers_FieldSubPathArrayOfValues
- func (s Probe_Spec_TargetServersPathSelectorUdpTargetPort) WithValue(value int32) *ProbeSpecTargetServers_FieldSubPathValue
- type Probe_Spec_TargetServers_FieldMask
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) AppendPath(path ProbeSpecTargetServers_FieldPath)
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) FilterInputFields() *Probe_Spec_TargetServers_FieldMask
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) GetPaths() []ProbeSpecTargetServers_FieldPath
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) IsFull() bool
- func (fieldMask Probe_Spec_TargetServers_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Probe_Spec_TargetServers_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) PathsCount() int
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) Project(source *Probe_Spec_TargetServers) *Probe_Spec_TargetServers
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) ProtoMessage()
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) Reset()
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) Set(target, source *Probe_Spec_TargetServers)
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) Size() int
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) String() string
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) Subtract(other *Probe_Spec_TargetServers_FieldMask) *Probe_Spec_TargetServers_FieldMask
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Probe_Spec_TargetServers_FieldMask) UnmarshalJSON(data []byte) error
- type Probe_Spec_TargetServers_IcmpTarget
- func (o *Probe_Spec_TargetServers_IcmpTarget) Clone() *Probe_Spec_TargetServers_IcmpTarget
- func (o *Probe_Spec_TargetServers_IcmpTarget) CloneRaw() gotenobject.GotenObjectExt
- func (*Probe_Spec_TargetServers_IcmpTarget) Descriptor() ([]byte, []int)
- func (m *Probe_Spec_TargetServers_IcmpTarget) GetEnabled() bool
- func (*Probe_Spec_TargetServers_IcmpTarget) GotenMessage()
- func (o *Probe_Spec_TargetServers_IcmpTarget) GotenObjectExt()
- func (obj *Probe_Spec_TargetServers_IcmpTarget) GotenValidate() error
- func (o *Probe_Spec_TargetServers_IcmpTarget) MakeDiffFieldMask(other *Probe_Spec_TargetServers_IcmpTarget) *Probe_Spec_TargetServers_IcmpTarget_FieldMask
- func (o *Probe_Spec_TargetServers_IcmpTarget) MakeFullFieldMask() *Probe_Spec_TargetServers_IcmpTarget_FieldMask
- func (o *Probe_Spec_TargetServers_IcmpTarget) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Probe_Spec_TargetServers_IcmpTarget) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Probe_Spec_TargetServers_IcmpTarget) Marshal() ([]byte, error)
- func (m *Probe_Spec_TargetServers_IcmpTarget) MarshalJSON() ([]byte, error)
- func (o *Probe_Spec_TargetServers_IcmpTarget) Merge(source *Probe_Spec_TargetServers_IcmpTarget)
- func (o *Probe_Spec_TargetServers_IcmpTarget) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Probe_Spec_TargetServers_IcmpTarget) ProtoMessage()
- func (m *Probe_Spec_TargetServers_IcmpTarget) ProtoReflect() preflect.Message
- func (m *Probe_Spec_TargetServers_IcmpTarget) Reset()
- func (m *Probe_Spec_TargetServers_IcmpTarget) SetEnabled(fv bool)
- func (m *Probe_Spec_TargetServers_IcmpTarget) String() string
- func (m *Probe_Spec_TargetServers_IcmpTarget) Unmarshal(b []byte) error
- func (m *Probe_Spec_TargetServers_IcmpTarget) UnmarshalJSON(data []byte) error
- type Probe_Spec_TargetServers_IcmpTargetPathSelectorEnabled
- func (Probe_Spec_TargetServers_IcmpTargetPathSelectorEnabled) FieldPath() *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath
- func (s Probe_Spec_TargetServers_IcmpTargetPathSelectorEnabled) WithArrayOfValues(values []bool) *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayOfValues
- func (s Probe_Spec_TargetServers_IcmpTargetPathSelectorEnabled) WithValue(value bool) *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue
- type Probe_Spec_TargetServers_IcmpTarget_FieldMask
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) AppendPath(path ProbeSpecTargetServersIcmpTarget_FieldPath)
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) FilterInputFields() *Probe_Spec_TargetServers_IcmpTarget_FieldMask
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) GetPaths() []ProbeSpecTargetServersIcmpTarget_FieldPath
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) IsFull() bool
- func (fieldMask Probe_Spec_TargetServers_IcmpTarget_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Probe_Spec_TargetServers_IcmpTarget_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) PathsCount() int
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) Project(source *Probe_Spec_TargetServers_IcmpTarget) *Probe_Spec_TargetServers_IcmpTarget
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) ProtoMessage()
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) Reset()
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) Set(target, source *Probe_Spec_TargetServers_IcmpTarget)
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) Size() int
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) String() string
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) Subtract(other *Probe_Spec_TargetServers_IcmpTarget_FieldMask) *Probe_Spec_TargetServers_IcmpTarget_FieldMask
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) UnmarshalJSON(data []byte) error
- type Probe_Spec_TargetServers_SpeedTestTarget
- func (o *Probe_Spec_TargetServers_SpeedTestTarget) Clone() *Probe_Spec_TargetServers_SpeedTestTarget
- func (o *Probe_Spec_TargetServers_SpeedTestTarget) CloneRaw() gotenobject.GotenObjectExt
- func (*Probe_Spec_TargetServers_SpeedTestTarget) Descriptor() ([]byte, []int)
- func (m *Probe_Spec_TargetServers_SpeedTestTarget) GetEnabled() bool
- func (m *Probe_Spec_TargetServers_SpeedTestTarget) GetTcpPort() int32
- func (*Probe_Spec_TargetServers_SpeedTestTarget) GotenMessage()
- func (o *Probe_Spec_TargetServers_SpeedTestTarget) GotenObjectExt()
- func (obj *Probe_Spec_TargetServers_SpeedTestTarget) GotenValidate() error
- func (o *Probe_Spec_TargetServers_SpeedTestTarget) MakeDiffFieldMask(other *Probe_Spec_TargetServers_SpeedTestTarget) *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask
- func (o *Probe_Spec_TargetServers_SpeedTestTarget) MakeFullFieldMask() *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask
- func (o *Probe_Spec_TargetServers_SpeedTestTarget) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Probe_Spec_TargetServers_SpeedTestTarget) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Probe_Spec_TargetServers_SpeedTestTarget) Marshal() ([]byte, error)
- func (m *Probe_Spec_TargetServers_SpeedTestTarget) MarshalJSON() ([]byte, error)
- func (o *Probe_Spec_TargetServers_SpeedTestTarget) Merge(source *Probe_Spec_TargetServers_SpeedTestTarget)
- func (o *Probe_Spec_TargetServers_SpeedTestTarget) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Probe_Spec_TargetServers_SpeedTestTarget) ProtoMessage()
- func (m *Probe_Spec_TargetServers_SpeedTestTarget) ProtoReflect() preflect.Message
- func (m *Probe_Spec_TargetServers_SpeedTestTarget) Reset()
- func (m *Probe_Spec_TargetServers_SpeedTestTarget) SetEnabled(fv bool)
- func (m *Probe_Spec_TargetServers_SpeedTestTarget) SetTcpPort(fv int32)
- func (m *Probe_Spec_TargetServers_SpeedTestTarget) String() string
- func (m *Probe_Spec_TargetServers_SpeedTestTarget) Unmarshal(b []byte) error
- func (m *Probe_Spec_TargetServers_SpeedTestTarget) UnmarshalJSON(data []byte) error
- type Probe_Spec_TargetServers_SpeedTestTargetPathSelectorEnabled
- func (Probe_Spec_TargetServers_SpeedTestTargetPathSelectorEnabled) FieldPath() *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath
- func (s Probe_Spec_TargetServers_SpeedTestTargetPathSelectorEnabled) WithArrayOfValues(values []bool) *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayOfValues
- func (s Probe_Spec_TargetServers_SpeedTestTargetPathSelectorEnabled) WithValue(value bool) *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue
- type Probe_Spec_TargetServers_SpeedTestTargetPathSelectorTcpPort
- func (Probe_Spec_TargetServers_SpeedTestTargetPathSelectorTcpPort) FieldPath() *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath
- func (s Probe_Spec_TargetServers_SpeedTestTargetPathSelectorTcpPort) WithArrayOfValues(values []int32) *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayOfValues
- func (s Probe_Spec_TargetServers_SpeedTestTargetPathSelectorTcpPort) WithValue(value int32) *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue
- type Probe_Spec_TargetServers_SpeedTestTarget_FieldMask
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) AppendPath(path ProbeSpecTargetServersSpeedTestTarget_FieldPath)
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) FilterInputFields() *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) GetPaths() []ProbeSpecTargetServersSpeedTestTarget_FieldPath
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) IsFull() bool
- func (fieldMask Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) PathsCount() int
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Project(source *Probe_Spec_TargetServers_SpeedTestTarget) *Probe_Spec_TargetServers_SpeedTestTarget
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) ProtoMessage()
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Reset()
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Set(target, source *Probe_Spec_TargetServers_SpeedTestTarget)
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Size() int
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) String() string
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Subtract(other *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) UnmarshalJSON(data []byte) error
- type Probe_Spec_TargetServers_TargetIPAddressType
- func (Probe_Spec_TargetServers_TargetIPAddressType) Descriptor() preflect.EnumDescriptor
- func (x Probe_Spec_TargetServers_TargetIPAddressType) Enum() *Probe_Spec_TargetServers_TargetIPAddressType
- func (Probe_Spec_TargetServers_TargetIPAddressType) EnumDescriptor() ([]byte, []int)
- func (x Probe_Spec_TargetServers_TargetIPAddressType) Number() preflect.EnumNumber
- func (x Probe_Spec_TargetServers_TargetIPAddressType) String() string
- func (Probe_Spec_TargetServers_TargetIPAddressType) Type() preflect.EnumType
- type Probe_Spec_TargetServers_UdpTarget
- func (o *Probe_Spec_TargetServers_UdpTarget) Clone() *Probe_Spec_TargetServers_UdpTarget
- func (o *Probe_Spec_TargetServers_UdpTarget) CloneRaw() gotenobject.GotenObjectExt
- func (*Probe_Spec_TargetServers_UdpTarget) Descriptor() ([]byte, []int)
- func (m *Probe_Spec_TargetServers_UdpTarget) GetEnabled() bool
- func (m *Probe_Spec_TargetServers_UdpTarget) GetPort() int32
- func (*Probe_Spec_TargetServers_UdpTarget) GotenMessage()
- func (o *Probe_Spec_TargetServers_UdpTarget) GotenObjectExt()
- func (obj *Probe_Spec_TargetServers_UdpTarget) GotenValidate() error
- func (o *Probe_Spec_TargetServers_UdpTarget) MakeDiffFieldMask(other *Probe_Spec_TargetServers_UdpTarget) *Probe_Spec_TargetServers_UdpTarget_FieldMask
- func (o *Probe_Spec_TargetServers_UdpTarget) MakeFullFieldMask() *Probe_Spec_TargetServers_UdpTarget_FieldMask
- func (o *Probe_Spec_TargetServers_UdpTarget) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Probe_Spec_TargetServers_UdpTarget) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Probe_Spec_TargetServers_UdpTarget) Marshal() ([]byte, error)
- func (m *Probe_Spec_TargetServers_UdpTarget) MarshalJSON() ([]byte, error)
- func (o *Probe_Spec_TargetServers_UdpTarget) Merge(source *Probe_Spec_TargetServers_UdpTarget)
- func (o *Probe_Spec_TargetServers_UdpTarget) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Probe_Spec_TargetServers_UdpTarget) ProtoMessage()
- func (m *Probe_Spec_TargetServers_UdpTarget) ProtoReflect() preflect.Message
- func (m *Probe_Spec_TargetServers_UdpTarget) Reset()
- func (m *Probe_Spec_TargetServers_UdpTarget) SetEnabled(fv bool)
- func (m *Probe_Spec_TargetServers_UdpTarget) SetPort(fv int32)
- func (m *Probe_Spec_TargetServers_UdpTarget) String() string
- func (m *Probe_Spec_TargetServers_UdpTarget) Unmarshal(b []byte) error
- func (m *Probe_Spec_TargetServers_UdpTarget) UnmarshalJSON(data []byte) error
- type Probe_Spec_TargetServers_UdpTargetPathSelectorEnabled
- func (Probe_Spec_TargetServers_UdpTargetPathSelectorEnabled) FieldPath() *ProbeSpecTargetServersUdpTarget_FieldTerminalPath
- func (s Probe_Spec_TargetServers_UdpTargetPathSelectorEnabled) WithArrayOfValues(values []bool) *ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayOfValues
- func (s Probe_Spec_TargetServers_UdpTargetPathSelectorEnabled) WithValue(value bool) *ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue
- type Probe_Spec_TargetServers_UdpTargetPathSelectorPort
- func (Probe_Spec_TargetServers_UdpTargetPathSelectorPort) FieldPath() *ProbeSpecTargetServersUdpTarget_FieldTerminalPath
- func (s Probe_Spec_TargetServers_UdpTargetPathSelectorPort) WithArrayOfValues(values []int32) *ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayOfValues
- func (s Probe_Spec_TargetServers_UdpTargetPathSelectorPort) WithValue(value int32) *ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue
- type Probe_Spec_TargetServers_UdpTarget_FieldMask
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) AppendPath(path ProbeSpecTargetServersUdpTarget_FieldPath)
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) FilterInputFields() *Probe_Spec_TargetServers_UdpTarget_FieldMask
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) GetPaths() []ProbeSpecTargetServersUdpTarget_FieldPath
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) IsFull() bool
- func (fieldMask Probe_Spec_TargetServers_UdpTarget_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Probe_Spec_TargetServers_UdpTarget_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) PathsCount() int
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) Project(source *Probe_Spec_TargetServers_UdpTarget) *Probe_Spec_TargetServers_UdpTarget
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) ProtoMessage()
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) Reset()
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) Set(target, source *Probe_Spec_TargetServers_UdpTarget)
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) Size() int
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) String() string
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) Subtract(other *Probe_Spec_TargetServers_UdpTarget_FieldMask) *Probe_Spec_TargetServers_UdpTarget_FieldMask
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) UnmarshalJSON(data []byte) error
- type Probe_Status
- func (o *Probe_Status) Clone() *Probe_Status
- func (o *Probe_Status) CloneRaw() gotenobject.GotenObjectExt
- func (*Probe_Status) Descriptor() ([]byte, []int)
- func (m *Probe_Status) GetActivation() *Probe_Status_ActivationState
- func (m *Probe_Status) GetActiveLocation() *common.Location
- func (m *Probe_Status) GetAgentType() Probe_AgentType
- func (m *Probe_Status) GetAsInfo() *common.ASInfo
- func (m *Probe_Status) GetBandwidth() *Probe_Status_Bandwidth
- func (m *Probe_Status) GetCarrier() *common.Carrier
- func (m *Probe_Status) GetConnection() Probe_Status_ConnectionStatus
- func (m *Probe_Status) GetConnectionStatusChangeTime() *timestamp.Timestamp
- func (m *Probe_Status) GetDiscoveredLocation() *common.Location
- func (m *Probe_Status) GetExternalHostname() string
- func (m *Probe_Status) GetExternalIpAddressV4() string
- func (m *Probe_Status) GetExternalIpAddressV6() string
- func (m *Probe_Status) GetNetworkInterfaces() map[string]*Probe_Status_NetworkInterface
- func (m *Probe_Status) GetSoftwareVersion() *common.SoftwareVersion
- func (m *Probe_Status) GetSystemInfo() *Probe_Status_System
- func (*Probe_Status) GotenMessage()
- func (o *Probe_Status) GotenObjectExt()
- func (obj *Probe_Status) GotenValidate() error
- func (o *Probe_Status) MakeDiffFieldMask(other *Probe_Status) *Probe_Status_FieldMask
- func (o *Probe_Status) MakeFullFieldMask() *Probe_Status_FieldMask
- func (o *Probe_Status) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Probe_Status) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Probe_Status) Marshal() ([]byte, error)
- func (m *Probe_Status) MarshalJSON() ([]byte, error)
- func (o *Probe_Status) Merge(source *Probe_Status)
- func (o *Probe_Status) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Probe_Status) ProtoMessage()
- func (m *Probe_Status) ProtoReflect() preflect.Message
- func (m *Probe_Status) Reset()
- func (m *Probe_Status) SetActivation(fv *Probe_Status_ActivationState)
- func (m *Probe_Status) SetActiveLocation(fv *common.Location)
- func (m *Probe_Status) SetAgentType(fv Probe_AgentType)
- func (m *Probe_Status) SetAsInfo(fv *common.ASInfo)
- func (m *Probe_Status) SetBandwidth(fv *Probe_Status_Bandwidth)
- func (m *Probe_Status) SetCarrier(fv *common.Carrier)
- func (m *Probe_Status) SetConnection(fv Probe_Status_ConnectionStatus)
- func (m *Probe_Status) SetConnectionStatusChangeTime(fv *timestamp.Timestamp)
- func (m *Probe_Status) SetDiscoveredLocation(fv *common.Location)
- func (m *Probe_Status) SetExternalHostname(fv string)
- func (m *Probe_Status) SetExternalIpAddressV4(fv string)
- func (m *Probe_Status) SetExternalIpAddressV6(fv string)
- func (m *Probe_Status) SetNetworkInterfaces(fv map[string]*Probe_Status_NetworkInterface)
- func (m *Probe_Status) SetSoftwareVersion(fv *common.SoftwareVersion)
- func (m *Probe_Status) SetSystemInfo(fv *Probe_Status_System)
- func (m *Probe_Status) String() string
- func (m *Probe_Status) Unmarshal(b []byte) error
- func (m *Probe_Status) UnmarshalJSON(data []byte) error
- type Probe_StatusMapPathSelectorNetworkInterfaces
- func (s Probe_StatusMapPathSelectorNetworkInterfaces) FieldPath() *ProbeStatus_FieldPathMap
- func (s Probe_StatusMapPathSelectorNetworkInterfaces) WithArrayOfValues(values []*Probe_Status_NetworkInterface) *ProbeStatus_FieldPathMapArrayOfValues
- func (s Probe_StatusMapPathSelectorNetworkInterfaces) WithValue(value *Probe_Status_NetworkInterface) *ProbeStatus_FieldPathMapValue
- type Probe_StatusPathSelectorActivation
- func (Probe_StatusPathSelectorActivation) CurrentSession() Probe_StatusPathSelectorActivationCurrentSession
- func (Probe_StatusPathSelectorActivation) FieldPath() *ProbeStatus_FieldTerminalPath
- func (Probe_StatusPathSelectorActivation) LastInvitation() Probe_StatusPathSelectorActivationLastInvitation
- func (Probe_StatusPathSelectorActivation) ServiceAccount() Probe_StatusPathSelectorActivationServiceAccount
- func (Probe_StatusPathSelectorActivation) Status() Probe_StatusPathSelectorActivationStatus
- func (s Probe_StatusPathSelectorActivation) WithArrayOfValues(values []*Probe_Status_ActivationState) *ProbeStatus_FieldTerminalPathArrayOfValues
- func (s Probe_StatusPathSelectorActivation) WithSubArrayItemValue(subPathArrayItemValue ProbeStatusActivationState_FieldPathArrayItemValue) *ProbeStatus_FieldSubPathArrayItemValue
- func (s Probe_StatusPathSelectorActivation) WithSubArrayOfValues(subPathArrayOfValues ProbeStatusActivationState_FieldPathArrayOfValues) *ProbeStatus_FieldSubPathArrayOfValues
- func (Probe_StatusPathSelectorActivation) WithSubPath(subPath ProbeStatusActivationState_FieldPath) *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActivation) WithSubValue(subPathValue ProbeStatusActivationState_FieldPathValue) *ProbeStatus_FieldSubPathValue
- func (s Probe_StatusPathSelectorActivation) WithValue(value *Probe_Status_ActivationState) *ProbeStatus_FieldTerminalPathValue
- type Probe_StatusPathSelectorActivationCurrentSession
- func (Probe_StatusPathSelectorActivationCurrentSession) ClientCookie() Probe_StatusPathSelectorActivationCurrentSessionClientCookie
- func (Probe_StatusPathSelectorActivationCurrentSession) FieldPath() *ProbeStatus_FieldSubPath
- func (Probe_StatusPathSelectorActivationCurrentSession) LockDeadline() Probe_StatusPathSelectorActivationCurrentSessionLockDeadline
- func (s Probe_StatusPathSelectorActivationCurrentSession) WithArrayOfValues(values []*Probe_Status_ActivationState_Session) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActivationCurrentSession) WithValue(value *Probe_Status_ActivationState_Session) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActivationCurrentSessionClientCookie
- func (Probe_StatusPathSelectorActivationCurrentSessionClientCookie) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActivationCurrentSessionClientCookie) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActivationCurrentSessionClientCookie) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActivationCurrentSessionLockDeadline
- func (Probe_StatusPathSelectorActivationCurrentSessionLockDeadline) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActivationCurrentSessionLockDeadline) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActivationCurrentSessionLockDeadline) WithValue(value *timestamp.Timestamp) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActivationLastInvitation
- func (Probe_StatusPathSelectorActivationLastInvitation) FieldPath() *ProbeStatus_FieldSubPath
- func (Probe_StatusPathSelectorActivationLastInvitation) Sender() Probe_StatusPathSelectorActivationLastInvitationSender
- func (Probe_StatusPathSelectorActivationLastInvitation) SentDate() Probe_StatusPathSelectorActivationLastInvitationSentDate
- func (s Probe_StatusPathSelectorActivationLastInvitation) WithArrayOfValues(values []*Probe_Status_ActivationState_InvitationState) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActivationLastInvitation) WithValue(value *Probe_Status_ActivationState_InvitationState) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActivationLastInvitationSender
- func (Probe_StatusPathSelectorActivationLastInvitationSender) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActivationLastInvitationSender) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActivationLastInvitationSender) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActivationLastInvitationSentDate
- func (Probe_StatusPathSelectorActivationLastInvitationSentDate) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActivationLastInvitationSentDate) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActivationLastInvitationSentDate) WithValue(value *timestamp.Timestamp) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActivationServiceAccount
- func (Probe_StatusPathSelectorActivationServiceAccount) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActivationServiceAccount) WithArrayOfValues(values []*iam_service_account.Reference) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActivationServiceAccount) WithValue(value *iam_service_account.Reference) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActivationStatus
- func (Probe_StatusPathSelectorActivationStatus) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActivationStatus) WithArrayOfValues(values []Probe_Status_ActivationState_Status) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActivationStatus) WithValue(value Probe_Status_ActivationState_Status) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocation
- func (Probe_StatusPathSelectorActiveLocation) Accuracy() Probe_StatusPathSelectorActiveLocationAccuracy
- func (Probe_StatusPathSelectorActiveLocation) Address() Probe_StatusPathSelectorActiveLocationAddress
- func (Probe_StatusPathSelectorActiveLocation) AdminHierarchy() Probe_StatusPathSelectorActiveLocationAdminHierarchy
- func (Probe_StatusPathSelectorActiveLocation) Coordinates() Probe_StatusPathSelectorActiveLocationCoordinates
- func (Probe_StatusPathSelectorActiveLocation) FieldPath() *ProbeStatus_FieldTerminalPath
- func (s Probe_StatusPathSelectorActiveLocation) WithArrayOfValues(values []*common.Location) *ProbeStatus_FieldTerminalPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocation) WithSubArrayItemValue(subPathArrayItemValue common.Location_FieldPathArrayItemValue) *ProbeStatus_FieldSubPathArrayItemValue
- func (s Probe_StatusPathSelectorActiveLocation) WithSubArrayOfValues(subPathArrayOfValues common.Location_FieldPathArrayOfValues) *ProbeStatus_FieldSubPathArrayOfValues
- func (Probe_StatusPathSelectorActiveLocation) WithSubPath(subPath common.Location_FieldPath) *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocation) WithSubValue(subPathValue common.Location_FieldPathValue) *ProbeStatus_FieldSubPathValue
- func (s Probe_StatusPathSelectorActiveLocation) WithValue(value *common.Location) *ProbeStatus_FieldTerminalPathValue
- type Probe_StatusPathSelectorActiveLocationAccuracy
- func (Probe_StatusPathSelectorActiveLocationAccuracy) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationAccuracy) WithArrayOfValues(values []float64) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAccuracy) WithValue(value float64) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationAddress
- func (Probe_StatusPathSelectorActiveLocationAddress) AdminArea1() Probe_StatusPathSelectorActiveLocationAddressAdminArea1
- func (Probe_StatusPathSelectorActiveLocationAddress) AdminArea2() Probe_StatusPathSelectorActiveLocationAddressAdminArea2
- func (Probe_StatusPathSelectorActiveLocationAddress) AdminArea3() Probe_StatusPathSelectorActiveLocationAddressAdminArea3
- func (Probe_StatusPathSelectorActiveLocationAddress) AdminArea4() Probe_StatusPathSelectorActiveLocationAddressAdminArea4
- func (Probe_StatusPathSelectorActiveLocationAddress) Continent() Probe_StatusPathSelectorActiveLocationAddressContinent
- func (Probe_StatusPathSelectorActiveLocationAddress) Country() Probe_StatusPathSelectorActiveLocationAddressCountry
- func (Probe_StatusPathSelectorActiveLocationAddress) CountryCode() Probe_StatusPathSelectorActiveLocationAddressCountryCode
- func (Probe_StatusPathSelectorActiveLocationAddress) FieldPath() *ProbeStatus_FieldSubPath
- func (Probe_StatusPathSelectorActiveLocationAddress) PostalCode() Probe_StatusPathSelectorActiveLocationAddressPostalCode
- func (Probe_StatusPathSelectorActiveLocationAddress) StreetAddress() Probe_StatusPathSelectorActiveLocationAddressStreetAddress
- func (s Probe_StatusPathSelectorActiveLocationAddress) WithArrayOfValues(values []*common.Address) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAddress) WithValue(value *common.Address) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationAddressAdminArea1
- func (Probe_StatusPathSelectorActiveLocationAddressAdminArea1) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAddressAdminArea1) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationAddressAdminArea2
- func (Probe_StatusPathSelectorActiveLocationAddressAdminArea2) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAddressAdminArea2) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationAddressAdminArea3
- func (Probe_StatusPathSelectorActiveLocationAddressAdminArea3) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAddressAdminArea3) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationAddressAdminArea4
- func (Probe_StatusPathSelectorActiveLocationAddressAdminArea4) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAddressAdminArea4) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationAddressContinent
- func (Probe_StatusPathSelectorActiveLocationAddressContinent) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationAddressContinent) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAddressContinent) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationAddressCountry
- func (Probe_StatusPathSelectorActiveLocationAddressCountry) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationAddressCountry) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAddressCountry) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationAddressCountryCode
- func (Probe_StatusPathSelectorActiveLocationAddressCountryCode) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAddressCountryCode) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationAddressPostalCode
- func (Probe_StatusPathSelectorActiveLocationAddressPostalCode) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAddressPostalCode) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationAddressStreetAddress
- func (Probe_StatusPathSelectorActiveLocationAddressStreetAddress) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAddressStreetAddress) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationAdminHierarchy
- func (Probe_StatusPathSelectorActiveLocationAdminHierarchy) Admin1() Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin1
- func (Probe_StatusPathSelectorActiveLocationAdminHierarchy) Admin2() Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin2
- func (Probe_StatusPathSelectorActiveLocationAdminHierarchy) Admin3() Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin3
- func (Probe_StatusPathSelectorActiveLocationAdminHierarchy) Admin4() Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin4
- func (Probe_StatusPathSelectorActiveLocationAdminHierarchy) Admin5() Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin5
- func (Probe_StatusPathSelectorActiveLocationAdminHierarchy) Continent() Probe_StatusPathSelectorActiveLocationAdminHierarchyContinent
- func (Probe_StatusPathSelectorActiveLocationAdminHierarchy) Country() Probe_StatusPathSelectorActiveLocationAdminHierarchyCountry
- func (Probe_StatusPathSelectorActiveLocationAdminHierarchy) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin1
- func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin1) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin2
- func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin2) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin3
- func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin3) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin4
- func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin4) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin5
- func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin5) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationAdminHierarchyContinent
- func (Probe_StatusPathSelectorActiveLocationAdminHierarchyContinent) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationAdminHierarchyCountry
- func (Probe_StatusPathSelectorActiveLocationAdminHierarchyCountry) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorActiveLocationCoordinates
- func (Probe_StatusPathSelectorActiveLocationCoordinates) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorActiveLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorActiveLocationCoordinates) WithValue(value *latlng.LatLng) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorAgentType
- func (Probe_StatusPathSelectorAgentType) FieldPath() *ProbeStatus_FieldTerminalPath
- func (s Probe_StatusPathSelectorAgentType) WithArrayOfValues(values []Probe_AgentType) *ProbeStatus_FieldTerminalPathArrayOfValues
- func (s Probe_StatusPathSelectorAgentType) WithValue(value Probe_AgentType) *ProbeStatus_FieldTerminalPathValue
- type Probe_StatusPathSelectorAsInfo
- func (Probe_StatusPathSelectorAsInfo) Asn() Probe_StatusPathSelectorAsInfoAsn
- func (Probe_StatusPathSelectorAsInfo) AsnType() Probe_StatusPathSelectorAsInfoAsnType
- func (Probe_StatusPathSelectorAsInfo) Domain() Probe_StatusPathSelectorAsInfoDomain
- func (Probe_StatusPathSelectorAsInfo) FieldPath() *ProbeStatus_FieldTerminalPath
- func (Probe_StatusPathSelectorAsInfo) Name() Probe_StatusPathSelectorAsInfoName
- func (Probe_StatusPathSelectorAsInfo) Routes() Probe_StatusPathSelectorAsInfoRoutes
- func (s Probe_StatusPathSelectorAsInfo) WithArrayOfValues(values []*common.ASInfo) *ProbeStatus_FieldTerminalPathArrayOfValues
- func (s Probe_StatusPathSelectorAsInfo) WithSubArrayItemValue(subPathArrayItemValue common.ASInfo_FieldPathArrayItemValue) *ProbeStatus_FieldSubPathArrayItemValue
- func (s Probe_StatusPathSelectorAsInfo) WithSubArrayOfValues(subPathArrayOfValues common.ASInfo_FieldPathArrayOfValues) *ProbeStatus_FieldSubPathArrayOfValues
- func (Probe_StatusPathSelectorAsInfo) WithSubPath(subPath common.ASInfo_FieldPath) *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorAsInfo) WithSubValue(subPathValue common.ASInfo_FieldPathValue) *ProbeStatus_FieldSubPathValue
- func (s Probe_StatusPathSelectorAsInfo) WithValue(value *common.ASInfo) *ProbeStatus_FieldTerminalPathValue
- type Probe_StatusPathSelectorAsInfoAsn
- type Probe_StatusPathSelectorAsInfoAsnType
- func (Probe_StatusPathSelectorAsInfoAsnType) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorAsInfoAsnType) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorAsInfoAsnType) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorAsInfoDomain
- func (Probe_StatusPathSelectorAsInfoDomain) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorAsInfoDomain) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorAsInfoDomain) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorAsInfoName
- type Probe_StatusPathSelectorAsInfoRoutes
- func (Probe_StatusPathSelectorAsInfoRoutes) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorAsInfoRoutes) WithArrayOfValues(values [][]string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorAsInfoRoutes) WithItemValue(value string) *ProbeStatus_FieldSubPathArrayItemValue
- func (s Probe_StatusPathSelectorAsInfoRoutes) WithValue(value []string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorBandwidth
- func (Probe_StatusPathSelectorBandwidth) DownloadMbps() Probe_StatusPathSelectorBandwidthDownloadMbps
- func (Probe_StatusPathSelectorBandwidth) FieldPath() *ProbeStatus_FieldTerminalPath
- func (Probe_StatusPathSelectorBandwidth) LastReported() Probe_StatusPathSelectorBandwidthLastReported
- func (Probe_StatusPathSelectorBandwidth) ServerIpAddress() Probe_StatusPathSelectorBandwidthServerIpAddress
- func (Probe_StatusPathSelectorBandwidth) TestServer() Probe_StatusPathSelectorBandwidthTestServer
- func (Probe_StatusPathSelectorBandwidth) UploadMbps() Probe_StatusPathSelectorBandwidthUploadMbps
- func (s Probe_StatusPathSelectorBandwidth) WithArrayOfValues(values []*Probe_Status_Bandwidth) *ProbeStatus_FieldTerminalPathArrayOfValues
- func (s Probe_StatusPathSelectorBandwidth) WithSubArrayItemValue(subPathArrayItemValue ProbeStatusBandwidth_FieldPathArrayItemValue) *ProbeStatus_FieldSubPathArrayItemValue
- func (s Probe_StatusPathSelectorBandwidth) WithSubArrayOfValues(subPathArrayOfValues ProbeStatusBandwidth_FieldPathArrayOfValues) *ProbeStatus_FieldSubPathArrayOfValues
- func (Probe_StatusPathSelectorBandwidth) WithSubPath(subPath ProbeStatusBandwidth_FieldPath) *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorBandwidth) WithSubValue(subPathValue ProbeStatusBandwidth_FieldPathValue) *ProbeStatus_FieldSubPathValue
- func (s Probe_StatusPathSelectorBandwidth) WithValue(value *Probe_Status_Bandwidth) *ProbeStatus_FieldTerminalPathValue
- type Probe_StatusPathSelectorBandwidthDownloadMbps
- func (Probe_StatusPathSelectorBandwidthDownloadMbps) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorBandwidthDownloadMbps) WithArrayOfValues(values []float64) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorBandwidthDownloadMbps) WithValue(value float64) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorBandwidthLastReported
- func (Probe_StatusPathSelectorBandwidthLastReported) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorBandwidthLastReported) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorBandwidthLastReported) WithValue(value *timestamp.Timestamp) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorBandwidthServerIpAddress
- func (Probe_StatusPathSelectorBandwidthServerIpAddress) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorBandwidthServerIpAddress) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorBandwidthServerIpAddress) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorBandwidthTestServer
- func (Probe_StatusPathSelectorBandwidthTestServer) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorBandwidthTestServer) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorBandwidthTestServer) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorBandwidthUploadMbps
- func (Probe_StatusPathSelectorBandwidthUploadMbps) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorBandwidthUploadMbps) WithArrayOfValues(values []float64) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorBandwidthUploadMbps) WithValue(value float64) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorCarrier
- func (Probe_StatusPathSelectorCarrier) FieldPath() *ProbeStatus_FieldTerminalPath
- func (Probe_StatusPathSelectorCarrier) LocationAreaCode() Probe_StatusPathSelectorCarrierLocationAreaCode
- func (Probe_StatusPathSelectorCarrier) MobileCountryCode() Probe_StatusPathSelectorCarrierMobileCountryCode
- func (Probe_StatusPathSelectorCarrier) MobileNetworkCode() Probe_StatusPathSelectorCarrierMobileNetworkCode
- func (Probe_StatusPathSelectorCarrier) Name() Probe_StatusPathSelectorCarrierName
- func (s Probe_StatusPathSelectorCarrier) WithArrayOfValues(values []*common.Carrier) *ProbeStatus_FieldTerminalPathArrayOfValues
- func (s Probe_StatusPathSelectorCarrier) WithSubArrayItemValue(subPathArrayItemValue common.Carrier_FieldPathArrayItemValue) *ProbeStatus_FieldSubPathArrayItemValue
- func (s Probe_StatusPathSelectorCarrier) WithSubArrayOfValues(subPathArrayOfValues common.Carrier_FieldPathArrayOfValues) *ProbeStatus_FieldSubPathArrayOfValues
- func (Probe_StatusPathSelectorCarrier) WithSubPath(subPath common.Carrier_FieldPath) *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorCarrier) WithSubValue(subPathValue common.Carrier_FieldPathValue) *ProbeStatus_FieldSubPathValue
- func (s Probe_StatusPathSelectorCarrier) WithValue(value *common.Carrier) *ProbeStatus_FieldTerminalPathValue
- type Probe_StatusPathSelectorCarrierLocationAreaCode
- func (Probe_StatusPathSelectorCarrierLocationAreaCode) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorCarrierLocationAreaCode) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorCarrierLocationAreaCode) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorCarrierMobileCountryCode
- func (Probe_StatusPathSelectorCarrierMobileCountryCode) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorCarrierMobileCountryCode) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorCarrierMobileCountryCode) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorCarrierMobileNetworkCode
- func (Probe_StatusPathSelectorCarrierMobileNetworkCode) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorCarrierMobileNetworkCode) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorCarrierMobileNetworkCode) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorCarrierName
- type Probe_StatusPathSelectorConnection
- func (Probe_StatusPathSelectorConnection) FieldPath() *ProbeStatus_FieldTerminalPath
- func (s Probe_StatusPathSelectorConnection) WithArrayOfValues(values []Probe_Status_ConnectionStatus) *ProbeStatus_FieldTerminalPathArrayOfValues
- func (s Probe_StatusPathSelectorConnection) WithValue(value Probe_Status_ConnectionStatus) *ProbeStatus_FieldTerminalPathValue
- type Probe_StatusPathSelectorConnectionStatusChangeTime
- func (Probe_StatusPathSelectorConnectionStatusChangeTime) FieldPath() *ProbeStatus_FieldTerminalPath
- func (s Probe_StatusPathSelectorConnectionStatusChangeTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeStatus_FieldTerminalPathArrayOfValues
- func (s Probe_StatusPathSelectorConnectionStatusChangeTime) WithValue(value *timestamp.Timestamp) *ProbeStatus_FieldTerminalPathValue
- type Probe_StatusPathSelectorDiscoveredLocation
- func (Probe_StatusPathSelectorDiscoveredLocation) Accuracy() Probe_StatusPathSelectorDiscoveredLocationAccuracy
- func (Probe_StatusPathSelectorDiscoveredLocation) Address() Probe_StatusPathSelectorDiscoveredLocationAddress
- func (Probe_StatusPathSelectorDiscoveredLocation) AdminHierarchy() Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy
- func (Probe_StatusPathSelectorDiscoveredLocation) Coordinates() Probe_StatusPathSelectorDiscoveredLocationCoordinates
- func (Probe_StatusPathSelectorDiscoveredLocation) FieldPath() *ProbeStatus_FieldTerminalPath
- func (s Probe_StatusPathSelectorDiscoveredLocation) WithArrayOfValues(values []*common.Location) *ProbeStatus_FieldTerminalPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocation) WithSubArrayItemValue(subPathArrayItemValue common.Location_FieldPathArrayItemValue) *ProbeStatus_FieldSubPathArrayItemValue
- func (s Probe_StatusPathSelectorDiscoveredLocation) WithSubArrayOfValues(subPathArrayOfValues common.Location_FieldPathArrayOfValues) *ProbeStatus_FieldSubPathArrayOfValues
- func (Probe_StatusPathSelectorDiscoveredLocation) WithSubPath(subPath common.Location_FieldPath) *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocation) WithSubValue(subPathValue common.Location_FieldPathValue) *ProbeStatus_FieldSubPathValue
- func (s Probe_StatusPathSelectorDiscoveredLocation) WithValue(value *common.Location) *ProbeStatus_FieldTerminalPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAccuracy
- func (Probe_StatusPathSelectorDiscoveredLocationAccuracy) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationAccuracy) WithArrayOfValues(values []float64) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAccuracy) WithValue(value float64) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAddress
- func (Probe_StatusPathSelectorDiscoveredLocationAddress) AdminArea1() Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea1
- func (Probe_StatusPathSelectorDiscoveredLocationAddress) AdminArea2() Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea2
- func (Probe_StatusPathSelectorDiscoveredLocationAddress) AdminArea3() Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea3
- func (Probe_StatusPathSelectorDiscoveredLocationAddress) AdminArea4() Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea4
- func (Probe_StatusPathSelectorDiscoveredLocationAddress) Continent() Probe_StatusPathSelectorDiscoveredLocationAddressContinent
- func (Probe_StatusPathSelectorDiscoveredLocationAddress) Country() Probe_StatusPathSelectorDiscoveredLocationAddressCountry
- func (Probe_StatusPathSelectorDiscoveredLocationAddress) CountryCode() Probe_StatusPathSelectorDiscoveredLocationAddressCountryCode
- func (Probe_StatusPathSelectorDiscoveredLocationAddress) FieldPath() *ProbeStatus_FieldSubPath
- func (Probe_StatusPathSelectorDiscoveredLocationAddress) PostalCode() Probe_StatusPathSelectorDiscoveredLocationAddressPostalCode
- func (Probe_StatusPathSelectorDiscoveredLocationAddress) StreetAddress() Probe_StatusPathSelectorDiscoveredLocationAddressStreetAddress
- func (s Probe_StatusPathSelectorDiscoveredLocationAddress) WithArrayOfValues(values []*common.Address) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAddress) WithValue(value *common.Address) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea1
- func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea1) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea1) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea2
- func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea2) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea2) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea3
- func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea3) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea3) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea4
- func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea4) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea4) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAddressContinent
- func (Probe_StatusPathSelectorDiscoveredLocationAddressContinent) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationAddressContinent) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAddressContinent) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAddressCountry
- func (Probe_StatusPathSelectorDiscoveredLocationAddressCountry) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationAddressCountry) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAddressCountry) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAddressCountryCode
- func (Probe_StatusPathSelectorDiscoveredLocationAddressCountryCode) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAddressCountryCode) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAddressPostalCode
- func (Probe_StatusPathSelectorDiscoveredLocationAddressPostalCode) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAddressPostalCode) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAddressStreetAddress
- func (Probe_StatusPathSelectorDiscoveredLocationAddressStreetAddress) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAddressStreetAddress) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy
- func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy) Admin1() Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin1
- func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy) Admin2() Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin2
- func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy) Admin3() Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin3
- func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy) Admin4() Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin4
- func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy) Admin5() Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin5
- func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy) Continent() Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyContinent
- func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy) Country() Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyCountry
- func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin1
- func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin1) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin2
- func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin2) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin3
- func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin3) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin4
- func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin4) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin5
- func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin5) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyContinent
- func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyContinent) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyCountry
- func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyCountry) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorDiscoveredLocationCoordinates
- func (Probe_StatusPathSelectorDiscoveredLocationCoordinates) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorDiscoveredLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorDiscoveredLocationCoordinates) WithValue(value *latlng.LatLng) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorExternalHostname
- func (Probe_StatusPathSelectorExternalHostname) FieldPath() *ProbeStatus_FieldTerminalPath
- func (s Probe_StatusPathSelectorExternalHostname) WithArrayOfValues(values []string) *ProbeStatus_FieldTerminalPathArrayOfValues
- func (s Probe_StatusPathSelectorExternalHostname) WithValue(value string) *ProbeStatus_FieldTerminalPathValue
- type Probe_StatusPathSelectorExternalIpAddressV4
- func (Probe_StatusPathSelectorExternalIpAddressV4) FieldPath() *ProbeStatus_FieldTerminalPath
- func (s Probe_StatusPathSelectorExternalIpAddressV4) WithArrayOfValues(values []string) *ProbeStatus_FieldTerminalPathArrayOfValues
- func (s Probe_StatusPathSelectorExternalIpAddressV4) WithValue(value string) *ProbeStatus_FieldTerminalPathValue
- type Probe_StatusPathSelectorExternalIpAddressV6
- func (Probe_StatusPathSelectorExternalIpAddressV6) FieldPath() *ProbeStatus_FieldTerminalPath
- func (s Probe_StatusPathSelectorExternalIpAddressV6) WithArrayOfValues(values []string) *ProbeStatus_FieldTerminalPathArrayOfValues
- func (s Probe_StatusPathSelectorExternalIpAddressV6) WithValue(value string) *ProbeStatus_FieldTerminalPathValue
- type Probe_StatusPathSelectorNetworkInterfaces
- func (Probe_StatusPathSelectorNetworkInterfaces) FieldPath() *ProbeStatus_FieldTerminalPath
- func (s Probe_StatusPathSelectorNetworkInterfaces) WithArrayOfValues(values []map[string]*Probe_Status_NetworkInterface) *ProbeStatus_FieldTerminalPathArrayOfValues
- func (Probe_StatusPathSelectorNetworkInterfaces) WithKey(key string) Probe_StatusMapPathSelectorNetworkInterfaces
- func (s Probe_StatusPathSelectorNetworkInterfaces) WithValue(value map[string]*Probe_Status_NetworkInterface) *ProbeStatus_FieldTerminalPathValue
- type Probe_StatusPathSelectorSoftwareVersion
- func (Probe_StatusPathSelectorSoftwareVersion) BuildDate() Probe_StatusPathSelectorSoftwareVersionBuildDate
- func (Probe_StatusPathSelectorSoftwareVersion) CommitId() Probe_StatusPathSelectorSoftwareVersionCommitId
- func (Probe_StatusPathSelectorSoftwareVersion) FieldPath() *ProbeStatus_FieldTerminalPath
- func (Probe_StatusPathSelectorSoftwareVersion) Version() Probe_StatusPathSelectorSoftwareVersionVersion
- func (s Probe_StatusPathSelectorSoftwareVersion) WithArrayOfValues(values []*common.SoftwareVersion) *ProbeStatus_FieldTerminalPathArrayOfValues
- func (s Probe_StatusPathSelectorSoftwareVersion) WithSubArrayItemValue(subPathArrayItemValue common.SoftwareVersion_FieldPathArrayItemValue) *ProbeStatus_FieldSubPathArrayItemValue
- func (s Probe_StatusPathSelectorSoftwareVersion) WithSubArrayOfValues(subPathArrayOfValues common.SoftwareVersion_FieldPathArrayOfValues) *ProbeStatus_FieldSubPathArrayOfValues
- func (Probe_StatusPathSelectorSoftwareVersion) WithSubPath(subPath common.SoftwareVersion_FieldPath) *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorSoftwareVersion) WithSubValue(subPathValue common.SoftwareVersion_FieldPathValue) *ProbeStatus_FieldSubPathValue
- func (s Probe_StatusPathSelectorSoftwareVersion) WithValue(value *common.SoftwareVersion) *ProbeStatus_FieldTerminalPathValue
- type Probe_StatusPathSelectorSoftwareVersionBuildDate
- func (Probe_StatusPathSelectorSoftwareVersionBuildDate) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorSoftwareVersionBuildDate) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorSoftwareVersionBuildDate) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorSoftwareVersionCommitId
- func (Probe_StatusPathSelectorSoftwareVersionCommitId) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorSoftwareVersionCommitId) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorSoftwareVersionCommitId) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorSoftwareVersionVersion
- func (Probe_StatusPathSelectorSoftwareVersionVersion) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorSoftwareVersionVersion) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorSoftwareVersionVersion) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorSystemInfo
- func (Probe_StatusPathSelectorSystemInfo) Architecture() Probe_StatusPathSelectorSystemInfoArchitecture
- func (Probe_StatusPathSelectorSystemInfo) Family() Probe_StatusPathSelectorSystemInfoFamily
- func (Probe_StatusPathSelectorSystemInfo) FieldPath() *ProbeStatus_FieldTerminalPath
- func (Probe_StatusPathSelectorSystemInfo) HostName() Probe_StatusPathSelectorSystemInfoHostName
- func (Probe_StatusPathSelectorSystemInfo) Manufacturer() Probe_StatusPathSelectorSystemInfoManufacturer
- func (Probe_StatusPathSelectorSystemInfo) Model() Probe_StatusPathSelectorSystemInfoModel
- func (Probe_StatusPathSelectorSystemInfo) Os() Probe_StatusPathSelectorSystemInfoOs
- func (Probe_StatusPathSelectorSystemInfo) Platform() Probe_StatusPathSelectorSystemInfoPlatform
- func (Probe_StatusPathSelectorSystemInfo) SerialNumber() Probe_StatusPathSelectorSystemInfoSerialNumber
- func (Probe_StatusPathSelectorSystemInfo) Sku() Probe_StatusPathSelectorSystemInfoSku
- func (s Probe_StatusPathSelectorSystemInfo) WithArrayOfValues(values []*Probe_Status_System) *ProbeStatus_FieldTerminalPathArrayOfValues
- func (s Probe_StatusPathSelectorSystemInfo) WithSubArrayItemValue(subPathArrayItemValue ProbeStatusSystem_FieldPathArrayItemValue) *ProbeStatus_FieldSubPathArrayItemValue
- func (s Probe_StatusPathSelectorSystemInfo) WithSubArrayOfValues(subPathArrayOfValues ProbeStatusSystem_FieldPathArrayOfValues) *ProbeStatus_FieldSubPathArrayOfValues
- func (Probe_StatusPathSelectorSystemInfo) WithSubPath(subPath ProbeStatusSystem_FieldPath) *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorSystemInfo) WithSubValue(subPathValue ProbeStatusSystem_FieldPathValue) *ProbeStatus_FieldSubPathValue
- func (s Probe_StatusPathSelectorSystemInfo) WithValue(value *Probe_Status_System) *ProbeStatus_FieldTerminalPathValue
- type Probe_StatusPathSelectorSystemInfoArchitecture
- func (Probe_StatusPathSelectorSystemInfoArchitecture) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorSystemInfoArchitecture) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorSystemInfoArchitecture) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorSystemInfoFamily
- func (Probe_StatusPathSelectorSystemInfoFamily) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorSystemInfoFamily) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorSystemInfoFamily) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorSystemInfoHostName
- func (Probe_StatusPathSelectorSystemInfoHostName) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorSystemInfoHostName) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorSystemInfoHostName) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorSystemInfoManufacturer
- func (Probe_StatusPathSelectorSystemInfoManufacturer) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorSystemInfoManufacturer) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorSystemInfoManufacturer) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorSystemInfoModel
- func (Probe_StatusPathSelectorSystemInfoModel) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorSystemInfoModel) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorSystemInfoModel) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorSystemInfoOs
- func (Probe_StatusPathSelectorSystemInfoOs) BuildVersion() Probe_StatusPathSelectorSystemInfoOsBuildVersion
- func (Probe_StatusPathSelectorSystemInfoOs) FieldPath() *ProbeStatus_FieldSubPath
- func (Probe_StatusPathSelectorSystemInfoOs) Kernel() Probe_StatusPathSelectorSystemInfoOsKernel
- func (Probe_StatusPathSelectorSystemInfoOs) Name() Probe_StatusPathSelectorSystemInfoOsName
- func (Probe_StatusPathSelectorSystemInfoOs) Version() Probe_StatusPathSelectorSystemInfoOsVersion
- func (s Probe_StatusPathSelectorSystemInfoOs) WithArrayOfValues(values []*Probe_Status_System_OS) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorSystemInfoOs) WithValue(value *Probe_Status_System_OS) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorSystemInfoOsBuildVersion
- func (Probe_StatusPathSelectorSystemInfoOsBuildVersion) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorSystemInfoOsBuildVersion) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorSystemInfoOsBuildVersion) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorSystemInfoOsKernel
- func (Probe_StatusPathSelectorSystemInfoOsKernel) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorSystemInfoOsKernel) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorSystemInfoOsKernel) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorSystemInfoOsName
- func (Probe_StatusPathSelectorSystemInfoOsName) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorSystemInfoOsName) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorSystemInfoOsName) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorSystemInfoOsVersion
- func (Probe_StatusPathSelectorSystemInfoOsVersion) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorSystemInfoOsVersion) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorSystemInfoOsVersion) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorSystemInfoPlatform
- func (Probe_StatusPathSelectorSystemInfoPlatform) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorSystemInfoPlatform) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorSystemInfoPlatform) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorSystemInfoSerialNumber
- func (Probe_StatusPathSelectorSystemInfoSerialNumber) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorSystemInfoSerialNumber) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorSystemInfoSerialNumber) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_StatusPathSelectorSystemInfoSku
- func (Probe_StatusPathSelectorSystemInfoSku) FieldPath() *ProbeStatus_FieldSubPath
- func (s Probe_StatusPathSelectorSystemInfoSku) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
- func (s Probe_StatusPathSelectorSystemInfoSku) WithValue(value string) *ProbeStatus_FieldSubPathValue
- type Probe_Status_ActivationState
- func (o *Probe_Status_ActivationState) Clone() *Probe_Status_ActivationState
- func (o *Probe_Status_ActivationState) CloneRaw() gotenobject.GotenObjectExt
- func (*Probe_Status_ActivationState) Descriptor() ([]byte, []int)
- func (m *Probe_Status_ActivationState) GetCurrentSession() *Probe_Status_ActivationState_Session
- func (m *Probe_Status_ActivationState) GetLastInvitation() *Probe_Status_ActivationState_InvitationState
- func (m *Probe_Status_ActivationState) GetServiceAccount() *iam_service_account.Reference
- func (m *Probe_Status_ActivationState) GetStatus() Probe_Status_ActivationState_Status
- func (*Probe_Status_ActivationState) GotenMessage()
- func (o *Probe_Status_ActivationState) GotenObjectExt()
- func (obj *Probe_Status_ActivationState) GotenValidate() error
- func (o *Probe_Status_ActivationState) MakeDiffFieldMask(other *Probe_Status_ActivationState) *Probe_Status_ActivationState_FieldMask
- func (o *Probe_Status_ActivationState) MakeFullFieldMask() *Probe_Status_ActivationState_FieldMask
- func (o *Probe_Status_ActivationState) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Probe_Status_ActivationState) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Probe_Status_ActivationState) Marshal() ([]byte, error)
- func (m *Probe_Status_ActivationState) MarshalJSON() ([]byte, error)
- func (o *Probe_Status_ActivationState) Merge(source *Probe_Status_ActivationState)
- func (o *Probe_Status_ActivationState) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Probe_Status_ActivationState) ProtoMessage()
- func (m *Probe_Status_ActivationState) ProtoReflect() preflect.Message
- func (m *Probe_Status_ActivationState) Reset()
- func (m *Probe_Status_ActivationState) SetCurrentSession(fv *Probe_Status_ActivationState_Session)
- func (m *Probe_Status_ActivationState) SetLastInvitation(fv *Probe_Status_ActivationState_InvitationState)
- func (m *Probe_Status_ActivationState) SetServiceAccount(fv *iam_service_account.Reference)
- func (m *Probe_Status_ActivationState) SetStatus(fv Probe_Status_ActivationState_Status)
- func (m *Probe_Status_ActivationState) String() string
- func (m *Probe_Status_ActivationState) Unmarshal(b []byte) error
- func (m *Probe_Status_ActivationState) UnmarshalJSON(data []byte) error
- type Probe_Status_ActivationStatePathSelectorCurrentSession
- func (Probe_Status_ActivationStatePathSelectorCurrentSession) ClientCookie() Probe_Status_ActivationStatePathSelectorCurrentSessionClientCookie
- func (Probe_Status_ActivationStatePathSelectorCurrentSession) FieldPath() *ProbeStatusActivationState_FieldTerminalPath
- func (Probe_Status_ActivationStatePathSelectorCurrentSession) LockDeadline() Probe_Status_ActivationStatePathSelectorCurrentSessionLockDeadline
- func (s Probe_Status_ActivationStatePathSelectorCurrentSession) WithArrayOfValues(values []*Probe_Status_ActivationState_Session) *ProbeStatusActivationState_FieldTerminalPathArrayOfValues
- func (s Probe_Status_ActivationStatePathSelectorCurrentSession) WithSubArrayItemValue(...) *ProbeStatusActivationState_FieldSubPathArrayItemValue
- func (s Probe_Status_ActivationStatePathSelectorCurrentSession) WithSubArrayOfValues(subPathArrayOfValues ProbeStatusActivationStateSession_FieldPathArrayOfValues) *ProbeStatusActivationState_FieldSubPathArrayOfValues
- func (Probe_Status_ActivationStatePathSelectorCurrentSession) WithSubPath(subPath ProbeStatusActivationStateSession_FieldPath) *ProbeStatusActivationState_FieldSubPath
- func (s Probe_Status_ActivationStatePathSelectorCurrentSession) WithSubValue(subPathValue ProbeStatusActivationStateSession_FieldPathValue) *ProbeStatusActivationState_FieldSubPathValue
- func (s Probe_Status_ActivationStatePathSelectorCurrentSession) WithValue(value *Probe_Status_ActivationState_Session) *ProbeStatusActivationState_FieldTerminalPathValue
- type Probe_Status_ActivationStatePathSelectorCurrentSessionClientCookie
- func (Probe_Status_ActivationStatePathSelectorCurrentSessionClientCookie) FieldPath() *ProbeStatusActivationState_FieldSubPath
- func (s Probe_Status_ActivationStatePathSelectorCurrentSessionClientCookie) WithArrayOfValues(values []string) *ProbeStatusActivationState_FieldSubPathArrayOfValues
- func (s Probe_Status_ActivationStatePathSelectorCurrentSessionClientCookie) WithValue(value string) *ProbeStatusActivationState_FieldSubPathValue
- type Probe_Status_ActivationStatePathSelectorCurrentSessionLockDeadline
- func (Probe_Status_ActivationStatePathSelectorCurrentSessionLockDeadline) FieldPath() *ProbeStatusActivationState_FieldSubPath
- func (s Probe_Status_ActivationStatePathSelectorCurrentSessionLockDeadline) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeStatusActivationState_FieldSubPathArrayOfValues
- func (s Probe_Status_ActivationStatePathSelectorCurrentSessionLockDeadline) WithValue(value *timestamp.Timestamp) *ProbeStatusActivationState_FieldSubPathValue
- type Probe_Status_ActivationStatePathSelectorLastInvitation
- func (Probe_Status_ActivationStatePathSelectorLastInvitation) FieldPath() *ProbeStatusActivationState_FieldTerminalPath
- func (Probe_Status_ActivationStatePathSelectorLastInvitation) Sender() Probe_Status_ActivationStatePathSelectorLastInvitationSender
- func (Probe_Status_ActivationStatePathSelectorLastInvitation) SentDate() Probe_Status_ActivationStatePathSelectorLastInvitationSentDate
- func (s Probe_Status_ActivationStatePathSelectorLastInvitation) WithArrayOfValues(values []*Probe_Status_ActivationState_InvitationState) *ProbeStatusActivationState_FieldTerminalPathArrayOfValues
- func (s Probe_Status_ActivationStatePathSelectorLastInvitation) WithSubArrayItemValue(...) *ProbeStatusActivationState_FieldSubPathArrayItemValue
- func (s Probe_Status_ActivationStatePathSelectorLastInvitation) WithSubArrayOfValues(...) *ProbeStatusActivationState_FieldSubPathArrayOfValues
- func (Probe_Status_ActivationStatePathSelectorLastInvitation) WithSubPath(subPath ProbeStatusActivationStateInvitationState_FieldPath) *ProbeStatusActivationState_FieldSubPath
- func (s Probe_Status_ActivationStatePathSelectorLastInvitation) WithSubValue(subPathValue ProbeStatusActivationStateInvitationState_FieldPathValue) *ProbeStatusActivationState_FieldSubPathValue
- func (s Probe_Status_ActivationStatePathSelectorLastInvitation) WithValue(value *Probe_Status_ActivationState_InvitationState) *ProbeStatusActivationState_FieldTerminalPathValue
- type Probe_Status_ActivationStatePathSelectorLastInvitationSender
- func (Probe_Status_ActivationStatePathSelectorLastInvitationSender) FieldPath() *ProbeStatusActivationState_FieldSubPath
- func (s Probe_Status_ActivationStatePathSelectorLastInvitationSender) WithArrayOfValues(values []string) *ProbeStatusActivationState_FieldSubPathArrayOfValues
- func (s Probe_Status_ActivationStatePathSelectorLastInvitationSender) WithValue(value string) *ProbeStatusActivationState_FieldSubPathValue
- type Probe_Status_ActivationStatePathSelectorLastInvitationSentDate
- func (Probe_Status_ActivationStatePathSelectorLastInvitationSentDate) FieldPath() *ProbeStatusActivationState_FieldSubPath
- func (s Probe_Status_ActivationStatePathSelectorLastInvitationSentDate) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeStatusActivationState_FieldSubPathArrayOfValues
- func (s Probe_Status_ActivationStatePathSelectorLastInvitationSentDate) WithValue(value *timestamp.Timestamp) *ProbeStatusActivationState_FieldSubPathValue
- type Probe_Status_ActivationStatePathSelectorServiceAccount
- func (Probe_Status_ActivationStatePathSelectorServiceAccount) FieldPath() *ProbeStatusActivationState_FieldTerminalPath
- func (s Probe_Status_ActivationStatePathSelectorServiceAccount) WithArrayOfValues(values []*iam_service_account.Reference) *ProbeStatusActivationState_FieldTerminalPathArrayOfValues
- func (s Probe_Status_ActivationStatePathSelectorServiceAccount) WithValue(value *iam_service_account.Reference) *ProbeStatusActivationState_FieldTerminalPathValue
- type Probe_Status_ActivationStatePathSelectorStatus
- func (Probe_Status_ActivationStatePathSelectorStatus) FieldPath() *ProbeStatusActivationState_FieldTerminalPath
- func (s Probe_Status_ActivationStatePathSelectorStatus) WithArrayOfValues(values []Probe_Status_ActivationState_Status) *ProbeStatusActivationState_FieldTerminalPathArrayOfValues
- func (s Probe_Status_ActivationStatePathSelectorStatus) WithValue(value Probe_Status_ActivationState_Status) *ProbeStatusActivationState_FieldTerminalPathValue
- type Probe_Status_ActivationState_FieldMask
- func (fieldMask *Probe_Status_ActivationState_FieldMask) AppendPath(path ProbeStatusActivationState_FieldPath)
- func (fieldMask *Probe_Status_ActivationState_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Probe_Status_ActivationState_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Probe_Status_ActivationState_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Probe_Status_ActivationState_FieldMask) FilterInputFields() *Probe_Status_ActivationState_FieldMask
- func (fieldMask *Probe_Status_ActivationState_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Probe_Status_ActivationState_FieldMask) GetPaths() []ProbeStatusActivationState_FieldPath
- func (fieldMask *Probe_Status_ActivationState_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Probe_Status_ActivationState_FieldMask) IsFull() bool
- func (fieldMask Probe_Status_ActivationState_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Probe_Status_ActivationState_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Probe_Status_ActivationState_FieldMask) PathsCount() int
- func (fieldMask *Probe_Status_ActivationState_FieldMask) Project(source *Probe_Status_ActivationState) *Probe_Status_ActivationState
- func (fieldMask *Probe_Status_ActivationState_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Probe_Status_ActivationState_FieldMask) ProtoMessage()
- func (fieldMask *Probe_Status_ActivationState_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Probe_Status_ActivationState_FieldMask) Reset()
- func (fieldMask *Probe_Status_ActivationState_FieldMask) Set(target, source *Probe_Status_ActivationState)
- func (fieldMask *Probe_Status_ActivationState_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Probe_Status_ActivationState_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Probe_Status_ActivationState_FieldMask) Size() int
- func (fieldMask *Probe_Status_ActivationState_FieldMask) String() string
- func (fieldMask *Probe_Status_ActivationState_FieldMask) Subtract(other *Probe_Status_ActivationState_FieldMask) *Probe_Status_ActivationState_FieldMask
- func (fieldMask *Probe_Status_ActivationState_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Probe_Status_ActivationState_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Probe_Status_ActivationState_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Probe_Status_ActivationState_FieldMask) UnmarshalJSON(data []byte) error
- type Probe_Status_ActivationState_InvitationState
- func (o *Probe_Status_ActivationState_InvitationState) Clone() *Probe_Status_ActivationState_InvitationState
- func (o *Probe_Status_ActivationState_InvitationState) CloneRaw() gotenobject.GotenObjectExt
- func (*Probe_Status_ActivationState_InvitationState) Descriptor() ([]byte, []int)
- func (m *Probe_Status_ActivationState_InvitationState) GetSender() string
- func (m *Probe_Status_ActivationState_InvitationState) GetSentDate() *timestamp.Timestamp
- func (*Probe_Status_ActivationState_InvitationState) GotenMessage()
- func (o *Probe_Status_ActivationState_InvitationState) GotenObjectExt()
- func (obj *Probe_Status_ActivationState_InvitationState) GotenValidate() error
- func (o *Probe_Status_ActivationState_InvitationState) MakeDiffFieldMask(other *Probe_Status_ActivationState_InvitationState) *Probe_Status_ActivationState_InvitationState_FieldMask
- func (o *Probe_Status_ActivationState_InvitationState) MakeFullFieldMask() *Probe_Status_ActivationState_InvitationState_FieldMask
- func (o *Probe_Status_ActivationState_InvitationState) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Probe_Status_ActivationState_InvitationState) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Probe_Status_ActivationState_InvitationState) Marshal() ([]byte, error)
- func (m *Probe_Status_ActivationState_InvitationState) MarshalJSON() ([]byte, error)
- func (o *Probe_Status_ActivationState_InvitationState) Merge(source *Probe_Status_ActivationState_InvitationState)
- func (o *Probe_Status_ActivationState_InvitationState) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Probe_Status_ActivationState_InvitationState) ProtoMessage()
- func (m *Probe_Status_ActivationState_InvitationState) ProtoReflect() preflect.Message
- func (m *Probe_Status_ActivationState_InvitationState) Reset()
- func (m *Probe_Status_ActivationState_InvitationState) SetSender(fv string)
- func (m *Probe_Status_ActivationState_InvitationState) SetSentDate(fv *timestamp.Timestamp)
- func (m *Probe_Status_ActivationState_InvitationState) String() string
- func (m *Probe_Status_ActivationState_InvitationState) Unmarshal(b []byte) error
- func (m *Probe_Status_ActivationState_InvitationState) UnmarshalJSON(data []byte) error
- type Probe_Status_ActivationState_InvitationStatePathSelectorSender
- func (Probe_Status_ActivationState_InvitationStatePathSelectorSender) FieldPath() *ProbeStatusActivationStateInvitationState_FieldTerminalPath
- func (s Probe_Status_ActivationState_InvitationStatePathSelectorSender) WithArrayOfValues(values []string) *ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayOfValues
- func (s Probe_Status_ActivationState_InvitationStatePathSelectorSender) WithValue(value string) *ProbeStatusActivationStateInvitationState_FieldTerminalPathValue
- type Probe_Status_ActivationState_InvitationStatePathSelectorSentDate
- func (Probe_Status_ActivationState_InvitationStatePathSelectorSentDate) FieldPath() *ProbeStatusActivationStateInvitationState_FieldTerminalPath
- func (s Probe_Status_ActivationState_InvitationStatePathSelectorSentDate) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayOfValues
- func (s Probe_Status_ActivationState_InvitationStatePathSelectorSentDate) WithValue(value *timestamp.Timestamp) *ProbeStatusActivationStateInvitationState_FieldTerminalPathValue
- type Probe_Status_ActivationState_InvitationState_FieldMask
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) AppendPath(path ProbeStatusActivationStateInvitationState_FieldPath)
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) FilterInputFields() *Probe_Status_ActivationState_InvitationState_FieldMask
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) GetPaths() []ProbeStatusActivationStateInvitationState_FieldPath
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) IsFull() bool
- func (fieldMask Probe_Status_ActivationState_InvitationState_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Probe_Status_ActivationState_InvitationState_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) PathsCount() int
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) Project(source *Probe_Status_ActivationState_InvitationState) *Probe_Status_ActivationState_InvitationState
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) ProtoMessage()
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) Reset()
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) Set(target, source *Probe_Status_ActivationState_InvitationState)
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) Size() int
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) String() string
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) Subtract(other *Probe_Status_ActivationState_InvitationState_FieldMask) *Probe_Status_ActivationState_InvitationState_FieldMask
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) UnmarshalJSON(data []byte) error
- type Probe_Status_ActivationState_Session
- func (o *Probe_Status_ActivationState_Session) Clone() *Probe_Status_ActivationState_Session
- func (o *Probe_Status_ActivationState_Session) CloneRaw() gotenobject.GotenObjectExt
- func (*Probe_Status_ActivationState_Session) Descriptor() ([]byte, []int)
- func (m *Probe_Status_ActivationState_Session) GetClientCookie() string
- func (m *Probe_Status_ActivationState_Session) GetLockDeadline() *timestamp.Timestamp
- func (*Probe_Status_ActivationState_Session) GotenMessage()
- func (o *Probe_Status_ActivationState_Session) GotenObjectExt()
- func (obj *Probe_Status_ActivationState_Session) GotenValidate() error
- func (o *Probe_Status_ActivationState_Session) MakeDiffFieldMask(other *Probe_Status_ActivationState_Session) *Probe_Status_ActivationState_Session_FieldMask
- func (o *Probe_Status_ActivationState_Session) MakeFullFieldMask() *Probe_Status_ActivationState_Session_FieldMask
- func (o *Probe_Status_ActivationState_Session) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Probe_Status_ActivationState_Session) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Probe_Status_ActivationState_Session) Marshal() ([]byte, error)
- func (m *Probe_Status_ActivationState_Session) MarshalJSON() ([]byte, error)
- func (o *Probe_Status_ActivationState_Session) Merge(source *Probe_Status_ActivationState_Session)
- func (o *Probe_Status_ActivationState_Session) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Probe_Status_ActivationState_Session) ProtoMessage()
- func (m *Probe_Status_ActivationState_Session) ProtoReflect() preflect.Message
- func (m *Probe_Status_ActivationState_Session) Reset()
- func (m *Probe_Status_ActivationState_Session) SetClientCookie(fv string)
- func (m *Probe_Status_ActivationState_Session) SetLockDeadline(fv *timestamp.Timestamp)
- func (m *Probe_Status_ActivationState_Session) String() string
- func (m *Probe_Status_ActivationState_Session) Unmarshal(b []byte) error
- func (m *Probe_Status_ActivationState_Session) UnmarshalJSON(data []byte) error
- type Probe_Status_ActivationState_SessionPathSelectorClientCookie
- func (Probe_Status_ActivationState_SessionPathSelectorClientCookie) FieldPath() *ProbeStatusActivationStateSession_FieldTerminalPath
- func (s Probe_Status_ActivationState_SessionPathSelectorClientCookie) WithArrayOfValues(values []string) *ProbeStatusActivationStateSession_FieldTerminalPathArrayOfValues
- func (s Probe_Status_ActivationState_SessionPathSelectorClientCookie) WithValue(value string) *ProbeStatusActivationStateSession_FieldTerminalPathValue
- type Probe_Status_ActivationState_SessionPathSelectorLockDeadline
- func (Probe_Status_ActivationState_SessionPathSelectorLockDeadline) FieldPath() *ProbeStatusActivationStateSession_FieldTerminalPath
- func (s Probe_Status_ActivationState_SessionPathSelectorLockDeadline) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeStatusActivationStateSession_FieldTerminalPathArrayOfValues
- func (s Probe_Status_ActivationState_SessionPathSelectorLockDeadline) WithValue(value *timestamp.Timestamp) *ProbeStatusActivationStateSession_FieldTerminalPathValue
- type Probe_Status_ActivationState_Session_FieldMask
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) AppendPath(path ProbeStatusActivationStateSession_FieldPath)
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) FilterInputFields() *Probe_Status_ActivationState_Session_FieldMask
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) GetPaths() []ProbeStatusActivationStateSession_FieldPath
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) IsFull() bool
- func (fieldMask Probe_Status_ActivationState_Session_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Probe_Status_ActivationState_Session_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) PathsCount() int
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) Project(source *Probe_Status_ActivationState_Session) *Probe_Status_ActivationState_Session
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) ProtoMessage()
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) Reset()
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) Set(target, source *Probe_Status_ActivationState_Session)
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) Size() int
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) String() string
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) Subtract(other *Probe_Status_ActivationState_Session_FieldMask) *Probe_Status_ActivationState_Session_FieldMask
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) UnmarshalJSON(data []byte) error
- type Probe_Status_ActivationState_Status
- func (Probe_Status_ActivationState_Status) Descriptor() preflect.EnumDescriptor
- func (x Probe_Status_ActivationState_Status) Enum() *Probe_Status_ActivationState_Status
- func (Probe_Status_ActivationState_Status) EnumDescriptor() ([]byte, []int)
- func (x Probe_Status_ActivationState_Status) Number() preflect.EnumNumber
- func (x Probe_Status_ActivationState_Status) String() string
- func (Probe_Status_ActivationState_Status) Type() preflect.EnumType
- type Probe_Status_Bandwidth
- func (o *Probe_Status_Bandwidth) Clone() *Probe_Status_Bandwidth
- func (o *Probe_Status_Bandwidth) CloneRaw() gotenobject.GotenObjectExt
- func (*Probe_Status_Bandwidth) Descriptor() ([]byte, []int)
- func (m *Probe_Status_Bandwidth) GetDownloadMbps() float64
- func (m *Probe_Status_Bandwidth) GetLastReported() *timestamp.Timestamp
- func (m *Probe_Status_Bandwidth) GetServerIpAddress() string
- func (m *Probe_Status_Bandwidth) GetTestServer() string
- func (m *Probe_Status_Bandwidth) GetUploadMbps() float64
- func (*Probe_Status_Bandwidth) GotenMessage()
- func (o *Probe_Status_Bandwidth) GotenObjectExt()
- func (obj *Probe_Status_Bandwidth) GotenValidate() error
- func (o *Probe_Status_Bandwidth) MakeDiffFieldMask(other *Probe_Status_Bandwidth) *Probe_Status_Bandwidth_FieldMask
- func (o *Probe_Status_Bandwidth) MakeFullFieldMask() *Probe_Status_Bandwidth_FieldMask
- func (o *Probe_Status_Bandwidth) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Probe_Status_Bandwidth) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Probe_Status_Bandwidth) Marshal() ([]byte, error)
- func (m *Probe_Status_Bandwidth) MarshalJSON() ([]byte, error)
- func (o *Probe_Status_Bandwidth) Merge(source *Probe_Status_Bandwidth)
- func (o *Probe_Status_Bandwidth) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Probe_Status_Bandwidth) ProtoMessage()
- func (m *Probe_Status_Bandwidth) ProtoReflect() preflect.Message
- func (m *Probe_Status_Bandwidth) Reset()
- func (m *Probe_Status_Bandwidth) SetDownloadMbps(fv float64)
- func (m *Probe_Status_Bandwidth) SetLastReported(fv *timestamp.Timestamp)
- func (m *Probe_Status_Bandwidth) SetServerIpAddress(fv string)
- func (m *Probe_Status_Bandwidth) SetTestServer(fv string)
- func (m *Probe_Status_Bandwidth) SetUploadMbps(fv float64)
- func (m *Probe_Status_Bandwidth) String() string
- func (m *Probe_Status_Bandwidth) Unmarshal(b []byte) error
- func (m *Probe_Status_Bandwidth) UnmarshalJSON(data []byte) error
- type Probe_Status_BandwidthPathSelectorDownloadMbps
- func (Probe_Status_BandwidthPathSelectorDownloadMbps) FieldPath() *ProbeStatusBandwidth_FieldTerminalPath
- func (s Probe_Status_BandwidthPathSelectorDownloadMbps) WithArrayOfValues(values []float64) *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues
- func (s Probe_Status_BandwidthPathSelectorDownloadMbps) WithValue(value float64) *ProbeStatusBandwidth_FieldTerminalPathValue
- type Probe_Status_BandwidthPathSelectorLastReported
- func (Probe_Status_BandwidthPathSelectorLastReported) FieldPath() *ProbeStatusBandwidth_FieldTerminalPath
- func (s Probe_Status_BandwidthPathSelectorLastReported) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues
- func (s Probe_Status_BandwidthPathSelectorLastReported) WithValue(value *timestamp.Timestamp) *ProbeStatusBandwidth_FieldTerminalPathValue
- type Probe_Status_BandwidthPathSelectorServerIpAddress
- func (Probe_Status_BandwidthPathSelectorServerIpAddress) FieldPath() *ProbeStatusBandwidth_FieldTerminalPath
- func (s Probe_Status_BandwidthPathSelectorServerIpAddress) WithArrayOfValues(values []string) *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues
- func (s Probe_Status_BandwidthPathSelectorServerIpAddress) WithValue(value string) *ProbeStatusBandwidth_FieldTerminalPathValue
- type Probe_Status_BandwidthPathSelectorTestServer
- func (Probe_Status_BandwidthPathSelectorTestServer) FieldPath() *ProbeStatusBandwidth_FieldTerminalPath
- func (s Probe_Status_BandwidthPathSelectorTestServer) WithArrayOfValues(values []string) *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues
- func (s Probe_Status_BandwidthPathSelectorTestServer) WithValue(value string) *ProbeStatusBandwidth_FieldTerminalPathValue
- type Probe_Status_BandwidthPathSelectorUploadMbps
- func (Probe_Status_BandwidthPathSelectorUploadMbps) FieldPath() *ProbeStatusBandwidth_FieldTerminalPath
- func (s Probe_Status_BandwidthPathSelectorUploadMbps) WithArrayOfValues(values []float64) *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues
- func (s Probe_Status_BandwidthPathSelectorUploadMbps) WithValue(value float64) *ProbeStatusBandwidth_FieldTerminalPathValue
- type Probe_Status_Bandwidth_FieldMask
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) AppendPath(path ProbeStatusBandwidth_FieldPath)
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) FilterInputFields() *Probe_Status_Bandwidth_FieldMask
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) GetPaths() []ProbeStatusBandwidth_FieldPath
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) IsFull() bool
- func (fieldMask Probe_Status_Bandwidth_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Probe_Status_Bandwidth_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) PathsCount() int
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) Project(source *Probe_Status_Bandwidth) *Probe_Status_Bandwidth
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) ProtoMessage()
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) Reset()
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) Set(target, source *Probe_Status_Bandwidth)
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) Size() int
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) String() string
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) Subtract(other *Probe_Status_Bandwidth_FieldMask) *Probe_Status_Bandwidth_FieldMask
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Probe_Status_Bandwidth_FieldMask) UnmarshalJSON(data []byte) error
- type Probe_Status_ConnectionStatus
- func (Probe_Status_ConnectionStatus) Descriptor() preflect.EnumDescriptor
- func (x Probe_Status_ConnectionStatus) Enum() *Probe_Status_ConnectionStatus
- func (Probe_Status_ConnectionStatus) EnumDescriptor() ([]byte, []int)
- func (x Probe_Status_ConnectionStatus) Number() preflect.EnumNumber
- func (x Probe_Status_ConnectionStatus) String() string
- func (Probe_Status_ConnectionStatus) Type() preflect.EnumType
- type Probe_Status_FieldMask
- func (fieldMask *Probe_Status_FieldMask) AppendPath(path ProbeStatus_FieldPath)
- func (fieldMask *Probe_Status_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Probe_Status_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Probe_Status_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Probe_Status_FieldMask) FilterInputFields() *Probe_Status_FieldMask
- func (fieldMask *Probe_Status_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Probe_Status_FieldMask) GetPaths() []ProbeStatus_FieldPath
- func (fieldMask *Probe_Status_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Probe_Status_FieldMask) IsFull() bool
- func (fieldMask Probe_Status_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Probe_Status_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Probe_Status_FieldMask) PathsCount() int
- func (fieldMask *Probe_Status_FieldMask) Project(source *Probe_Status) *Probe_Status
- func (fieldMask *Probe_Status_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Probe_Status_FieldMask) ProtoMessage()
- func (fieldMask *Probe_Status_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Probe_Status_FieldMask) Reset()
- func (fieldMask *Probe_Status_FieldMask) Set(target, source *Probe_Status)
- func (fieldMask *Probe_Status_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Probe_Status_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Probe_Status_FieldMask) Size() int
- func (fieldMask *Probe_Status_FieldMask) String() string
- func (fieldMask *Probe_Status_FieldMask) Subtract(other *Probe_Status_FieldMask) *Probe_Status_FieldMask
- func (fieldMask *Probe_Status_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Probe_Status_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Probe_Status_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Probe_Status_FieldMask) UnmarshalJSON(data []byte) error
- type Probe_Status_NetworkInterface
- func (o *Probe_Status_NetworkInterface) Clone() *Probe_Status_NetworkInterface
- func (o *Probe_Status_NetworkInterface) CloneRaw() gotenobject.GotenObjectExt
- func (*Probe_Status_NetworkInterface) Descriptor() ([]byte, []int)
- func (m *Probe_Status_NetworkInterface) GetExternalIpAddressV4() []string
- func (m *Probe_Status_NetworkInterface) GetExternalIpAddressV6() []string
- func (m *Probe_Status_NetworkInterface) GetInterfaceName() string
- func (m *Probe_Status_NetworkInterface) GetIpAddressV4() []string
- func (m *Probe_Status_NetworkInterface) GetIpAddressV6() []string
- func (*Probe_Status_NetworkInterface) GotenMessage()
- func (o *Probe_Status_NetworkInterface) GotenObjectExt()
- func (obj *Probe_Status_NetworkInterface) GotenValidate() error
- func (o *Probe_Status_NetworkInterface) MakeDiffFieldMask(other *Probe_Status_NetworkInterface) *Probe_Status_NetworkInterface_FieldMask
- func (o *Probe_Status_NetworkInterface) MakeFullFieldMask() *Probe_Status_NetworkInterface_FieldMask
- func (o *Probe_Status_NetworkInterface) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Probe_Status_NetworkInterface) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Probe_Status_NetworkInterface) Marshal() ([]byte, error)
- func (m *Probe_Status_NetworkInterface) MarshalJSON() ([]byte, error)
- func (o *Probe_Status_NetworkInterface) Merge(source *Probe_Status_NetworkInterface)
- func (o *Probe_Status_NetworkInterface) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Probe_Status_NetworkInterface) ProtoMessage()
- func (m *Probe_Status_NetworkInterface) ProtoReflect() preflect.Message
- func (m *Probe_Status_NetworkInterface) Reset()
- func (m *Probe_Status_NetworkInterface) SetExternalIpAddressV4(fv []string)
- func (m *Probe_Status_NetworkInterface) SetExternalIpAddressV6(fv []string)
- func (m *Probe_Status_NetworkInterface) SetInterfaceName(fv string)
- func (m *Probe_Status_NetworkInterface) SetIpAddressV4(fv []string)
- func (m *Probe_Status_NetworkInterface) SetIpAddressV6(fv []string)
- func (m *Probe_Status_NetworkInterface) String() string
- func (m *Probe_Status_NetworkInterface) Unmarshal(b []byte) error
- func (m *Probe_Status_NetworkInterface) UnmarshalJSON(data []byte) error
- type Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV4
- func (Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV4) FieldPath() *ProbeStatusNetworkInterface_FieldTerminalPath
- func (s Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV4) WithArrayOfValues(values [][]string) *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues
- func (s Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV4) WithItemValue(value string) *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue
- func (s Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV4) WithValue(value []string) *ProbeStatusNetworkInterface_FieldTerminalPathValue
- type Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV6
- func (Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV6) FieldPath() *ProbeStatusNetworkInterface_FieldTerminalPath
- func (s Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV6) WithArrayOfValues(values [][]string) *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues
- func (s Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV6) WithItemValue(value string) *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue
- func (s Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV6) WithValue(value []string) *ProbeStatusNetworkInterface_FieldTerminalPathValue
- type Probe_Status_NetworkInterfacePathSelectorInterfaceName
- func (Probe_Status_NetworkInterfacePathSelectorInterfaceName) FieldPath() *ProbeStatusNetworkInterface_FieldTerminalPath
- func (s Probe_Status_NetworkInterfacePathSelectorInterfaceName) WithArrayOfValues(values []string) *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues
- func (s Probe_Status_NetworkInterfacePathSelectorInterfaceName) WithValue(value string) *ProbeStatusNetworkInterface_FieldTerminalPathValue
- type Probe_Status_NetworkInterfacePathSelectorIpAddressV4
- func (Probe_Status_NetworkInterfacePathSelectorIpAddressV4) FieldPath() *ProbeStatusNetworkInterface_FieldTerminalPath
- func (s Probe_Status_NetworkInterfacePathSelectorIpAddressV4) WithArrayOfValues(values [][]string) *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues
- func (s Probe_Status_NetworkInterfacePathSelectorIpAddressV4) WithItemValue(value string) *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue
- func (s Probe_Status_NetworkInterfacePathSelectorIpAddressV4) WithValue(value []string) *ProbeStatusNetworkInterface_FieldTerminalPathValue
- type Probe_Status_NetworkInterfacePathSelectorIpAddressV6
- func (Probe_Status_NetworkInterfacePathSelectorIpAddressV6) FieldPath() *ProbeStatusNetworkInterface_FieldTerminalPath
- func (s Probe_Status_NetworkInterfacePathSelectorIpAddressV6) WithArrayOfValues(values [][]string) *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues
- func (s Probe_Status_NetworkInterfacePathSelectorIpAddressV6) WithItemValue(value string) *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue
- func (s Probe_Status_NetworkInterfacePathSelectorIpAddressV6) WithValue(value []string) *ProbeStatusNetworkInterface_FieldTerminalPathValue
- type Probe_Status_NetworkInterface_FieldMask
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) AppendPath(path ProbeStatusNetworkInterface_FieldPath)
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) FilterInputFields() *Probe_Status_NetworkInterface_FieldMask
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) GetPaths() []ProbeStatusNetworkInterface_FieldPath
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) IsFull() bool
- func (fieldMask Probe_Status_NetworkInterface_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Probe_Status_NetworkInterface_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) PathsCount() int
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) Project(source *Probe_Status_NetworkInterface) *Probe_Status_NetworkInterface
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) ProtoMessage()
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) Reset()
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) Set(target, source *Probe_Status_NetworkInterface)
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) Size() int
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) String() string
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) Subtract(other *Probe_Status_NetworkInterface_FieldMask) *Probe_Status_NetworkInterface_FieldMask
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Probe_Status_NetworkInterface_FieldMask) UnmarshalJSON(data []byte) error
- type Probe_Status_System
- func (o *Probe_Status_System) Clone() *Probe_Status_System
- func (o *Probe_Status_System) CloneRaw() gotenobject.GotenObjectExt
- func (*Probe_Status_System) Descriptor() ([]byte, []int)
- func (m *Probe_Status_System) GetArchitecture() string
- func (m *Probe_Status_System) GetFamily() string
- func (m *Probe_Status_System) GetHostName() string
- func (m *Probe_Status_System) GetManufacturer() string
- func (m *Probe_Status_System) GetModel() string
- func (m *Probe_Status_System) GetOs() *Probe_Status_System_OS
- func (m *Probe_Status_System) GetPlatform() string
- func (m *Probe_Status_System) GetSerialNumber() string
- func (m *Probe_Status_System) GetSku() string
- func (*Probe_Status_System) GotenMessage()
- func (o *Probe_Status_System) GotenObjectExt()
- func (obj *Probe_Status_System) GotenValidate() error
- func (o *Probe_Status_System) MakeDiffFieldMask(other *Probe_Status_System) *Probe_Status_System_FieldMask
- func (o *Probe_Status_System) MakeFullFieldMask() *Probe_Status_System_FieldMask
- func (o *Probe_Status_System) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Probe_Status_System) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Probe_Status_System) Marshal() ([]byte, error)
- func (m *Probe_Status_System) MarshalJSON() ([]byte, error)
- func (o *Probe_Status_System) Merge(source *Probe_Status_System)
- func (o *Probe_Status_System) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Probe_Status_System) ProtoMessage()
- func (m *Probe_Status_System) ProtoReflect() preflect.Message
- func (m *Probe_Status_System) Reset()
- func (m *Probe_Status_System) SetArchitecture(fv string)
- func (m *Probe_Status_System) SetFamily(fv string)
- func (m *Probe_Status_System) SetHostName(fv string)
- func (m *Probe_Status_System) SetManufacturer(fv string)
- func (m *Probe_Status_System) SetModel(fv string)
- func (m *Probe_Status_System) SetOs(fv *Probe_Status_System_OS)
- func (m *Probe_Status_System) SetPlatform(fv string)
- func (m *Probe_Status_System) SetSerialNumber(fv string)
- func (m *Probe_Status_System) SetSku(fv string)
- func (m *Probe_Status_System) String() string
- func (m *Probe_Status_System) Unmarshal(b []byte) error
- func (m *Probe_Status_System) UnmarshalJSON(data []byte) error
- type Probe_Status_SystemPathSelectorArchitecture
- func (Probe_Status_SystemPathSelectorArchitecture) FieldPath() *ProbeStatusSystem_FieldTerminalPath
- func (s Probe_Status_SystemPathSelectorArchitecture) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldTerminalPathArrayOfValues
- func (s Probe_Status_SystemPathSelectorArchitecture) WithValue(value string) *ProbeStatusSystem_FieldTerminalPathValue
- type Probe_Status_SystemPathSelectorFamily
- func (Probe_Status_SystemPathSelectorFamily) FieldPath() *ProbeStatusSystem_FieldTerminalPath
- func (s Probe_Status_SystemPathSelectorFamily) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldTerminalPathArrayOfValues
- func (s Probe_Status_SystemPathSelectorFamily) WithValue(value string) *ProbeStatusSystem_FieldTerminalPathValue
- type Probe_Status_SystemPathSelectorHostName
- func (Probe_Status_SystemPathSelectorHostName) FieldPath() *ProbeStatusSystem_FieldTerminalPath
- func (s Probe_Status_SystemPathSelectorHostName) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldTerminalPathArrayOfValues
- func (s Probe_Status_SystemPathSelectorHostName) WithValue(value string) *ProbeStatusSystem_FieldTerminalPathValue
- type Probe_Status_SystemPathSelectorManufacturer
- func (Probe_Status_SystemPathSelectorManufacturer) FieldPath() *ProbeStatusSystem_FieldTerminalPath
- func (s Probe_Status_SystemPathSelectorManufacturer) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldTerminalPathArrayOfValues
- func (s Probe_Status_SystemPathSelectorManufacturer) WithValue(value string) *ProbeStatusSystem_FieldTerminalPathValue
- type Probe_Status_SystemPathSelectorModel
- func (Probe_Status_SystemPathSelectorModel) FieldPath() *ProbeStatusSystem_FieldTerminalPath
- func (s Probe_Status_SystemPathSelectorModel) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldTerminalPathArrayOfValues
- func (s Probe_Status_SystemPathSelectorModel) WithValue(value string) *ProbeStatusSystem_FieldTerminalPathValue
- type Probe_Status_SystemPathSelectorOs
- func (Probe_Status_SystemPathSelectorOs) BuildVersion() Probe_Status_SystemPathSelectorOsBuildVersion
- func (Probe_Status_SystemPathSelectorOs) FieldPath() *ProbeStatusSystem_FieldTerminalPath
- func (Probe_Status_SystemPathSelectorOs) Kernel() Probe_Status_SystemPathSelectorOsKernel
- func (Probe_Status_SystemPathSelectorOs) Name() Probe_Status_SystemPathSelectorOsName
- func (Probe_Status_SystemPathSelectorOs) Version() Probe_Status_SystemPathSelectorOsVersion
- func (s Probe_Status_SystemPathSelectorOs) WithArrayOfValues(values []*Probe_Status_System_OS) *ProbeStatusSystem_FieldTerminalPathArrayOfValues
- func (s Probe_Status_SystemPathSelectorOs) WithSubArrayItemValue(subPathArrayItemValue ProbeStatusSystemOS_FieldPathArrayItemValue) *ProbeStatusSystem_FieldSubPathArrayItemValue
- func (s Probe_Status_SystemPathSelectorOs) WithSubArrayOfValues(subPathArrayOfValues ProbeStatusSystemOS_FieldPathArrayOfValues) *ProbeStatusSystem_FieldSubPathArrayOfValues
- func (Probe_Status_SystemPathSelectorOs) WithSubPath(subPath ProbeStatusSystemOS_FieldPath) *ProbeStatusSystem_FieldSubPath
- func (s Probe_Status_SystemPathSelectorOs) WithSubValue(subPathValue ProbeStatusSystemOS_FieldPathValue) *ProbeStatusSystem_FieldSubPathValue
- func (s Probe_Status_SystemPathSelectorOs) WithValue(value *Probe_Status_System_OS) *ProbeStatusSystem_FieldTerminalPathValue
- type Probe_Status_SystemPathSelectorOsBuildVersion
- func (Probe_Status_SystemPathSelectorOsBuildVersion) FieldPath() *ProbeStatusSystem_FieldSubPath
- func (s Probe_Status_SystemPathSelectorOsBuildVersion) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldSubPathArrayOfValues
- func (s Probe_Status_SystemPathSelectorOsBuildVersion) WithValue(value string) *ProbeStatusSystem_FieldSubPathValue
- type Probe_Status_SystemPathSelectorOsKernel
- func (Probe_Status_SystemPathSelectorOsKernel) FieldPath() *ProbeStatusSystem_FieldSubPath
- func (s Probe_Status_SystemPathSelectorOsKernel) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldSubPathArrayOfValues
- func (s Probe_Status_SystemPathSelectorOsKernel) WithValue(value string) *ProbeStatusSystem_FieldSubPathValue
- type Probe_Status_SystemPathSelectorOsName
- func (Probe_Status_SystemPathSelectorOsName) FieldPath() *ProbeStatusSystem_FieldSubPath
- func (s Probe_Status_SystemPathSelectorOsName) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldSubPathArrayOfValues
- func (s Probe_Status_SystemPathSelectorOsName) WithValue(value string) *ProbeStatusSystem_FieldSubPathValue
- type Probe_Status_SystemPathSelectorOsVersion
- func (Probe_Status_SystemPathSelectorOsVersion) FieldPath() *ProbeStatusSystem_FieldSubPath
- func (s Probe_Status_SystemPathSelectorOsVersion) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldSubPathArrayOfValues
- func (s Probe_Status_SystemPathSelectorOsVersion) WithValue(value string) *ProbeStatusSystem_FieldSubPathValue
- type Probe_Status_SystemPathSelectorPlatform
- func (Probe_Status_SystemPathSelectorPlatform) FieldPath() *ProbeStatusSystem_FieldTerminalPath
- func (s Probe_Status_SystemPathSelectorPlatform) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldTerminalPathArrayOfValues
- func (s Probe_Status_SystemPathSelectorPlatform) WithValue(value string) *ProbeStatusSystem_FieldTerminalPathValue
- type Probe_Status_SystemPathSelectorSerialNumber
- func (Probe_Status_SystemPathSelectorSerialNumber) FieldPath() *ProbeStatusSystem_FieldTerminalPath
- func (s Probe_Status_SystemPathSelectorSerialNumber) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldTerminalPathArrayOfValues
- func (s Probe_Status_SystemPathSelectorSerialNumber) WithValue(value string) *ProbeStatusSystem_FieldTerminalPathValue
- type Probe_Status_SystemPathSelectorSku
- func (Probe_Status_SystemPathSelectorSku) FieldPath() *ProbeStatusSystem_FieldTerminalPath
- func (s Probe_Status_SystemPathSelectorSku) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldTerminalPathArrayOfValues
- func (s Probe_Status_SystemPathSelectorSku) WithValue(value string) *ProbeStatusSystem_FieldTerminalPathValue
- type Probe_Status_System_FieldMask
- func (fieldMask *Probe_Status_System_FieldMask) AppendPath(path ProbeStatusSystem_FieldPath)
- func (fieldMask *Probe_Status_System_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Probe_Status_System_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Probe_Status_System_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Probe_Status_System_FieldMask) FilterInputFields() *Probe_Status_System_FieldMask
- func (fieldMask *Probe_Status_System_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Probe_Status_System_FieldMask) GetPaths() []ProbeStatusSystem_FieldPath
- func (fieldMask *Probe_Status_System_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Probe_Status_System_FieldMask) IsFull() bool
- func (fieldMask Probe_Status_System_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Probe_Status_System_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Probe_Status_System_FieldMask) PathsCount() int
- func (fieldMask *Probe_Status_System_FieldMask) Project(source *Probe_Status_System) *Probe_Status_System
- func (fieldMask *Probe_Status_System_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Probe_Status_System_FieldMask) ProtoMessage()
- func (fieldMask *Probe_Status_System_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Probe_Status_System_FieldMask) Reset()
- func (fieldMask *Probe_Status_System_FieldMask) Set(target, source *Probe_Status_System)
- func (fieldMask *Probe_Status_System_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Probe_Status_System_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Probe_Status_System_FieldMask) Size() int
- func (fieldMask *Probe_Status_System_FieldMask) String() string
- func (fieldMask *Probe_Status_System_FieldMask) Subtract(other *Probe_Status_System_FieldMask) *Probe_Status_System_FieldMask
- func (fieldMask *Probe_Status_System_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Probe_Status_System_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Probe_Status_System_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Probe_Status_System_FieldMask) UnmarshalJSON(data []byte) error
- type Probe_Status_System_OS
- func (o *Probe_Status_System_OS) Clone() *Probe_Status_System_OS
- func (o *Probe_Status_System_OS) CloneRaw() gotenobject.GotenObjectExt
- func (*Probe_Status_System_OS) Descriptor() ([]byte, []int)
- func (m *Probe_Status_System_OS) GetBuildVersion() string
- func (m *Probe_Status_System_OS) GetKernel() string
- func (m *Probe_Status_System_OS) GetName() string
- func (m *Probe_Status_System_OS) GetVersion() string
- func (*Probe_Status_System_OS) GotenMessage()
- func (o *Probe_Status_System_OS) GotenObjectExt()
- func (obj *Probe_Status_System_OS) GotenValidate() error
- func (o *Probe_Status_System_OS) MakeDiffFieldMask(other *Probe_Status_System_OS) *Probe_Status_System_OS_FieldMask
- func (o *Probe_Status_System_OS) MakeFullFieldMask() *Probe_Status_System_OS_FieldMask
- func (o *Probe_Status_System_OS) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Probe_Status_System_OS) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Probe_Status_System_OS) Marshal() ([]byte, error)
- func (m *Probe_Status_System_OS) MarshalJSON() ([]byte, error)
- func (o *Probe_Status_System_OS) Merge(source *Probe_Status_System_OS)
- func (o *Probe_Status_System_OS) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Probe_Status_System_OS) ProtoMessage()
- func (m *Probe_Status_System_OS) ProtoReflect() preflect.Message
- func (m *Probe_Status_System_OS) Reset()
- func (m *Probe_Status_System_OS) SetBuildVersion(fv string)
- func (m *Probe_Status_System_OS) SetKernel(fv string)
- func (m *Probe_Status_System_OS) SetName(fv string)
- func (m *Probe_Status_System_OS) SetVersion(fv string)
- func (m *Probe_Status_System_OS) String() string
- func (m *Probe_Status_System_OS) Unmarshal(b []byte) error
- func (m *Probe_Status_System_OS) UnmarshalJSON(data []byte) error
- type Probe_Status_System_OSPathSelectorBuildVersion
- func (Probe_Status_System_OSPathSelectorBuildVersion) FieldPath() *ProbeStatusSystemOS_FieldTerminalPath
- func (s Probe_Status_System_OSPathSelectorBuildVersion) WithArrayOfValues(values []string) *ProbeStatusSystemOS_FieldTerminalPathArrayOfValues
- func (s Probe_Status_System_OSPathSelectorBuildVersion) WithValue(value string) *ProbeStatusSystemOS_FieldTerminalPathValue
- type Probe_Status_System_OSPathSelectorKernel
- func (Probe_Status_System_OSPathSelectorKernel) FieldPath() *ProbeStatusSystemOS_FieldTerminalPath
- func (s Probe_Status_System_OSPathSelectorKernel) WithArrayOfValues(values []string) *ProbeStatusSystemOS_FieldTerminalPathArrayOfValues
- func (s Probe_Status_System_OSPathSelectorKernel) WithValue(value string) *ProbeStatusSystemOS_FieldTerminalPathValue
- type Probe_Status_System_OSPathSelectorName
- func (Probe_Status_System_OSPathSelectorName) FieldPath() *ProbeStatusSystemOS_FieldTerminalPath
- func (s Probe_Status_System_OSPathSelectorName) WithArrayOfValues(values []string) *ProbeStatusSystemOS_FieldTerminalPathArrayOfValues
- func (s Probe_Status_System_OSPathSelectorName) WithValue(value string) *ProbeStatusSystemOS_FieldTerminalPathValue
- type Probe_Status_System_OSPathSelectorVersion
- func (Probe_Status_System_OSPathSelectorVersion) FieldPath() *ProbeStatusSystemOS_FieldTerminalPath
- func (s Probe_Status_System_OSPathSelectorVersion) WithArrayOfValues(values []string) *ProbeStatusSystemOS_FieldTerminalPathArrayOfValues
- func (s Probe_Status_System_OSPathSelectorVersion) WithValue(value string) *ProbeStatusSystemOS_FieldTerminalPathValue
- type Probe_Status_System_OS_FieldMask
- func (fieldMask *Probe_Status_System_OS_FieldMask) AppendPath(path ProbeStatusSystemOS_FieldPath)
- func (fieldMask *Probe_Status_System_OS_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Probe_Status_System_OS_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Probe_Status_System_OS_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Probe_Status_System_OS_FieldMask) FilterInputFields() *Probe_Status_System_OS_FieldMask
- func (fieldMask *Probe_Status_System_OS_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Probe_Status_System_OS_FieldMask) GetPaths() []ProbeStatusSystemOS_FieldPath
- func (fieldMask *Probe_Status_System_OS_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Probe_Status_System_OS_FieldMask) IsFull() bool
- func (fieldMask Probe_Status_System_OS_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Probe_Status_System_OS_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Probe_Status_System_OS_FieldMask) PathsCount() int
- func (fieldMask *Probe_Status_System_OS_FieldMask) Project(source *Probe_Status_System_OS) *Probe_Status_System_OS
- func (fieldMask *Probe_Status_System_OS_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Probe_Status_System_OS_FieldMask) ProtoMessage()
- func (fieldMask *Probe_Status_System_OS_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Probe_Status_System_OS_FieldMask) Reset()
- func (fieldMask *Probe_Status_System_OS_FieldMask) Set(target, source *Probe_Status_System_OS)
- func (fieldMask *Probe_Status_System_OS_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Probe_Status_System_OS_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Probe_Status_System_OS_FieldMask) Size() int
- func (fieldMask *Probe_Status_System_OS_FieldMask) String() string
- func (fieldMask *Probe_Status_System_OS_FieldMask) Subtract(other *Probe_Status_System_OS_FieldMask) *Probe_Status_System_OS_FieldMask
- func (fieldMask *Probe_Status_System_OS_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Probe_Status_System_OS_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Probe_Status_System_OS_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Probe_Status_System_OS_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) GetProbe() *Probe
- 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 *Probe)
- 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) GetWatchType() watch_type.WatchType
- func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)
- func (q *WatchQuery) SetResumeToken(token string)
- func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
- func (q *WatchQuery) String() string
Constants ¶
const (
NamePattern_Project_Region = "projects/{project}/regions/{region}/probes/{probe}"
)
Variables ¶
var ( Probe_AgentType_name = map[int32]string{ 0: "UNKNOWN", 1: "MOBILE_AGENT", 2: "HARDWARE_AGENT", 3: "CLOUD_AGENT", } Probe_AgentType_value = map[string]int32{ "UNKNOWN": 0, "MOBILE_AGENT": 1, "HARDWARE_AGENT": 2, "CLOUD_AGENT": 3, } )
var ( Probe_Spec_ActivationSpec_ActivationType_name = map[int32]string{ 0: "ACTIVATION_TYPE_UNSPECIFIED", 1: "INDIVIDUAL_TOKEN", 2: "SHARED_TOKEN", 3: "SELF_ACTIVATION", } Probe_Spec_ActivationSpec_ActivationType_value = map[string]int32{ "ACTIVATION_TYPE_UNSPECIFIED": 0, "INDIVIDUAL_TOKEN": 1, "SHARED_TOKEN": 2, "SELF_ACTIVATION": 3, } )
var ( Probe_Spec_TargetServers_TargetIPAddressType_name = map[int32]string{ 0: "EXTERNAL_IP", 1: "INTERNAL_IP", } Probe_Spec_TargetServers_TargetIPAddressType_value = map[string]int32{ "EXTERNAL_IP": 0, "INTERNAL_IP": 1, } )
var ( Probe_Status_ConnectionStatus_name = map[int32]string{ 0: "CONNECTION_STATUS_UNSPECIFIED", 1: "ONLINE", 2: "OFFLINE", } Probe_Status_ConnectionStatus_value = map[string]int32{ "CONNECTION_STATUS_UNSPECIFIED": 0, "ONLINE": 1, "OFFLINE": 2, } )
var ( Probe_Status_ActivationState_Status_name = map[int32]string{ 0: "ACTIVATION_STATUS_UNSPECIFIED", 1: "INACTIVE", 5: "PENDING_INVITATION", 2: "PENDING_APPROVAL", 3: "IN_PROGRESS", 4: "ACTIVE", } Probe_Status_ActivationState_Status_value = map[string]int32{ "ACTIVATION_STATUS_UNSPECIFIED": 0, "INACTIVE": 1, "PENDING_INVITATION": 5, "PENDING_APPROVAL": 2, "IN_PROGRESS": 3, "ACTIVE": 4, } )
Functions ¶
func AsAnyCastAccess ¶
func AsAnyCastAccess(access ProbeAccess) 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) 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) EvaluateRaw ¶
func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
func (*Filter) FilterSlice ¶
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 Probe_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 *Probe) bool // Whether this condition is at least as specific as other. // When true, any Probe 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 Probe_FieldPath) bool // contains filtered or unexported methods }
func AndFilterConditions ¶
func AndFilterConditions(conds ...FilterCondition) FilterCondition
type FilterConditionCompare ¶
type FilterConditionCompare struct { Operator filterParser.CompareOperator Probe_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 *Probe) 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 Probe_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 *Probe) 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 Probe_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 Probe_FieldPath Value Probe_FieldPathArrayItemValue Values []Probe_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 *Probe) bool
func (*FilterConditionContains) EvaluateRaw ¶
func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionContains) GetFieldPath ¶
func (cond *FilterConditionContains) GetFieldPath() Probe_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 Probe_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 {
Probe_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 *Probe) 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 Probe_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 Probe_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 *Probe) 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 Probe_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 Probe_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 *Probe) 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 Probe_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 *Probe) 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 Probe_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 {
Probe_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 *Probe) 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 Probe_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 *Probe_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 *Probe_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 ProbeId string `firestore:"probeId"` }
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
func (*NameBuilder) SetRegionId ¶
func (b *NameBuilder) SetRegionId(id string) *NameBuilder
type NamePattern ¶
type NamePattern struct {
Pattern gotenresource.NamePattern `firestore:"pattern"`
}
type OrderBy ¶
type OrderBy struct {
OrderByFields []OrderByField
}
OrderBy Is string encoded Custom Protobuf type, which handles "order_by" field order_by consists of coma delimited OrderBy specs, which denote ordering priority, e.g. "state.value asc, state.capacity desc"
func (*OrderBy) CompareRaw ¶
func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
func (*OrderBy) GetFieldMask ¶
func (orderBy *OrderBy) GetFieldMask() *Probe_FieldMask
func (*OrderBy) GetOrderByFields ¶
func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
func (*OrderBy) GetRawFieldMask ¶
func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
func (*OrderBy) InsertSorted ¶
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) SortRaw ¶
func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
type OrderByField ¶
type OrderByField struct { FieldPath Probe_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 *Probe) 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"` RegionId string `firestore:"regionId"` }
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 Probe ¶
type Probe struct { // Name of Probe Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Display name for the probe DisplayName string `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty" firestore:"displayName"` // Lower Display Name - only used for dashboard filtering LowerDisplayName string `` /* 140-byte string literal not displayed */ // metadata is additional information of the probe. Metadata *ntt_meta.Meta `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty" firestore:"metadata"` // spec describes the to-be state of the probe. Spec *Probe_Spec `protobuf:"bytes,3,opt,name=spec,proto3" json:"spec,omitempty" firestore:"spec"` // status shows the current status of the probe. Status *Probe_Status `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty" firestore:"status"` // Memos Memo []*ntt_memo.Memo `protobuf:"bytes,6,rep,name=memo,proto3" json:"memo,omitempty" firestore:"memo"` // contains filtered or unexported fields }
Probe is a resource that represents a probing device.
func (*Probe) CloneRaw ¶
func (o *Probe) CloneRaw() gotenobject.GotenObjectExt
func (*Probe) Descriptor ¶
Deprecated, Use Probe.ProtoReflect.Descriptor instead.
func (*Probe) GetDisplayName ¶
func (*Probe) GetLowerDisplayName ¶
func (*Probe) GetMetadata ¶
func (*Probe) GetRawName ¶
func (r *Probe) GetRawName() gotenresource.Name
func (*Probe) GetResourceDescriptor ¶
func (r *Probe) GetResourceDescriptor() gotenresource.Descriptor
func (*Probe) GetSpec ¶
func (m *Probe) GetSpec() *Probe_Spec
func (*Probe) GetStatus ¶
func (m *Probe) GetStatus() *Probe_Status
func (*Probe) GotenMessage ¶
func (*Probe) GotenMessage()
func (*Probe) GotenObjectExt ¶
func (o *Probe) GotenObjectExt()
func (*Probe) GotenValidate ¶
func (*Probe) MakeDiffFieldMask ¶
func (o *Probe) MakeDiffFieldMask(other *Probe) *Probe_FieldMask
func (*Probe) MakeFullFieldMask ¶
func (o *Probe) MakeFullFieldMask() *Probe_FieldMask
func (*Probe) MakeRawDiffFieldMask ¶
func (o *Probe) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Probe) MakeRawFullFieldMask ¶
func (o *Probe) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Probe) MarshalJSON ¶
func (*Probe) MaybePopulateDefaults ¶
func (*Probe) MergeRaw ¶
func (o *Probe) MergeRaw(source gotenobject.GotenObjectExt)
func (*Probe) ProtoMessage ¶
func (*Probe) ProtoMessage()
func (*Probe) ProtoReflect ¶
func (*Probe) SetDisplayName ¶
func (*Probe) SetLowerDisplayName ¶
func (*Probe) SetMetadata ¶
func (*Probe) SetSpec ¶
func (m *Probe) SetSpec(fv *Probe_Spec)
func (*Probe) SetStatus ¶
func (m *Probe) SetStatus(fv *Probe_Status)
func (*Probe) UnmarshalJSON ¶
type ProbeAccess ¶
type ProbeAccess interface { GetProbe(context.Context, *GetQuery) (*Probe, error) BatchGetProbes(context.Context, []*Reference, ...gotenresource.BatchGetOption) error QueryProbes(context.Context, *ListQuery) (*QueryResultSnapshot, error) SearchProbes(context.Context, *SearchQuery) (*SearchQueryResultSnapshot, error) WatchProbe(context.Context, *GetQuery, func(*ProbeChange) error) error WatchProbes(context.Context, *WatchQuery, func(*QueryResultChange) error) error SaveProbe(context.Context, *Probe, ...gotenresource.SaveOption) error DeleteProbe(context.Context, *Reference, ...gotenresource.DeleteOption) error }
type ProbeChange ¶
type ProbeChange struct { // Probe change // // Types that are valid to be assigned to ChangeType: // *ProbeChange_Added_ // *ProbeChange_Modified_ // *ProbeChange_Current_ // *ProbeChange_Removed_ ChangeType isProbeChange_ChangeType `protobuf_oneof:"change_type"` // contains filtered or unexported fields }
ProbeChange is used by Watch notifications Responses to describe change of single Probe One of Added, Modified, Removed
func (*ProbeChange) Descriptor ¶
func (*ProbeChange) Descriptor() ([]byte, []int)
Deprecated, Use ProbeChange.ProtoReflect.Descriptor instead.
func (*ProbeChange) GetAdded ¶
func (m *ProbeChange) GetAdded() *ProbeChange_Added
func (*ProbeChange) GetChangeType ¶
func (m *ProbeChange) GetChangeType() isProbeChange_ChangeType
func (*ProbeChange) GetCurrent ¶
func (m *ProbeChange) GetCurrent() *ProbeChange_Current
func (*ProbeChange) GetCurrentViewIndex ¶
func (c *ProbeChange) GetCurrentViewIndex() int32
func (*ProbeChange) GetModified ¶
func (m *ProbeChange) GetModified() *ProbeChange_Modified
func (*ProbeChange) GetPreviousViewIndex ¶
func (c *ProbeChange) GetPreviousViewIndex() int32
func (*ProbeChange) GetProbe ¶
func (c *ProbeChange) GetProbe() *Probe
func (*ProbeChange) GetProbeName ¶
func (c *ProbeChange) GetProbeName() *Name
func (*ProbeChange) GetRawName ¶
func (c *ProbeChange) GetRawName() gotenresource.Name
func (*ProbeChange) GetRawResource ¶ added in v0.5.1
func (c *ProbeChange) GetRawResource() gotenresource.Resource
func (*ProbeChange) GetRemoved ¶
func (m *ProbeChange) GetRemoved() *ProbeChange_Removed
func (*ProbeChange) GotenMessage ¶
func (*ProbeChange) GotenMessage()
func (*ProbeChange) GotenValidate ¶
func (obj *ProbeChange) GotenValidate() error
func (*ProbeChange) IsAdd ¶
func (c *ProbeChange) IsAdd() bool
func (*ProbeChange) IsCurrent ¶
func (c *ProbeChange) IsCurrent() bool
func (*ProbeChange) IsDelete ¶
func (c *ProbeChange) IsDelete() bool
func (*ProbeChange) IsModify ¶
func (c *ProbeChange) IsModify() bool
func (*ProbeChange) Marshal ¶
func (m *ProbeChange) Marshal() ([]byte, error)
func (*ProbeChange) MarshalJSON ¶
func (m *ProbeChange) MarshalJSON() ([]byte, error)
func (*ProbeChange) ProtoMessage ¶
func (*ProbeChange) ProtoMessage()
func (*ProbeChange) ProtoReflect ¶
func (m *ProbeChange) ProtoReflect() preflect.Message
func (*ProbeChange) Reset ¶
func (m *ProbeChange) Reset()
func (*ProbeChange) SetAdded ¶
func (m *ProbeChange) SetAdded(fv *ProbeChange_Added)
func (*ProbeChange) SetAddedRaw ¶
func (c *ProbeChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
func (*ProbeChange) SetChangeType ¶
func (m *ProbeChange) SetChangeType(ofv isProbeChange_ChangeType)
func (*ProbeChange) SetCurrent ¶
func (m *ProbeChange) SetCurrent(fv *ProbeChange_Current)
func (*ProbeChange) SetCurrentRaw ¶
func (c *ProbeChange) SetCurrentRaw(snapshot gotenresource.Resource)
func (*ProbeChange) SetDeletedRaw ¶
func (c *ProbeChange) SetDeletedRaw(name gotenresource.Name, idx int)
func (*ProbeChange) SetModified ¶
func (m *ProbeChange) SetModified(fv *ProbeChange_Modified)
func (*ProbeChange) SetModifiedRaw ¶
func (c *ProbeChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)
func (*ProbeChange) SetRemoved ¶
func (m *ProbeChange) SetRemoved(fv *ProbeChange_Removed)
func (*ProbeChange) String ¶
func (m *ProbeChange) String() string
func (*ProbeChange) Unmarshal ¶
func (m *ProbeChange) Unmarshal(b []byte) error
func (*ProbeChange) UnmarshalJSON ¶
func (m *ProbeChange) UnmarshalJSON(data []byte) error
type ProbeChangeList ¶
type ProbeChangeList []*ProbeChange
func (ProbeChangeList) Append ¶
func (l ProbeChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
func (ProbeChangeList) AppendList ¶
func (l ProbeChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
func (ProbeChangeList) At ¶
func (l ProbeChangeList) At(idx int) gotenresource.ResourceChange
func (ProbeChangeList) Length ¶
func (l ProbeChangeList) Length() int
func (ProbeChangeList) Set ¶
func (l ProbeChangeList) Set(idx int, change gotenresource.ResourceChange)
func (ProbeChangeList) Slice ¶
func (l ProbeChangeList) Slice(first, second int) gotenresource.ResourceChangeList
type ProbeChangeMap ¶
type ProbeChangeMap map[Name]*ProbeChange
func (ProbeChangeMap) Delete ¶
func (m ProbeChangeMap) Delete(name gotenresource.Name)
func (ProbeChangeMap) ForEach ¶
func (m ProbeChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
func (ProbeChangeMap) Get ¶
func (m ProbeChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
func (ProbeChangeMap) Length ¶
func (m ProbeChangeMap) Length() int
func (ProbeChangeMap) Set ¶
func (m ProbeChangeMap) Set(change gotenresource.ResourceChange)
type ProbeChange_Added ¶
type ProbeChange_Added struct { Probe *Probe `protobuf:"bytes,1,opt,name=probe,proto3" json:"probe,omitempty" firestore:"probe"` // Integer describing index of added Probe 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 }
Probe has been added to query view
func (*ProbeChange_Added) Descriptor ¶
func (*ProbeChange_Added) Descriptor() ([]byte, []int)
Deprecated, Use ProbeChange_Added.ProtoReflect.Descriptor instead.
func (*ProbeChange_Added) GetProbe ¶
func (m *ProbeChange_Added) GetProbe() *Probe
func (*ProbeChange_Added) GetViewIndex ¶
func (m *ProbeChange_Added) GetViewIndex() int32
func (*ProbeChange_Added) GotenMessage ¶
func (*ProbeChange_Added) GotenMessage()
func (*ProbeChange_Added) GotenValidate ¶
func (obj *ProbeChange_Added) GotenValidate() error
func (*ProbeChange_Added) Marshal ¶
func (m *ProbeChange_Added) Marshal() ([]byte, error)
func (*ProbeChange_Added) MarshalJSON ¶
func (m *ProbeChange_Added) MarshalJSON() ([]byte, error)
func (*ProbeChange_Added) ProtoMessage ¶
func (*ProbeChange_Added) ProtoMessage()
func (*ProbeChange_Added) ProtoReflect ¶
func (m *ProbeChange_Added) ProtoReflect() preflect.Message
func (*ProbeChange_Added) Reset ¶
func (m *ProbeChange_Added) Reset()
func (*ProbeChange_Added) SetProbe ¶
func (m *ProbeChange_Added) SetProbe(fv *Probe)
func (*ProbeChange_Added) SetViewIndex ¶
func (m *ProbeChange_Added) SetViewIndex(fv int32)
func (*ProbeChange_Added) String ¶
func (m *ProbeChange_Added) String() string
func (*ProbeChange_Added) Unmarshal ¶
func (m *ProbeChange_Added) Unmarshal(b []byte) error
func (*ProbeChange_Added) UnmarshalJSON ¶
func (m *ProbeChange_Added) UnmarshalJSON(data []byte) error
type ProbeChange_Added_ ¶
type ProbeChange_Added_ struct { // Added is returned when watched document is added, either created or // enters Query view Added *ProbeChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"` }
type ProbeChange_Current ¶
type ProbeChange_Current struct { Probe *Probe `protobuf:"bytes,1,opt,name=probe,proto3" json:"probe,omitempty" firestore:"probe"` // contains filtered or unexported fields }
Probe has been added or modified in a query view. Version used for stateless watching
func (*ProbeChange_Current) Descriptor ¶
func (*ProbeChange_Current) Descriptor() ([]byte, []int)
Deprecated, Use ProbeChange_Current.ProtoReflect.Descriptor instead.
func (*ProbeChange_Current) GetProbe ¶
func (m *ProbeChange_Current) GetProbe() *Probe
func (*ProbeChange_Current) GotenMessage ¶
func (*ProbeChange_Current) GotenMessage()
func (*ProbeChange_Current) GotenValidate ¶
func (obj *ProbeChange_Current) GotenValidate() error
func (*ProbeChange_Current) Marshal ¶
func (m *ProbeChange_Current) Marshal() ([]byte, error)
func (*ProbeChange_Current) MarshalJSON ¶
func (m *ProbeChange_Current) MarshalJSON() ([]byte, error)
func (*ProbeChange_Current) ProtoMessage ¶
func (*ProbeChange_Current) ProtoMessage()
func (*ProbeChange_Current) ProtoReflect ¶
func (m *ProbeChange_Current) ProtoReflect() preflect.Message
func (*ProbeChange_Current) Reset ¶
func (m *ProbeChange_Current) Reset()
func (*ProbeChange_Current) SetProbe ¶
func (m *ProbeChange_Current) SetProbe(fv *Probe)
func (*ProbeChange_Current) String ¶
func (m *ProbeChange_Current) String() string
func (*ProbeChange_Current) Unmarshal ¶
func (m *ProbeChange_Current) Unmarshal(b []byte) error
func (*ProbeChange_Current) UnmarshalJSON ¶
func (m *ProbeChange_Current) UnmarshalJSON(data []byte) error
type ProbeChange_Current_ ¶
type ProbeChange_Current_ struct { // Current is returned in stateless watch when document enters query view or // is modified within. Current *ProbeChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"` }
type ProbeChange_Modified ¶
type ProbeChange_Modified struct { // Name of modified Probe Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // New version of Probe or masked difference, depending on mask_changes // instrumentation of issued [WatchProbeRequest] or [WatchProbesRequest] Probe *Probe `protobuf:"bytes,2,opt,name=probe,proto3" json:"probe,omitempty" firestore:"probe"` // Used when mask_changes is set, contains field paths of modified // properties. FieldMask *Probe_FieldMask `` /* 137-byte string literal not displayed */ // Previous view index specifies previous position of modified Probe. // When modification doesn't affect sorted order, value will remain // identical to [view_index]. PreviousViewIndex int32 `` /* 145-byte string literal not displayed */ // Integer specifying Probe 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 }
Probe changed some of it's fields - contains either full document or masked change
func (*ProbeChange_Modified) Descriptor ¶
func (*ProbeChange_Modified) Descriptor() ([]byte, []int)
Deprecated, Use ProbeChange_Modified.ProtoReflect.Descriptor instead.
func (*ProbeChange_Modified) GetFieldMask ¶
func (m *ProbeChange_Modified) GetFieldMask() *Probe_FieldMask
func (*ProbeChange_Modified) GetName ¶
func (m *ProbeChange_Modified) GetName() *Name
func (*ProbeChange_Modified) GetPreviousViewIndex ¶
func (m *ProbeChange_Modified) GetPreviousViewIndex() int32
func (*ProbeChange_Modified) GetProbe ¶
func (m *ProbeChange_Modified) GetProbe() *Probe
func (*ProbeChange_Modified) GetViewIndex ¶
func (m *ProbeChange_Modified) GetViewIndex() int32
func (*ProbeChange_Modified) GotenMessage ¶
func (*ProbeChange_Modified) GotenMessage()
func (*ProbeChange_Modified) GotenValidate ¶
func (obj *ProbeChange_Modified) GotenValidate() error
func (*ProbeChange_Modified) Marshal ¶
func (m *ProbeChange_Modified) Marshal() ([]byte, error)
func (*ProbeChange_Modified) MarshalJSON ¶
func (m *ProbeChange_Modified) MarshalJSON() ([]byte, error)
func (*ProbeChange_Modified) ProtoMessage ¶
func (*ProbeChange_Modified) ProtoMessage()
func (*ProbeChange_Modified) ProtoReflect ¶
func (m *ProbeChange_Modified) ProtoReflect() preflect.Message
func (*ProbeChange_Modified) Reset ¶
func (m *ProbeChange_Modified) Reset()
func (*ProbeChange_Modified) SetFieldMask ¶
func (m *ProbeChange_Modified) SetFieldMask(fv *Probe_FieldMask)
func (*ProbeChange_Modified) SetName ¶
func (m *ProbeChange_Modified) SetName(fv *Name)
func (*ProbeChange_Modified) SetPreviousViewIndex ¶
func (m *ProbeChange_Modified) SetPreviousViewIndex(fv int32)
func (*ProbeChange_Modified) SetProbe ¶
func (m *ProbeChange_Modified) SetProbe(fv *Probe)
func (*ProbeChange_Modified) SetViewIndex ¶
func (m *ProbeChange_Modified) SetViewIndex(fv int32)
func (*ProbeChange_Modified) String ¶
func (m *ProbeChange_Modified) String() string
func (*ProbeChange_Modified) Unmarshal ¶
func (m *ProbeChange_Modified) Unmarshal(b []byte) error
func (*ProbeChange_Modified) UnmarshalJSON ¶
func (m *ProbeChange_Modified) UnmarshalJSON(data []byte) error
type ProbeChange_Modified_ ¶
type ProbeChange_Modified_ struct { // Modified is returned when watched document is modified Modified *ProbeChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"` }
type ProbeChange_Removed ¶
type ProbeChange_Removed struct { Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Integer specifying removed Probe 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 Probe is deleted or leaves Query view
func (*ProbeChange_Removed) Descriptor ¶
func (*ProbeChange_Removed) Descriptor() ([]byte, []int)
Deprecated, Use ProbeChange_Removed.ProtoReflect.Descriptor instead.
func (*ProbeChange_Removed) GetName ¶
func (m *ProbeChange_Removed) GetName() *Name
func (*ProbeChange_Removed) GetViewIndex ¶
func (m *ProbeChange_Removed) GetViewIndex() int32
func (*ProbeChange_Removed) GotenMessage ¶
func (*ProbeChange_Removed) GotenMessage()
func (*ProbeChange_Removed) GotenValidate ¶
func (obj *ProbeChange_Removed) GotenValidate() error
func (*ProbeChange_Removed) Marshal ¶
func (m *ProbeChange_Removed) Marshal() ([]byte, error)
func (*ProbeChange_Removed) MarshalJSON ¶
func (m *ProbeChange_Removed) MarshalJSON() ([]byte, error)
func (*ProbeChange_Removed) ProtoMessage ¶
func (*ProbeChange_Removed) ProtoMessage()
func (*ProbeChange_Removed) ProtoReflect ¶
func (m *ProbeChange_Removed) ProtoReflect() preflect.Message
func (*ProbeChange_Removed) Reset ¶
func (m *ProbeChange_Removed) Reset()
func (*ProbeChange_Removed) SetName ¶
func (m *ProbeChange_Removed) SetName(fv *Name)
func (*ProbeChange_Removed) SetViewIndex ¶
func (m *ProbeChange_Removed) SetViewIndex(fv int32)
func (*ProbeChange_Removed) String ¶
func (m *ProbeChange_Removed) String() string
func (*ProbeChange_Removed) Unmarshal ¶
func (m *ProbeChange_Removed) Unmarshal(b []byte) error
func (*ProbeChange_Removed) UnmarshalJSON ¶
func (m *ProbeChange_Removed) UnmarshalJSON(data []byte) error
type ProbeChange_Removed_ ¶
type ProbeChange_Removed_ struct { // Removed is returned when Probe is deleted or leaves Query view Removed *ProbeChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"` }
type ProbeFieldPathBuilder ¶
type ProbeFieldPathBuilder struct{}
func NewProbeFieldPathBuilder ¶
func NewProbeFieldPathBuilder() ProbeFieldPathBuilder
func (ProbeFieldPathBuilder) DisplayName ¶
func (ProbeFieldPathBuilder) DisplayName() ProbePathSelectorDisplayName
func (ProbeFieldPathBuilder) LowerDisplayName ¶
func (ProbeFieldPathBuilder) LowerDisplayName() ProbePathSelectorLowerDisplayName
func (ProbeFieldPathBuilder) Memo ¶
func (ProbeFieldPathBuilder) Memo() ProbePathSelectorMemo
func (ProbeFieldPathBuilder) Metadata ¶
func (ProbeFieldPathBuilder) Metadata() ProbePathSelectorMetadata
func (ProbeFieldPathBuilder) Name ¶
func (ProbeFieldPathBuilder) Name() ProbePathSelectorName
func (ProbeFieldPathBuilder) Spec ¶
func (ProbeFieldPathBuilder) Spec() ProbePathSelectorSpec
func (ProbeFieldPathBuilder) Status ¶
func (ProbeFieldPathBuilder) Status() ProbePathSelectorStatus
type ProbeList ¶
type ProbeList []*Probe
func (ProbeList) Append ¶
func (l ProbeList) Append(item gotenresource.Resource) gotenresource.ResourceList
func (ProbeList) AppendList ¶
func (l ProbeList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
func (ProbeList) Slice ¶
func (l ProbeList) Slice(first, second int) gotenresource.ResourceList
type ProbeMap ¶
func (ProbeMap) Delete ¶
func (m ProbeMap) Delete(name gotenresource.Name)
func (ProbeMap) ForEach ¶
func (m ProbeMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
func (ProbeMap) Get ¶
func (m ProbeMap) Get(name gotenresource.Name) gotenresource.Resource
func (ProbeMap) Set ¶
func (m ProbeMap) Set(res gotenresource.Resource)
type ProbeMapPathSelectorMetadataAnnotations ¶
type ProbeMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (ProbeMapPathSelectorMetadataAnnotations) FieldPath ¶
func (s ProbeMapPathSelectorMetadataAnnotations) FieldPath() *Probe_FieldSubPath
func (ProbeMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s ProbeMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbeMapPathSelectorMetadataAnnotations) WithValue ¶
func (s ProbeMapPathSelectorMetadataAnnotations) WithValue(value string) *Probe_FieldSubPathValue
type ProbeMapPathSelectorMetadataLabels ¶
type ProbeMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (ProbeMapPathSelectorMetadataLabels) FieldPath ¶
func (s ProbeMapPathSelectorMetadataLabels) FieldPath() *Probe_FieldSubPath
func (ProbeMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s ProbeMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbeMapPathSelectorMetadataLabels) WithValue ¶
func (s ProbeMapPathSelectorMetadataLabels) WithValue(value string) *Probe_FieldSubPathValue
type ProbeMapPathSelectorMetadataShards ¶
type ProbeMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (ProbeMapPathSelectorMetadataShards) FieldPath ¶
func (s ProbeMapPathSelectorMetadataShards) FieldPath() *Probe_FieldSubPath
func (ProbeMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s ProbeMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *Probe_FieldSubPathArrayOfValues
func (ProbeMapPathSelectorMetadataShards) WithValue ¶
func (s ProbeMapPathSelectorMetadataShards) WithValue(value int64) *Probe_FieldSubPathValue
type ProbeMapPathSelectorSpecActivationInvitationExtras ¶ added in v0.4.49
type ProbeMapPathSelectorSpecActivationInvitationExtras struct {
// contains filtered or unexported fields
}
func (ProbeMapPathSelectorSpecActivationInvitationExtras) FieldPath ¶ added in v0.4.49
func (s ProbeMapPathSelectorSpecActivationInvitationExtras) FieldPath() *Probe_FieldSubPath
func (ProbeMapPathSelectorSpecActivationInvitationExtras) WithArrayOfValues ¶ added in v0.4.49
func (s ProbeMapPathSelectorSpecActivationInvitationExtras) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbeMapPathSelectorSpecActivationInvitationExtras) WithValue ¶ added in v0.4.49
func (s ProbeMapPathSelectorSpecActivationInvitationExtras) WithValue(value string) *Probe_FieldSubPathValue
type ProbeMapPathSelectorStatusNetworkInterfaces ¶
type ProbeMapPathSelectorStatusNetworkInterfaces struct {
// contains filtered or unexported fields
}
func (ProbeMapPathSelectorStatusNetworkInterfaces) FieldPath ¶
func (s ProbeMapPathSelectorStatusNetworkInterfaces) FieldPath() *Probe_FieldSubPath
func (ProbeMapPathSelectorStatusNetworkInterfaces) WithArrayOfValues ¶
func (s ProbeMapPathSelectorStatusNetworkInterfaces) WithArrayOfValues(values []*Probe_Status_NetworkInterface) *Probe_FieldSubPathArrayOfValues
func (ProbeMapPathSelectorStatusNetworkInterfaces) WithValue ¶
func (s ProbeMapPathSelectorStatusNetworkInterfaces) WithValue(value *Probe_Status_NetworkInterface) *Probe_FieldSubPathValue
type ProbeNameList ¶
type ProbeNameList []*Name
func (ProbeNameList) Append ¶
func (l ProbeNameList) Append(name gotenresource.Name) gotenresource.NameList
func (ProbeNameList) AppendList ¶
func (l ProbeNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
func (ProbeNameList) At ¶
func (l ProbeNameList) At(idx int) gotenresource.Name
func (ProbeNameList) Length ¶
func (l ProbeNameList) Length() int
func (ProbeNameList) Set ¶
func (l ProbeNameList) Set(idx int, name gotenresource.Name)
func (ProbeNameList) Slice ¶
func (l ProbeNameList) Slice(first, second int) gotenresource.NameList
type ProbeParentNameList ¶
type ProbeParentNameList []*ParentName
func (ProbeParentNameList) Append ¶
func (l ProbeParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
func (ProbeParentNameList) AppendList ¶
func (l ProbeParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
func (ProbeParentNameList) At ¶
func (l ProbeParentNameList) At(idx int) gotenresource.Name
func (ProbeParentNameList) Length ¶
func (l ProbeParentNameList) Length() int
func (ProbeParentNameList) Set ¶
func (l ProbeParentNameList) Set(idx int, name gotenresource.Name)
func (ProbeParentNameList) Slice ¶
func (l ProbeParentNameList) Slice(first, second int) gotenresource.ParentNameList
type ProbeParentReferenceList ¶
type ProbeParentReferenceList []*ParentReference
func (ProbeParentReferenceList) Append ¶
func (l ProbeParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
func (ProbeParentReferenceList) AppendList ¶
func (l ProbeParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
func (ProbeParentReferenceList) At ¶
func (l ProbeParentReferenceList) At(idx int) gotenresource.Reference
func (ProbeParentReferenceList) Length ¶
func (l ProbeParentReferenceList) Length() int
func (ProbeParentReferenceList) Set ¶
func (l ProbeParentReferenceList) Set(idx int, ref gotenresource.Reference)
func (ProbeParentReferenceList) Slice ¶
func (l ProbeParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
type ProbePathSelectorDisplayName ¶
type ProbePathSelectorDisplayName struct{}
func (ProbePathSelectorDisplayName) FieldPath ¶
func (ProbePathSelectorDisplayName) FieldPath() *Probe_FieldTerminalPath
func (ProbePathSelectorDisplayName) WithArrayOfValues ¶
func (s ProbePathSelectorDisplayName) WithArrayOfValues(values []string) *Probe_FieldTerminalPathArrayOfValues
func (ProbePathSelectorDisplayName) WithValue ¶
func (s ProbePathSelectorDisplayName) WithValue(value string) *Probe_FieldTerminalPathValue
type ProbePathSelectorLowerDisplayName ¶
type ProbePathSelectorLowerDisplayName struct{}
func (ProbePathSelectorLowerDisplayName) FieldPath ¶
func (ProbePathSelectorLowerDisplayName) FieldPath() *Probe_FieldTerminalPath
func (ProbePathSelectorLowerDisplayName) WithArrayOfValues ¶
func (s ProbePathSelectorLowerDisplayName) WithArrayOfValues(values []string) *Probe_FieldTerminalPathArrayOfValues
func (ProbePathSelectorLowerDisplayName) WithValue ¶
func (s ProbePathSelectorLowerDisplayName) WithValue(value string) *Probe_FieldTerminalPathValue
type ProbePathSelectorMemo ¶
type ProbePathSelectorMemo struct{}
func (ProbePathSelectorMemo) CreateTime ¶
func (ProbePathSelectorMemo) CreateTime() ProbePathSelectorMemoCreateTime
func (ProbePathSelectorMemo) CreatedBy ¶
func (ProbePathSelectorMemo) CreatedBy() ProbePathSelectorMemoCreatedBy
func (ProbePathSelectorMemo) FieldPath ¶
func (ProbePathSelectorMemo) FieldPath() *Probe_FieldTerminalPath
func (ProbePathSelectorMemo) Message ¶
func (ProbePathSelectorMemo) Message() ProbePathSelectorMemoMessage
func (ProbePathSelectorMemo) UpdateTime ¶
func (ProbePathSelectorMemo) UpdateTime() ProbePathSelectorMemoUpdateTime
func (ProbePathSelectorMemo) WithArrayOfValues ¶
func (s ProbePathSelectorMemo) WithArrayOfValues(values [][]*ntt_memo.Memo) *Probe_FieldTerminalPathArrayOfValues
func (ProbePathSelectorMemo) WithItemValue ¶
func (s ProbePathSelectorMemo) WithItemValue(value *ntt_memo.Memo) *Probe_FieldTerminalPathArrayItemValue
func (ProbePathSelectorMemo) WithSubArrayItemValue ¶
func (s ProbePathSelectorMemo) WithSubArrayItemValue(subPathArrayItemValue ntt_memo.Memo_FieldPathArrayItemValue) *Probe_FieldSubPathArrayItemValue
func (ProbePathSelectorMemo) WithSubArrayOfValues ¶
func (s ProbePathSelectorMemo) WithSubArrayOfValues(subPathArrayOfValues ntt_memo.Memo_FieldPathArrayOfValues) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMemo) WithSubPath ¶
func (ProbePathSelectorMemo) WithSubPath(subPath ntt_memo.Memo_FieldPath) *Probe_FieldSubPath
func (ProbePathSelectorMemo) WithSubValue ¶
func (s ProbePathSelectorMemo) WithSubValue(subPathValue ntt_memo.Memo_FieldPathValue) *Probe_FieldSubPathValue
func (ProbePathSelectorMemo) WithValue ¶
func (s ProbePathSelectorMemo) WithValue(value []*ntt_memo.Memo) *Probe_FieldTerminalPathValue
type ProbePathSelectorMemoCreateTime ¶
type ProbePathSelectorMemoCreateTime struct{}
func (ProbePathSelectorMemoCreateTime) FieldPath ¶
func (ProbePathSelectorMemoCreateTime) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMemoCreateTime) WithArrayOfValues ¶
func (s ProbePathSelectorMemoCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMemoCreateTime) WithValue ¶
func (s ProbePathSelectorMemoCreateTime) WithValue(value *timestamp.Timestamp) *Probe_FieldSubPathValue
type ProbePathSelectorMemoCreatedBy ¶
type ProbePathSelectorMemoCreatedBy struct{}
func (ProbePathSelectorMemoCreatedBy) FieldPath ¶
func (ProbePathSelectorMemoCreatedBy) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMemoCreatedBy) WithArrayOfValues ¶
func (s ProbePathSelectorMemoCreatedBy) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMemoCreatedBy) WithValue ¶
func (s ProbePathSelectorMemoCreatedBy) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorMemoMessage ¶
type ProbePathSelectorMemoMessage struct{}
func (ProbePathSelectorMemoMessage) FieldPath ¶
func (ProbePathSelectorMemoMessage) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMemoMessage) WithArrayOfValues ¶
func (s ProbePathSelectorMemoMessage) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMemoMessage) WithValue ¶
func (s ProbePathSelectorMemoMessage) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorMemoUpdateTime ¶
type ProbePathSelectorMemoUpdateTime struct{}
func (ProbePathSelectorMemoUpdateTime) FieldPath ¶
func (ProbePathSelectorMemoUpdateTime) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMemoUpdateTime) WithArrayOfValues ¶
func (s ProbePathSelectorMemoUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMemoUpdateTime) WithValue ¶
func (s ProbePathSelectorMemoUpdateTime) WithValue(value *timestamp.Timestamp) *Probe_FieldSubPathValue
type ProbePathSelectorMetadata ¶
type ProbePathSelectorMetadata struct{}
func (ProbePathSelectorMetadata) Annotations ¶
func (ProbePathSelectorMetadata) Annotations() ProbePathSelectorMetadataAnnotations
func (ProbePathSelectorMetadata) CreateTime ¶
func (ProbePathSelectorMetadata) CreateTime() ProbePathSelectorMetadataCreateTime
func (ProbePathSelectorMetadata) DeleteTime ¶ added in v0.7.1
func (ProbePathSelectorMetadata) DeleteTime() ProbePathSelectorMetadataDeleteTime
func (ProbePathSelectorMetadata) FieldPath ¶
func (ProbePathSelectorMetadata) FieldPath() *Probe_FieldTerminalPath
func (ProbePathSelectorMetadata) Generation ¶
func (ProbePathSelectorMetadata) Generation() ProbePathSelectorMetadataGeneration
func (ProbePathSelectorMetadata) Labels ¶
func (ProbePathSelectorMetadata) Labels() ProbePathSelectorMetadataLabels
func (ProbePathSelectorMetadata) Lifecycle ¶ added in v0.7.1
func (ProbePathSelectorMetadata) Lifecycle() ProbePathSelectorMetadataLifecycle
func (ProbePathSelectorMetadata) OwnerReferences ¶
func (ProbePathSelectorMetadata) OwnerReferences() ProbePathSelectorMetadataOwnerReferences
func (ProbePathSelectorMetadata) ResourceVersion ¶
func (ProbePathSelectorMetadata) ResourceVersion() ProbePathSelectorMetadataResourceVersion
func (ProbePathSelectorMetadata) Shards ¶
func (ProbePathSelectorMetadata) Shards() ProbePathSelectorMetadataShards
func (ProbePathSelectorMetadata) Syncing ¶
func (ProbePathSelectorMetadata) Syncing() ProbePathSelectorMetadataSyncing
func (ProbePathSelectorMetadata) Tags ¶
func (ProbePathSelectorMetadata) Tags() ProbePathSelectorMetadataTags
func (ProbePathSelectorMetadata) UpdateTime ¶
func (ProbePathSelectorMetadata) UpdateTime() ProbePathSelectorMetadataUpdateTime
func (ProbePathSelectorMetadata) Uuid ¶
func (ProbePathSelectorMetadata) Uuid() ProbePathSelectorMetadataUuid
func (ProbePathSelectorMetadata) WithArrayOfValues ¶
func (s ProbePathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *Probe_FieldTerminalPathArrayOfValues
func (ProbePathSelectorMetadata) WithSubArrayItemValue ¶
func (s ProbePathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *Probe_FieldSubPathArrayItemValue
func (ProbePathSelectorMetadata) WithSubArrayOfValues ¶
func (s ProbePathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadata) WithSubPath ¶
func (ProbePathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *Probe_FieldSubPath
func (ProbePathSelectorMetadata) WithSubValue ¶
func (s ProbePathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *Probe_FieldSubPathValue
func (ProbePathSelectorMetadata) WithValue ¶
func (s ProbePathSelectorMetadata) WithValue(value *ntt_meta.Meta) *Probe_FieldTerminalPathValue
type ProbePathSelectorMetadataAnnotations ¶
type ProbePathSelectorMetadataAnnotations struct{}
func (ProbePathSelectorMetadataAnnotations) FieldPath ¶
func (ProbePathSelectorMetadataAnnotations) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s ProbePathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataAnnotations) WithKey ¶
func (ProbePathSelectorMetadataAnnotations) WithKey(key string) ProbeMapPathSelectorMetadataAnnotations
func (ProbePathSelectorMetadataAnnotations) WithValue ¶
func (s ProbePathSelectorMetadataAnnotations) WithValue(value map[string]string) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataCreateTime ¶
type ProbePathSelectorMetadataCreateTime struct{}
func (ProbePathSelectorMetadataCreateTime) FieldPath ¶
func (ProbePathSelectorMetadataCreateTime) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s ProbePathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataCreateTime) WithValue ¶
func (s ProbePathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataDeleteTime ¶ added in v0.7.1
type ProbePathSelectorMetadataDeleteTime struct{}
func (ProbePathSelectorMetadataDeleteTime) FieldPath ¶ added in v0.7.1
func (ProbePathSelectorMetadataDeleteTime) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataDeleteTime) WithArrayOfValues ¶ added in v0.7.1
func (s ProbePathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataDeleteTime) WithValue ¶ added in v0.7.1
func (s ProbePathSelectorMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataGeneration ¶
type ProbePathSelectorMetadataGeneration struct{}
func (ProbePathSelectorMetadataGeneration) FieldPath ¶
func (ProbePathSelectorMetadataGeneration) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s ProbePathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataGeneration) WithValue ¶
func (s ProbePathSelectorMetadataGeneration) WithValue(value int64) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataLabels ¶
type ProbePathSelectorMetadataLabels struct{}
func (ProbePathSelectorMetadataLabels) FieldPath ¶
func (ProbePathSelectorMetadataLabels) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataLabels) WithArrayOfValues ¶
func (s ProbePathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataLabels) WithKey ¶
func (ProbePathSelectorMetadataLabels) WithKey(key string) ProbeMapPathSelectorMetadataLabels
func (ProbePathSelectorMetadataLabels) WithValue ¶
func (s ProbePathSelectorMetadataLabels) WithValue(value map[string]string) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataLifecycle ¶ added in v0.7.1
type ProbePathSelectorMetadataLifecycle struct{}
func (ProbePathSelectorMetadataLifecycle) BlockDeletion ¶ added in v0.7.1
func (ProbePathSelectorMetadataLifecycle) BlockDeletion() ProbePathSelectorMetadataLifecycleBlockDeletion
func (ProbePathSelectorMetadataLifecycle) FieldPath ¶ added in v0.7.1
func (ProbePathSelectorMetadataLifecycle) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataLifecycle) WithArrayOfValues ¶ added in v0.7.1
func (s ProbePathSelectorMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataLifecycle) WithValue ¶ added in v0.7.1
func (s ProbePathSelectorMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataLifecycleBlockDeletion ¶ added in v0.7.1
type ProbePathSelectorMetadataLifecycleBlockDeletion struct{}
func (ProbePathSelectorMetadataLifecycleBlockDeletion) FieldPath ¶ added in v0.7.1
func (ProbePathSelectorMetadataLifecycleBlockDeletion) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.7.1
func (s ProbePathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataLifecycleBlockDeletion) WithValue ¶ added in v0.7.1
func (s ProbePathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataLifecycleState ¶ added in v0.7.1
type ProbePathSelectorMetadataLifecycleState struct{}
func (ProbePathSelectorMetadataLifecycleState) FieldPath ¶ added in v0.7.1
func (ProbePathSelectorMetadataLifecycleState) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataLifecycleState) WithArrayOfValues ¶ added in v0.7.1
func (s ProbePathSelectorMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataLifecycleState) WithValue ¶ added in v0.7.1
func (s ProbePathSelectorMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataOwnerReferences ¶
type ProbePathSelectorMetadataOwnerReferences struct{}
func (ProbePathSelectorMetadataOwnerReferences) BlockOwnerDeletion ¶
func (ProbePathSelectorMetadataOwnerReferences) BlockOwnerDeletion() ProbePathSelectorMetadataOwnerReferencesBlockOwnerDeletion
func (ProbePathSelectorMetadataOwnerReferences) Controller ¶
func (ProbePathSelectorMetadataOwnerReferences) FieldPath ¶
func (ProbePathSelectorMetadataOwnerReferences) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.7.1
func (ProbePathSelectorMetadataOwnerReferences) RequiresOwnerReference() ProbePathSelectorMetadataOwnerReferencesRequiresOwnerReference
func (ProbePathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s ProbePathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s ProbePathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *Probe_FieldSubPathArrayItemValue
func (ProbePathSelectorMetadataOwnerReferences) WithValue ¶
func (s ProbePathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataOwnerReferencesBlockOwnerDeletion ¶
type ProbePathSelectorMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (ProbePathSelectorMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (ProbePathSelectorMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s ProbePathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue ¶
func (s ProbePathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataOwnerReferencesController ¶
type ProbePathSelectorMetadataOwnerReferencesController struct{}
func (ProbePathSelectorMetadataOwnerReferencesController) FieldPath ¶
func (ProbePathSelectorMetadataOwnerReferencesController) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s ProbePathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataOwnerReferencesController) WithValue ¶
func (s ProbePathSelectorMetadataOwnerReferencesController) WithValue(value bool) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataOwnerReferencesKind ¶
type ProbePathSelectorMetadataOwnerReferencesKind struct{}
func (ProbePathSelectorMetadataOwnerReferencesKind) FieldPath ¶
func (ProbePathSelectorMetadataOwnerReferencesKind) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s ProbePathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s ProbePathSelectorMetadataOwnerReferencesKind) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataOwnerReferencesName ¶
type ProbePathSelectorMetadataOwnerReferencesName struct{}
func (ProbePathSelectorMetadataOwnerReferencesName) FieldPath ¶
func (ProbePathSelectorMetadataOwnerReferencesName) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s ProbePathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s ProbePathSelectorMetadataOwnerReferencesName) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataOwnerReferencesRegion ¶ added in v0.7.1
type ProbePathSelectorMetadataOwnerReferencesRegion struct{}
func (ProbePathSelectorMetadataOwnerReferencesRegion) FieldPath ¶ added in v0.7.1
func (ProbePathSelectorMetadataOwnerReferencesRegion) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.7.1
func (s ProbePathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataOwnerReferencesRegion) WithValue ¶ added in v0.7.1
func (s ProbePathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.7.1
type ProbePathSelectorMetadataOwnerReferencesRequiresOwnerReference struct{}
func (ProbePathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.7.1
func (ProbePathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.7.1
func (s ProbePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue ¶ added in v0.7.1
func (s ProbePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataOwnerReferencesVersion ¶ added in v0.7.1
type ProbePathSelectorMetadataOwnerReferencesVersion struct{}
func (ProbePathSelectorMetadataOwnerReferencesVersion) FieldPath ¶ added in v0.7.1
func (ProbePathSelectorMetadataOwnerReferencesVersion) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.7.1
func (s ProbePathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataOwnerReferencesVersion) WithValue ¶ added in v0.7.1
func (s ProbePathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataResourceVersion ¶
type ProbePathSelectorMetadataResourceVersion struct{}
func (ProbePathSelectorMetadataResourceVersion) FieldPath ¶
func (ProbePathSelectorMetadataResourceVersion) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s ProbePathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataResourceVersion) WithValue ¶
func (s ProbePathSelectorMetadataResourceVersion) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataShards ¶
type ProbePathSelectorMetadataShards struct{}
func (ProbePathSelectorMetadataShards) FieldPath ¶
func (ProbePathSelectorMetadataShards) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataShards) WithArrayOfValues ¶
func (s ProbePathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataShards) WithKey ¶
func (ProbePathSelectorMetadataShards) WithKey(key string) ProbeMapPathSelectorMetadataShards
func (ProbePathSelectorMetadataShards) WithValue ¶
func (s ProbePathSelectorMetadataShards) WithValue(value map[string]int64) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataSyncing ¶
type ProbePathSelectorMetadataSyncing struct{}
func (ProbePathSelectorMetadataSyncing) FieldPath ¶
func (ProbePathSelectorMetadataSyncing) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataSyncing) OwningRegion ¶
func (ProbePathSelectorMetadataSyncing) OwningRegion() ProbePathSelectorMetadataSyncingOwningRegion
func (ProbePathSelectorMetadataSyncing) Regions ¶
func (ProbePathSelectorMetadataSyncing) Regions() ProbePathSelectorMetadataSyncingRegions
func (ProbePathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s ProbePathSelectorMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataSyncing) WithValue ¶
func (s ProbePathSelectorMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataSyncingOwningRegion ¶
type ProbePathSelectorMetadataSyncingOwningRegion struct{}
func (ProbePathSelectorMetadataSyncingOwningRegion) FieldPath ¶
func (ProbePathSelectorMetadataSyncingOwningRegion) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s ProbePathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s ProbePathSelectorMetadataSyncingOwningRegion) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataSyncingRegions ¶
type ProbePathSelectorMetadataSyncingRegions struct{}
func (ProbePathSelectorMetadataSyncingRegions) FieldPath ¶
func (ProbePathSelectorMetadataSyncingRegions) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s ProbePathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s ProbePathSelectorMetadataSyncingRegions) WithItemValue(value string) *Probe_FieldSubPathArrayItemValue
func (ProbePathSelectorMetadataSyncingRegions) WithValue ¶
func (s ProbePathSelectorMetadataSyncingRegions) WithValue(value []string) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataTags ¶
type ProbePathSelectorMetadataTags struct{}
func (ProbePathSelectorMetadataTags) FieldPath ¶
func (ProbePathSelectorMetadataTags) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataTags) WithArrayOfValues ¶
func (s ProbePathSelectorMetadataTags) WithArrayOfValues(values [][]string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataTags) WithItemValue ¶
func (s ProbePathSelectorMetadataTags) WithItemValue(value string) *Probe_FieldSubPathArrayItemValue
func (ProbePathSelectorMetadataTags) WithValue ¶
func (s ProbePathSelectorMetadataTags) WithValue(value []string) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataUpdateTime ¶
type ProbePathSelectorMetadataUpdateTime struct{}
func (ProbePathSelectorMetadataUpdateTime) FieldPath ¶
func (ProbePathSelectorMetadataUpdateTime) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s ProbePathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataUpdateTime) WithValue ¶
func (s ProbePathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *Probe_FieldSubPathValue
type ProbePathSelectorMetadataUuid ¶
type ProbePathSelectorMetadataUuid struct{}
func (ProbePathSelectorMetadataUuid) FieldPath ¶
func (ProbePathSelectorMetadataUuid) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorMetadataUuid) WithArrayOfValues ¶
func (s ProbePathSelectorMetadataUuid) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorMetadataUuid) WithValue ¶
func (s ProbePathSelectorMetadataUuid) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorName ¶
type ProbePathSelectorName struct{}
func (ProbePathSelectorName) FieldPath ¶
func (ProbePathSelectorName) FieldPath() *Probe_FieldTerminalPath
func (ProbePathSelectorName) WithArrayOfValues ¶
func (s ProbePathSelectorName) WithArrayOfValues(values []*Name) *Probe_FieldTerminalPathArrayOfValues
func (ProbePathSelectorName) WithValue ¶
func (s ProbePathSelectorName) WithValue(value *Name) *Probe_FieldTerminalPathValue
type ProbePathSelectorSpec ¶
type ProbePathSelectorSpec struct{}
func (ProbePathSelectorSpec) AccessToken ¶
func (ProbePathSelectorSpec) AccessToken() ProbePathSelectorSpecAccessToken
func (ProbePathSelectorSpec) Activation ¶
func (ProbePathSelectorSpec) Activation() ProbePathSelectorSpecActivation
func (ProbePathSelectorSpec) AgentType ¶
func (ProbePathSelectorSpec) AgentType() ProbePathSelectorSpecAgentType
func (ProbePathSelectorSpec) ContactInfo ¶
func (ProbePathSelectorSpec) ContactInfo() ProbePathSelectorSpecContactInfo
func (ProbePathSelectorSpec) Device ¶
func (ProbePathSelectorSpec) Device() ProbePathSelectorSpecDevice
func (ProbePathSelectorSpec) DisableSpeedtest ¶
func (ProbePathSelectorSpec) DisableSpeedtest() ProbePathSelectorSpecDisableSpeedtest
func (ProbePathSelectorSpec) Enabled ¶
func (ProbePathSelectorSpec) Enabled() ProbePathSelectorSpecEnabled
func (ProbePathSelectorSpec) ExternalIpCheckUrl ¶
func (ProbePathSelectorSpec) ExternalIpCheckUrl() ProbePathSelectorSpecExternalIpCheckUrl
func (ProbePathSelectorSpec) FieldPath ¶
func (ProbePathSelectorSpec) FieldPath() *Probe_FieldTerminalPath
func (ProbePathSelectorSpec) LocationDiscovery ¶
func (ProbePathSelectorSpec) LocationDiscovery() ProbePathSelectorSpecLocationDiscovery
func (ProbePathSelectorSpec) PrimaryLocation ¶
func (ProbePathSelectorSpec) PrimaryLocation() ProbePathSelectorSpecPrimaryLocation
func (ProbePathSelectorSpec) ProbeGroup ¶
func (ProbePathSelectorSpec) ProbeGroup() ProbePathSelectorSpecProbeGroup
func (ProbePathSelectorSpec) TargetServers ¶
func (ProbePathSelectorSpec) TargetServers() ProbePathSelectorSpecTargetServers
func (ProbePathSelectorSpec) WithArrayOfValues ¶
func (s ProbePathSelectorSpec) WithArrayOfValues(values []*Probe_Spec) *Probe_FieldTerminalPathArrayOfValues
func (ProbePathSelectorSpec) WithSubArrayItemValue ¶
func (s ProbePathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue ProbeSpec_FieldPathArrayItemValue) *Probe_FieldSubPathArrayItemValue
func (ProbePathSelectorSpec) WithSubArrayOfValues ¶
func (s ProbePathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues ProbeSpec_FieldPathArrayOfValues) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpec) WithSubPath ¶
func (ProbePathSelectorSpec) WithSubPath(subPath ProbeSpec_FieldPath) *Probe_FieldSubPath
func (ProbePathSelectorSpec) WithSubValue ¶
func (s ProbePathSelectorSpec) WithSubValue(subPathValue ProbeSpec_FieldPathValue) *Probe_FieldSubPathValue
func (ProbePathSelectorSpec) WithValue ¶
func (s ProbePathSelectorSpec) WithValue(value *Probe_Spec) *Probe_FieldTerminalPathValue
type ProbePathSelectorSpecAccessToken ¶
type ProbePathSelectorSpecAccessToken struct{}
func (ProbePathSelectorSpecAccessToken) AccessToken ¶
func (ProbePathSelectorSpecAccessToken) AccessToken() ProbePathSelectorSpecAccessTokenAccessToken
func (ProbePathSelectorSpecAccessToken) FieldPath ¶
func (ProbePathSelectorSpecAccessToken) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecAccessToken) WithArrayOfValues ¶
func (s ProbePathSelectorSpecAccessToken) WithArrayOfValues(values []*Probe_Spec_AccessTokenSpec) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecAccessToken) WithValue ¶
func (s ProbePathSelectorSpecAccessToken) WithValue(value *Probe_Spec_AccessTokenSpec) *Probe_FieldSubPathValue
type ProbePathSelectorSpecAccessTokenAccessToken ¶
type ProbePathSelectorSpecAccessTokenAccessToken struct{}
func (ProbePathSelectorSpecAccessTokenAccessToken) FieldPath ¶
func (ProbePathSelectorSpecAccessTokenAccessToken) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecAccessTokenAccessToken) WithArrayOfValues ¶
func (s ProbePathSelectorSpecAccessTokenAccessToken) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecAccessTokenAccessToken) WithValue ¶
func (s ProbePathSelectorSpecAccessTokenAccessToken) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorSpecAccessTokenEnable ¶
type ProbePathSelectorSpecAccessTokenEnable struct{}
func (ProbePathSelectorSpecAccessTokenEnable) FieldPath ¶
func (ProbePathSelectorSpecAccessTokenEnable) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecAccessTokenEnable) WithArrayOfValues ¶
func (s ProbePathSelectorSpecAccessTokenEnable) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecAccessTokenEnable) WithValue ¶
func (s ProbePathSelectorSpecAccessTokenEnable) WithValue(value bool) *Probe_FieldSubPathValue
type ProbePathSelectorSpecActivation ¶
type ProbePathSelectorSpecActivation struct{}
func (ProbePathSelectorSpecActivation) FieldPath ¶
func (ProbePathSelectorSpecActivation) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecActivation) InvitationExtras ¶ added in v0.4.49
func (ProbePathSelectorSpecActivation) InvitationExtras() ProbePathSelectorSpecActivationInvitationExtras
func (ProbePathSelectorSpecActivation) ReusableToken ¶
func (ProbePathSelectorSpecActivation) ReusableToken() ProbePathSelectorSpecActivationReusableToken
func (ProbePathSelectorSpecActivation) SendInvitationOnCreate ¶
func (ProbePathSelectorSpecActivation) SendInvitationOnCreate() ProbePathSelectorSpecActivationSendInvitationOnCreate
func (ProbePathSelectorSpecActivation) WithArrayOfValues ¶
func (s ProbePathSelectorSpecActivation) WithArrayOfValues(values []*Probe_Spec_ActivationSpec) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecActivation) WithValue ¶
func (s ProbePathSelectorSpecActivation) WithValue(value *Probe_Spec_ActivationSpec) *Probe_FieldSubPathValue
type ProbePathSelectorSpecActivationInvitationExtras ¶ added in v0.4.49
type ProbePathSelectorSpecActivationInvitationExtras struct{}
func (ProbePathSelectorSpecActivationInvitationExtras) FieldPath ¶ added in v0.4.49
func (ProbePathSelectorSpecActivationInvitationExtras) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecActivationInvitationExtras) WithArrayOfValues ¶ added in v0.4.49
func (s ProbePathSelectorSpecActivationInvitationExtras) WithArrayOfValues(values []map[string]string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecActivationInvitationExtras) WithValue ¶ added in v0.4.49
func (s ProbePathSelectorSpecActivationInvitationExtras) WithValue(value map[string]string) *Probe_FieldSubPathValue
type ProbePathSelectorSpecActivationReusableToken ¶
type ProbePathSelectorSpecActivationReusableToken struct{}
func (ProbePathSelectorSpecActivationReusableToken) FieldPath ¶
func (ProbePathSelectorSpecActivationReusableToken) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecActivationReusableToken) WithArrayOfValues ¶
func (s ProbePathSelectorSpecActivationReusableToken) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecActivationReusableToken) WithValue ¶
func (s ProbePathSelectorSpecActivationReusableToken) WithValue(value bool) *Probe_FieldSubPathValue
type ProbePathSelectorSpecActivationSendInvitationOnCreate ¶
type ProbePathSelectorSpecActivationSendInvitationOnCreate struct{}
func (ProbePathSelectorSpecActivationSendInvitationOnCreate) FieldPath ¶
func (ProbePathSelectorSpecActivationSendInvitationOnCreate) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecActivationSendInvitationOnCreate) WithArrayOfValues ¶
func (s ProbePathSelectorSpecActivationSendInvitationOnCreate) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecActivationSendInvitationOnCreate) WithValue ¶
func (s ProbePathSelectorSpecActivationSendInvitationOnCreate) WithValue(value bool) *Probe_FieldSubPathValue
type ProbePathSelectorSpecActivationToken ¶
type ProbePathSelectorSpecActivationToken struct{}
func (ProbePathSelectorSpecActivationToken) FieldPath ¶
func (ProbePathSelectorSpecActivationToken) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecActivationToken) WithArrayOfValues ¶
func (s ProbePathSelectorSpecActivationToken) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecActivationToken) WithValue ¶
func (s ProbePathSelectorSpecActivationToken) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorSpecActivationType ¶
type ProbePathSelectorSpecActivationType struct{}
func (ProbePathSelectorSpecActivationType) FieldPath ¶
func (ProbePathSelectorSpecActivationType) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecActivationType) WithArrayOfValues ¶
func (s ProbePathSelectorSpecActivationType) WithArrayOfValues(values []Probe_Spec_ActivationSpec_ActivationType) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecActivationType) WithValue ¶
func (s ProbePathSelectorSpecActivationType) WithValue(value Probe_Spec_ActivationSpec_ActivationType) *Probe_FieldSubPathValue
type ProbePathSelectorSpecAgentType ¶
type ProbePathSelectorSpecAgentType struct{}
func (ProbePathSelectorSpecAgentType) FieldPath ¶
func (ProbePathSelectorSpecAgentType) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecAgentType) WithArrayOfValues ¶
func (s ProbePathSelectorSpecAgentType) WithArrayOfValues(values []Probe_AgentType) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecAgentType) WithValue ¶
func (s ProbePathSelectorSpecAgentType) WithValue(value Probe_AgentType) *Probe_FieldSubPathValue
type ProbePathSelectorSpecContactInfo ¶
type ProbePathSelectorSpecContactInfo struct{}
func (ProbePathSelectorSpecContactInfo) FieldPath ¶
func (ProbePathSelectorSpecContactInfo) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecContactInfo) FullName ¶
func (ProbePathSelectorSpecContactInfo) FullName() ProbePathSelectorSpecContactInfoFullName
func (ProbePathSelectorSpecContactInfo) WithArrayOfValues ¶
func (s ProbePathSelectorSpecContactInfo) WithArrayOfValues(values []*common.ContactInformation) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecContactInfo) WithValue ¶
func (s ProbePathSelectorSpecContactInfo) WithValue(value *common.ContactInformation) *Probe_FieldSubPathValue
type ProbePathSelectorSpecContactInfoEmail ¶
type ProbePathSelectorSpecContactInfoEmail struct{}
func (ProbePathSelectorSpecContactInfoEmail) FieldPath ¶
func (ProbePathSelectorSpecContactInfoEmail) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecContactInfoEmail) WithArrayOfValues ¶
func (s ProbePathSelectorSpecContactInfoEmail) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecContactInfoEmail) WithValue ¶
func (s ProbePathSelectorSpecContactInfoEmail) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorSpecContactInfoFullName ¶
type ProbePathSelectorSpecContactInfoFullName struct{}
func (ProbePathSelectorSpecContactInfoFullName) FieldPath ¶
func (ProbePathSelectorSpecContactInfoFullName) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecContactInfoFullName) WithArrayOfValues ¶
func (s ProbePathSelectorSpecContactInfoFullName) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecContactInfoFullName) WithValue ¶
func (s ProbePathSelectorSpecContactInfoFullName) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorSpecContactInfoPhones ¶
type ProbePathSelectorSpecContactInfoPhones struct{}
func (ProbePathSelectorSpecContactInfoPhones) FieldPath ¶
func (ProbePathSelectorSpecContactInfoPhones) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecContactInfoPhones) WithArrayOfValues ¶
func (s ProbePathSelectorSpecContactInfoPhones) WithArrayOfValues(values [][]*common.ContactInformation_PhoneNumber) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecContactInfoPhones) WithItemValue ¶
func (s ProbePathSelectorSpecContactInfoPhones) WithItemValue(value *common.ContactInformation_PhoneNumber) *Probe_FieldSubPathArrayItemValue
func (ProbePathSelectorSpecContactInfoPhones) WithValue ¶
func (s ProbePathSelectorSpecContactInfoPhones) WithValue(value []*common.ContactInformation_PhoneNumber) *Probe_FieldSubPathValue
type ProbePathSelectorSpecContactInfoPhonesNumber ¶
type ProbePathSelectorSpecContactInfoPhonesNumber struct{}
func (ProbePathSelectorSpecContactInfoPhonesNumber) FieldPath ¶
func (ProbePathSelectorSpecContactInfoPhonesNumber) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecContactInfoPhonesNumber) WithArrayOfValues ¶
func (s ProbePathSelectorSpecContactInfoPhonesNumber) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecContactInfoPhonesNumber) WithValue ¶
func (s ProbePathSelectorSpecContactInfoPhonesNumber) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorSpecContactInfoPhonesType ¶
type ProbePathSelectorSpecContactInfoPhonesType struct{}
func (ProbePathSelectorSpecContactInfoPhonesType) FieldPath ¶
func (ProbePathSelectorSpecContactInfoPhonesType) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecContactInfoPhonesType) WithArrayOfValues ¶
func (s ProbePathSelectorSpecContactInfoPhonesType) WithArrayOfValues(values []common.ContactInformation_PhoneType) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecContactInfoPhonesType) WithValue ¶
func (s ProbePathSelectorSpecContactInfoPhonesType) WithValue(value common.ContactInformation_PhoneType) *Probe_FieldSubPathValue
type ProbePathSelectorSpecDevice ¶
type ProbePathSelectorSpecDevice struct{}
func (ProbePathSelectorSpecDevice) FieldPath ¶
func (ProbePathSelectorSpecDevice) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecDevice) WithArrayOfValues ¶
func (s ProbePathSelectorSpecDevice) WithArrayOfValues(values []*devices_device.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecDevice) WithValue ¶
func (s ProbePathSelectorSpecDevice) WithValue(value *devices_device.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorSpecDisableSpeedtest ¶
type ProbePathSelectorSpecDisableSpeedtest struct{}
func (ProbePathSelectorSpecDisableSpeedtest) FieldPath ¶
func (ProbePathSelectorSpecDisableSpeedtest) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecDisableSpeedtest) WithArrayOfValues ¶
func (s ProbePathSelectorSpecDisableSpeedtest) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecDisableSpeedtest) WithValue ¶
func (s ProbePathSelectorSpecDisableSpeedtest) WithValue(value bool) *Probe_FieldSubPathValue
type ProbePathSelectorSpecEnabled ¶
type ProbePathSelectorSpecEnabled struct{}
func (ProbePathSelectorSpecEnabled) FieldPath ¶
func (ProbePathSelectorSpecEnabled) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecEnabled) WithArrayOfValues ¶
func (s ProbePathSelectorSpecEnabled) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecEnabled) WithValue ¶
func (s ProbePathSelectorSpecEnabled) WithValue(value bool) *Probe_FieldSubPathValue
type ProbePathSelectorSpecExternalIpCheckUrl ¶
type ProbePathSelectorSpecExternalIpCheckUrl struct{}
func (ProbePathSelectorSpecExternalIpCheckUrl) FieldPath ¶
func (ProbePathSelectorSpecExternalIpCheckUrl) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecExternalIpCheckUrl) WithArrayOfValues ¶
func (s ProbePathSelectorSpecExternalIpCheckUrl) WithArrayOfValues(values [][]string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecExternalIpCheckUrl) WithItemValue ¶
func (s ProbePathSelectorSpecExternalIpCheckUrl) WithItemValue(value string) *Probe_FieldSubPathArrayItemValue
func (ProbePathSelectorSpecExternalIpCheckUrl) WithValue ¶
func (s ProbePathSelectorSpecExternalIpCheckUrl) WithValue(value []string) *Probe_FieldSubPathValue
type ProbePathSelectorSpecLocationDiscovery ¶
type ProbePathSelectorSpecLocationDiscovery struct{}
func (ProbePathSelectorSpecLocationDiscovery) FieldPath ¶
func (ProbePathSelectorSpecLocationDiscovery) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecLocationDiscovery) RequiredAccuracy ¶
func (ProbePathSelectorSpecLocationDiscovery) RequiredAccuracy() ProbePathSelectorSpecLocationDiscoveryRequiredAccuracy
func (ProbePathSelectorSpecLocationDiscovery) WithArrayOfValues ¶
func (s ProbePathSelectorSpecLocationDiscovery) WithArrayOfValues(values []*common.LocationDiscoverySpec) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecLocationDiscovery) WithValue ¶
func (s ProbePathSelectorSpecLocationDiscovery) WithValue(value *common.LocationDiscoverySpec) *Probe_FieldSubPathValue
type ProbePathSelectorSpecLocationDiscoveryRequiredAccuracy ¶
type ProbePathSelectorSpecLocationDiscoveryRequiredAccuracy struct{}
func (ProbePathSelectorSpecLocationDiscoveryRequiredAccuracy) FieldPath ¶
func (ProbePathSelectorSpecLocationDiscoveryRequiredAccuracy) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues ¶
func (s ProbePathSelectorSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues(values []float64) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecLocationDiscoveryRequiredAccuracy) WithValue ¶
func (s ProbePathSelectorSpecLocationDiscoveryRequiredAccuracy) WithValue(value float64) *Probe_FieldSubPathValue
type ProbePathSelectorSpecLocationDiscoveryType ¶
type ProbePathSelectorSpecLocationDiscoveryType struct{}
func (ProbePathSelectorSpecLocationDiscoveryType) FieldPath ¶
func (ProbePathSelectorSpecLocationDiscoveryType) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecLocationDiscoveryType) WithArrayOfValues ¶
func (s ProbePathSelectorSpecLocationDiscoveryType) WithArrayOfValues(values []common.LocationDiscoverySpec_Type) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecLocationDiscoveryType) WithValue ¶
func (s ProbePathSelectorSpecLocationDiscoveryType) WithValue(value common.LocationDiscoverySpec_Type) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocation ¶
type ProbePathSelectorSpecPrimaryLocation struct{}
func (ProbePathSelectorSpecPrimaryLocation) AdminHierarchy ¶
func (ProbePathSelectorSpecPrimaryLocation) AdminHierarchy() ProbePathSelectorSpecPrimaryLocationAdminHierarchy
func (ProbePathSelectorSpecPrimaryLocation) Coordinates ¶
func (ProbePathSelectorSpecPrimaryLocation) Coordinates() ProbePathSelectorSpecPrimaryLocationCoordinates
func (ProbePathSelectorSpecPrimaryLocation) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocation) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocation) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocation) WithArrayOfValues(values []*common.Location) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocation) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocation) WithValue(value *common.Location) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAccuracy ¶
type ProbePathSelectorSpecPrimaryLocationAccuracy struct{}
func (ProbePathSelectorSpecPrimaryLocationAccuracy) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAccuracy) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAccuracy) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAccuracy) WithArrayOfValues(values []float64) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAccuracy) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAccuracy) WithValue(value float64) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAddress ¶
type ProbePathSelectorSpecPrimaryLocationAddress struct{}
func (ProbePathSelectorSpecPrimaryLocationAddress) AdminArea1 ¶
func (ProbePathSelectorSpecPrimaryLocationAddress) AdminArea2 ¶
func (ProbePathSelectorSpecPrimaryLocationAddress) AdminArea3 ¶
func (ProbePathSelectorSpecPrimaryLocationAddress) AdminArea4 ¶
func (ProbePathSelectorSpecPrimaryLocationAddress) CountryCode ¶
func (ProbePathSelectorSpecPrimaryLocationAddress) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAddress) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAddress) PostalCode ¶
func (ProbePathSelectorSpecPrimaryLocationAddress) StreetAddress ¶
func (ProbePathSelectorSpecPrimaryLocationAddress) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAddress) WithArrayOfValues(values []*common.Address) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAddress) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAddress) WithValue(value *common.Address) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAddressAdminArea1 ¶
type ProbePathSelectorSpecPrimaryLocationAddressAdminArea1 struct{}
func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea1) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea1) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea1) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAddressAdminArea1) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAddressAdminArea2 ¶
type ProbePathSelectorSpecPrimaryLocationAddressAdminArea2 struct{}
func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea2) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea2) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea2) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAddressAdminArea2) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAddressAdminArea3 ¶
type ProbePathSelectorSpecPrimaryLocationAddressAdminArea3 struct{}
func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea3) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea3) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea3) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAddressAdminArea3) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAddressAdminArea4 ¶
type ProbePathSelectorSpecPrimaryLocationAddressAdminArea4 struct{}
func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea4) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea4) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAddressAdminArea4) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAddressAdminArea4) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAddressContinent ¶
type ProbePathSelectorSpecPrimaryLocationAddressContinent struct{}
func (ProbePathSelectorSpecPrimaryLocationAddressContinent) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAddressContinent) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAddressContinent) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAddressContinent) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAddressContinent) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAddressContinent) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAddressCountry ¶
type ProbePathSelectorSpecPrimaryLocationAddressCountry struct{}
func (ProbePathSelectorSpecPrimaryLocationAddressCountry) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAddressCountry) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAddressCountry) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAddressCountry) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAddressCountry) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAddressCountry) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAddressCountryCode ¶
type ProbePathSelectorSpecPrimaryLocationAddressCountryCode struct{}
func (ProbePathSelectorSpecPrimaryLocationAddressCountryCode) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAddressCountryCode) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAddressCountryCode) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAddressCountryCode) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAddressCountryCode) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAddressCountryCode) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAddressPostalCode ¶
type ProbePathSelectorSpecPrimaryLocationAddressPostalCode struct{}
func (ProbePathSelectorSpecPrimaryLocationAddressPostalCode) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAddressPostalCode) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAddressPostalCode) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAddressPostalCode) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAddressPostalCode) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAddressPostalCode) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAddressStreetAddress ¶
type ProbePathSelectorSpecPrimaryLocationAddressStreetAddress struct{}
func (ProbePathSelectorSpecPrimaryLocationAddressStreetAddress) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAddressStreetAddress) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAddressStreetAddress) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAddressStreetAddress) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAdminHierarchy ¶
type ProbePathSelectorSpecPrimaryLocationAdminHierarchy struct{}
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchy) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchy) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchy) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchy) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1 ¶
type ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1 struct{}
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2 ¶
type ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2 struct{}
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3 ¶
type ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3 struct{}
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4 ¶
type ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4 struct{}
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5 ¶
type ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5 struct{}
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAdminHierarchyContinent ¶
type ProbePathSelectorSpecPrimaryLocationAdminHierarchyContinent struct{}
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyContinent) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyContinent) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyContinent) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationAdminHierarchyCountry ¶
type ProbePathSelectorSpecPrimaryLocationAdminHierarchyCountry struct{}
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyCountry) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyCountry) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationAdminHierarchyCountry) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorSpecPrimaryLocationCoordinates ¶
type ProbePathSelectorSpecPrimaryLocationCoordinates struct{}
func (ProbePathSelectorSpecPrimaryLocationCoordinates) FieldPath ¶
func (ProbePathSelectorSpecPrimaryLocationCoordinates) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecPrimaryLocationCoordinates) WithArrayOfValues ¶
func (s ProbePathSelectorSpecPrimaryLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecPrimaryLocationCoordinates) WithValue ¶
func (s ProbePathSelectorSpecPrimaryLocationCoordinates) WithValue(value *latlng.LatLng) *Probe_FieldSubPathValue
type ProbePathSelectorSpecProbeGroup ¶
type ProbePathSelectorSpecProbeGroup struct{}
func (ProbePathSelectorSpecProbeGroup) FieldPath ¶
func (ProbePathSelectorSpecProbeGroup) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecProbeGroup) WithArrayOfValues ¶
func (s ProbePathSelectorSpecProbeGroup) WithArrayOfValues(values []*probe_group.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecProbeGroup) WithValue ¶
func (s ProbePathSelectorSpecProbeGroup) WithValue(value *probe_group.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorSpecTargetServers ¶
type ProbePathSelectorSpecTargetServers struct{}
func (ProbePathSelectorSpecTargetServers) FieldPath ¶
func (ProbePathSelectorSpecTargetServers) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecTargetServers) IcmpTarget ¶
func (ProbePathSelectorSpecTargetServers) IcmpTarget() ProbePathSelectorSpecTargetServersIcmpTarget
func (ProbePathSelectorSpecTargetServers) SpeedTestTarget ¶
func (ProbePathSelectorSpecTargetServers) SpeedTestTarget() ProbePathSelectorSpecTargetServersSpeedTestTarget
func (ProbePathSelectorSpecTargetServers) TargetAddressType ¶ added in v0.4.30
func (ProbePathSelectorSpecTargetServers) TargetAddressType() ProbePathSelectorSpecTargetServersTargetAddressType
func (ProbePathSelectorSpecTargetServers) TargetIpVersion ¶ added in v0.7.4
func (ProbePathSelectorSpecTargetServers) TargetIpVersion() ProbePathSelectorSpecTargetServersTargetIpVersion
func (ProbePathSelectorSpecTargetServers) UdpTarget ¶
func (ProbePathSelectorSpecTargetServers) UdpTarget() ProbePathSelectorSpecTargetServersUdpTarget
func (ProbePathSelectorSpecTargetServers) WithArrayOfValues ¶
func (s ProbePathSelectorSpecTargetServers) WithArrayOfValues(values []*Probe_Spec_TargetServers) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecTargetServers) WithValue ¶
func (s ProbePathSelectorSpecTargetServers) WithValue(value *Probe_Spec_TargetServers) *Probe_FieldSubPathValue
type ProbePathSelectorSpecTargetServersIcmpTarget ¶
type ProbePathSelectorSpecTargetServersIcmpTarget struct{}
func (ProbePathSelectorSpecTargetServersIcmpTarget) FieldPath ¶
func (ProbePathSelectorSpecTargetServersIcmpTarget) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecTargetServersIcmpTarget) WithArrayOfValues ¶
func (s ProbePathSelectorSpecTargetServersIcmpTarget) WithArrayOfValues(values []*Probe_Spec_TargetServers_IcmpTarget) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecTargetServersIcmpTarget) WithValue ¶
func (s ProbePathSelectorSpecTargetServersIcmpTarget) WithValue(value *Probe_Spec_TargetServers_IcmpTarget) *Probe_FieldSubPathValue
type ProbePathSelectorSpecTargetServersIcmpTargetEnabled ¶
type ProbePathSelectorSpecTargetServersIcmpTargetEnabled struct{}
func (ProbePathSelectorSpecTargetServersIcmpTargetEnabled) FieldPath ¶
func (ProbePathSelectorSpecTargetServersIcmpTargetEnabled) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecTargetServersIcmpTargetEnabled) WithArrayOfValues ¶
func (s ProbePathSelectorSpecTargetServersIcmpTargetEnabled) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecTargetServersIcmpTargetEnabled) WithValue ¶
func (s ProbePathSelectorSpecTargetServersIcmpTargetEnabled) WithValue(value bool) *Probe_FieldSubPathValue
type ProbePathSelectorSpecTargetServersSpeedTestTarget ¶
type ProbePathSelectorSpecTargetServersSpeedTestTarget struct{}
func (ProbePathSelectorSpecTargetServersSpeedTestTarget) FieldPath ¶
func (ProbePathSelectorSpecTargetServersSpeedTestTarget) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecTargetServersSpeedTestTarget) WithArrayOfValues ¶
func (s ProbePathSelectorSpecTargetServersSpeedTestTarget) WithArrayOfValues(values []*Probe_Spec_TargetServers_SpeedTestTarget) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecTargetServersSpeedTestTarget) WithValue ¶
func (s ProbePathSelectorSpecTargetServersSpeedTestTarget) WithValue(value *Probe_Spec_TargetServers_SpeedTestTarget) *Probe_FieldSubPathValue
type ProbePathSelectorSpecTargetServersSpeedTestTargetEnabled ¶
type ProbePathSelectorSpecTargetServersSpeedTestTargetEnabled struct{}
func (ProbePathSelectorSpecTargetServersSpeedTestTargetEnabled) FieldPath ¶
func (ProbePathSelectorSpecTargetServersSpeedTestTargetEnabled) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecTargetServersSpeedTestTargetEnabled) WithArrayOfValues ¶
func (s ProbePathSelectorSpecTargetServersSpeedTestTargetEnabled) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecTargetServersSpeedTestTargetEnabled) WithValue ¶
func (s ProbePathSelectorSpecTargetServersSpeedTestTargetEnabled) WithValue(value bool) *Probe_FieldSubPathValue
type ProbePathSelectorSpecTargetServersSpeedTestTargetTcpPort ¶
type ProbePathSelectorSpecTargetServersSpeedTestTargetTcpPort struct{}
func (ProbePathSelectorSpecTargetServersSpeedTestTargetTcpPort) FieldPath ¶
func (ProbePathSelectorSpecTargetServersSpeedTestTargetTcpPort) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecTargetServersSpeedTestTargetTcpPort) WithArrayOfValues ¶
func (s ProbePathSelectorSpecTargetServersSpeedTestTargetTcpPort) WithArrayOfValues(values []int32) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecTargetServersSpeedTestTargetTcpPort) WithValue ¶
func (s ProbePathSelectorSpecTargetServersSpeedTestTargetTcpPort) WithValue(value int32) *Probe_FieldSubPathValue
type ProbePathSelectorSpecTargetServersTargetAddressType ¶ added in v0.4.30
type ProbePathSelectorSpecTargetServersTargetAddressType struct{}
func (ProbePathSelectorSpecTargetServersTargetAddressType) FieldPath ¶ added in v0.4.30
func (ProbePathSelectorSpecTargetServersTargetAddressType) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecTargetServersTargetAddressType) WithArrayOfValues ¶ added in v0.4.30
func (s ProbePathSelectorSpecTargetServersTargetAddressType) WithArrayOfValues(values []Probe_Spec_TargetServers_TargetIPAddressType) *Probe_FieldSubPathArrayOfValues
type ProbePathSelectorSpecTargetServersTargetIpVersion ¶ added in v0.7.4
type ProbePathSelectorSpecTargetServersTargetIpVersion struct{}
func (ProbePathSelectorSpecTargetServersTargetIpVersion) FieldPath ¶ added in v0.7.4
func (ProbePathSelectorSpecTargetServersTargetIpVersion) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecTargetServersTargetIpVersion) WithArrayOfValues ¶ added in v0.7.4
func (s ProbePathSelectorSpecTargetServersTargetIpVersion) WithArrayOfValues(values []common.IpVersion) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecTargetServersTargetIpVersion) WithValue ¶ added in v0.7.4
func (s ProbePathSelectorSpecTargetServersTargetIpVersion) WithValue(value common.IpVersion) *Probe_FieldSubPathValue
type ProbePathSelectorSpecTargetServersUdpTarget ¶
type ProbePathSelectorSpecTargetServersUdpTarget struct{}
func (ProbePathSelectorSpecTargetServersUdpTarget) FieldPath ¶
func (ProbePathSelectorSpecTargetServersUdpTarget) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecTargetServersUdpTarget) WithArrayOfValues ¶
func (s ProbePathSelectorSpecTargetServersUdpTarget) WithArrayOfValues(values []*Probe_Spec_TargetServers_UdpTarget) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecTargetServersUdpTarget) WithValue ¶
func (s ProbePathSelectorSpecTargetServersUdpTarget) WithValue(value *Probe_Spec_TargetServers_UdpTarget) *Probe_FieldSubPathValue
type ProbePathSelectorSpecTargetServersUdpTargetEnabled ¶
type ProbePathSelectorSpecTargetServersUdpTargetEnabled struct{}
func (ProbePathSelectorSpecTargetServersUdpTargetEnabled) FieldPath ¶
func (ProbePathSelectorSpecTargetServersUdpTargetEnabled) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecTargetServersUdpTargetEnabled) WithArrayOfValues ¶
func (s ProbePathSelectorSpecTargetServersUdpTargetEnabled) WithArrayOfValues(values []bool) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecTargetServersUdpTargetEnabled) WithValue ¶
func (s ProbePathSelectorSpecTargetServersUdpTargetEnabled) WithValue(value bool) *Probe_FieldSubPathValue
type ProbePathSelectorSpecTargetServersUdpTargetPort ¶
type ProbePathSelectorSpecTargetServersUdpTargetPort struct{}
func (ProbePathSelectorSpecTargetServersUdpTargetPort) FieldPath ¶
func (ProbePathSelectorSpecTargetServersUdpTargetPort) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorSpecTargetServersUdpTargetPort) WithArrayOfValues ¶
func (s ProbePathSelectorSpecTargetServersUdpTargetPort) WithArrayOfValues(values []int32) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorSpecTargetServersUdpTargetPort) WithValue ¶
func (s ProbePathSelectorSpecTargetServersUdpTargetPort) WithValue(value int32) *Probe_FieldSubPathValue
type ProbePathSelectorStatus ¶
type ProbePathSelectorStatus struct{}
func (ProbePathSelectorStatus) Activation ¶
func (ProbePathSelectorStatus) Activation() ProbePathSelectorStatusActivation
func (ProbePathSelectorStatus) ActiveLocation ¶
func (ProbePathSelectorStatus) ActiveLocation() ProbePathSelectorStatusActiveLocation
func (ProbePathSelectorStatus) AgentType ¶
func (ProbePathSelectorStatus) AgentType() ProbePathSelectorStatusAgentType
func (ProbePathSelectorStatus) AsInfo ¶
func (ProbePathSelectorStatus) AsInfo() ProbePathSelectorStatusAsInfo
func (ProbePathSelectorStatus) Bandwidth ¶
func (ProbePathSelectorStatus) Bandwidth() ProbePathSelectorStatusBandwidth
func (ProbePathSelectorStatus) Carrier ¶
func (ProbePathSelectorStatus) Carrier() ProbePathSelectorStatusCarrier
func (ProbePathSelectorStatus) Connection ¶
func (ProbePathSelectorStatus) Connection() ProbePathSelectorStatusConnection
func (ProbePathSelectorStatus) ConnectionStatusChangeTime ¶
func (ProbePathSelectorStatus) ConnectionStatusChangeTime() ProbePathSelectorStatusConnectionStatusChangeTime
func (ProbePathSelectorStatus) DiscoveredLocation ¶
func (ProbePathSelectorStatus) DiscoveredLocation() ProbePathSelectorStatusDiscoveredLocation
func (ProbePathSelectorStatus) ExternalHostname ¶
func (ProbePathSelectorStatus) ExternalHostname() ProbePathSelectorStatusExternalHostname
func (ProbePathSelectorStatus) ExternalIpAddressV4 ¶
func (ProbePathSelectorStatus) ExternalIpAddressV4() ProbePathSelectorStatusExternalIpAddressV4
func (ProbePathSelectorStatus) ExternalIpAddressV6 ¶
func (ProbePathSelectorStatus) ExternalIpAddressV6() ProbePathSelectorStatusExternalIpAddressV6
func (ProbePathSelectorStatus) FieldPath ¶
func (ProbePathSelectorStatus) FieldPath() *Probe_FieldTerminalPath
func (ProbePathSelectorStatus) NetworkInterfaces ¶
func (ProbePathSelectorStatus) NetworkInterfaces() ProbePathSelectorStatusNetworkInterfaces
func (ProbePathSelectorStatus) SoftwareVersion ¶
func (ProbePathSelectorStatus) SoftwareVersion() ProbePathSelectorStatusSoftwareVersion
func (ProbePathSelectorStatus) SystemInfo ¶
func (ProbePathSelectorStatus) SystemInfo() ProbePathSelectorStatusSystemInfo
func (ProbePathSelectorStatus) WithArrayOfValues ¶
func (s ProbePathSelectorStatus) WithArrayOfValues(values []*Probe_Status) *Probe_FieldTerminalPathArrayOfValues
func (ProbePathSelectorStatus) WithSubArrayItemValue ¶
func (s ProbePathSelectorStatus) WithSubArrayItemValue(subPathArrayItemValue ProbeStatus_FieldPathArrayItemValue) *Probe_FieldSubPathArrayItemValue
func (ProbePathSelectorStatus) WithSubArrayOfValues ¶
func (s ProbePathSelectorStatus) WithSubArrayOfValues(subPathArrayOfValues ProbeStatus_FieldPathArrayOfValues) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatus) WithSubPath ¶
func (ProbePathSelectorStatus) WithSubPath(subPath ProbeStatus_FieldPath) *Probe_FieldSubPath
func (ProbePathSelectorStatus) WithSubValue ¶
func (s ProbePathSelectorStatus) WithSubValue(subPathValue ProbeStatus_FieldPathValue) *Probe_FieldSubPathValue
func (ProbePathSelectorStatus) WithValue ¶
func (s ProbePathSelectorStatus) WithValue(value *Probe_Status) *Probe_FieldTerminalPathValue
type ProbePathSelectorStatusActivation ¶
type ProbePathSelectorStatusActivation struct{}
func (ProbePathSelectorStatusActivation) CurrentSession ¶
func (ProbePathSelectorStatusActivation) CurrentSession() ProbePathSelectorStatusActivationCurrentSession
func (ProbePathSelectorStatusActivation) FieldPath ¶
func (ProbePathSelectorStatusActivation) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActivation) LastInvitation ¶
func (ProbePathSelectorStatusActivation) LastInvitation() ProbePathSelectorStatusActivationLastInvitation
func (ProbePathSelectorStatusActivation) ServiceAccount ¶
func (ProbePathSelectorStatusActivation) ServiceAccount() ProbePathSelectorStatusActivationServiceAccount
func (ProbePathSelectorStatusActivation) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActivation) WithArrayOfValues(values []*Probe_Status_ActivationState) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActivation) WithValue ¶
func (s ProbePathSelectorStatusActivation) WithValue(value *Probe_Status_ActivationState) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActivationCurrentSession ¶
type ProbePathSelectorStatusActivationCurrentSession struct{}
func (ProbePathSelectorStatusActivationCurrentSession) ClientCookie ¶
func (ProbePathSelectorStatusActivationCurrentSession) FieldPath ¶
func (ProbePathSelectorStatusActivationCurrentSession) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActivationCurrentSession) LockDeadline ¶
func (ProbePathSelectorStatusActivationCurrentSession) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActivationCurrentSession) WithArrayOfValues(values []*Probe_Status_ActivationState_Session) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActivationCurrentSession) WithValue ¶
func (s ProbePathSelectorStatusActivationCurrentSession) WithValue(value *Probe_Status_ActivationState_Session) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActivationCurrentSessionClientCookie ¶
type ProbePathSelectorStatusActivationCurrentSessionClientCookie struct{}
func (ProbePathSelectorStatusActivationCurrentSessionClientCookie) FieldPath ¶
func (ProbePathSelectorStatusActivationCurrentSessionClientCookie) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActivationCurrentSessionClientCookie) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActivationCurrentSessionClientCookie) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActivationCurrentSessionClientCookie) WithValue ¶
func (s ProbePathSelectorStatusActivationCurrentSessionClientCookie) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActivationCurrentSessionLockDeadline ¶
type ProbePathSelectorStatusActivationCurrentSessionLockDeadline struct{}
func (ProbePathSelectorStatusActivationCurrentSessionLockDeadline) FieldPath ¶
func (ProbePathSelectorStatusActivationCurrentSessionLockDeadline) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActivationCurrentSessionLockDeadline) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActivationCurrentSessionLockDeadline) WithArrayOfValues(values []*timestamp.Timestamp) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActivationCurrentSessionLockDeadline) WithValue ¶
func (s ProbePathSelectorStatusActivationCurrentSessionLockDeadline) WithValue(value *timestamp.Timestamp) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActivationLastInvitation ¶
type ProbePathSelectorStatusActivationLastInvitation struct{}
func (ProbePathSelectorStatusActivationLastInvitation) FieldPath ¶
func (ProbePathSelectorStatusActivationLastInvitation) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActivationLastInvitation) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActivationLastInvitation) WithArrayOfValues(values []*Probe_Status_ActivationState_InvitationState) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActivationLastInvitation) WithValue ¶
func (s ProbePathSelectorStatusActivationLastInvitation) WithValue(value *Probe_Status_ActivationState_InvitationState) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActivationLastInvitationSender ¶
type ProbePathSelectorStatusActivationLastInvitationSender struct{}
func (ProbePathSelectorStatusActivationLastInvitationSender) FieldPath ¶
func (ProbePathSelectorStatusActivationLastInvitationSender) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActivationLastInvitationSender) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActivationLastInvitationSender) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActivationLastInvitationSender) WithValue ¶
func (s ProbePathSelectorStatusActivationLastInvitationSender) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActivationLastInvitationSentDate ¶
type ProbePathSelectorStatusActivationLastInvitationSentDate struct{}
func (ProbePathSelectorStatusActivationLastInvitationSentDate) FieldPath ¶
func (ProbePathSelectorStatusActivationLastInvitationSentDate) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActivationLastInvitationSentDate) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActivationLastInvitationSentDate) WithArrayOfValues(values []*timestamp.Timestamp) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActivationLastInvitationSentDate) WithValue ¶
func (s ProbePathSelectorStatusActivationLastInvitationSentDate) WithValue(value *timestamp.Timestamp) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActivationServiceAccount ¶
type ProbePathSelectorStatusActivationServiceAccount struct{}
func (ProbePathSelectorStatusActivationServiceAccount) FieldPath ¶
func (ProbePathSelectorStatusActivationServiceAccount) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActivationServiceAccount) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActivationServiceAccount) WithArrayOfValues(values []*iam_service_account.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActivationServiceAccount) WithValue ¶
func (s ProbePathSelectorStatusActivationServiceAccount) WithValue(value *iam_service_account.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActivationStatus ¶
type ProbePathSelectorStatusActivationStatus struct{}
func (ProbePathSelectorStatusActivationStatus) FieldPath ¶
func (ProbePathSelectorStatusActivationStatus) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActivationStatus) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActivationStatus) WithArrayOfValues(values []Probe_Status_ActivationState_Status) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActivationStatus) WithValue ¶
func (s ProbePathSelectorStatusActivationStatus) WithValue(value Probe_Status_ActivationState_Status) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocation ¶
type ProbePathSelectorStatusActiveLocation struct{}
func (ProbePathSelectorStatusActiveLocation) AdminHierarchy ¶
func (ProbePathSelectorStatusActiveLocation) AdminHierarchy() ProbePathSelectorStatusActiveLocationAdminHierarchy
func (ProbePathSelectorStatusActiveLocation) Coordinates ¶
func (ProbePathSelectorStatusActiveLocation) Coordinates() ProbePathSelectorStatusActiveLocationCoordinates
func (ProbePathSelectorStatusActiveLocation) FieldPath ¶
func (ProbePathSelectorStatusActiveLocation) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocation) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocation) WithArrayOfValues(values []*common.Location) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocation) WithValue ¶
func (s ProbePathSelectorStatusActiveLocation) WithValue(value *common.Location) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAccuracy ¶
type ProbePathSelectorStatusActiveLocationAccuracy struct{}
func (ProbePathSelectorStatusActiveLocationAccuracy) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAccuracy) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAccuracy) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAccuracy) WithArrayOfValues(values []float64) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAccuracy) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAccuracy) WithValue(value float64) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAddress ¶
type ProbePathSelectorStatusActiveLocationAddress struct{}
func (ProbePathSelectorStatusActiveLocationAddress) AdminArea1 ¶
func (ProbePathSelectorStatusActiveLocationAddress) AdminArea2 ¶
func (ProbePathSelectorStatusActiveLocationAddress) AdminArea3 ¶
func (ProbePathSelectorStatusActiveLocationAddress) AdminArea4 ¶
func (ProbePathSelectorStatusActiveLocationAddress) CountryCode ¶
func (ProbePathSelectorStatusActiveLocationAddress) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAddress) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAddress) PostalCode ¶
func (ProbePathSelectorStatusActiveLocationAddress) StreetAddress ¶
func (ProbePathSelectorStatusActiveLocationAddress) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAddress) WithArrayOfValues(values []*common.Address) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAddress) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAddress) WithValue(value *common.Address) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAddressAdminArea1 ¶
type ProbePathSelectorStatusActiveLocationAddressAdminArea1 struct{}
func (ProbePathSelectorStatusActiveLocationAddressAdminArea1) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAddressAdminArea1) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAddressAdminArea1) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAddressAdminArea1) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAddressAdminArea1) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAddressAdminArea1) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAddressAdminArea2 ¶
type ProbePathSelectorStatusActiveLocationAddressAdminArea2 struct{}
func (ProbePathSelectorStatusActiveLocationAddressAdminArea2) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAddressAdminArea2) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAddressAdminArea2) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAddressAdminArea2) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAddressAdminArea2) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAddressAdminArea2) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAddressAdminArea3 ¶
type ProbePathSelectorStatusActiveLocationAddressAdminArea3 struct{}
func (ProbePathSelectorStatusActiveLocationAddressAdminArea3) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAddressAdminArea3) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAddressAdminArea3) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAddressAdminArea3) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAddressAdminArea3) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAddressAdminArea3) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAddressAdminArea4 ¶
type ProbePathSelectorStatusActiveLocationAddressAdminArea4 struct{}
func (ProbePathSelectorStatusActiveLocationAddressAdminArea4) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAddressAdminArea4) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAddressAdminArea4) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAddressAdminArea4) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAddressAdminArea4) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAddressAdminArea4) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAddressContinent ¶
type ProbePathSelectorStatusActiveLocationAddressContinent struct{}
func (ProbePathSelectorStatusActiveLocationAddressContinent) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAddressContinent) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAddressContinent) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAddressContinent) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAddressContinent) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAddressContinent) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAddressCountry ¶
type ProbePathSelectorStatusActiveLocationAddressCountry struct{}
func (ProbePathSelectorStatusActiveLocationAddressCountry) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAddressCountry) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAddressCountry) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAddressCountry) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAddressCountry) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAddressCountry) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAddressCountryCode ¶
type ProbePathSelectorStatusActiveLocationAddressCountryCode struct{}
func (ProbePathSelectorStatusActiveLocationAddressCountryCode) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAddressCountryCode) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAddressCountryCode) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAddressCountryCode) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAddressCountryCode) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAddressCountryCode) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAddressPostalCode ¶
type ProbePathSelectorStatusActiveLocationAddressPostalCode struct{}
func (ProbePathSelectorStatusActiveLocationAddressPostalCode) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAddressPostalCode) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAddressPostalCode) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAddressPostalCode) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAddressPostalCode) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAddressPostalCode) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAddressStreetAddress ¶
type ProbePathSelectorStatusActiveLocationAddressStreetAddress struct{}
func (ProbePathSelectorStatusActiveLocationAddressStreetAddress) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAddressStreetAddress) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAddressStreetAddress) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAddressStreetAddress) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAddressStreetAddress) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAddressStreetAddress) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAdminHierarchy ¶
type ProbePathSelectorStatusActiveLocationAdminHierarchy struct{}
func (ProbePathSelectorStatusActiveLocationAdminHierarchy) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAdminHierarchy) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAdminHierarchy) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAdminHierarchy) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin1 ¶
type ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin1 struct{}
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin1) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin1) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin1) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin1) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin2 ¶
type ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin2 struct{}
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin2) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin2) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin2) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin2) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin3 ¶
type ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin3 struct{}
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin3) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin3) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin3) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin3) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin4 ¶
type ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin4 struct{}
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin4) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin4) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin4) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin4) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin5 ¶
type ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin5 struct{}
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin5) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin5) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin5) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin5) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAdminHierarchyContinent ¶
type ProbePathSelectorStatusActiveLocationAdminHierarchyContinent struct{}
func (ProbePathSelectorStatusActiveLocationAdminHierarchyContinent) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAdminHierarchyContinent) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAdminHierarchyContinent) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAdminHierarchyContinent) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationAdminHierarchyCountry ¶
type ProbePathSelectorStatusActiveLocationAdminHierarchyCountry struct{}
func (ProbePathSelectorStatusActiveLocationAdminHierarchyCountry) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationAdminHierarchyCountry) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationAdminHierarchyCountry) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationAdminHierarchyCountry) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorStatusActiveLocationCoordinates ¶
type ProbePathSelectorStatusActiveLocationCoordinates struct{}
func (ProbePathSelectorStatusActiveLocationCoordinates) FieldPath ¶
func (ProbePathSelectorStatusActiveLocationCoordinates) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusActiveLocationCoordinates) WithArrayOfValues ¶
func (s ProbePathSelectorStatusActiveLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusActiveLocationCoordinates) WithValue ¶
func (s ProbePathSelectorStatusActiveLocationCoordinates) WithValue(value *latlng.LatLng) *Probe_FieldSubPathValue
type ProbePathSelectorStatusAgentType ¶
type ProbePathSelectorStatusAgentType struct{}
func (ProbePathSelectorStatusAgentType) FieldPath ¶
func (ProbePathSelectorStatusAgentType) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusAgentType) WithArrayOfValues ¶
func (s ProbePathSelectorStatusAgentType) WithArrayOfValues(values []Probe_AgentType) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusAgentType) WithValue ¶
func (s ProbePathSelectorStatusAgentType) WithValue(value Probe_AgentType) *Probe_FieldSubPathValue
type ProbePathSelectorStatusAsInfo ¶
type ProbePathSelectorStatusAsInfo struct{}
func (ProbePathSelectorStatusAsInfo) AsnType ¶
func (ProbePathSelectorStatusAsInfo) AsnType() ProbePathSelectorStatusAsInfoAsnType
func (ProbePathSelectorStatusAsInfo) Domain ¶
func (ProbePathSelectorStatusAsInfo) Domain() ProbePathSelectorStatusAsInfoDomain
func (ProbePathSelectorStatusAsInfo) FieldPath ¶
func (ProbePathSelectorStatusAsInfo) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusAsInfo) Routes ¶
func (ProbePathSelectorStatusAsInfo) Routes() ProbePathSelectorStatusAsInfoRoutes
func (ProbePathSelectorStatusAsInfo) WithArrayOfValues ¶
func (s ProbePathSelectorStatusAsInfo) WithArrayOfValues(values []*common.ASInfo) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusAsInfo) WithValue ¶
func (s ProbePathSelectorStatusAsInfo) WithValue(value *common.ASInfo) *Probe_FieldSubPathValue
type ProbePathSelectorStatusAsInfoAsn ¶
type ProbePathSelectorStatusAsInfoAsn struct{}
func (ProbePathSelectorStatusAsInfoAsn) FieldPath ¶
func (ProbePathSelectorStatusAsInfoAsn) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusAsInfoAsn) WithArrayOfValues ¶
func (s ProbePathSelectorStatusAsInfoAsn) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusAsInfoAsn) WithValue ¶
func (s ProbePathSelectorStatusAsInfoAsn) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusAsInfoAsnType ¶
type ProbePathSelectorStatusAsInfoAsnType struct{}
func (ProbePathSelectorStatusAsInfoAsnType) FieldPath ¶
func (ProbePathSelectorStatusAsInfoAsnType) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusAsInfoAsnType) WithArrayOfValues ¶
func (s ProbePathSelectorStatusAsInfoAsnType) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusAsInfoAsnType) WithValue ¶
func (s ProbePathSelectorStatusAsInfoAsnType) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusAsInfoDomain ¶
type ProbePathSelectorStatusAsInfoDomain struct{}
func (ProbePathSelectorStatusAsInfoDomain) FieldPath ¶
func (ProbePathSelectorStatusAsInfoDomain) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusAsInfoDomain) WithArrayOfValues ¶
func (s ProbePathSelectorStatusAsInfoDomain) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusAsInfoDomain) WithValue ¶
func (s ProbePathSelectorStatusAsInfoDomain) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusAsInfoName ¶
type ProbePathSelectorStatusAsInfoName struct{}
func (ProbePathSelectorStatusAsInfoName) FieldPath ¶
func (ProbePathSelectorStatusAsInfoName) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusAsInfoName) WithArrayOfValues ¶
func (s ProbePathSelectorStatusAsInfoName) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusAsInfoName) WithValue ¶
func (s ProbePathSelectorStatusAsInfoName) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusAsInfoRoutes ¶
type ProbePathSelectorStatusAsInfoRoutes struct{}
func (ProbePathSelectorStatusAsInfoRoutes) FieldPath ¶
func (ProbePathSelectorStatusAsInfoRoutes) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusAsInfoRoutes) WithArrayOfValues ¶
func (s ProbePathSelectorStatusAsInfoRoutes) WithArrayOfValues(values [][]string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusAsInfoRoutes) WithItemValue ¶
func (s ProbePathSelectorStatusAsInfoRoutes) WithItemValue(value string) *Probe_FieldSubPathArrayItemValue
func (ProbePathSelectorStatusAsInfoRoutes) WithValue ¶
func (s ProbePathSelectorStatusAsInfoRoutes) WithValue(value []string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusBandwidth ¶
type ProbePathSelectorStatusBandwidth struct{}
func (ProbePathSelectorStatusBandwidth) DownloadMbps ¶
func (ProbePathSelectorStatusBandwidth) DownloadMbps() ProbePathSelectorStatusBandwidthDownloadMbps
func (ProbePathSelectorStatusBandwidth) FieldPath ¶
func (ProbePathSelectorStatusBandwidth) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusBandwidth) LastReported ¶
func (ProbePathSelectorStatusBandwidth) LastReported() ProbePathSelectorStatusBandwidthLastReported
func (ProbePathSelectorStatusBandwidth) ServerIpAddress ¶
func (ProbePathSelectorStatusBandwidth) ServerIpAddress() ProbePathSelectorStatusBandwidthServerIpAddress
func (ProbePathSelectorStatusBandwidth) TestServer ¶
func (ProbePathSelectorStatusBandwidth) TestServer() ProbePathSelectorStatusBandwidthTestServer
func (ProbePathSelectorStatusBandwidth) UploadMbps ¶
func (ProbePathSelectorStatusBandwidth) UploadMbps() ProbePathSelectorStatusBandwidthUploadMbps
func (ProbePathSelectorStatusBandwidth) WithArrayOfValues ¶
func (s ProbePathSelectorStatusBandwidth) WithArrayOfValues(values []*Probe_Status_Bandwidth) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusBandwidth) WithValue ¶
func (s ProbePathSelectorStatusBandwidth) WithValue(value *Probe_Status_Bandwidth) *Probe_FieldSubPathValue
type ProbePathSelectorStatusBandwidthDownloadMbps ¶
type ProbePathSelectorStatusBandwidthDownloadMbps struct{}
func (ProbePathSelectorStatusBandwidthDownloadMbps) FieldPath ¶
func (ProbePathSelectorStatusBandwidthDownloadMbps) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusBandwidthDownloadMbps) WithArrayOfValues ¶
func (s ProbePathSelectorStatusBandwidthDownloadMbps) WithArrayOfValues(values []float64) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusBandwidthDownloadMbps) WithValue ¶
func (s ProbePathSelectorStatusBandwidthDownloadMbps) WithValue(value float64) *Probe_FieldSubPathValue
type ProbePathSelectorStatusBandwidthLastReported ¶
type ProbePathSelectorStatusBandwidthLastReported struct{}
func (ProbePathSelectorStatusBandwidthLastReported) FieldPath ¶
func (ProbePathSelectorStatusBandwidthLastReported) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusBandwidthLastReported) WithArrayOfValues ¶
func (s ProbePathSelectorStatusBandwidthLastReported) WithArrayOfValues(values []*timestamp.Timestamp) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusBandwidthLastReported) WithValue ¶
func (s ProbePathSelectorStatusBandwidthLastReported) WithValue(value *timestamp.Timestamp) *Probe_FieldSubPathValue
type ProbePathSelectorStatusBandwidthServerIpAddress ¶
type ProbePathSelectorStatusBandwidthServerIpAddress struct{}
func (ProbePathSelectorStatusBandwidthServerIpAddress) FieldPath ¶
func (ProbePathSelectorStatusBandwidthServerIpAddress) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusBandwidthServerIpAddress) WithArrayOfValues ¶
func (s ProbePathSelectorStatusBandwidthServerIpAddress) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusBandwidthServerIpAddress) WithValue ¶
func (s ProbePathSelectorStatusBandwidthServerIpAddress) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusBandwidthTestServer ¶
type ProbePathSelectorStatusBandwidthTestServer struct{}
func (ProbePathSelectorStatusBandwidthTestServer) FieldPath ¶
func (ProbePathSelectorStatusBandwidthTestServer) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusBandwidthTestServer) WithArrayOfValues ¶
func (s ProbePathSelectorStatusBandwidthTestServer) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusBandwidthTestServer) WithValue ¶
func (s ProbePathSelectorStatusBandwidthTestServer) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusBandwidthUploadMbps ¶
type ProbePathSelectorStatusBandwidthUploadMbps struct{}
func (ProbePathSelectorStatusBandwidthUploadMbps) FieldPath ¶
func (ProbePathSelectorStatusBandwidthUploadMbps) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusBandwidthUploadMbps) WithArrayOfValues ¶
func (s ProbePathSelectorStatusBandwidthUploadMbps) WithArrayOfValues(values []float64) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusBandwidthUploadMbps) WithValue ¶
func (s ProbePathSelectorStatusBandwidthUploadMbps) WithValue(value float64) *Probe_FieldSubPathValue
type ProbePathSelectorStatusCarrier ¶
type ProbePathSelectorStatusCarrier struct{}
func (ProbePathSelectorStatusCarrier) FieldPath ¶
func (ProbePathSelectorStatusCarrier) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusCarrier) LocationAreaCode ¶
func (ProbePathSelectorStatusCarrier) LocationAreaCode() ProbePathSelectorStatusCarrierLocationAreaCode
func (ProbePathSelectorStatusCarrier) MobileCountryCode ¶
func (ProbePathSelectorStatusCarrier) MobileCountryCode() ProbePathSelectorStatusCarrierMobileCountryCode
func (ProbePathSelectorStatusCarrier) MobileNetworkCode ¶
func (ProbePathSelectorStatusCarrier) MobileNetworkCode() ProbePathSelectorStatusCarrierMobileNetworkCode
func (ProbePathSelectorStatusCarrier) WithArrayOfValues ¶
func (s ProbePathSelectorStatusCarrier) WithArrayOfValues(values []*common.Carrier) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusCarrier) WithValue ¶
func (s ProbePathSelectorStatusCarrier) WithValue(value *common.Carrier) *Probe_FieldSubPathValue
type ProbePathSelectorStatusCarrierLocationAreaCode ¶
type ProbePathSelectorStatusCarrierLocationAreaCode struct{}
func (ProbePathSelectorStatusCarrierLocationAreaCode) FieldPath ¶
func (ProbePathSelectorStatusCarrierLocationAreaCode) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusCarrierLocationAreaCode) WithArrayOfValues ¶
func (s ProbePathSelectorStatusCarrierLocationAreaCode) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusCarrierLocationAreaCode) WithValue ¶
func (s ProbePathSelectorStatusCarrierLocationAreaCode) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusCarrierMobileCountryCode ¶
type ProbePathSelectorStatusCarrierMobileCountryCode struct{}
func (ProbePathSelectorStatusCarrierMobileCountryCode) FieldPath ¶
func (ProbePathSelectorStatusCarrierMobileCountryCode) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusCarrierMobileCountryCode) WithArrayOfValues ¶
func (s ProbePathSelectorStatusCarrierMobileCountryCode) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusCarrierMobileCountryCode) WithValue ¶
func (s ProbePathSelectorStatusCarrierMobileCountryCode) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusCarrierMobileNetworkCode ¶
type ProbePathSelectorStatusCarrierMobileNetworkCode struct{}
func (ProbePathSelectorStatusCarrierMobileNetworkCode) FieldPath ¶
func (ProbePathSelectorStatusCarrierMobileNetworkCode) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusCarrierMobileNetworkCode) WithArrayOfValues ¶
func (s ProbePathSelectorStatusCarrierMobileNetworkCode) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusCarrierMobileNetworkCode) WithValue ¶
func (s ProbePathSelectorStatusCarrierMobileNetworkCode) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusCarrierName ¶
type ProbePathSelectorStatusCarrierName struct{}
func (ProbePathSelectorStatusCarrierName) FieldPath ¶
func (ProbePathSelectorStatusCarrierName) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusCarrierName) WithArrayOfValues ¶
func (s ProbePathSelectorStatusCarrierName) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusCarrierName) WithValue ¶
func (s ProbePathSelectorStatusCarrierName) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusConnection ¶
type ProbePathSelectorStatusConnection struct{}
func (ProbePathSelectorStatusConnection) FieldPath ¶
func (ProbePathSelectorStatusConnection) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusConnection) WithArrayOfValues ¶
func (s ProbePathSelectorStatusConnection) WithArrayOfValues(values []Probe_Status_ConnectionStatus) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusConnection) WithValue ¶
func (s ProbePathSelectorStatusConnection) WithValue(value Probe_Status_ConnectionStatus) *Probe_FieldSubPathValue
type ProbePathSelectorStatusConnectionStatusChangeTime ¶
type ProbePathSelectorStatusConnectionStatusChangeTime struct{}
func (ProbePathSelectorStatusConnectionStatusChangeTime) FieldPath ¶
func (ProbePathSelectorStatusConnectionStatusChangeTime) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusConnectionStatusChangeTime) WithArrayOfValues ¶
func (s ProbePathSelectorStatusConnectionStatusChangeTime) WithArrayOfValues(values []*timestamp.Timestamp) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusConnectionStatusChangeTime) WithValue ¶
func (s ProbePathSelectorStatusConnectionStatusChangeTime) WithValue(value *timestamp.Timestamp) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocation ¶
type ProbePathSelectorStatusDiscoveredLocation struct{}
func (ProbePathSelectorStatusDiscoveredLocation) AdminHierarchy ¶
func (ProbePathSelectorStatusDiscoveredLocation) AdminHierarchy() ProbePathSelectorStatusDiscoveredLocationAdminHierarchy
func (ProbePathSelectorStatusDiscoveredLocation) Coordinates ¶
func (ProbePathSelectorStatusDiscoveredLocation) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocation) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocation) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocation) WithArrayOfValues(values []*common.Location) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocation) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocation) WithValue(value *common.Location) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAccuracy ¶
type ProbePathSelectorStatusDiscoveredLocationAccuracy struct{}
func (ProbePathSelectorStatusDiscoveredLocationAccuracy) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAccuracy) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAccuracy) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAccuracy) WithArrayOfValues(values []float64) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAccuracy) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAccuracy) WithValue(value float64) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAddress ¶
type ProbePathSelectorStatusDiscoveredLocationAddress struct{}
func (ProbePathSelectorStatusDiscoveredLocationAddress) AdminArea1 ¶
func (ProbePathSelectorStatusDiscoveredLocationAddress) AdminArea2 ¶
func (ProbePathSelectorStatusDiscoveredLocationAddress) AdminArea3 ¶
func (ProbePathSelectorStatusDiscoveredLocationAddress) AdminArea4 ¶
func (ProbePathSelectorStatusDiscoveredLocationAddress) CountryCode ¶
func (ProbePathSelectorStatusDiscoveredLocationAddress) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAddress) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAddress) PostalCode ¶
func (ProbePathSelectorStatusDiscoveredLocationAddress) StreetAddress ¶
func (ProbePathSelectorStatusDiscoveredLocationAddress) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddress) WithArrayOfValues(values []*common.Address) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAddress) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddress) WithValue(value *common.Address) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAddressAdminArea1 ¶
type ProbePathSelectorStatusDiscoveredLocationAddressAdminArea1 struct{}
func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea1) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea1) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea1) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddressAdminArea1) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea1) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddressAdminArea1) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAddressAdminArea2 ¶
type ProbePathSelectorStatusDiscoveredLocationAddressAdminArea2 struct{}
func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea2) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea2) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea2) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddressAdminArea2) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea2) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddressAdminArea2) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAddressAdminArea3 ¶
type ProbePathSelectorStatusDiscoveredLocationAddressAdminArea3 struct{}
func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea3) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea3) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea3) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddressAdminArea3) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea3) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddressAdminArea3) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAddressAdminArea4 ¶
type ProbePathSelectorStatusDiscoveredLocationAddressAdminArea4 struct{}
func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea4) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea4) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea4) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddressAdminArea4) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAddressAdminArea4) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddressAdminArea4) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAddressContinent ¶
type ProbePathSelectorStatusDiscoveredLocationAddressContinent struct{}
func (ProbePathSelectorStatusDiscoveredLocationAddressContinent) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAddressContinent) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAddressContinent) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddressContinent) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAddressContinent) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddressContinent) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAddressCountry ¶
type ProbePathSelectorStatusDiscoveredLocationAddressCountry struct{}
func (ProbePathSelectorStatusDiscoveredLocationAddressCountry) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAddressCountry) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAddressCountry) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddressCountry) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAddressCountry) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddressCountry) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAddressCountryCode ¶
type ProbePathSelectorStatusDiscoveredLocationAddressCountryCode struct{}
func (ProbePathSelectorStatusDiscoveredLocationAddressCountryCode) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAddressCountryCode) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAddressCountryCode) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddressCountryCode) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAddressCountryCode) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddressCountryCode) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAddressPostalCode ¶
type ProbePathSelectorStatusDiscoveredLocationAddressPostalCode struct{}
func (ProbePathSelectorStatusDiscoveredLocationAddressPostalCode) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAddressPostalCode) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAddressPostalCode) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddressPostalCode) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAddressPostalCode) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddressPostalCode) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAddressStreetAddress ¶
type ProbePathSelectorStatusDiscoveredLocationAddressStreetAddress struct{}
func (ProbePathSelectorStatusDiscoveredLocationAddressStreetAddress) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAddressStreetAddress) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAddressStreetAddress) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddressStreetAddress) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAddressStreetAddress) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAddressStreetAddress) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAdminHierarchy ¶
type ProbePathSelectorStatusDiscoveredLocationAdminHierarchy struct{}
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchy) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchy) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchy) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchy) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin1 ¶
type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin1 struct{}
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin1) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin1) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin1) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin1) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin2 ¶
type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin2 struct{}
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin2) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin2) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin2) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin2) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin3 ¶
type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin3 struct{}
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin3) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin3) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin3) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin3) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin4 ¶
type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin4 struct{}
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin4) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin4) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin4) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin4) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin5 ¶
type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin5 struct{}
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin5) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin5) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin5) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin5) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyContinent ¶
type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyContinent struct{}
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyContinent) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyContinent) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyContinent) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyContinent) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyCountry ¶
type ProbePathSelectorStatusDiscoveredLocationAdminHierarchyCountry struct{}
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyCountry) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyCountry) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyCountry) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationAdminHierarchyCountry) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *Probe_FieldSubPathValue
type ProbePathSelectorStatusDiscoveredLocationCoordinates ¶
type ProbePathSelectorStatusDiscoveredLocationCoordinates struct{}
func (ProbePathSelectorStatusDiscoveredLocationCoordinates) FieldPath ¶
func (ProbePathSelectorStatusDiscoveredLocationCoordinates) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusDiscoveredLocationCoordinates) WithArrayOfValues ¶
func (s ProbePathSelectorStatusDiscoveredLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusDiscoveredLocationCoordinates) WithValue ¶
func (s ProbePathSelectorStatusDiscoveredLocationCoordinates) WithValue(value *latlng.LatLng) *Probe_FieldSubPathValue
type ProbePathSelectorStatusExternalHostname ¶
type ProbePathSelectorStatusExternalHostname struct{}
func (ProbePathSelectorStatusExternalHostname) FieldPath ¶
func (ProbePathSelectorStatusExternalHostname) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusExternalHostname) WithArrayOfValues ¶
func (s ProbePathSelectorStatusExternalHostname) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusExternalHostname) WithValue ¶
func (s ProbePathSelectorStatusExternalHostname) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusExternalIpAddressV4 ¶
type ProbePathSelectorStatusExternalIpAddressV4 struct{}
func (ProbePathSelectorStatusExternalIpAddressV4) FieldPath ¶
func (ProbePathSelectorStatusExternalIpAddressV4) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusExternalIpAddressV4) WithArrayOfValues ¶
func (s ProbePathSelectorStatusExternalIpAddressV4) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusExternalIpAddressV4) WithValue ¶
func (s ProbePathSelectorStatusExternalIpAddressV4) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusExternalIpAddressV6 ¶
type ProbePathSelectorStatusExternalIpAddressV6 struct{}
func (ProbePathSelectorStatusExternalIpAddressV6) FieldPath ¶
func (ProbePathSelectorStatusExternalIpAddressV6) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusExternalIpAddressV6) WithArrayOfValues ¶
func (s ProbePathSelectorStatusExternalIpAddressV6) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusExternalIpAddressV6) WithValue ¶
func (s ProbePathSelectorStatusExternalIpAddressV6) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusNetworkInterfaces ¶
type ProbePathSelectorStatusNetworkInterfaces struct{}
func (ProbePathSelectorStatusNetworkInterfaces) FieldPath ¶
func (ProbePathSelectorStatusNetworkInterfaces) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusNetworkInterfaces) WithArrayOfValues ¶
func (s ProbePathSelectorStatusNetworkInterfaces) WithArrayOfValues(values []map[string]*Probe_Status_NetworkInterface) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusNetworkInterfaces) WithValue ¶
func (s ProbePathSelectorStatusNetworkInterfaces) WithValue(value map[string]*Probe_Status_NetworkInterface) *Probe_FieldSubPathValue
type ProbePathSelectorStatusSoftwareVersion ¶
type ProbePathSelectorStatusSoftwareVersion struct{}
func (ProbePathSelectorStatusSoftwareVersion) FieldPath ¶
func (ProbePathSelectorStatusSoftwareVersion) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusSoftwareVersion) WithArrayOfValues ¶
func (s ProbePathSelectorStatusSoftwareVersion) WithArrayOfValues(values []*common.SoftwareVersion) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusSoftwareVersion) WithValue ¶
func (s ProbePathSelectorStatusSoftwareVersion) WithValue(value *common.SoftwareVersion) *Probe_FieldSubPathValue
type ProbePathSelectorStatusSoftwareVersionBuildDate ¶
type ProbePathSelectorStatusSoftwareVersionBuildDate struct{}
func (ProbePathSelectorStatusSoftwareVersionBuildDate) FieldPath ¶
func (ProbePathSelectorStatusSoftwareVersionBuildDate) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusSoftwareVersionBuildDate) WithArrayOfValues ¶
func (s ProbePathSelectorStatusSoftwareVersionBuildDate) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusSoftwareVersionBuildDate) WithValue ¶
func (s ProbePathSelectorStatusSoftwareVersionBuildDate) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusSoftwareVersionCommitId ¶
type ProbePathSelectorStatusSoftwareVersionCommitId struct{}
func (ProbePathSelectorStatusSoftwareVersionCommitId) FieldPath ¶
func (ProbePathSelectorStatusSoftwareVersionCommitId) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusSoftwareVersionCommitId) WithArrayOfValues ¶
func (s ProbePathSelectorStatusSoftwareVersionCommitId) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusSoftwareVersionCommitId) WithValue ¶
func (s ProbePathSelectorStatusSoftwareVersionCommitId) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusSoftwareVersionVersion ¶
type ProbePathSelectorStatusSoftwareVersionVersion struct{}
func (ProbePathSelectorStatusSoftwareVersionVersion) FieldPath ¶
func (ProbePathSelectorStatusSoftwareVersionVersion) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusSoftwareVersionVersion) WithArrayOfValues ¶
func (s ProbePathSelectorStatusSoftwareVersionVersion) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusSoftwareVersionVersion) WithValue ¶
func (s ProbePathSelectorStatusSoftwareVersionVersion) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusSystemInfo ¶
type ProbePathSelectorStatusSystemInfo struct{}
func (ProbePathSelectorStatusSystemInfo) Architecture ¶
func (ProbePathSelectorStatusSystemInfo) Architecture() ProbePathSelectorStatusSystemInfoArchitecture
func (ProbePathSelectorStatusSystemInfo) FieldPath ¶
func (ProbePathSelectorStatusSystemInfo) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusSystemInfo) HostName ¶
func (ProbePathSelectorStatusSystemInfo) HostName() ProbePathSelectorStatusSystemInfoHostName
func (ProbePathSelectorStatusSystemInfo) Manufacturer ¶
func (ProbePathSelectorStatusSystemInfo) Manufacturer() ProbePathSelectorStatusSystemInfoManufacturer
func (ProbePathSelectorStatusSystemInfo) Platform ¶
func (ProbePathSelectorStatusSystemInfo) Platform() ProbePathSelectorStatusSystemInfoPlatform
func (ProbePathSelectorStatusSystemInfo) SerialNumber ¶
func (ProbePathSelectorStatusSystemInfo) SerialNumber() ProbePathSelectorStatusSystemInfoSerialNumber
func (ProbePathSelectorStatusSystemInfo) WithArrayOfValues ¶
func (s ProbePathSelectorStatusSystemInfo) WithArrayOfValues(values []*Probe_Status_System) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusSystemInfo) WithValue ¶
func (s ProbePathSelectorStatusSystemInfo) WithValue(value *Probe_Status_System) *Probe_FieldSubPathValue
type ProbePathSelectorStatusSystemInfoArchitecture ¶
type ProbePathSelectorStatusSystemInfoArchitecture struct{}
func (ProbePathSelectorStatusSystemInfoArchitecture) FieldPath ¶
func (ProbePathSelectorStatusSystemInfoArchitecture) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusSystemInfoArchitecture) WithArrayOfValues ¶
func (s ProbePathSelectorStatusSystemInfoArchitecture) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusSystemInfoArchitecture) WithValue ¶
func (s ProbePathSelectorStatusSystemInfoArchitecture) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusSystemInfoFamily ¶
type ProbePathSelectorStatusSystemInfoFamily struct{}
func (ProbePathSelectorStatusSystemInfoFamily) FieldPath ¶
func (ProbePathSelectorStatusSystemInfoFamily) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusSystemInfoFamily) WithArrayOfValues ¶
func (s ProbePathSelectorStatusSystemInfoFamily) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusSystemInfoFamily) WithValue ¶
func (s ProbePathSelectorStatusSystemInfoFamily) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusSystemInfoHostName ¶
type ProbePathSelectorStatusSystemInfoHostName struct{}
func (ProbePathSelectorStatusSystemInfoHostName) FieldPath ¶
func (ProbePathSelectorStatusSystemInfoHostName) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusSystemInfoHostName) WithArrayOfValues ¶
func (s ProbePathSelectorStatusSystemInfoHostName) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusSystemInfoHostName) WithValue ¶
func (s ProbePathSelectorStatusSystemInfoHostName) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusSystemInfoManufacturer ¶
type ProbePathSelectorStatusSystemInfoManufacturer struct{}
func (ProbePathSelectorStatusSystemInfoManufacturer) FieldPath ¶
func (ProbePathSelectorStatusSystemInfoManufacturer) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusSystemInfoManufacturer) WithArrayOfValues ¶
func (s ProbePathSelectorStatusSystemInfoManufacturer) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusSystemInfoManufacturer) WithValue ¶
func (s ProbePathSelectorStatusSystemInfoManufacturer) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusSystemInfoModel ¶
type ProbePathSelectorStatusSystemInfoModel struct{}
func (ProbePathSelectorStatusSystemInfoModel) FieldPath ¶
func (ProbePathSelectorStatusSystemInfoModel) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusSystemInfoModel) WithArrayOfValues ¶
func (s ProbePathSelectorStatusSystemInfoModel) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusSystemInfoModel) WithValue ¶
func (s ProbePathSelectorStatusSystemInfoModel) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusSystemInfoOs ¶
type ProbePathSelectorStatusSystemInfoOs struct{}
func (ProbePathSelectorStatusSystemInfoOs) BuildVersion ¶
func (ProbePathSelectorStatusSystemInfoOs) BuildVersion() ProbePathSelectorStatusSystemInfoOsBuildVersion
func (ProbePathSelectorStatusSystemInfoOs) FieldPath ¶
func (ProbePathSelectorStatusSystemInfoOs) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusSystemInfoOs) WithArrayOfValues ¶
func (s ProbePathSelectorStatusSystemInfoOs) WithArrayOfValues(values []*Probe_Status_System_OS) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusSystemInfoOs) WithValue ¶
func (s ProbePathSelectorStatusSystemInfoOs) WithValue(value *Probe_Status_System_OS) *Probe_FieldSubPathValue
type ProbePathSelectorStatusSystemInfoOsBuildVersion ¶
type ProbePathSelectorStatusSystemInfoOsBuildVersion struct{}
func (ProbePathSelectorStatusSystemInfoOsBuildVersion) FieldPath ¶
func (ProbePathSelectorStatusSystemInfoOsBuildVersion) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusSystemInfoOsBuildVersion) WithArrayOfValues ¶
func (s ProbePathSelectorStatusSystemInfoOsBuildVersion) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusSystemInfoOsBuildVersion) WithValue ¶
func (s ProbePathSelectorStatusSystemInfoOsBuildVersion) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusSystemInfoOsKernel ¶
type ProbePathSelectorStatusSystemInfoOsKernel struct{}
func (ProbePathSelectorStatusSystemInfoOsKernel) FieldPath ¶
func (ProbePathSelectorStatusSystemInfoOsKernel) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusSystemInfoOsKernel) WithArrayOfValues ¶
func (s ProbePathSelectorStatusSystemInfoOsKernel) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusSystemInfoOsKernel) WithValue ¶
func (s ProbePathSelectorStatusSystemInfoOsKernel) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusSystemInfoOsName ¶
type ProbePathSelectorStatusSystemInfoOsName struct{}
func (ProbePathSelectorStatusSystemInfoOsName) FieldPath ¶
func (ProbePathSelectorStatusSystemInfoOsName) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusSystemInfoOsName) WithArrayOfValues ¶
func (s ProbePathSelectorStatusSystemInfoOsName) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusSystemInfoOsName) WithValue ¶
func (s ProbePathSelectorStatusSystemInfoOsName) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusSystemInfoOsVersion ¶
type ProbePathSelectorStatusSystemInfoOsVersion struct{}
func (ProbePathSelectorStatusSystemInfoOsVersion) FieldPath ¶
func (ProbePathSelectorStatusSystemInfoOsVersion) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusSystemInfoOsVersion) WithArrayOfValues ¶
func (s ProbePathSelectorStatusSystemInfoOsVersion) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusSystemInfoOsVersion) WithValue ¶
func (s ProbePathSelectorStatusSystemInfoOsVersion) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusSystemInfoPlatform ¶
type ProbePathSelectorStatusSystemInfoPlatform struct{}
func (ProbePathSelectorStatusSystemInfoPlatform) FieldPath ¶
func (ProbePathSelectorStatusSystemInfoPlatform) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusSystemInfoPlatform) WithArrayOfValues ¶
func (s ProbePathSelectorStatusSystemInfoPlatform) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusSystemInfoPlatform) WithValue ¶
func (s ProbePathSelectorStatusSystemInfoPlatform) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusSystemInfoSerialNumber ¶
type ProbePathSelectorStatusSystemInfoSerialNumber struct{}
func (ProbePathSelectorStatusSystemInfoSerialNumber) FieldPath ¶
func (ProbePathSelectorStatusSystemInfoSerialNumber) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusSystemInfoSerialNumber) WithArrayOfValues ¶
func (s ProbePathSelectorStatusSystemInfoSerialNumber) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusSystemInfoSerialNumber) WithValue ¶
func (s ProbePathSelectorStatusSystemInfoSerialNumber) WithValue(value string) *Probe_FieldSubPathValue
type ProbePathSelectorStatusSystemInfoSku ¶
type ProbePathSelectorStatusSystemInfoSku struct{}
func (ProbePathSelectorStatusSystemInfoSku) FieldPath ¶
func (ProbePathSelectorStatusSystemInfoSku) FieldPath() *Probe_FieldSubPath
func (ProbePathSelectorStatusSystemInfoSku) WithArrayOfValues ¶
func (s ProbePathSelectorStatusSystemInfoSku) WithArrayOfValues(values []string) *Probe_FieldSubPathArrayOfValues
func (ProbePathSelectorStatusSystemInfoSku) WithValue ¶
func (s ProbePathSelectorStatusSystemInfoSku) WithValue(value string) *Probe_FieldSubPathValue
type ProbeReferenceList ¶
type ProbeReferenceList []*Reference
func (ProbeReferenceList) Append ¶
func (l ProbeReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
func (ProbeReferenceList) AppendList ¶
func (l ProbeReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
func (ProbeReferenceList) At ¶
func (l ProbeReferenceList) At(idx int) gotenresource.Reference
func (ProbeReferenceList) Length ¶
func (l ProbeReferenceList) Length() int
func (ProbeReferenceList) Set ¶
func (l ProbeReferenceList) Set(idx int, ref gotenresource.Reference)
func (ProbeReferenceList) Slice ¶
func (l ProbeReferenceList) Slice(first, second int) gotenresource.ReferenceList
type ProbeSpecAccessTokenSpecFieldPathBuilder ¶
type ProbeSpecAccessTokenSpecFieldPathBuilder struct{}
func NewProbeSpecAccessTokenSpecFieldPathBuilder ¶
func NewProbeSpecAccessTokenSpecFieldPathBuilder() ProbeSpecAccessTokenSpecFieldPathBuilder
func (ProbeSpecAccessTokenSpecFieldPathBuilder) AccessToken ¶
type ProbeSpecAccessTokenSpec_FieldPath ¶
type ProbeSpecAccessTokenSpec_FieldPath interface { gotenobject.FieldPath Selector() ProbeSpecAccessTokenSpec_FieldPathSelector Get(source *Probe_Spec_AccessTokenSpec) []interface{} GetSingle(source *Probe_Spec_AccessTokenSpec) (interface{}, bool) ClearValue(item *Probe_Spec_AccessTokenSpec) // Those methods build corresponding ProbeSpecAccessTokenSpec_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbeSpecAccessTokenSpec_FieldPathValue WithIArrayOfValues(values interface{}) ProbeSpecAccessTokenSpec_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbeSpecAccessTokenSpec_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbeSpecAccessTokenSpec_FieldPath ¶
func BuildProbeSpecAccessTokenSpec_FieldPath(fp gotenobject.RawFieldPath) (ProbeSpecAccessTokenSpec_FieldPath, error)
func MustParseProbeSpecAccessTokenSpec_FieldPath ¶
func MustParseProbeSpecAccessTokenSpec_FieldPath(rawField string) ProbeSpecAccessTokenSpec_FieldPath
func ParseProbeSpecAccessTokenSpec_FieldPath ¶
func ParseProbeSpecAccessTokenSpec_FieldPath(rawField string) (ProbeSpecAccessTokenSpec_FieldPath, error)
type ProbeSpecAccessTokenSpec_FieldPathArrayItemValue ¶
type ProbeSpecAccessTokenSpec_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbeSpecAccessTokenSpec_FieldPath ContainsValue(*Probe_Spec_AccessTokenSpec) bool }
ProbeSpecAccessTokenSpec_FieldPathArrayItemValue allows storing single item in Path-specific values for AccessTokenSpec according to their type Present only for array (repeated) types.
func MustParseProbeSpecAccessTokenSpec_FieldPathArrayItemValue ¶
func MustParseProbeSpecAccessTokenSpec_FieldPathArrayItemValue(pathStr, valueStr string) ProbeSpecAccessTokenSpec_FieldPathArrayItemValue
func ParseProbeSpecAccessTokenSpec_FieldPathArrayItemValue ¶
func ParseProbeSpecAccessTokenSpec_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeSpecAccessTokenSpec_FieldPathArrayItemValue, error)
ParseProbeSpecAccessTokenSpec_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbeSpecAccessTokenSpec_FieldPathArrayOfValues ¶
type ProbeSpecAccessTokenSpec_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbeSpecAccessTokenSpec_FieldPath }
ProbeSpecAccessTokenSpec_FieldPathArrayOfValues allows storing slice of values for AccessTokenSpec fields according to their type
func MustParseProbeSpecAccessTokenSpec_FieldPathArrayOfValues ¶
func MustParseProbeSpecAccessTokenSpec_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeSpecAccessTokenSpec_FieldPathArrayOfValues
func ParseProbeSpecAccessTokenSpec_FieldPathArrayOfValues ¶
func ParseProbeSpecAccessTokenSpec_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeSpecAccessTokenSpec_FieldPathArrayOfValues, error)
type ProbeSpecAccessTokenSpec_FieldPathSelector ¶
type ProbeSpecAccessTokenSpec_FieldPathSelector int32
const ( ProbeSpecAccessTokenSpec_FieldPathSelectorEnable ProbeSpecAccessTokenSpec_FieldPathSelector = 0 ProbeSpecAccessTokenSpec_FieldPathSelectorAccessToken ProbeSpecAccessTokenSpec_FieldPathSelector = 1 )
func (ProbeSpecAccessTokenSpec_FieldPathSelector) String ¶
func (s ProbeSpecAccessTokenSpec_FieldPathSelector) String() string
type ProbeSpecAccessTokenSpec_FieldPathValue ¶
type ProbeSpecAccessTokenSpec_FieldPathValue interface { ProbeSpecAccessTokenSpec_FieldPath gotenobject.FieldPathValue SetTo(target **Probe_Spec_AccessTokenSpec) CompareWith(*Probe_Spec_AccessTokenSpec) (cmp int, comparable bool) }
ProbeSpecAccessTokenSpec_FieldPathValue allows storing values for AccessTokenSpec fields according to their type
func MustParseProbeSpecAccessTokenSpec_FieldPathValue ¶
func MustParseProbeSpecAccessTokenSpec_FieldPathValue(pathStr, valueStr string) ProbeSpecAccessTokenSpec_FieldPathValue
func ParseProbeSpecAccessTokenSpec_FieldPathValue ¶
func ParseProbeSpecAccessTokenSpec_FieldPathValue(pathStr, valueStr string) (ProbeSpecAccessTokenSpec_FieldPathValue, error)
type ProbeSpecAccessTokenSpec_FieldTerminalPath ¶
type ProbeSpecAccessTokenSpec_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbeSpecAccessTokenSpec_FieldTerminalPath) ClearValue ¶
func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) ClearValue(item *Probe_Spec_AccessTokenSpec)
func (*ProbeSpecAccessTokenSpec_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbeSpecAccessTokenSpec_FieldTerminalPath) Get ¶
func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) Get(source *Probe_Spec_AccessTokenSpec) (values []interface{})
Get returns all values pointed by specific field from source Probe_Spec_AccessTokenSpec
func (*ProbeSpecAccessTokenSpec_FieldTerminalPath) GetDefault ¶
func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeSpecAccessTokenSpec_FieldTerminalPath) GetRaw ¶
func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbeSpecAccessTokenSpec_FieldTerminalPath) GetSingle ¶
func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) GetSingle(source *Probe_Spec_AccessTokenSpec) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Probe_Spec_AccessTokenSpec
func (*ProbeSpecAccessTokenSpec_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeSpecAccessTokenSpec_FieldTerminalPath) IsLeaf ¶
func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeSpecAccessTokenSpec_FieldTerminalPath) JSONString ¶
func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeSpecAccessTokenSpec_FieldTerminalPath) Selector ¶
func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) Selector() ProbeSpecAccessTokenSpec_FieldPathSelector
func (*ProbeSpecAccessTokenSpec_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeSpecAccessTokenSpec_FieldTerminalPath) String ¶
func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbeSpecAccessTokenSpec_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeSpecAccessTokenSpec_FieldPathArrayItemValue
func (*ProbeSpecAccessTokenSpec_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeSpecAccessTokenSpec_FieldPathArrayOfValues
func (*ProbeSpecAccessTokenSpec_FieldTerminalPath) WithIValue ¶
func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) WithIValue(value interface{}) ProbeSpecAccessTokenSpec_FieldPathValue
func (*ProbeSpecAccessTokenSpec_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeSpecAccessTokenSpec_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeSpecAccessTokenSpec_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbeSpecAccessTokenSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeSpecAccessTokenSpec_FieldTerminalPathArrayItemValue ¶
type ProbeSpecAccessTokenSpec_FieldTerminalPathArrayItemValue struct { ProbeSpecAccessTokenSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpecAccessTokenSpec_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbeSpecAccessTokenSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Spec_AccessTokenSpec) bool
Contains returns a boolean indicating if value that is being held is present in given 'AccessTokenSpec'
func (*ProbeSpecAccessTokenSpec_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbeSpecAccessTokenSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Probe_Spec_AccessTokenSpec as interface{}
func (*ProbeSpecAccessTokenSpec_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbeSpecAccessTokenSpec_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Spec_AccessTokenSpec) (interface{}, bool)
func (*ProbeSpecAccessTokenSpec_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbeSpecAccessTokenSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbeSpecAccessTokenSpec_FieldTerminalPathArrayOfValues ¶
type ProbeSpecAccessTokenSpec_FieldTerminalPathArrayOfValues struct { ProbeSpecAccessTokenSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpecAccessTokenSpec_FieldTerminalPathArrayOfValues) AsAccessTokenArrayOfValues ¶
func (fpaov *ProbeSpecAccessTokenSpec_FieldTerminalPathArrayOfValues) AsAccessTokenArrayOfValues() ([]string, bool)
func (*ProbeSpecAccessTokenSpec_FieldTerminalPathArrayOfValues) AsEnableArrayOfValues ¶
func (fpaov *ProbeSpecAccessTokenSpec_FieldTerminalPathArrayOfValues) AsEnableArrayOfValues() ([]bool, bool)
func (*ProbeSpecAccessTokenSpec_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbeSpecAccessTokenSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbeSpecAccessTokenSpec_FieldTerminalPathValue ¶
type ProbeSpecAccessTokenSpec_FieldTerminalPathValue struct { ProbeSpecAccessTokenSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpecAccessTokenSpec_FieldTerminalPathValue) AsAccessTokenValue ¶
func (fpv *ProbeSpecAccessTokenSpec_FieldTerminalPathValue) AsAccessTokenValue() (string, bool)
func (*ProbeSpecAccessTokenSpec_FieldTerminalPathValue) AsEnableValue ¶
func (fpv *ProbeSpecAccessTokenSpec_FieldTerminalPathValue) AsEnableValue() (bool, bool)
func (*ProbeSpecAccessTokenSpec_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbeSpecAccessTokenSpec_FieldTerminalPathValue) CompareWith(source *Probe_Spec_AccessTokenSpec) (int, bool)
CompareWith compares value in the 'ProbeSpecAccessTokenSpec_FieldTerminalPathValue' with the value under path in 'Probe_Spec_AccessTokenSpec'.
func (*ProbeSpecAccessTokenSpec_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbeSpecAccessTokenSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeSpecAccessTokenSpec_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbeSpecAccessTokenSpec_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'AccessTokenSpec' as interface{}
func (*ProbeSpecAccessTokenSpec_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbeSpecAccessTokenSpec_FieldTerminalPathValue) SetTo(target **Probe_Spec_AccessTokenSpec)
SetTo stores value for selected field for object AccessTokenSpec
func (*ProbeSpecAccessTokenSpec_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbeSpecAccessTokenSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbeSpecActivationSpecFieldPathBuilder ¶
type ProbeSpecActivationSpecFieldPathBuilder struct{}
func NewProbeSpecActivationSpecFieldPathBuilder ¶
func NewProbeSpecActivationSpecFieldPathBuilder() ProbeSpecActivationSpecFieldPathBuilder
func (ProbeSpecActivationSpecFieldPathBuilder) InvitationExtras ¶ added in v0.4.49
func (ProbeSpecActivationSpecFieldPathBuilder) InvitationExtras() Probe_Spec_ActivationSpecPathSelectorInvitationExtras
func (ProbeSpecActivationSpecFieldPathBuilder) ReusableToken ¶
func (ProbeSpecActivationSpecFieldPathBuilder) ReusableToken() Probe_Spec_ActivationSpecPathSelectorReusableToken
func (ProbeSpecActivationSpecFieldPathBuilder) SendInvitationOnCreate ¶
func (ProbeSpecActivationSpecFieldPathBuilder) SendInvitationOnCreate() Probe_Spec_ActivationSpecPathSelectorSendInvitationOnCreate
type ProbeSpecActivationSpec_FieldPath ¶
type ProbeSpecActivationSpec_FieldPath interface { gotenobject.FieldPath Selector() ProbeSpecActivationSpec_FieldPathSelector Get(source *Probe_Spec_ActivationSpec) []interface{} GetSingle(source *Probe_Spec_ActivationSpec) (interface{}, bool) ClearValue(item *Probe_Spec_ActivationSpec) // Those methods build corresponding ProbeSpecActivationSpec_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbeSpecActivationSpec_FieldPathValue WithIArrayOfValues(values interface{}) ProbeSpecActivationSpec_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbeSpecActivationSpec_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbeSpecActivationSpec_FieldPath ¶
func BuildProbeSpecActivationSpec_FieldPath(fp gotenobject.RawFieldPath) (ProbeSpecActivationSpec_FieldPath, error)
func MustParseProbeSpecActivationSpec_FieldPath ¶
func MustParseProbeSpecActivationSpec_FieldPath(rawField string) ProbeSpecActivationSpec_FieldPath
func ParseProbeSpecActivationSpec_FieldPath ¶
func ParseProbeSpecActivationSpec_FieldPath(rawField string) (ProbeSpecActivationSpec_FieldPath, error)
type ProbeSpecActivationSpec_FieldPathArrayItemValue ¶
type ProbeSpecActivationSpec_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbeSpecActivationSpec_FieldPath ContainsValue(*Probe_Spec_ActivationSpec) bool }
ProbeSpecActivationSpec_FieldPathArrayItemValue allows storing single item in Path-specific values for ActivationSpec according to their type Present only for array (repeated) types.
func MustParseProbeSpecActivationSpec_FieldPathArrayItemValue ¶
func MustParseProbeSpecActivationSpec_FieldPathArrayItemValue(pathStr, valueStr string) ProbeSpecActivationSpec_FieldPathArrayItemValue
func ParseProbeSpecActivationSpec_FieldPathArrayItemValue ¶
func ParseProbeSpecActivationSpec_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeSpecActivationSpec_FieldPathArrayItemValue, error)
ParseProbeSpecActivationSpec_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbeSpecActivationSpec_FieldPathArrayOfValues ¶
type ProbeSpecActivationSpec_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbeSpecActivationSpec_FieldPath }
ProbeSpecActivationSpec_FieldPathArrayOfValues allows storing slice of values for ActivationSpec fields according to their type
func MustParseProbeSpecActivationSpec_FieldPathArrayOfValues ¶
func MustParseProbeSpecActivationSpec_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeSpecActivationSpec_FieldPathArrayOfValues
func ParseProbeSpecActivationSpec_FieldPathArrayOfValues ¶
func ParseProbeSpecActivationSpec_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeSpecActivationSpec_FieldPathArrayOfValues, error)
type ProbeSpecActivationSpec_FieldPathMap ¶ added in v0.4.49
type ProbeSpecActivationSpec_FieldPathMap struct {
// contains filtered or unexported fields
}
FieldPath for map type with additional Key information
func (*ProbeSpecActivationSpec_FieldPathMap) ClearValue ¶ added in v0.4.49
func (fpm *ProbeSpecActivationSpec_FieldPathMap) ClearValue(item *Probe_Spec_ActivationSpec)
func (*ProbeSpecActivationSpec_FieldPathMap) ClearValueRaw ¶ added in v0.4.49
func (fpm *ProbeSpecActivationSpec_FieldPathMap) ClearValueRaw(item proto.Message)
func (*ProbeSpecActivationSpec_FieldPathMap) Get ¶ added in v0.4.49
func (fpm *ProbeSpecActivationSpec_FieldPathMap) Get(source *Probe_Spec_ActivationSpec) (values []interface{})
Get returns all values pointed by selected field map key from source Probe_Spec_ActivationSpec
func (*ProbeSpecActivationSpec_FieldPathMap) GetDefault ¶ added in v0.4.49
func (fpm *ProbeSpecActivationSpec_FieldPathMap) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeSpecActivationSpec_FieldPathMap) GetRaw ¶ added in v0.4.49
func (fpm *ProbeSpecActivationSpec_FieldPathMap) GetRaw(source proto.Message) []interface{}
func (*ProbeSpecActivationSpec_FieldPathMap) GetSingle ¶ added in v0.4.49
func (fpm *ProbeSpecActivationSpec_FieldPathMap) GetSingle(source *Probe_Spec_ActivationSpec) (interface{}, bool)
GetSingle returns value by selected field map key from source Probe_Spec_ActivationSpec
func (*ProbeSpecActivationSpec_FieldPathMap) GetSingleRaw ¶ added in v0.4.49
func (fpm *ProbeSpecActivationSpec_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeSpecActivationSpec_FieldPathMap) IsLeaf ¶ added in v0.4.49
func (fpm *ProbeSpecActivationSpec_FieldPathMap) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeSpecActivationSpec_FieldPathMap) JSONString ¶ added in v0.4.49
func (fpm *ProbeSpecActivationSpec_FieldPathMap) JSONString() string
JSONString returns path representation is JSON convention. Note that map keys are not transformed
func (*ProbeSpecActivationSpec_FieldPathMap) Key ¶ added in v0.4.49
func (fpm *ProbeSpecActivationSpec_FieldPathMap) Key() string
func (*ProbeSpecActivationSpec_FieldPathMap) Selector ¶ added in v0.4.49
func (fpm *ProbeSpecActivationSpec_FieldPathMap) Selector() ProbeSpecActivationSpec_FieldPathSelector
func (*ProbeSpecActivationSpec_FieldPathMap) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fpm *ProbeSpecActivationSpec_FieldPathMap) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeSpecActivationSpec_FieldPathMap) String ¶ added in v0.4.49
func (fpm *ProbeSpecActivationSpec_FieldPathMap) String() string
String returns path representation in proto convention
func (*ProbeSpecActivationSpec_FieldPathMap) WithIArrayItemValue ¶ added in v0.4.49
func (fpm *ProbeSpecActivationSpec_FieldPathMap) WithIArrayItemValue(value interface{}) ProbeSpecActivationSpec_FieldPathArrayItemValue
func (*ProbeSpecActivationSpec_FieldPathMap) WithIArrayOfValues ¶ added in v0.4.49
func (fpm *ProbeSpecActivationSpec_FieldPathMap) WithIArrayOfValues(values interface{}) ProbeSpecActivationSpec_FieldPathArrayOfValues
func (*ProbeSpecActivationSpec_FieldPathMap) WithIValue ¶ added in v0.4.49
func (fpm *ProbeSpecActivationSpec_FieldPathMap) WithIValue(value interface{}) ProbeSpecActivationSpec_FieldPathValue
func (*ProbeSpecActivationSpec_FieldPathMap) WithRawIArrayItemValue ¶ added in v0.4.49
func (fpm *ProbeSpecActivationSpec_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeSpecActivationSpec_FieldPathMap) WithRawIArrayOfValues ¶ added in v0.4.49
func (fpm *ProbeSpecActivationSpec_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeSpecActivationSpec_FieldPathMap) WithRawIValue ¶ added in v0.4.49
func (fpm *ProbeSpecActivationSpec_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeSpecActivationSpec_FieldPathMapArrayOfValues ¶ added in v0.4.49
type ProbeSpecActivationSpec_FieldPathMapArrayOfValues struct { ProbeSpecActivationSpec_FieldPathMap // contains filtered or unexported fields }
func (*ProbeSpecActivationSpec_FieldPathMapArrayOfValues) AsInvitationExtrasArrayOfElementValues ¶ added in v0.4.49
func (fpmaov *ProbeSpecActivationSpec_FieldPathMapArrayOfValues) AsInvitationExtrasArrayOfElementValues() ([]string, bool)
func (*ProbeSpecActivationSpec_FieldPathMapArrayOfValues) GetRawValues ¶ added in v0.4.49
func (fpmaov *ProbeSpecActivationSpec_FieldPathMapArrayOfValues) GetRawValues() (values []interface{})
type ProbeSpecActivationSpec_FieldPathMapValue ¶ added in v0.4.49
type ProbeSpecActivationSpec_FieldPathMapValue struct { ProbeSpecActivationSpec_FieldPathMap // contains filtered or unexported fields }
func (*ProbeSpecActivationSpec_FieldPathMapValue) AsInvitationExtrasElementValue ¶ added in v0.4.49
func (fpmv *ProbeSpecActivationSpec_FieldPathMapValue) AsInvitationExtrasElementValue() (string, bool)
func (*ProbeSpecActivationSpec_FieldPathMapValue) CompareWith ¶ added in v0.4.49
func (fpmv *ProbeSpecActivationSpec_FieldPathMapValue) CompareWith(source *Probe_Spec_ActivationSpec) (int, bool)
CompareWith compares value in the 'ProbeSpecActivationSpec_FieldPathMapValue' with the value under path in 'Probe_Spec_ActivationSpec'.
func (*ProbeSpecActivationSpec_FieldPathMapValue) CompareWithRaw ¶ added in v0.4.49
func (fpmv *ProbeSpecActivationSpec_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeSpecActivationSpec_FieldPathMapValue) GetRawValue ¶ added in v0.4.49
func (fpmv *ProbeSpecActivationSpec_FieldPathMapValue) GetRawValue() interface{}
GetValue returns value stored under selected field in ActivationSpec as interface{}
func (*ProbeSpecActivationSpec_FieldPathMapValue) SetTo ¶ added in v0.4.49
func (fpmv *ProbeSpecActivationSpec_FieldPathMapValue) SetTo(target **Probe_Spec_ActivationSpec)
SetTo stores value for selected field in ActivationSpec
func (*ProbeSpecActivationSpec_FieldPathMapValue) SetToRaw ¶ added in v0.4.49
func (fpmv *ProbeSpecActivationSpec_FieldPathMapValue) SetToRaw(target proto.Message)
type ProbeSpecActivationSpec_FieldPathSelector ¶
type ProbeSpecActivationSpec_FieldPathSelector int32
const ( ProbeSpecActivationSpec_FieldPathSelectorType ProbeSpecActivationSpec_FieldPathSelector = 0 ProbeSpecActivationSpec_FieldPathSelectorToken ProbeSpecActivationSpec_FieldPathSelector = 1 ProbeSpecActivationSpec_FieldPathSelectorSendInvitationOnCreate ProbeSpecActivationSpec_FieldPathSelector = 2 ProbeSpecActivationSpec_FieldPathSelectorInvitationExtras ProbeSpecActivationSpec_FieldPathSelector = 3 ProbeSpecActivationSpec_FieldPathSelectorReusableToken ProbeSpecActivationSpec_FieldPathSelector = 4 )
func (ProbeSpecActivationSpec_FieldPathSelector) String ¶
func (s ProbeSpecActivationSpec_FieldPathSelector) String() string
type ProbeSpecActivationSpec_FieldPathValue ¶
type ProbeSpecActivationSpec_FieldPathValue interface { ProbeSpecActivationSpec_FieldPath gotenobject.FieldPathValue SetTo(target **Probe_Spec_ActivationSpec) CompareWith(*Probe_Spec_ActivationSpec) (cmp int, comparable bool) }
ProbeSpecActivationSpec_FieldPathValue allows storing values for ActivationSpec fields according to their type
func MustParseProbeSpecActivationSpec_FieldPathValue ¶
func MustParseProbeSpecActivationSpec_FieldPathValue(pathStr, valueStr string) ProbeSpecActivationSpec_FieldPathValue
func ParseProbeSpecActivationSpec_FieldPathValue ¶
func ParseProbeSpecActivationSpec_FieldPathValue(pathStr, valueStr string) (ProbeSpecActivationSpec_FieldPathValue, error)
type ProbeSpecActivationSpec_FieldTerminalPath ¶
type ProbeSpecActivationSpec_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbeSpecActivationSpec_FieldTerminalPath) ClearValue ¶
func (fp *ProbeSpecActivationSpec_FieldTerminalPath) ClearValue(item *Probe_Spec_ActivationSpec)
func (*ProbeSpecActivationSpec_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbeSpecActivationSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbeSpecActivationSpec_FieldTerminalPath) Get ¶
func (fp *ProbeSpecActivationSpec_FieldTerminalPath) Get(source *Probe_Spec_ActivationSpec) (values []interface{})
Get returns all values pointed by specific field from source Probe_Spec_ActivationSpec
func (*ProbeSpecActivationSpec_FieldTerminalPath) GetDefault ¶
func (fp *ProbeSpecActivationSpec_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeSpecActivationSpec_FieldTerminalPath) GetRaw ¶
func (fp *ProbeSpecActivationSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbeSpecActivationSpec_FieldTerminalPath) GetSingle ¶
func (fp *ProbeSpecActivationSpec_FieldTerminalPath) GetSingle(source *Probe_Spec_ActivationSpec) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Probe_Spec_ActivationSpec
func (*ProbeSpecActivationSpec_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbeSpecActivationSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeSpecActivationSpec_FieldTerminalPath) IsLeaf ¶
func (fp *ProbeSpecActivationSpec_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeSpecActivationSpec_FieldTerminalPath) JSONString ¶
func (fp *ProbeSpecActivationSpec_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeSpecActivationSpec_FieldTerminalPath) Selector ¶
func (fp *ProbeSpecActivationSpec_FieldTerminalPath) Selector() ProbeSpecActivationSpec_FieldPathSelector
func (*ProbeSpecActivationSpec_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbeSpecActivationSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeSpecActivationSpec_FieldTerminalPath) String ¶
func (fp *ProbeSpecActivationSpec_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbeSpecActivationSpec_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbeSpecActivationSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeSpecActivationSpec_FieldPathArrayItemValue
func (*ProbeSpecActivationSpec_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbeSpecActivationSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeSpecActivationSpec_FieldPathArrayOfValues
func (*ProbeSpecActivationSpec_FieldTerminalPath) WithIValue ¶
func (fp *ProbeSpecActivationSpec_FieldTerminalPath) WithIValue(value interface{}) ProbeSpecActivationSpec_FieldPathValue
func (*ProbeSpecActivationSpec_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbeSpecActivationSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeSpecActivationSpec_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbeSpecActivationSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeSpecActivationSpec_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbeSpecActivationSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeSpecActivationSpec_FieldTerminalPathArrayItemValue ¶
type ProbeSpecActivationSpec_FieldTerminalPathArrayItemValue struct { ProbeSpecActivationSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpecActivationSpec_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbeSpecActivationSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Spec_ActivationSpec) bool
Contains returns a boolean indicating if value that is being held is present in given 'ActivationSpec'
func (*ProbeSpecActivationSpec_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbeSpecActivationSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Probe_Spec_ActivationSpec as interface{}
func (*ProbeSpecActivationSpec_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbeSpecActivationSpec_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Spec_ActivationSpec) (interface{}, bool)
func (*ProbeSpecActivationSpec_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbeSpecActivationSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues ¶
type ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues struct { ProbeSpecActivationSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues) AsInvitationExtrasArrayOfValues ¶ added in v0.4.49
func (fpaov *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues) AsInvitationExtrasArrayOfValues() ([]map[string]string, bool)
func (*ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues) AsReusableTokenArrayOfValues ¶
func (fpaov *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues) AsReusableTokenArrayOfValues() ([]bool, bool)
func (*ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues) AsSendInvitationOnCreateArrayOfValues ¶
func (fpaov *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues) AsSendInvitationOnCreateArrayOfValues() ([]bool, bool)
func (*ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues) AsTokenArrayOfValues ¶
func (fpaov *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues) AsTokenArrayOfValues() ([]string, bool)
func (*ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues ¶
func (fpaov *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]Probe_Spec_ActivationSpec_ActivationType, bool)
func (*ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbeSpecActivationSpec_FieldTerminalPathValue ¶
type ProbeSpecActivationSpec_FieldTerminalPathValue struct { ProbeSpecActivationSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpecActivationSpec_FieldTerminalPathValue) AsInvitationExtrasValue ¶ added in v0.4.49
func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) AsInvitationExtrasValue() (map[string]string, bool)
func (*ProbeSpecActivationSpec_FieldTerminalPathValue) AsReusableTokenValue ¶
func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) AsReusableTokenValue() (bool, bool)
func (*ProbeSpecActivationSpec_FieldTerminalPathValue) AsSendInvitationOnCreateValue ¶
func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) AsSendInvitationOnCreateValue() (bool, bool)
func (*ProbeSpecActivationSpec_FieldTerminalPathValue) AsTokenValue ¶
func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) AsTokenValue() (string, bool)
func (*ProbeSpecActivationSpec_FieldTerminalPathValue) AsTypeValue ¶
func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) AsTypeValue() (Probe_Spec_ActivationSpec_ActivationType, bool)
func (*ProbeSpecActivationSpec_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) CompareWith(source *Probe_Spec_ActivationSpec) (int, bool)
CompareWith compares value in the 'ProbeSpecActivationSpec_FieldTerminalPathValue' with the value under path in 'Probe_Spec_ActivationSpec'.
func (*ProbeSpecActivationSpec_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeSpecActivationSpec_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ActivationSpec' as interface{}
func (*ProbeSpecActivationSpec_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) SetTo(target **Probe_Spec_ActivationSpec)
SetTo stores value for selected field for object ActivationSpec
func (*ProbeSpecActivationSpec_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbeSpecActivationSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbeSpecFieldPathBuilder ¶
type ProbeSpecFieldPathBuilder struct{}
func NewProbeSpecFieldPathBuilder ¶
func NewProbeSpecFieldPathBuilder() ProbeSpecFieldPathBuilder
func (ProbeSpecFieldPathBuilder) AccessToken ¶
func (ProbeSpecFieldPathBuilder) AccessToken() Probe_SpecPathSelectorAccessToken
func (ProbeSpecFieldPathBuilder) Activation ¶
func (ProbeSpecFieldPathBuilder) Activation() Probe_SpecPathSelectorActivation
func (ProbeSpecFieldPathBuilder) AgentType ¶
func (ProbeSpecFieldPathBuilder) AgentType() Probe_SpecPathSelectorAgentType
func (ProbeSpecFieldPathBuilder) ContactInfo ¶
func (ProbeSpecFieldPathBuilder) ContactInfo() Probe_SpecPathSelectorContactInfo
func (ProbeSpecFieldPathBuilder) Device ¶
func (ProbeSpecFieldPathBuilder) Device() Probe_SpecPathSelectorDevice
func (ProbeSpecFieldPathBuilder) DisableSpeedtest ¶
func (ProbeSpecFieldPathBuilder) DisableSpeedtest() Probe_SpecPathSelectorDisableSpeedtest
func (ProbeSpecFieldPathBuilder) Enabled ¶
func (ProbeSpecFieldPathBuilder) Enabled() Probe_SpecPathSelectorEnabled
func (ProbeSpecFieldPathBuilder) ExternalIpCheckUrl ¶
func (ProbeSpecFieldPathBuilder) ExternalIpCheckUrl() Probe_SpecPathSelectorExternalIpCheckUrl
func (ProbeSpecFieldPathBuilder) LocationDiscovery ¶
func (ProbeSpecFieldPathBuilder) LocationDiscovery() Probe_SpecPathSelectorLocationDiscovery
func (ProbeSpecFieldPathBuilder) PrimaryLocation ¶
func (ProbeSpecFieldPathBuilder) PrimaryLocation() Probe_SpecPathSelectorPrimaryLocation
func (ProbeSpecFieldPathBuilder) ProbeGroup ¶
func (ProbeSpecFieldPathBuilder) ProbeGroup() Probe_SpecPathSelectorProbeGroup
func (ProbeSpecFieldPathBuilder) TargetServers ¶
func (ProbeSpecFieldPathBuilder) TargetServers() Probe_SpecPathSelectorTargetServers
type ProbeSpecTargetServersFieldPathBuilder ¶
type ProbeSpecTargetServersFieldPathBuilder struct{}
func NewProbeSpecTargetServersFieldPathBuilder ¶
func NewProbeSpecTargetServersFieldPathBuilder() ProbeSpecTargetServersFieldPathBuilder
func (ProbeSpecTargetServersFieldPathBuilder) IcmpTarget ¶
func (ProbeSpecTargetServersFieldPathBuilder) IcmpTarget() Probe_Spec_TargetServersPathSelectorIcmpTarget
func (ProbeSpecTargetServersFieldPathBuilder) SpeedTestTarget ¶
func (ProbeSpecTargetServersFieldPathBuilder) SpeedTestTarget() Probe_Spec_TargetServersPathSelectorSpeedTestTarget
func (ProbeSpecTargetServersFieldPathBuilder) TargetAddressType ¶ added in v0.4.30
func (ProbeSpecTargetServersFieldPathBuilder) TargetAddressType() Probe_Spec_TargetServersPathSelectorTargetAddressType
func (ProbeSpecTargetServersFieldPathBuilder) TargetIpVersion ¶ added in v0.7.4
func (ProbeSpecTargetServersFieldPathBuilder) TargetIpVersion() Probe_Spec_TargetServersPathSelectorTargetIpVersion
type ProbeSpecTargetServersIcmpTargetFieldPathBuilder ¶
type ProbeSpecTargetServersIcmpTargetFieldPathBuilder struct{}
func NewProbeSpecTargetServersIcmpTargetFieldPathBuilder ¶
func NewProbeSpecTargetServersIcmpTargetFieldPathBuilder() ProbeSpecTargetServersIcmpTargetFieldPathBuilder
type ProbeSpecTargetServersIcmpTarget_FieldPath ¶
type ProbeSpecTargetServersIcmpTarget_FieldPath interface { gotenobject.FieldPath Selector() ProbeSpecTargetServersIcmpTarget_FieldPathSelector Get(source *Probe_Spec_TargetServers_IcmpTarget) []interface{} GetSingle(source *Probe_Spec_TargetServers_IcmpTarget) (interface{}, bool) ClearValue(item *Probe_Spec_TargetServers_IcmpTarget) // Those methods build corresponding ProbeSpecTargetServersIcmpTarget_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbeSpecTargetServersIcmpTarget_FieldPathValue WithIArrayOfValues(values interface{}) ProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbeSpecTargetServersIcmpTarget_FieldPath ¶
func BuildProbeSpecTargetServersIcmpTarget_FieldPath(fp gotenobject.RawFieldPath) (ProbeSpecTargetServersIcmpTarget_FieldPath, error)
func MustParseProbeSpecTargetServersIcmpTarget_FieldPath ¶
func MustParseProbeSpecTargetServersIcmpTarget_FieldPath(rawField string) ProbeSpecTargetServersIcmpTarget_FieldPath
func ParseProbeSpecTargetServersIcmpTarget_FieldPath ¶
func ParseProbeSpecTargetServersIcmpTarget_FieldPath(rawField string) (ProbeSpecTargetServersIcmpTarget_FieldPath, error)
type ProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue ¶
type ProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbeSpecTargetServersIcmpTarget_FieldPath ContainsValue(*Probe_Spec_TargetServers_IcmpTarget) bool }
ProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue allows storing single item in Path-specific values for IcmpTarget according to their type Present only for array (repeated) types.
func MustParseProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue ¶
func MustParseProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue(pathStr, valueStr string) ProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue
func ParseProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue ¶
func ParseProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue, error)
ParseProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues ¶
type ProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbeSpecTargetServersIcmpTarget_FieldPath }
ProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues allows storing slice of values for IcmpTarget fields according to their type
func MustParseProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues ¶
func MustParseProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues
func ParseProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues ¶
func ParseProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues, error)
type ProbeSpecTargetServersIcmpTarget_FieldPathSelector ¶
type ProbeSpecTargetServersIcmpTarget_FieldPathSelector int32
const (
ProbeSpecTargetServersIcmpTarget_FieldPathSelectorEnabled ProbeSpecTargetServersIcmpTarget_FieldPathSelector = 0
)
func (ProbeSpecTargetServersIcmpTarget_FieldPathSelector) String ¶
func (s ProbeSpecTargetServersIcmpTarget_FieldPathSelector) String() string
type ProbeSpecTargetServersIcmpTarget_FieldPathValue ¶
type ProbeSpecTargetServersIcmpTarget_FieldPathValue interface { ProbeSpecTargetServersIcmpTarget_FieldPath gotenobject.FieldPathValue SetTo(target **Probe_Spec_TargetServers_IcmpTarget) CompareWith(*Probe_Spec_TargetServers_IcmpTarget) (cmp int, comparable bool) }
ProbeSpecTargetServersIcmpTarget_FieldPathValue allows storing values for IcmpTarget fields according to their type
func MustParseProbeSpecTargetServersIcmpTarget_FieldPathValue ¶
func MustParseProbeSpecTargetServersIcmpTarget_FieldPathValue(pathStr, valueStr string) ProbeSpecTargetServersIcmpTarget_FieldPathValue
func ParseProbeSpecTargetServersIcmpTarget_FieldPathValue ¶
func ParseProbeSpecTargetServersIcmpTarget_FieldPathValue(pathStr, valueStr string) (ProbeSpecTargetServersIcmpTarget_FieldPathValue, error)
type ProbeSpecTargetServersIcmpTarget_FieldTerminalPath ¶
type ProbeSpecTargetServersIcmpTarget_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) ClearValue ¶
func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) ClearValue(item *Probe_Spec_TargetServers_IcmpTarget)
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) Get ¶
func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) Get(source *Probe_Spec_TargetServers_IcmpTarget) (values []interface{})
Get returns all values pointed by specific field from source Probe_Spec_TargetServers_IcmpTarget
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) GetDefault ¶
func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) GetRaw ¶
func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) GetSingle ¶
func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) GetSingle(source *Probe_Spec_TargetServers_IcmpTarget) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Probe_Spec_TargetServers_IcmpTarget
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) IsLeaf ¶
func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) JSONString ¶
func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) String ¶
func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) WithIValue ¶
func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) WithIValue(value interface{}) ProbeSpecTargetServersIcmpTarget_FieldPathValue
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbeSpecTargetServersIcmpTarget_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayItemValue ¶
type ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayItemValue struct { ProbeSpecTargetServersIcmpTarget_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Spec_TargetServers_IcmpTarget) bool
Contains returns a boolean indicating if value that is being held is present in given 'IcmpTarget'
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Probe_Spec_TargetServers_IcmpTarget as interface{}
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Spec_TargetServers_IcmpTarget) (interface{}, bool)
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayOfValues ¶
type ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayOfValues struct { ProbeSpecTargetServersIcmpTarget_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues ¶
func (fpaov *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues() ([]bool, bool)
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue ¶
type ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue struct { ProbeSpecTargetServersIcmpTarget_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue) AsEnabledValue ¶
func (fpv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue) AsEnabledValue() (bool, bool)
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue) CompareWith(source *Probe_Spec_TargetServers_IcmpTarget) (int, bool)
CompareWith compares value in the 'ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue' with the value under path in 'Probe_Spec_TargetServers_IcmpTarget'.
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'IcmpTarget' as interface{}
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue) SetTo(target **Probe_Spec_TargetServers_IcmpTarget)
SetTo stores value for selected field for object IcmpTarget
func (*ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbeSpecTargetServersSpeedTestTargetFieldPathBuilder ¶
type ProbeSpecTargetServersSpeedTestTargetFieldPathBuilder struct{}
func NewProbeSpecTargetServersSpeedTestTargetFieldPathBuilder ¶
func NewProbeSpecTargetServersSpeedTestTargetFieldPathBuilder() ProbeSpecTargetServersSpeedTestTargetFieldPathBuilder
type ProbeSpecTargetServersSpeedTestTarget_FieldPath ¶
type ProbeSpecTargetServersSpeedTestTarget_FieldPath interface { gotenobject.FieldPath Selector() ProbeSpecTargetServersSpeedTestTarget_FieldPathSelector Get(source *Probe_Spec_TargetServers_SpeedTestTarget) []interface{} GetSingle(source *Probe_Spec_TargetServers_SpeedTestTarget) (interface{}, bool) ClearValue(item *Probe_Spec_TargetServers_SpeedTestTarget) // Those methods build corresponding ProbeSpecTargetServersSpeedTestTarget_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbeSpecTargetServersSpeedTestTarget_FieldPathValue WithIArrayOfValues(values interface{}) ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbeSpecTargetServersSpeedTestTarget_FieldPath ¶
func BuildProbeSpecTargetServersSpeedTestTarget_FieldPath(fp gotenobject.RawFieldPath) (ProbeSpecTargetServersSpeedTestTarget_FieldPath, error)
func MustParseProbeSpecTargetServersSpeedTestTarget_FieldPath ¶
func MustParseProbeSpecTargetServersSpeedTestTarget_FieldPath(rawField string) ProbeSpecTargetServersSpeedTestTarget_FieldPath
func ParseProbeSpecTargetServersSpeedTestTarget_FieldPath ¶
func ParseProbeSpecTargetServersSpeedTestTarget_FieldPath(rawField string) (ProbeSpecTargetServersSpeedTestTarget_FieldPath, error)
type ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue ¶
type ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbeSpecTargetServersSpeedTestTarget_FieldPath ContainsValue(*Probe_Spec_TargetServers_SpeedTestTarget) bool }
ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue allows storing single item in Path-specific values for SpeedTestTarget according to their type Present only for array (repeated) types.
func MustParseProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue ¶
func MustParseProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue(pathStr, valueStr string) ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue
func ParseProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue ¶
func ParseProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue, error)
ParseProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues ¶
type ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbeSpecTargetServersSpeedTestTarget_FieldPath }
ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues allows storing slice of values for SpeedTestTarget fields according to their type
func MustParseProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues ¶
func MustParseProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues
func ParseProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues ¶
func ParseProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues, error)
type ProbeSpecTargetServersSpeedTestTarget_FieldPathSelector ¶
type ProbeSpecTargetServersSpeedTestTarget_FieldPathSelector int32
const ( ProbeSpecTargetServersSpeedTestTarget_FieldPathSelectorEnabled ProbeSpecTargetServersSpeedTestTarget_FieldPathSelector = 0 ProbeSpecTargetServersSpeedTestTarget_FieldPathSelectorTcpPort ProbeSpecTargetServersSpeedTestTarget_FieldPathSelector = 1 )
func (ProbeSpecTargetServersSpeedTestTarget_FieldPathSelector) String ¶
func (s ProbeSpecTargetServersSpeedTestTarget_FieldPathSelector) String() string
type ProbeSpecTargetServersSpeedTestTarget_FieldPathValue ¶
type ProbeSpecTargetServersSpeedTestTarget_FieldPathValue interface { ProbeSpecTargetServersSpeedTestTarget_FieldPath gotenobject.FieldPathValue SetTo(target **Probe_Spec_TargetServers_SpeedTestTarget) CompareWith(*Probe_Spec_TargetServers_SpeedTestTarget) (cmp int, comparable bool) }
ProbeSpecTargetServersSpeedTestTarget_FieldPathValue allows storing values for SpeedTestTarget fields according to their type
func MustParseProbeSpecTargetServersSpeedTestTarget_FieldPathValue ¶
func MustParseProbeSpecTargetServersSpeedTestTarget_FieldPathValue(pathStr, valueStr string) ProbeSpecTargetServersSpeedTestTarget_FieldPathValue
func ParseProbeSpecTargetServersSpeedTestTarget_FieldPathValue ¶
func ParseProbeSpecTargetServersSpeedTestTarget_FieldPathValue(pathStr, valueStr string) (ProbeSpecTargetServersSpeedTestTarget_FieldPathValue, error)
type ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath ¶
type ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) ClearValue ¶
func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) ClearValue(item *Probe_Spec_TargetServers_SpeedTestTarget)
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) Get ¶
func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) Get(source *Probe_Spec_TargetServers_SpeedTestTarget) (values []interface{})
Get returns all values pointed by specific field from source Probe_Spec_TargetServers_SpeedTestTarget
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) GetDefault ¶
func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) GetRaw ¶
func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) GetSingle ¶
func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) GetSingle(source *Probe_Spec_TargetServers_SpeedTestTarget) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Probe_Spec_TargetServers_SpeedTestTarget
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) IsLeaf ¶
func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) JSONString ¶
func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) String ¶
func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) WithIValue ¶
func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) WithIValue(value interface{}) ProbeSpecTargetServersSpeedTestTarget_FieldPathValue
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayItemValue ¶
type ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayItemValue struct { ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Spec_TargetServers_SpeedTestTarget) bool
Contains returns a boolean indicating if value that is being held is present in given 'SpeedTestTarget'
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Probe_Spec_TargetServers_SpeedTestTarget as interface{}
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Spec_TargetServers_SpeedTestTarget) (interface{}, bool)
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayOfValues ¶
type ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayOfValues struct { ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues ¶
func (fpaov *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues() ([]bool, bool)
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayOfValues) AsTcpPortArrayOfValues ¶
func (fpaov *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayOfValues) AsTcpPortArrayOfValues() ([]int32, bool)
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue ¶
type ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue struct { ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) AsEnabledValue ¶
func (fpv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) AsEnabledValue() (bool, bool)
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) AsTcpPortValue ¶
func (fpv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) AsTcpPortValue() (int32, bool)
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) CompareWith(source *Probe_Spec_TargetServers_SpeedTestTarget) (int, bool)
CompareWith compares value in the 'ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue' with the value under path in 'Probe_Spec_TargetServers_SpeedTestTarget'.
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'SpeedTestTarget' as interface{}
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) SetTo(target **Probe_Spec_TargetServers_SpeedTestTarget)
SetTo stores value for selected field for object SpeedTestTarget
func (*ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbeSpecTargetServersUdpTargetFieldPathBuilder ¶
type ProbeSpecTargetServersUdpTargetFieldPathBuilder struct{}
func NewProbeSpecTargetServersUdpTargetFieldPathBuilder ¶
func NewProbeSpecTargetServersUdpTargetFieldPathBuilder() ProbeSpecTargetServersUdpTargetFieldPathBuilder
type ProbeSpecTargetServersUdpTarget_FieldPath ¶
type ProbeSpecTargetServersUdpTarget_FieldPath interface { gotenobject.FieldPath Selector() ProbeSpecTargetServersUdpTarget_FieldPathSelector Get(source *Probe_Spec_TargetServers_UdpTarget) []interface{} GetSingle(source *Probe_Spec_TargetServers_UdpTarget) (interface{}, bool) ClearValue(item *Probe_Spec_TargetServers_UdpTarget) // Those methods build corresponding ProbeSpecTargetServersUdpTarget_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbeSpecTargetServersUdpTarget_FieldPathValue WithIArrayOfValues(values interface{}) ProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbeSpecTargetServersUdpTarget_FieldPath ¶
func BuildProbeSpecTargetServersUdpTarget_FieldPath(fp gotenobject.RawFieldPath) (ProbeSpecTargetServersUdpTarget_FieldPath, error)
func MustParseProbeSpecTargetServersUdpTarget_FieldPath ¶
func MustParseProbeSpecTargetServersUdpTarget_FieldPath(rawField string) ProbeSpecTargetServersUdpTarget_FieldPath
func ParseProbeSpecTargetServersUdpTarget_FieldPath ¶
func ParseProbeSpecTargetServersUdpTarget_FieldPath(rawField string) (ProbeSpecTargetServersUdpTarget_FieldPath, error)
type ProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue ¶
type ProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbeSpecTargetServersUdpTarget_FieldPath ContainsValue(*Probe_Spec_TargetServers_UdpTarget) bool }
ProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue allows storing single item in Path-specific values for UdpTarget according to their type Present only for array (repeated) types.
func MustParseProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue ¶
func MustParseProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue(pathStr, valueStr string) ProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue
func ParseProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue ¶
func ParseProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue, error)
ParseProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues ¶
type ProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbeSpecTargetServersUdpTarget_FieldPath }
ProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues allows storing slice of values for UdpTarget fields according to their type
func MustParseProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues ¶
func MustParseProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues
func ParseProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues ¶
func ParseProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues, error)
type ProbeSpecTargetServersUdpTarget_FieldPathSelector ¶
type ProbeSpecTargetServersUdpTarget_FieldPathSelector int32
const ( ProbeSpecTargetServersUdpTarget_FieldPathSelectorEnabled ProbeSpecTargetServersUdpTarget_FieldPathSelector = 0 ProbeSpecTargetServersUdpTarget_FieldPathSelectorPort ProbeSpecTargetServersUdpTarget_FieldPathSelector = 1 )
func (ProbeSpecTargetServersUdpTarget_FieldPathSelector) String ¶
func (s ProbeSpecTargetServersUdpTarget_FieldPathSelector) String() string
type ProbeSpecTargetServersUdpTarget_FieldPathValue ¶
type ProbeSpecTargetServersUdpTarget_FieldPathValue interface { ProbeSpecTargetServersUdpTarget_FieldPath gotenobject.FieldPathValue SetTo(target **Probe_Spec_TargetServers_UdpTarget) CompareWith(*Probe_Spec_TargetServers_UdpTarget) (cmp int, comparable bool) }
ProbeSpecTargetServersUdpTarget_FieldPathValue allows storing values for UdpTarget fields according to their type
func MustParseProbeSpecTargetServersUdpTarget_FieldPathValue ¶
func MustParseProbeSpecTargetServersUdpTarget_FieldPathValue(pathStr, valueStr string) ProbeSpecTargetServersUdpTarget_FieldPathValue
func ParseProbeSpecTargetServersUdpTarget_FieldPathValue ¶
func ParseProbeSpecTargetServersUdpTarget_FieldPathValue(pathStr, valueStr string) (ProbeSpecTargetServersUdpTarget_FieldPathValue, error)
type ProbeSpecTargetServersUdpTarget_FieldTerminalPath ¶
type ProbeSpecTargetServersUdpTarget_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPath) ClearValue ¶
func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) ClearValue(item *Probe_Spec_TargetServers_UdpTarget)
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPath) Get ¶
func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) Get(source *Probe_Spec_TargetServers_UdpTarget) (values []interface{})
Get returns all values pointed by specific field from source Probe_Spec_TargetServers_UdpTarget
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPath) GetDefault ¶
func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPath) GetRaw ¶
func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPath) GetSingle ¶
func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) GetSingle(source *Probe_Spec_TargetServers_UdpTarget) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Probe_Spec_TargetServers_UdpTarget
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPath) IsLeaf ¶
func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPath) JSONString ¶
func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPath) String ¶
func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPath) WithIValue ¶
func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) WithIValue(value interface{}) ProbeSpecTargetServersUdpTarget_FieldPathValue
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbeSpecTargetServersUdpTarget_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayItemValue ¶
type ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayItemValue struct { ProbeSpecTargetServersUdpTarget_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Spec_TargetServers_UdpTarget) bool
Contains returns a boolean indicating if value that is being held is present in given 'UdpTarget'
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Probe_Spec_TargetServers_UdpTarget as interface{}
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Spec_TargetServers_UdpTarget) (interface{}, bool)
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayOfValues ¶
type ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayOfValues struct { ProbeSpecTargetServersUdpTarget_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues ¶
func (fpaov *ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues() ([]bool, bool)
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayOfValues) AsPortArrayOfValues ¶
func (fpaov *ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayOfValues) AsPortArrayOfValues() ([]int32, bool)
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue ¶
type ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue struct { ProbeSpecTargetServersUdpTarget_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) AsEnabledValue ¶
func (fpv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) AsEnabledValue() (bool, bool)
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) AsPortValue ¶
func (fpv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) AsPortValue() (int32, bool)
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) CompareWith(source *Probe_Spec_TargetServers_UdpTarget) (int, bool)
CompareWith compares value in the 'ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue' with the value under path in 'Probe_Spec_TargetServers_UdpTarget'.
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'UdpTarget' as interface{}
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) SetTo(target **Probe_Spec_TargetServers_UdpTarget)
SetTo stores value for selected field for object UdpTarget
func (*ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbeSpecTargetServers_FieldPath ¶
type ProbeSpecTargetServers_FieldPath interface { gotenobject.FieldPath Selector() ProbeSpecTargetServers_FieldPathSelector Get(source *Probe_Spec_TargetServers) []interface{} GetSingle(source *Probe_Spec_TargetServers) (interface{}, bool) ClearValue(item *Probe_Spec_TargetServers) // Those methods build corresponding ProbeSpecTargetServers_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbeSpecTargetServers_FieldPathValue WithIArrayOfValues(values interface{}) ProbeSpecTargetServers_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbeSpecTargetServers_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbeSpecTargetServers_FieldPath ¶
func BuildProbeSpecTargetServers_FieldPath(fp gotenobject.RawFieldPath) (ProbeSpecTargetServers_FieldPath, error)
func MustParseProbeSpecTargetServers_FieldPath ¶
func MustParseProbeSpecTargetServers_FieldPath(rawField string) ProbeSpecTargetServers_FieldPath
func ParseProbeSpecTargetServers_FieldPath ¶
func ParseProbeSpecTargetServers_FieldPath(rawField string) (ProbeSpecTargetServers_FieldPath, error)
type ProbeSpecTargetServers_FieldPathArrayItemValue ¶
type ProbeSpecTargetServers_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbeSpecTargetServers_FieldPath ContainsValue(*Probe_Spec_TargetServers) bool }
ProbeSpecTargetServers_FieldPathArrayItemValue allows storing single item in Path-specific values for TargetServers according to their type Present only for array (repeated) types.
func MustParseProbeSpecTargetServers_FieldPathArrayItemValue ¶
func MustParseProbeSpecTargetServers_FieldPathArrayItemValue(pathStr, valueStr string) ProbeSpecTargetServers_FieldPathArrayItemValue
func ParseProbeSpecTargetServers_FieldPathArrayItemValue ¶
func ParseProbeSpecTargetServers_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeSpecTargetServers_FieldPathArrayItemValue, error)
ParseProbeSpecTargetServers_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbeSpecTargetServers_FieldPathArrayOfValues ¶
type ProbeSpecTargetServers_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbeSpecTargetServers_FieldPath }
ProbeSpecTargetServers_FieldPathArrayOfValues allows storing slice of values for TargetServers fields according to their type
func MustParseProbeSpecTargetServers_FieldPathArrayOfValues ¶
func MustParseProbeSpecTargetServers_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeSpecTargetServers_FieldPathArrayOfValues
func ParseProbeSpecTargetServers_FieldPathArrayOfValues ¶
func ParseProbeSpecTargetServers_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeSpecTargetServers_FieldPathArrayOfValues, error)
type ProbeSpecTargetServers_FieldPathSelector ¶
type ProbeSpecTargetServers_FieldPathSelector int32
const ( ProbeSpecTargetServers_FieldPathSelectorIcmpTarget ProbeSpecTargetServers_FieldPathSelector = 0 ProbeSpecTargetServers_FieldPathSelectorUdpTarget ProbeSpecTargetServers_FieldPathSelector = 1 ProbeSpecTargetServers_FieldPathSelectorSpeedTestTarget ProbeSpecTargetServers_FieldPathSelector = 2 ProbeSpecTargetServers_FieldPathSelectorTargetAddressType ProbeSpecTargetServers_FieldPathSelector = 3 ProbeSpecTargetServers_FieldPathSelectorTargetIpVersion ProbeSpecTargetServers_FieldPathSelector = 4 )
func (ProbeSpecTargetServers_FieldPathSelector) String ¶
func (s ProbeSpecTargetServers_FieldPathSelector) String() string
type ProbeSpecTargetServers_FieldPathValue ¶
type ProbeSpecTargetServers_FieldPathValue interface { ProbeSpecTargetServers_FieldPath gotenobject.FieldPathValue SetTo(target **Probe_Spec_TargetServers) CompareWith(*Probe_Spec_TargetServers) (cmp int, comparable bool) }
ProbeSpecTargetServers_FieldPathValue allows storing values for TargetServers fields according to their type
func MustParseProbeSpecTargetServers_FieldPathValue ¶
func MustParseProbeSpecTargetServers_FieldPathValue(pathStr, valueStr string) ProbeSpecTargetServers_FieldPathValue
func ParseProbeSpecTargetServers_FieldPathValue ¶
func ParseProbeSpecTargetServers_FieldPathValue(pathStr, valueStr string) (ProbeSpecTargetServers_FieldPathValue, error)
type ProbeSpecTargetServers_FieldSubPath ¶
type ProbeSpecTargetServers_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ProbeSpecTargetServers_FieldSubPath) AsIcmpTargetSubPath ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) AsIcmpTargetSubPath() (ProbeSpecTargetServersIcmpTarget_FieldPath, bool)
func (*ProbeSpecTargetServers_FieldSubPath) AsSpeedTestTargetSubPath ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) AsSpeedTestTargetSubPath() (ProbeSpecTargetServersSpeedTestTarget_FieldPath, bool)
func (*ProbeSpecTargetServers_FieldSubPath) AsUdpTargetSubPath ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) AsUdpTargetSubPath() (ProbeSpecTargetServersUdpTarget_FieldPath, bool)
func (*ProbeSpecTargetServers_FieldSubPath) ClearValue ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) ClearValue(item *Probe_Spec_TargetServers)
func (*ProbeSpecTargetServers_FieldSubPath) ClearValueRaw ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ProbeSpecTargetServers_FieldSubPath) Get ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) Get(source *Probe_Spec_TargetServers) (values []interface{})
Get returns all values pointed by selected field from source Probe_Spec_TargetServers
func (*ProbeSpecTargetServers_FieldSubPath) GetDefault ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeSpecTargetServers_FieldSubPath) GetRaw ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ProbeSpecTargetServers_FieldSubPath) GetSingle ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) GetSingle(source *Probe_Spec_TargetServers) (interface{}, bool)
GetSingle returns value of selected field from source Probe_Spec_TargetServers
func (*ProbeSpecTargetServers_FieldSubPath) GetSingleRaw ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeSpecTargetServers_FieldSubPath) IsLeaf ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeSpecTargetServers_FieldSubPath) JSONString ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeSpecTargetServers_FieldSubPath) Selector ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) Selector() ProbeSpecTargetServers_FieldPathSelector
func (*ProbeSpecTargetServers_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fps *ProbeSpecTargetServers_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeSpecTargetServers_FieldSubPath) String ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) String() string
String returns path representation in proto convention
func (*ProbeSpecTargetServers_FieldSubPath) WithIArrayItemValue ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) WithIArrayItemValue(value interface{}) ProbeSpecTargetServers_FieldPathArrayItemValue
func (*ProbeSpecTargetServers_FieldSubPath) WithIArrayOfValues ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) WithIArrayOfValues(values interface{}) ProbeSpecTargetServers_FieldPathArrayOfValues
func (*ProbeSpecTargetServers_FieldSubPath) WithIValue ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) WithIValue(value interface{}) ProbeSpecTargetServers_FieldPathValue
func (*ProbeSpecTargetServers_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeSpecTargetServers_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeSpecTargetServers_FieldSubPath) WithRawIValue ¶
func (fps *ProbeSpecTargetServers_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeSpecTargetServers_FieldSubPathArrayItemValue ¶
type ProbeSpecTargetServers_FieldSubPathArrayItemValue struct { ProbeSpecTargetServers_FieldPath // contains filtered or unexported fields }
func (*ProbeSpecTargetServers_FieldSubPathArrayItemValue) AsIcmpTargetPathItemValue ¶
func (fpaivs *ProbeSpecTargetServers_FieldSubPathArrayItemValue) AsIcmpTargetPathItemValue() (ProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue, bool)
func (*ProbeSpecTargetServers_FieldSubPathArrayItemValue) AsSpeedTestTargetPathItemValue ¶
func (fpaivs *ProbeSpecTargetServers_FieldSubPathArrayItemValue) AsSpeedTestTargetPathItemValue() (ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue, bool)
func (*ProbeSpecTargetServers_FieldSubPathArrayItemValue) AsUdpTargetPathItemValue ¶
func (fpaivs *ProbeSpecTargetServers_FieldSubPathArrayItemValue) AsUdpTargetPathItemValue() (ProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue, bool)
func (*ProbeSpecTargetServers_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ProbeSpecTargetServers_FieldSubPathArrayItemValue) ContainsValue(source *Probe_Spec_TargetServers) bool
Contains returns a boolean indicating if value that is being held is present in given 'TargetServers'
func (*ProbeSpecTargetServers_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ProbeSpecTargetServers_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ProbeSpecTargetServers_FieldSubPathArrayOfValues ¶
type ProbeSpecTargetServers_FieldSubPathArrayOfValues struct { ProbeSpecTargetServers_FieldPath // contains filtered or unexported fields }
func (*ProbeSpecTargetServers_FieldSubPathArrayOfValues) AsIcmpTargetPathArrayOfValues ¶
func (fpsaov *ProbeSpecTargetServers_FieldSubPathArrayOfValues) AsIcmpTargetPathArrayOfValues() (ProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues, bool)
func (*ProbeSpecTargetServers_FieldSubPathArrayOfValues) AsSpeedTestTargetPathArrayOfValues ¶
func (fpsaov *ProbeSpecTargetServers_FieldSubPathArrayOfValues) AsSpeedTestTargetPathArrayOfValues() (ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues, bool)
func (*ProbeSpecTargetServers_FieldSubPathArrayOfValues) AsUdpTargetPathArrayOfValues ¶
func (fpsaov *ProbeSpecTargetServers_FieldSubPathArrayOfValues) AsUdpTargetPathArrayOfValues() (ProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues, bool)
func (*ProbeSpecTargetServers_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ProbeSpecTargetServers_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ProbeSpecTargetServers_FieldSubPathValue ¶
type ProbeSpecTargetServers_FieldSubPathValue struct { ProbeSpecTargetServers_FieldPath // contains filtered or unexported fields }
func (*ProbeSpecTargetServers_FieldSubPathValue) AsIcmpTargetPathValue ¶
func (fpvs *ProbeSpecTargetServers_FieldSubPathValue) AsIcmpTargetPathValue() (ProbeSpecTargetServersIcmpTarget_FieldPathValue, bool)
func (*ProbeSpecTargetServers_FieldSubPathValue) AsSpeedTestTargetPathValue ¶
func (fpvs *ProbeSpecTargetServers_FieldSubPathValue) AsSpeedTestTargetPathValue() (ProbeSpecTargetServersSpeedTestTarget_FieldPathValue, bool)
func (*ProbeSpecTargetServers_FieldSubPathValue) AsUdpTargetPathValue ¶
func (fpvs *ProbeSpecTargetServers_FieldSubPathValue) AsUdpTargetPathValue() (ProbeSpecTargetServersUdpTarget_FieldPathValue, bool)
func (*ProbeSpecTargetServers_FieldSubPathValue) CompareWith ¶
func (fpvs *ProbeSpecTargetServers_FieldSubPathValue) CompareWith(source *Probe_Spec_TargetServers) (int, bool)
func (*ProbeSpecTargetServers_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ProbeSpecTargetServers_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeSpecTargetServers_FieldSubPathValue) GetRawValue ¶
func (fpvs *ProbeSpecTargetServers_FieldSubPathValue) GetRawValue() interface{}
func (*ProbeSpecTargetServers_FieldSubPathValue) SetTo ¶
func (fpvs *ProbeSpecTargetServers_FieldSubPathValue) SetTo(target **Probe_Spec_TargetServers)
func (*ProbeSpecTargetServers_FieldSubPathValue) SetToRaw ¶
func (fpvs *ProbeSpecTargetServers_FieldSubPathValue) SetToRaw(target proto.Message)
type ProbeSpecTargetServers_FieldTerminalPath ¶
type ProbeSpecTargetServers_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbeSpecTargetServers_FieldTerminalPath) ClearValue ¶
func (fp *ProbeSpecTargetServers_FieldTerminalPath) ClearValue(item *Probe_Spec_TargetServers)
func (*ProbeSpecTargetServers_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbeSpecTargetServers_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbeSpecTargetServers_FieldTerminalPath) Get ¶
func (fp *ProbeSpecTargetServers_FieldTerminalPath) Get(source *Probe_Spec_TargetServers) (values []interface{})
Get returns all values pointed by specific field from source Probe_Spec_TargetServers
func (*ProbeSpecTargetServers_FieldTerminalPath) GetDefault ¶
func (fp *ProbeSpecTargetServers_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeSpecTargetServers_FieldTerminalPath) GetRaw ¶
func (fp *ProbeSpecTargetServers_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbeSpecTargetServers_FieldTerminalPath) GetSingle ¶
func (fp *ProbeSpecTargetServers_FieldTerminalPath) GetSingle(source *Probe_Spec_TargetServers) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Probe_Spec_TargetServers
func (*ProbeSpecTargetServers_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbeSpecTargetServers_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeSpecTargetServers_FieldTerminalPath) IsLeaf ¶
func (fp *ProbeSpecTargetServers_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeSpecTargetServers_FieldTerminalPath) JSONString ¶
func (fp *ProbeSpecTargetServers_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeSpecTargetServers_FieldTerminalPath) Selector ¶
func (fp *ProbeSpecTargetServers_FieldTerminalPath) Selector() ProbeSpecTargetServers_FieldPathSelector
func (*ProbeSpecTargetServers_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbeSpecTargetServers_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeSpecTargetServers_FieldTerminalPath) String ¶
func (fp *ProbeSpecTargetServers_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbeSpecTargetServers_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbeSpecTargetServers_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeSpecTargetServers_FieldPathArrayItemValue
func (*ProbeSpecTargetServers_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbeSpecTargetServers_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeSpecTargetServers_FieldPathArrayOfValues
func (*ProbeSpecTargetServers_FieldTerminalPath) WithIValue ¶
func (fp *ProbeSpecTargetServers_FieldTerminalPath) WithIValue(value interface{}) ProbeSpecTargetServers_FieldPathValue
func (*ProbeSpecTargetServers_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbeSpecTargetServers_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeSpecTargetServers_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbeSpecTargetServers_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeSpecTargetServers_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbeSpecTargetServers_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeSpecTargetServers_FieldTerminalPathArrayItemValue ¶
type ProbeSpecTargetServers_FieldTerminalPathArrayItemValue struct { ProbeSpecTargetServers_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpecTargetServers_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbeSpecTargetServers_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Spec_TargetServers) bool
Contains returns a boolean indicating if value that is being held is present in given 'TargetServers'
func (*ProbeSpecTargetServers_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbeSpecTargetServers_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Probe_Spec_TargetServers as interface{}
func (*ProbeSpecTargetServers_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbeSpecTargetServers_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Spec_TargetServers) (interface{}, bool)
func (*ProbeSpecTargetServers_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbeSpecTargetServers_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbeSpecTargetServers_FieldTerminalPathArrayOfValues ¶
type ProbeSpecTargetServers_FieldTerminalPathArrayOfValues struct { ProbeSpecTargetServers_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpecTargetServers_FieldTerminalPathArrayOfValues) AsIcmpTargetArrayOfValues ¶
func (fpaov *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues) AsIcmpTargetArrayOfValues() ([]*Probe_Spec_TargetServers_IcmpTarget, bool)
func (*ProbeSpecTargetServers_FieldTerminalPathArrayOfValues) AsSpeedTestTargetArrayOfValues ¶
func (fpaov *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues) AsSpeedTestTargetArrayOfValues() ([]*Probe_Spec_TargetServers_SpeedTestTarget, bool)
func (*ProbeSpecTargetServers_FieldTerminalPathArrayOfValues) AsTargetAddressTypeArrayOfValues ¶ added in v0.4.30
func (fpaov *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues) AsTargetAddressTypeArrayOfValues() ([]Probe_Spec_TargetServers_TargetIPAddressType, bool)
func (*ProbeSpecTargetServers_FieldTerminalPathArrayOfValues) AsTargetIpVersionArrayOfValues ¶ added in v0.7.4
func (fpaov *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues) AsTargetIpVersionArrayOfValues() ([]common.IpVersion, bool)
func (*ProbeSpecTargetServers_FieldTerminalPathArrayOfValues) AsUdpTargetArrayOfValues ¶
func (fpaov *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues) AsUdpTargetArrayOfValues() ([]*Probe_Spec_TargetServers_UdpTarget, bool)
func (*ProbeSpecTargetServers_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbeSpecTargetServers_FieldTerminalPathValue ¶
type ProbeSpecTargetServers_FieldTerminalPathValue struct { ProbeSpecTargetServers_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpecTargetServers_FieldTerminalPathValue) AsIcmpTargetValue ¶
func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) AsIcmpTargetValue() (*Probe_Spec_TargetServers_IcmpTarget, bool)
func (*ProbeSpecTargetServers_FieldTerminalPathValue) AsSpeedTestTargetValue ¶
func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) AsSpeedTestTargetValue() (*Probe_Spec_TargetServers_SpeedTestTarget, bool)
func (*ProbeSpecTargetServers_FieldTerminalPathValue) AsTargetAddressTypeValue ¶ added in v0.4.30
func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) AsTargetAddressTypeValue() (Probe_Spec_TargetServers_TargetIPAddressType, bool)
func (*ProbeSpecTargetServers_FieldTerminalPathValue) AsTargetIpVersionValue ¶ added in v0.7.4
func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) AsTargetIpVersionValue() (common.IpVersion, bool)
func (*ProbeSpecTargetServers_FieldTerminalPathValue) AsUdpTargetValue ¶
func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) AsUdpTargetValue() (*Probe_Spec_TargetServers_UdpTarget, bool)
func (*ProbeSpecTargetServers_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) CompareWith(source *Probe_Spec_TargetServers) (int, bool)
CompareWith compares value in the 'ProbeSpecTargetServers_FieldTerminalPathValue' with the value under path in 'Probe_Spec_TargetServers'.
func (*ProbeSpecTargetServers_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeSpecTargetServers_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'TargetServers' as interface{}
func (*ProbeSpecTargetServers_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) SetTo(target **Probe_Spec_TargetServers)
SetTo stores value for selected field for object TargetServers
func (*ProbeSpecTargetServers_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbeSpecTargetServers_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbeSpec_FieldPath ¶
type ProbeSpec_FieldPath interface { gotenobject.FieldPath Selector() ProbeSpec_FieldPathSelector Get(source *Probe_Spec) []interface{} GetSingle(source *Probe_Spec) (interface{}, bool) ClearValue(item *Probe_Spec) // Those methods build corresponding ProbeSpec_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbeSpec_FieldPathValue WithIArrayOfValues(values interface{}) ProbeSpec_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbeSpec_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbeSpec_FieldPath ¶
func BuildProbeSpec_FieldPath(fp gotenobject.RawFieldPath) (ProbeSpec_FieldPath, error)
func MustParseProbeSpec_FieldPath ¶
func MustParseProbeSpec_FieldPath(rawField string) ProbeSpec_FieldPath
func ParseProbeSpec_FieldPath ¶
func ParseProbeSpec_FieldPath(rawField string) (ProbeSpec_FieldPath, error)
type ProbeSpec_FieldPathArrayItemValue ¶
type ProbeSpec_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbeSpec_FieldPath ContainsValue(*Probe_Spec) bool }
ProbeSpec_FieldPathArrayItemValue allows storing single item in Path-specific values for Spec according to their type Present only for array (repeated) types.
func MustParseProbeSpec_FieldPathArrayItemValue ¶
func MustParseProbeSpec_FieldPathArrayItemValue(pathStr, valueStr string) ProbeSpec_FieldPathArrayItemValue
func ParseProbeSpec_FieldPathArrayItemValue ¶
func ParseProbeSpec_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeSpec_FieldPathArrayItemValue, error)
ParseProbeSpec_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbeSpec_FieldPathArrayOfValues ¶
type ProbeSpec_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbeSpec_FieldPath }
ProbeSpec_FieldPathArrayOfValues allows storing slice of values for Spec fields according to their type
func MustParseProbeSpec_FieldPathArrayOfValues ¶
func MustParseProbeSpec_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeSpec_FieldPathArrayOfValues
func ParseProbeSpec_FieldPathArrayOfValues ¶
func ParseProbeSpec_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeSpec_FieldPathArrayOfValues, error)
type ProbeSpec_FieldPathSelector ¶
type ProbeSpec_FieldPathSelector int32
const ( ProbeSpec_FieldPathSelectorProbeGroup ProbeSpec_FieldPathSelector = 0 ProbeSpec_FieldPathSelectorDevice ProbeSpec_FieldPathSelector = 1 ProbeSpec_FieldPathSelectorEnabled ProbeSpec_FieldPathSelector = 2 ProbeSpec_FieldPathSelectorPrimaryLocation ProbeSpec_FieldPathSelector = 3 ProbeSpec_FieldPathSelectorLocationDiscovery ProbeSpec_FieldPathSelector = 4 ProbeSpec_FieldPathSelectorContactInfo ProbeSpec_FieldPathSelector = 5 ProbeSpec_FieldPathSelectorActivation ProbeSpec_FieldPathSelector = 6 ProbeSpec_FieldPathSelectorDisableSpeedtest ProbeSpec_FieldPathSelector = 7 ProbeSpec_FieldPathSelectorAccessToken ProbeSpec_FieldPathSelector = 8 ProbeSpec_FieldPathSelectorAgentType ProbeSpec_FieldPathSelector = 9 ProbeSpec_FieldPathSelectorExternalIpCheckUrl ProbeSpec_FieldPathSelector = 10 ProbeSpec_FieldPathSelectorTargetServers ProbeSpec_FieldPathSelector = 11 )
func (ProbeSpec_FieldPathSelector) String ¶
func (s ProbeSpec_FieldPathSelector) String() string
type ProbeSpec_FieldPathValue ¶
type ProbeSpec_FieldPathValue interface { ProbeSpec_FieldPath gotenobject.FieldPathValue SetTo(target **Probe_Spec) CompareWith(*Probe_Spec) (cmp int, comparable bool) }
ProbeSpec_FieldPathValue allows storing values for Spec fields according to their type
func MustParseProbeSpec_FieldPathValue ¶
func MustParseProbeSpec_FieldPathValue(pathStr, valueStr string) ProbeSpec_FieldPathValue
func ParseProbeSpec_FieldPathValue ¶
func ParseProbeSpec_FieldPathValue(pathStr, valueStr string) (ProbeSpec_FieldPathValue, error)
type ProbeSpec_FieldSubPath ¶
type ProbeSpec_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ProbeSpec_FieldSubPath) AsAccessTokenSubPath ¶
func (fps *ProbeSpec_FieldSubPath) AsAccessTokenSubPath() (ProbeSpecAccessTokenSpec_FieldPath, bool)
func (*ProbeSpec_FieldSubPath) AsActivationSubPath ¶
func (fps *ProbeSpec_FieldSubPath) AsActivationSubPath() (ProbeSpecActivationSpec_FieldPath, bool)
func (*ProbeSpec_FieldSubPath) AsContactInfoSubPath ¶
func (fps *ProbeSpec_FieldSubPath) AsContactInfoSubPath() (common.ContactInformation_FieldPath, bool)
func (*ProbeSpec_FieldSubPath) AsLocationDiscoverySubPath ¶
func (fps *ProbeSpec_FieldSubPath) AsLocationDiscoverySubPath() (common.LocationDiscoverySpec_FieldPath, bool)
func (*ProbeSpec_FieldSubPath) AsPrimaryLocationSubPath ¶
func (fps *ProbeSpec_FieldSubPath) AsPrimaryLocationSubPath() (common.Location_FieldPath, bool)
func (*ProbeSpec_FieldSubPath) AsTargetServersSubPath ¶
func (fps *ProbeSpec_FieldSubPath) AsTargetServersSubPath() (ProbeSpecTargetServers_FieldPath, bool)
func (*ProbeSpec_FieldSubPath) ClearValue ¶
func (fps *ProbeSpec_FieldSubPath) ClearValue(item *Probe_Spec)
func (*ProbeSpec_FieldSubPath) ClearValueRaw ¶
func (fps *ProbeSpec_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ProbeSpec_FieldSubPath) Get ¶
func (fps *ProbeSpec_FieldSubPath) Get(source *Probe_Spec) (values []interface{})
Get returns all values pointed by selected field from source Probe_Spec
func (*ProbeSpec_FieldSubPath) GetDefault ¶
func (fps *ProbeSpec_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeSpec_FieldSubPath) GetRaw ¶
func (fps *ProbeSpec_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ProbeSpec_FieldSubPath) GetSingle ¶
func (fps *ProbeSpec_FieldSubPath) GetSingle(source *Probe_Spec) (interface{}, bool)
GetSingle returns value of selected field from source Probe_Spec
func (*ProbeSpec_FieldSubPath) GetSingleRaw ¶
func (fps *ProbeSpec_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeSpec_FieldSubPath) IsLeaf ¶
func (fps *ProbeSpec_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeSpec_FieldSubPath) JSONString ¶
func (fps *ProbeSpec_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeSpec_FieldSubPath) Selector ¶
func (fps *ProbeSpec_FieldSubPath) Selector() ProbeSpec_FieldPathSelector
func (*ProbeSpec_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fps *ProbeSpec_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeSpec_FieldSubPath) String ¶
func (fps *ProbeSpec_FieldSubPath) String() string
String returns path representation in proto convention
func (*ProbeSpec_FieldSubPath) WithIArrayItemValue ¶
func (fps *ProbeSpec_FieldSubPath) WithIArrayItemValue(value interface{}) ProbeSpec_FieldPathArrayItemValue
func (*ProbeSpec_FieldSubPath) WithIArrayOfValues ¶
func (fps *ProbeSpec_FieldSubPath) WithIArrayOfValues(values interface{}) ProbeSpec_FieldPathArrayOfValues
func (*ProbeSpec_FieldSubPath) WithIValue ¶
func (fps *ProbeSpec_FieldSubPath) WithIValue(value interface{}) ProbeSpec_FieldPathValue
func (*ProbeSpec_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ProbeSpec_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeSpec_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ProbeSpec_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeSpec_FieldSubPath) WithRawIValue ¶
func (fps *ProbeSpec_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeSpec_FieldSubPathArrayItemValue ¶
type ProbeSpec_FieldSubPathArrayItemValue struct { ProbeSpec_FieldPath // contains filtered or unexported fields }
func (*ProbeSpec_FieldSubPathArrayItemValue) AsAccessTokenPathItemValue ¶
func (fpaivs *ProbeSpec_FieldSubPathArrayItemValue) AsAccessTokenPathItemValue() (ProbeSpecAccessTokenSpec_FieldPathArrayItemValue, bool)
func (*ProbeSpec_FieldSubPathArrayItemValue) AsActivationPathItemValue ¶
func (fpaivs *ProbeSpec_FieldSubPathArrayItemValue) AsActivationPathItemValue() (ProbeSpecActivationSpec_FieldPathArrayItemValue, bool)
func (*ProbeSpec_FieldSubPathArrayItemValue) AsContactInfoPathItemValue ¶
func (fpaivs *ProbeSpec_FieldSubPathArrayItemValue) AsContactInfoPathItemValue() (common.ContactInformation_FieldPathArrayItemValue, bool)
func (*ProbeSpec_FieldSubPathArrayItemValue) AsLocationDiscoveryPathItemValue ¶
func (fpaivs *ProbeSpec_FieldSubPathArrayItemValue) AsLocationDiscoveryPathItemValue() (common.LocationDiscoverySpec_FieldPathArrayItemValue, bool)
func (*ProbeSpec_FieldSubPathArrayItemValue) AsPrimaryLocationPathItemValue ¶
func (fpaivs *ProbeSpec_FieldSubPathArrayItemValue) AsPrimaryLocationPathItemValue() (common.Location_FieldPathArrayItemValue, bool)
func (*ProbeSpec_FieldSubPathArrayItemValue) AsTargetServersPathItemValue ¶
func (fpaivs *ProbeSpec_FieldSubPathArrayItemValue) AsTargetServersPathItemValue() (ProbeSpecTargetServers_FieldPathArrayItemValue, bool)
func (*ProbeSpec_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ProbeSpec_FieldSubPathArrayItemValue) ContainsValue(source *Probe_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*ProbeSpec_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ProbeSpec_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ProbeSpec_FieldSubPathArrayOfValues ¶
type ProbeSpec_FieldSubPathArrayOfValues struct { ProbeSpec_FieldPath // contains filtered or unexported fields }
func (*ProbeSpec_FieldSubPathArrayOfValues) AsAccessTokenPathArrayOfValues ¶
func (fpsaov *ProbeSpec_FieldSubPathArrayOfValues) AsAccessTokenPathArrayOfValues() (ProbeSpecAccessTokenSpec_FieldPathArrayOfValues, bool)
func (*ProbeSpec_FieldSubPathArrayOfValues) AsActivationPathArrayOfValues ¶
func (fpsaov *ProbeSpec_FieldSubPathArrayOfValues) AsActivationPathArrayOfValues() (ProbeSpecActivationSpec_FieldPathArrayOfValues, bool)
func (*ProbeSpec_FieldSubPathArrayOfValues) AsContactInfoPathArrayOfValues ¶
func (fpsaov *ProbeSpec_FieldSubPathArrayOfValues) AsContactInfoPathArrayOfValues() (common.ContactInformation_FieldPathArrayOfValues, bool)
func (*ProbeSpec_FieldSubPathArrayOfValues) AsLocationDiscoveryPathArrayOfValues ¶
func (fpsaov *ProbeSpec_FieldSubPathArrayOfValues) AsLocationDiscoveryPathArrayOfValues() (common.LocationDiscoverySpec_FieldPathArrayOfValues, bool)
func (*ProbeSpec_FieldSubPathArrayOfValues) AsPrimaryLocationPathArrayOfValues ¶
func (fpsaov *ProbeSpec_FieldSubPathArrayOfValues) AsPrimaryLocationPathArrayOfValues() (common.Location_FieldPathArrayOfValues, bool)
func (*ProbeSpec_FieldSubPathArrayOfValues) AsTargetServersPathArrayOfValues ¶
func (fpsaov *ProbeSpec_FieldSubPathArrayOfValues) AsTargetServersPathArrayOfValues() (ProbeSpecTargetServers_FieldPathArrayOfValues, bool)
func (*ProbeSpec_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ProbeSpec_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ProbeSpec_FieldSubPathValue ¶
type ProbeSpec_FieldSubPathValue struct { ProbeSpec_FieldPath // contains filtered or unexported fields }
func (*ProbeSpec_FieldSubPathValue) AsAccessTokenPathValue ¶
func (fpvs *ProbeSpec_FieldSubPathValue) AsAccessTokenPathValue() (ProbeSpecAccessTokenSpec_FieldPathValue, bool)
func (*ProbeSpec_FieldSubPathValue) AsActivationPathValue ¶
func (fpvs *ProbeSpec_FieldSubPathValue) AsActivationPathValue() (ProbeSpecActivationSpec_FieldPathValue, bool)
func (*ProbeSpec_FieldSubPathValue) AsContactInfoPathValue ¶
func (fpvs *ProbeSpec_FieldSubPathValue) AsContactInfoPathValue() (common.ContactInformation_FieldPathValue, bool)
func (*ProbeSpec_FieldSubPathValue) AsLocationDiscoveryPathValue ¶
func (fpvs *ProbeSpec_FieldSubPathValue) AsLocationDiscoveryPathValue() (common.LocationDiscoverySpec_FieldPathValue, bool)
func (*ProbeSpec_FieldSubPathValue) AsPrimaryLocationPathValue ¶
func (fpvs *ProbeSpec_FieldSubPathValue) AsPrimaryLocationPathValue() (common.Location_FieldPathValue, bool)
func (*ProbeSpec_FieldSubPathValue) AsTargetServersPathValue ¶
func (fpvs *ProbeSpec_FieldSubPathValue) AsTargetServersPathValue() (ProbeSpecTargetServers_FieldPathValue, bool)
func (*ProbeSpec_FieldSubPathValue) CompareWith ¶
func (fpvs *ProbeSpec_FieldSubPathValue) CompareWith(source *Probe_Spec) (int, bool)
func (*ProbeSpec_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ProbeSpec_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeSpec_FieldSubPathValue) GetRawValue ¶
func (fpvs *ProbeSpec_FieldSubPathValue) GetRawValue() interface{}
func (*ProbeSpec_FieldSubPathValue) SetTo ¶
func (fpvs *ProbeSpec_FieldSubPathValue) SetTo(target **Probe_Spec)
func (*ProbeSpec_FieldSubPathValue) SetToRaw ¶
func (fpvs *ProbeSpec_FieldSubPathValue) SetToRaw(target proto.Message)
type ProbeSpec_FieldTerminalPath ¶
type ProbeSpec_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbeSpec_FieldTerminalPath) ClearValue ¶
func (fp *ProbeSpec_FieldTerminalPath) ClearValue(item *Probe_Spec)
func (*ProbeSpec_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbeSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbeSpec_FieldTerminalPath) Get ¶
func (fp *ProbeSpec_FieldTerminalPath) Get(source *Probe_Spec) (values []interface{})
Get returns all values pointed by specific field from source Probe_Spec
func (*ProbeSpec_FieldTerminalPath) GetDefault ¶
func (fp *ProbeSpec_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeSpec_FieldTerminalPath) GetRaw ¶
func (fp *ProbeSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbeSpec_FieldTerminalPath) GetSingle ¶
func (fp *ProbeSpec_FieldTerminalPath) GetSingle(source *Probe_Spec) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Probe_Spec
func (*ProbeSpec_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbeSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeSpec_FieldTerminalPath) IsLeaf ¶
func (fp *ProbeSpec_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeSpec_FieldTerminalPath) JSONString ¶
func (fp *ProbeSpec_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeSpec_FieldTerminalPath) Selector ¶
func (fp *ProbeSpec_FieldTerminalPath) Selector() ProbeSpec_FieldPathSelector
func (*ProbeSpec_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbeSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeSpec_FieldTerminalPath) String ¶
func (fp *ProbeSpec_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbeSpec_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbeSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeSpec_FieldPathArrayItemValue
func (*ProbeSpec_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbeSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeSpec_FieldPathArrayOfValues
func (*ProbeSpec_FieldTerminalPath) WithIValue ¶
func (fp *ProbeSpec_FieldTerminalPath) WithIValue(value interface{}) ProbeSpec_FieldPathValue
func (*ProbeSpec_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbeSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeSpec_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbeSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeSpec_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbeSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeSpec_FieldTerminalPathArrayItemValue ¶
type ProbeSpec_FieldTerminalPathArrayItemValue struct { ProbeSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpec_FieldTerminalPathArrayItemValue) AsExternalIpCheckUrlItemValue ¶
func (fpaiv *ProbeSpec_FieldTerminalPathArrayItemValue) AsExternalIpCheckUrlItemValue() (string, bool)
func (*ProbeSpec_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbeSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*ProbeSpec_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbeSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Probe_Spec as interface{}
func (*ProbeSpec_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbeSpec_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Spec) (interface{}, bool)
func (*ProbeSpec_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbeSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbeSpec_FieldTerminalPathArrayOfValues ¶
type ProbeSpec_FieldTerminalPathArrayOfValues struct { ProbeSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpec_FieldTerminalPathArrayOfValues) AsAccessTokenArrayOfValues ¶
func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsAccessTokenArrayOfValues() ([]*Probe_Spec_AccessTokenSpec, bool)
func (*ProbeSpec_FieldTerminalPathArrayOfValues) AsActivationArrayOfValues ¶
func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsActivationArrayOfValues() ([]*Probe_Spec_ActivationSpec, bool)
func (*ProbeSpec_FieldTerminalPathArrayOfValues) AsAgentTypeArrayOfValues ¶
func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsAgentTypeArrayOfValues() ([]Probe_AgentType, bool)
func (*ProbeSpec_FieldTerminalPathArrayOfValues) AsContactInfoArrayOfValues ¶
func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsContactInfoArrayOfValues() ([]*common.ContactInformation, bool)
func (*ProbeSpec_FieldTerminalPathArrayOfValues) AsDeviceArrayOfValues ¶
func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsDeviceArrayOfValues() ([]*devices_device.Reference, bool)
func (*ProbeSpec_FieldTerminalPathArrayOfValues) AsDisableSpeedtestArrayOfValues ¶
func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsDisableSpeedtestArrayOfValues() ([]bool, bool)
func (*ProbeSpec_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues ¶
func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues() ([]bool, bool)
func (*ProbeSpec_FieldTerminalPathArrayOfValues) AsExternalIpCheckUrlArrayOfValues ¶
func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsExternalIpCheckUrlArrayOfValues() ([][]string, bool)
func (*ProbeSpec_FieldTerminalPathArrayOfValues) AsLocationDiscoveryArrayOfValues ¶
func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsLocationDiscoveryArrayOfValues() ([]*common.LocationDiscoverySpec, bool)
func (*ProbeSpec_FieldTerminalPathArrayOfValues) AsPrimaryLocationArrayOfValues ¶
func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsPrimaryLocationArrayOfValues() ([]*common.Location, bool)
func (*ProbeSpec_FieldTerminalPathArrayOfValues) AsProbeGroupArrayOfValues ¶
func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsProbeGroupArrayOfValues() ([]*probe_group.Reference, bool)
func (*ProbeSpec_FieldTerminalPathArrayOfValues) AsTargetServersArrayOfValues ¶
func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) AsTargetServersArrayOfValues() ([]*Probe_Spec_TargetServers, bool)
func (*ProbeSpec_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbeSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbeSpec_FieldTerminalPathValue ¶
type ProbeSpec_FieldTerminalPathValue struct { ProbeSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeSpec_FieldTerminalPathValue) AsAccessTokenValue ¶
func (fpv *ProbeSpec_FieldTerminalPathValue) AsAccessTokenValue() (*Probe_Spec_AccessTokenSpec, bool)
func (*ProbeSpec_FieldTerminalPathValue) AsActivationValue ¶
func (fpv *ProbeSpec_FieldTerminalPathValue) AsActivationValue() (*Probe_Spec_ActivationSpec, bool)
func (*ProbeSpec_FieldTerminalPathValue) AsAgentTypeValue ¶
func (fpv *ProbeSpec_FieldTerminalPathValue) AsAgentTypeValue() (Probe_AgentType, bool)
func (*ProbeSpec_FieldTerminalPathValue) AsContactInfoValue ¶
func (fpv *ProbeSpec_FieldTerminalPathValue) AsContactInfoValue() (*common.ContactInformation, bool)
func (*ProbeSpec_FieldTerminalPathValue) AsDeviceValue ¶
func (fpv *ProbeSpec_FieldTerminalPathValue) AsDeviceValue() (*devices_device.Reference, bool)
func (*ProbeSpec_FieldTerminalPathValue) AsDisableSpeedtestValue ¶
func (fpv *ProbeSpec_FieldTerminalPathValue) AsDisableSpeedtestValue() (bool, bool)
func (*ProbeSpec_FieldTerminalPathValue) AsEnabledValue ¶
func (fpv *ProbeSpec_FieldTerminalPathValue) AsEnabledValue() (bool, bool)
func (*ProbeSpec_FieldTerminalPathValue) AsExternalIpCheckUrlValue ¶
func (fpv *ProbeSpec_FieldTerminalPathValue) AsExternalIpCheckUrlValue() ([]string, bool)
func (*ProbeSpec_FieldTerminalPathValue) AsLocationDiscoveryValue ¶
func (fpv *ProbeSpec_FieldTerminalPathValue) AsLocationDiscoveryValue() (*common.LocationDiscoverySpec, bool)
func (*ProbeSpec_FieldTerminalPathValue) AsPrimaryLocationValue ¶
func (fpv *ProbeSpec_FieldTerminalPathValue) AsPrimaryLocationValue() (*common.Location, bool)
func (*ProbeSpec_FieldTerminalPathValue) AsProbeGroupValue ¶
func (fpv *ProbeSpec_FieldTerminalPathValue) AsProbeGroupValue() (*probe_group.Reference, bool)
func (*ProbeSpec_FieldTerminalPathValue) AsTargetServersValue ¶
func (fpv *ProbeSpec_FieldTerminalPathValue) AsTargetServersValue() (*Probe_Spec_TargetServers, bool)
func (*ProbeSpec_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbeSpec_FieldTerminalPathValue) CompareWith(source *Probe_Spec) (int, bool)
CompareWith compares value in the 'ProbeSpec_FieldTerminalPathValue' with the value under path in 'Probe_Spec'.
func (*ProbeSpec_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbeSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeSpec_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbeSpec_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Spec' as interface{}
func (*ProbeSpec_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbeSpec_FieldTerminalPathValue) SetTo(target **Probe_Spec)
SetTo stores value for selected field for object Spec
func (*ProbeSpec_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbeSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbeStatusActivationStateFieldPathBuilder ¶
type ProbeStatusActivationStateFieldPathBuilder struct{}
func NewProbeStatusActivationStateFieldPathBuilder ¶
func NewProbeStatusActivationStateFieldPathBuilder() ProbeStatusActivationStateFieldPathBuilder
func (ProbeStatusActivationStateFieldPathBuilder) CurrentSession ¶
func (ProbeStatusActivationStateFieldPathBuilder) CurrentSession() Probe_Status_ActivationStatePathSelectorCurrentSession
func (ProbeStatusActivationStateFieldPathBuilder) LastInvitation ¶
func (ProbeStatusActivationStateFieldPathBuilder) LastInvitation() Probe_Status_ActivationStatePathSelectorLastInvitation
func (ProbeStatusActivationStateFieldPathBuilder) ServiceAccount ¶
func (ProbeStatusActivationStateFieldPathBuilder) ServiceAccount() Probe_Status_ActivationStatePathSelectorServiceAccount
type ProbeStatusActivationStateInvitationStateFieldPathBuilder ¶
type ProbeStatusActivationStateInvitationStateFieldPathBuilder struct{}
func NewProbeStatusActivationStateInvitationStateFieldPathBuilder ¶
func NewProbeStatusActivationStateInvitationStateFieldPathBuilder() ProbeStatusActivationStateInvitationStateFieldPathBuilder
type ProbeStatusActivationStateInvitationState_FieldPath ¶
type ProbeStatusActivationStateInvitationState_FieldPath interface { gotenobject.FieldPath Selector() ProbeStatusActivationStateInvitationState_FieldPathSelector Get(source *Probe_Status_ActivationState_InvitationState) []interface{} GetSingle(source *Probe_Status_ActivationState_InvitationState) (interface{}, bool) ClearValue(item *Probe_Status_ActivationState_InvitationState) // Those methods build corresponding ProbeStatusActivationStateInvitationState_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbeStatusActivationStateInvitationState_FieldPathValue WithIArrayOfValues(values interface{}) ProbeStatusActivationStateInvitationState_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbeStatusActivationStateInvitationState_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbeStatusActivationStateInvitationState_FieldPath ¶
func BuildProbeStatusActivationStateInvitationState_FieldPath(fp gotenobject.RawFieldPath) (ProbeStatusActivationStateInvitationState_FieldPath, error)
func MustParseProbeStatusActivationStateInvitationState_FieldPath ¶
func MustParseProbeStatusActivationStateInvitationState_FieldPath(rawField string) ProbeStatusActivationStateInvitationState_FieldPath
func ParseProbeStatusActivationStateInvitationState_FieldPath ¶
func ParseProbeStatusActivationStateInvitationState_FieldPath(rawField string) (ProbeStatusActivationStateInvitationState_FieldPath, error)
type ProbeStatusActivationStateInvitationState_FieldPathArrayItemValue ¶
type ProbeStatusActivationStateInvitationState_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbeStatusActivationStateInvitationState_FieldPath ContainsValue(*Probe_Status_ActivationState_InvitationState) bool }
ProbeStatusActivationStateInvitationState_FieldPathArrayItemValue allows storing single item in Path-specific values for InvitationState according to their type Present only for array (repeated) types.
func MustParseProbeStatusActivationStateInvitationState_FieldPathArrayItemValue ¶
func MustParseProbeStatusActivationStateInvitationState_FieldPathArrayItemValue(pathStr, valueStr string) ProbeStatusActivationStateInvitationState_FieldPathArrayItemValue
func ParseProbeStatusActivationStateInvitationState_FieldPathArrayItemValue ¶
func ParseProbeStatusActivationStateInvitationState_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeStatusActivationStateInvitationState_FieldPathArrayItemValue, error)
ParseProbeStatusActivationStateInvitationState_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbeStatusActivationStateInvitationState_FieldPathArrayOfValues ¶
type ProbeStatusActivationStateInvitationState_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbeStatusActivationStateInvitationState_FieldPath }
ProbeStatusActivationStateInvitationState_FieldPathArrayOfValues allows storing slice of values for InvitationState fields according to their type
func MustParseProbeStatusActivationStateInvitationState_FieldPathArrayOfValues ¶
func MustParseProbeStatusActivationStateInvitationState_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeStatusActivationStateInvitationState_FieldPathArrayOfValues
func ParseProbeStatusActivationStateInvitationState_FieldPathArrayOfValues ¶
func ParseProbeStatusActivationStateInvitationState_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeStatusActivationStateInvitationState_FieldPathArrayOfValues, error)
type ProbeStatusActivationStateInvitationState_FieldPathSelector ¶
type ProbeStatusActivationStateInvitationState_FieldPathSelector int32
const ( ProbeStatusActivationStateInvitationState_FieldPathSelectorSentDate ProbeStatusActivationStateInvitationState_FieldPathSelector = 0 ProbeStatusActivationStateInvitationState_FieldPathSelectorSender ProbeStatusActivationStateInvitationState_FieldPathSelector = 1 )
func (ProbeStatusActivationStateInvitationState_FieldPathSelector) String ¶
func (s ProbeStatusActivationStateInvitationState_FieldPathSelector) String() string
type ProbeStatusActivationStateInvitationState_FieldPathValue ¶
type ProbeStatusActivationStateInvitationState_FieldPathValue interface { ProbeStatusActivationStateInvitationState_FieldPath gotenobject.FieldPathValue SetTo(target **Probe_Status_ActivationState_InvitationState) CompareWith(*Probe_Status_ActivationState_InvitationState) (cmp int, comparable bool) }
ProbeStatusActivationStateInvitationState_FieldPathValue allows storing values for InvitationState fields according to their type
func MustParseProbeStatusActivationStateInvitationState_FieldPathValue ¶
func MustParseProbeStatusActivationStateInvitationState_FieldPathValue(pathStr, valueStr string) ProbeStatusActivationStateInvitationState_FieldPathValue
func ParseProbeStatusActivationStateInvitationState_FieldPathValue ¶
func ParseProbeStatusActivationStateInvitationState_FieldPathValue(pathStr, valueStr string) (ProbeStatusActivationStateInvitationState_FieldPathValue, error)
type ProbeStatusActivationStateInvitationState_FieldTerminalPath ¶
type ProbeStatusActivationStateInvitationState_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPath) ClearValue ¶
func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) ClearValue(item *Probe_Status_ActivationState_InvitationState)
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPath) Get ¶
func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) Get(source *Probe_Status_ActivationState_InvitationState) (values []interface{})
Get returns all values pointed by specific field from source Probe_Status_ActivationState_InvitationState
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPath) GetDefault ¶
func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPath) GetRaw ¶
func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPath) GetSingle ¶
func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) GetSingle(source *Probe_Status_ActivationState_InvitationState) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Probe_Status_ActivationState_InvitationState
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPath) IsLeaf ¶
func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPath) JSONString ¶
func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPath) String ¶
func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeStatusActivationStateInvitationState_FieldPathArrayItemValue
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeStatusActivationStateInvitationState_FieldPathArrayOfValues
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPath) WithIValue ¶
func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) WithIValue(value interface{}) ProbeStatusActivationStateInvitationState_FieldPathValue
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbeStatusActivationStateInvitationState_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayItemValue ¶
type ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayItemValue struct { ProbeStatusActivationStateInvitationState_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Status_ActivationState_InvitationState) bool
Contains returns a boolean indicating if value that is being held is present in given 'InvitationState'
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Probe_Status_ActivationState_InvitationState as interface{}
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Status_ActivationState_InvitationState) (interface{}, bool)
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayOfValues ¶
type ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayOfValues struct { ProbeStatusActivationStateInvitationState_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayOfValues) AsSenderArrayOfValues ¶
func (fpaov *ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayOfValues) AsSenderArrayOfValues() ([]string, bool)
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayOfValues) AsSentDateArrayOfValues ¶
func (fpaov *ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayOfValues) AsSentDateArrayOfValues() ([]*timestamp.Timestamp, bool)
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbeStatusActivationStateInvitationState_FieldTerminalPathValue ¶
type ProbeStatusActivationStateInvitationState_FieldTerminalPathValue struct { ProbeStatusActivationStateInvitationState_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) AsSenderValue ¶
func (fpv *ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) AsSenderValue() (string, bool)
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) AsSentDateValue ¶
func (fpv *ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) AsSentDateValue() (*timestamp.Timestamp, bool)
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) CompareWith(source *Probe_Status_ActivationState_InvitationState) (int, bool)
CompareWith compares value in the 'ProbeStatusActivationStateInvitationState_FieldTerminalPathValue' with the value under path in 'Probe_Status_ActivationState_InvitationState'.
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'InvitationState' as interface{}
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) SetTo(target **Probe_Status_ActivationState_InvitationState)
SetTo stores value for selected field for object InvitationState
func (*ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbeStatusActivationStateInvitationState_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbeStatusActivationStateSessionFieldPathBuilder ¶
type ProbeStatusActivationStateSessionFieldPathBuilder struct{}
func NewProbeStatusActivationStateSessionFieldPathBuilder ¶
func NewProbeStatusActivationStateSessionFieldPathBuilder() ProbeStatusActivationStateSessionFieldPathBuilder
func (ProbeStatusActivationStateSessionFieldPathBuilder) ClientCookie ¶
func (ProbeStatusActivationStateSessionFieldPathBuilder) LockDeadline ¶
type ProbeStatusActivationStateSession_FieldPath ¶
type ProbeStatusActivationStateSession_FieldPath interface { gotenobject.FieldPath Selector() ProbeStatusActivationStateSession_FieldPathSelector Get(source *Probe_Status_ActivationState_Session) []interface{} GetSingle(source *Probe_Status_ActivationState_Session) (interface{}, bool) ClearValue(item *Probe_Status_ActivationState_Session) // Those methods build corresponding ProbeStatusActivationStateSession_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbeStatusActivationStateSession_FieldPathValue WithIArrayOfValues(values interface{}) ProbeStatusActivationStateSession_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbeStatusActivationStateSession_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbeStatusActivationStateSession_FieldPath ¶
func BuildProbeStatusActivationStateSession_FieldPath(fp gotenobject.RawFieldPath) (ProbeStatusActivationStateSession_FieldPath, error)
func MustParseProbeStatusActivationStateSession_FieldPath ¶
func MustParseProbeStatusActivationStateSession_FieldPath(rawField string) ProbeStatusActivationStateSession_FieldPath
func ParseProbeStatusActivationStateSession_FieldPath ¶
func ParseProbeStatusActivationStateSession_FieldPath(rawField string) (ProbeStatusActivationStateSession_FieldPath, error)
type ProbeStatusActivationStateSession_FieldPathArrayItemValue ¶
type ProbeStatusActivationStateSession_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbeStatusActivationStateSession_FieldPath ContainsValue(*Probe_Status_ActivationState_Session) bool }
ProbeStatusActivationStateSession_FieldPathArrayItemValue allows storing single item in Path-specific values for Session according to their type Present only for array (repeated) types.
func MustParseProbeStatusActivationStateSession_FieldPathArrayItemValue ¶
func MustParseProbeStatusActivationStateSession_FieldPathArrayItemValue(pathStr, valueStr string) ProbeStatusActivationStateSession_FieldPathArrayItemValue
func ParseProbeStatusActivationStateSession_FieldPathArrayItemValue ¶
func ParseProbeStatusActivationStateSession_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeStatusActivationStateSession_FieldPathArrayItemValue, error)
ParseProbeStatusActivationStateSession_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbeStatusActivationStateSession_FieldPathArrayOfValues ¶
type ProbeStatusActivationStateSession_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbeStatusActivationStateSession_FieldPath }
ProbeStatusActivationStateSession_FieldPathArrayOfValues allows storing slice of values for Session fields according to their type
func MustParseProbeStatusActivationStateSession_FieldPathArrayOfValues ¶
func MustParseProbeStatusActivationStateSession_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeStatusActivationStateSession_FieldPathArrayOfValues
func ParseProbeStatusActivationStateSession_FieldPathArrayOfValues ¶
func ParseProbeStatusActivationStateSession_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeStatusActivationStateSession_FieldPathArrayOfValues, error)
type ProbeStatusActivationStateSession_FieldPathSelector ¶
type ProbeStatusActivationStateSession_FieldPathSelector int32
const ( ProbeStatusActivationStateSession_FieldPathSelectorClientCookie ProbeStatusActivationStateSession_FieldPathSelector = 0 ProbeStatusActivationStateSession_FieldPathSelectorLockDeadline ProbeStatusActivationStateSession_FieldPathSelector = 1 )
func (ProbeStatusActivationStateSession_FieldPathSelector) String ¶
func (s ProbeStatusActivationStateSession_FieldPathSelector) String() string
type ProbeStatusActivationStateSession_FieldPathValue ¶
type ProbeStatusActivationStateSession_FieldPathValue interface { ProbeStatusActivationStateSession_FieldPath gotenobject.FieldPathValue SetTo(target **Probe_Status_ActivationState_Session) CompareWith(*Probe_Status_ActivationState_Session) (cmp int, comparable bool) }
ProbeStatusActivationStateSession_FieldPathValue allows storing values for Session fields according to their type
func MustParseProbeStatusActivationStateSession_FieldPathValue ¶
func MustParseProbeStatusActivationStateSession_FieldPathValue(pathStr, valueStr string) ProbeStatusActivationStateSession_FieldPathValue
func ParseProbeStatusActivationStateSession_FieldPathValue ¶
func ParseProbeStatusActivationStateSession_FieldPathValue(pathStr, valueStr string) (ProbeStatusActivationStateSession_FieldPathValue, error)
type ProbeStatusActivationStateSession_FieldTerminalPath ¶
type ProbeStatusActivationStateSession_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbeStatusActivationStateSession_FieldTerminalPath) ClearValue ¶
func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) ClearValue(item *Probe_Status_ActivationState_Session)
func (*ProbeStatusActivationStateSession_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbeStatusActivationStateSession_FieldTerminalPath) Get ¶
func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) Get(source *Probe_Status_ActivationState_Session) (values []interface{})
Get returns all values pointed by specific field from source Probe_Status_ActivationState_Session
func (*ProbeStatusActivationStateSession_FieldTerminalPath) GetDefault ¶
func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeStatusActivationStateSession_FieldTerminalPath) GetRaw ¶
func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbeStatusActivationStateSession_FieldTerminalPath) GetSingle ¶
func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) GetSingle(source *Probe_Status_ActivationState_Session) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Probe_Status_ActivationState_Session
func (*ProbeStatusActivationStateSession_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeStatusActivationStateSession_FieldTerminalPath) IsLeaf ¶
func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeStatusActivationStateSession_FieldTerminalPath) JSONString ¶
func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeStatusActivationStateSession_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeStatusActivationStateSession_FieldTerminalPath) String ¶
func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbeStatusActivationStateSession_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeStatusActivationStateSession_FieldPathArrayItemValue
func (*ProbeStatusActivationStateSession_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeStatusActivationStateSession_FieldPathArrayOfValues
func (*ProbeStatusActivationStateSession_FieldTerminalPath) WithIValue ¶
func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) WithIValue(value interface{}) ProbeStatusActivationStateSession_FieldPathValue
func (*ProbeStatusActivationStateSession_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeStatusActivationStateSession_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeStatusActivationStateSession_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbeStatusActivationStateSession_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeStatusActivationStateSession_FieldTerminalPathArrayItemValue ¶
type ProbeStatusActivationStateSession_FieldTerminalPathArrayItemValue struct { ProbeStatusActivationStateSession_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusActivationStateSession_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbeStatusActivationStateSession_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Status_ActivationState_Session) bool
Contains returns a boolean indicating if value that is being held is present in given 'Session'
func (*ProbeStatusActivationStateSession_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbeStatusActivationStateSession_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Probe_Status_ActivationState_Session as interface{}
func (*ProbeStatusActivationStateSession_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbeStatusActivationStateSession_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Status_ActivationState_Session) (interface{}, bool)
func (*ProbeStatusActivationStateSession_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbeStatusActivationStateSession_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbeStatusActivationStateSession_FieldTerminalPathArrayOfValues ¶
type ProbeStatusActivationStateSession_FieldTerminalPathArrayOfValues struct { ProbeStatusActivationStateSession_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusActivationStateSession_FieldTerminalPathArrayOfValues) AsClientCookieArrayOfValues ¶
func (fpaov *ProbeStatusActivationStateSession_FieldTerminalPathArrayOfValues) AsClientCookieArrayOfValues() ([]string, bool)
func (*ProbeStatusActivationStateSession_FieldTerminalPathArrayOfValues) AsLockDeadlineArrayOfValues ¶
func (fpaov *ProbeStatusActivationStateSession_FieldTerminalPathArrayOfValues) AsLockDeadlineArrayOfValues() ([]*timestamp.Timestamp, bool)
func (*ProbeStatusActivationStateSession_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbeStatusActivationStateSession_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbeStatusActivationStateSession_FieldTerminalPathValue ¶
type ProbeStatusActivationStateSession_FieldTerminalPathValue struct { ProbeStatusActivationStateSession_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusActivationStateSession_FieldTerminalPathValue) AsClientCookieValue ¶
func (fpv *ProbeStatusActivationStateSession_FieldTerminalPathValue) AsClientCookieValue() (string, bool)
func (*ProbeStatusActivationStateSession_FieldTerminalPathValue) AsLockDeadlineValue ¶
func (fpv *ProbeStatusActivationStateSession_FieldTerminalPathValue) AsLockDeadlineValue() (*timestamp.Timestamp, bool)
func (*ProbeStatusActivationStateSession_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbeStatusActivationStateSession_FieldTerminalPathValue) CompareWith(source *Probe_Status_ActivationState_Session) (int, bool)
CompareWith compares value in the 'ProbeStatusActivationStateSession_FieldTerminalPathValue' with the value under path in 'Probe_Status_ActivationState_Session'.
func (*ProbeStatusActivationStateSession_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbeStatusActivationStateSession_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeStatusActivationStateSession_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbeStatusActivationStateSession_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Session' as interface{}
func (*ProbeStatusActivationStateSession_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbeStatusActivationStateSession_FieldTerminalPathValue) SetTo(target **Probe_Status_ActivationState_Session)
SetTo stores value for selected field for object Session
func (*ProbeStatusActivationStateSession_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbeStatusActivationStateSession_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbeStatusActivationState_FieldPath ¶
type ProbeStatusActivationState_FieldPath interface { gotenobject.FieldPath Selector() ProbeStatusActivationState_FieldPathSelector Get(source *Probe_Status_ActivationState) []interface{} GetSingle(source *Probe_Status_ActivationState) (interface{}, bool) ClearValue(item *Probe_Status_ActivationState) // Those methods build corresponding ProbeStatusActivationState_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbeStatusActivationState_FieldPathValue WithIArrayOfValues(values interface{}) ProbeStatusActivationState_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbeStatusActivationState_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbeStatusActivationState_FieldPath ¶
func BuildProbeStatusActivationState_FieldPath(fp gotenobject.RawFieldPath) (ProbeStatusActivationState_FieldPath, error)
func MustParseProbeStatusActivationState_FieldPath ¶
func MustParseProbeStatusActivationState_FieldPath(rawField string) ProbeStatusActivationState_FieldPath
func ParseProbeStatusActivationState_FieldPath ¶
func ParseProbeStatusActivationState_FieldPath(rawField string) (ProbeStatusActivationState_FieldPath, error)
type ProbeStatusActivationState_FieldPathArrayItemValue ¶
type ProbeStatusActivationState_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbeStatusActivationState_FieldPath ContainsValue(*Probe_Status_ActivationState) bool }
ProbeStatusActivationState_FieldPathArrayItemValue allows storing single item in Path-specific values for ActivationState according to their type Present only for array (repeated) types.
func MustParseProbeStatusActivationState_FieldPathArrayItemValue ¶
func MustParseProbeStatusActivationState_FieldPathArrayItemValue(pathStr, valueStr string) ProbeStatusActivationState_FieldPathArrayItemValue
func ParseProbeStatusActivationState_FieldPathArrayItemValue ¶
func ParseProbeStatusActivationState_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeStatusActivationState_FieldPathArrayItemValue, error)
ParseProbeStatusActivationState_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbeStatusActivationState_FieldPathArrayOfValues ¶
type ProbeStatusActivationState_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbeStatusActivationState_FieldPath }
ProbeStatusActivationState_FieldPathArrayOfValues allows storing slice of values for ActivationState fields according to their type
func MustParseProbeStatusActivationState_FieldPathArrayOfValues ¶
func MustParseProbeStatusActivationState_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeStatusActivationState_FieldPathArrayOfValues
func ParseProbeStatusActivationState_FieldPathArrayOfValues ¶
func ParseProbeStatusActivationState_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeStatusActivationState_FieldPathArrayOfValues, error)
type ProbeStatusActivationState_FieldPathSelector ¶
type ProbeStatusActivationState_FieldPathSelector int32
const ( ProbeStatusActivationState_FieldPathSelectorStatus ProbeStatusActivationState_FieldPathSelector = 0 ProbeStatusActivationState_FieldPathSelectorCurrentSession ProbeStatusActivationState_FieldPathSelector = 1 ProbeStatusActivationState_FieldPathSelectorServiceAccount ProbeStatusActivationState_FieldPathSelector = 2 ProbeStatusActivationState_FieldPathSelectorLastInvitation ProbeStatusActivationState_FieldPathSelector = 3 )
func (ProbeStatusActivationState_FieldPathSelector) String ¶
func (s ProbeStatusActivationState_FieldPathSelector) String() string
type ProbeStatusActivationState_FieldPathValue ¶
type ProbeStatusActivationState_FieldPathValue interface { ProbeStatusActivationState_FieldPath gotenobject.FieldPathValue SetTo(target **Probe_Status_ActivationState) CompareWith(*Probe_Status_ActivationState) (cmp int, comparable bool) }
ProbeStatusActivationState_FieldPathValue allows storing values for ActivationState fields according to their type
func MustParseProbeStatusActivationState_FieldPathValue ¶
func MustParseProbeStatusActivationState_FieldPathValue(pathStr, valueStr string) ProbeStatusActivationState_FieldPathValue
func ParseProbeStatusActivationState_FieldPathValue ¶
func ParseProbeStatusActivationState_FieldPathValue(pathStr, valueStr string) (ProbeStatusActivationState_FieldPathValue, error)
type ProbeStatusActivationState_FieldSubPath ¶
type ProbeStatusActivationState_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ProbeStatusActivationState_FieldSubPath) AsCurrentSessionSubPath ¶
func (fps *ProbeStatusActivationState_FieldSubPath) AsCurrentSessionSubPath() (ProbeStatusActivationStateSession_FieldPath, bool)
func (*ProbeStatusActivationState_FieldSubPath) AsLastInvitationSubPath ¶
func (fps *ProbeStatusActivationState_FieldSubPath) AsLastInvitationSubPath() (ProbeStatusActivationStateInvitationState_FieldPath, bool)
func (*ProbeStatusActivationState_FieldSubPath) ClearValue ¶
func (fps *ProbeStatusActivationState_FieldSubPath) ClearValue(item *Probe_Status_ActivationState)
func (*ProbeStatusActivationState_FieldSubPath) ClearValueRaw ¶
func (fps *ProbeStatusActivationState_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ProbeStatusActivationState_FieldSubPath) Get ¶
func (fps *ProbeStatusActivationState_FieldSubPath) Get(source *Probe_Status_ActivationState) (values []interface{})
Get returns all values pointed by selected field from source Probe_Status_ActivationState
func (*ProbeStatusActivationState_FieldSubPath) GetDefault ¶
func (fps *ProbeStatusActivationState_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeStatusActivationState_FieldSubPath) GetRaw ¶
func (fps *ProbeStatusActivationState_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ProbeStatusActivationState_FieldSubPath) GetSingle ¶
func (fps *ProbeStatusActivationState_FieldSubPath) GetSingle(source *Probe_Status_ActivationState) (interface{}, bool)
GetSingle returns value of selected field from source Probe_Status_ActivationState
func (*ProbeStatusActivationState_FieldSubPath) GetSingleRaw ¶
func (fps *ProbeStatusActivationState_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeStatusActivationState_FieldSubPath) IsLeaf ¶
func (fps *ProbeStatusActivationState_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeStatusActivationState_FieldSubPath) JSONString ¶
func (fps *ProbeStatusActivationState_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeStatusActivationState_FieldSubPath) Selector ¶
func (fps *ProbeStatusActivationState_FieldSubPath) Selector() ProbeStatusActivationState_FieldPathSelector
func (*ProbeStatusActivationState_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fps *ProbeStatusActivationState_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeStatusActivationState_FieldSubPath) String ¶
func (fps *ProbeStatusActivationState_FieldSubPath) String() string
String returns path representation in proto convention
func (*ProbeStatusActivationState_FieldSubPath) WithIArrayItemValue ¶
func (fps *ProbeStatusActivationState_FieldSubPath) WithIArrayItemValue(value interface{}) ProbeStatusActivationState_FieldPathArrayItemValue
func (*ProbeStatusActivationState_FieldSubPath) WithIArrayOfValues ¶
func (fps *ProbeStatusActivationState_FieldSubPath) WithIArrayOfValues(values interface{}) ProbeStatusActivationState_FieldPathArrayOfValues
func (*ProbeStatusActivationState_FieldSubPath) WithIValue ¶
func (fps *ProbeStatusActivationState_FieldSubPath) WithIValue(value interface{}) ProbeStatusActivationState_FieldPathValue
func (*ProbeStatusActivationState_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ProbeStatusActivationState_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeStatusActivationState_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ProbeStatusActivationState_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeStatusActivationState_FieldSubPath) WithRawIValue ¶
func (fps *ProbeStatusActivationState_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeStatusActivationState_FieldSubPathArrayItemValue ¶
type ProbeStatusActivationState_FieldSubPathArrayItemValue struct { ProbeStatusActivationState_FieldPath // contains filtered or unexported fields }
func (*ProbeStatusActivationState_FieldSubPathArrayItemValue) AsCurrentSessionPathItemValue ¶
func (fpaivs *ProbeStatusActivationState_FieldSubPathArrayItemValue) AsCurrentSessionPathItemValue() (ProbeStatusActivationStateSession_FieldPathArrayItemValue, bool)
func (*ProbeStatusActivationState_FieldSubPathArrayItemValue) AsLastInvitationPathItemValue ¶
func (fpaivs *ProbeStatusActivationState_FieldSubPathArrayItemValue) AsLastInvitationPathItemValue() (ProbeStatusActivationStateInvitationState_FieldPathArrayItemValue, bool)
func (*ProbeStatusActivationState_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ProbeStatusActivationState_FieldSubPathArrayItemValue) ContainsValue(source *Probe_Status_ActivationState) bool
Contains returns a boolean indicating if value that is being held is present in given 'ActivationState'
func (*ProbeStatusActivationState_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ProbeStatusActivationState_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ProbeStatusActivationState_FieldSubPathArrayOfValues ¶
type ProbeStatusActivationState_FieldSubPathArrayOfValues struct { ProbeStatusActivationState_FieldPath // contains filtered or unexported fields }
func (*ProbeStatusActivationState_FieldSubPathArrayOfValues) AsCurrentSessionPathArrayOfValues ¶
func (fpsaov *ProbeStatusActivationState_FieldSubPathArrayOfValues) AsCurrentSessionPathArrayOfValues() (ProbeStatusActivationStateSession_FieldPathArrayOfValues, bool)
func (*ProbeStatusActivationState_FieldSubPathArrayOfValues) AsLastInvitationPathArrayOfValues ¶
func (fpsaov *ProbeStatusActivationState_FieldSubPathArrayOfValues) AsLastInvitationPathArrayOfValues() (ProbeStatusActivationStateInvitationState_FieldPathArrayOfValues, bool)
func (*ProbeStatusActivationState_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ProbeStatusActivationState_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ProbeStatusActivationState_FieldSubPathValue ¶
type ProbeStatusActivationState_FieldSubPathValue struct { ProbeStatusActivationState_FieldPath // contains filtered or unexported fields }
func (*ProbeStatusActivationState_FieldSubPathValue) AsCurrentSessionPathValue ¶
func (fpvs *ProbeStatusActivationState_FieldSubPathValue) AsCurrentSessionPathValue() (ProbeStatusActivationStateSession_FieldPathValue, bool)
func (*ProbeStatusActivationState_FieldSubPathValue) AsLastInvitationPathValue ¶
func (fpvs *ProbeStatusActivationState_FieldSubPathValue) AsLastInvitationPathValue() (ProbeStatusActivationStateInvitationState_FieldPathValue, bool)
func (*ProbeStatusActivationState_FieldSubPathValue) CompareWith ¶
func (fpvs *ProbeStatusActivationState_FieldSubPathValue) CompareWith(source *Probe_Status_ActivationState) (int, bool)
func (*ProbeStatusActivationState_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ProbeStatusActivationState_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeStatusActivationState_FieldSubPathValue) GetRawValue ¶
func (fpvs *ProbeStatusActivationState_FieldSubPathValue) GetRawValue() interface{}
func (*ProbeStatusActivationState_FieldSubPathValue) SetTo ¶
func (fpvs *ProbeStatusActivationState_FieldSubPathValue) SetTo(target **Probe_Status_ActivationState)
func (*ProbeStatusActivationState_FieldSubPathValue) SetToRaw ¶
func (fpvs *ProbeStatusActivationState_FieldSubPathValue) SetToRaw(target proto.Message)
type ProbeStatusActivationState_FieldTerminalPath ¶
type ProbeStatusActivationState_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbeStatusActivationState_FieldTerminalPath) ClearValue ¶
func (fp *ProbeStatusActivationState_FieldTerminalPath) ClearValue(item *Probe_Status_ActivationState)
func (*ProbeStatusActivationState_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbeStatusActivationState_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbeStatusActivationState_FieldTerminalPath) Get ¶
func (fp *ProbeStatusActivationState_FieldTerminalPath) Get(source *Probe_Status_ActivationState) (values []interface{})
Get returns all values pointed by specific field from source Probe_Status_ActivationState
func (*ProbeStatusActivationState_FieldTerminalPath) GetDefault ¶
func (fp *ProbeStatusActivationState_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeStatusActivationState_FieldTerminalPath) GetRaw ¶
func (fp *ProbeStatusActivationState_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbeStatusActivationState_FieldTerminalPath) GetSingle ¶
func (fp *ProbeStatusActivationState_FieldTerminalPath) GetSingle(source *Probe_Status_ActivationState) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Probe_Status_ActivationState
func (*ProbeStatusActivationState_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbeStatusActivationState_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeStatusActivationState_FieldTerminalPath) IsLeaf ¶
func (fp *ProbeStatusActivationState_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeStatusActivationState_FieldTerminalPath) JSONString ¶
func (fp *ProbeStatusActivationState_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeStatusActivationState_FieldTerminalPath) Selector ¶
func (fp *ProbeStatusActivationState_FieldTerminalPath) Selector() ProbeStatusActivationState_FieldPathSelector
func (*ProbeStatusActivationState_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbeStatusActivationState_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeStatusActivationState_FieldTerminalPath) String ¶
func (fp *ProbeStatusActivationState_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbeStatusActivationState_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbeStatusActivationState_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeStatusActivationState_FieldPathArrayItemValue
func (*ProbeStatusActivationState_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbeStatusActivationState_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeStatusActivationState_FieldPathArrayOfValues
func (*ProbeStatusActivationState_FieldTerminalPath) WithIValue ¶
func (fp *ProbeStatusActivationState_FieldTerminalPath) WithIValue(value interface{}) ProbeStatusActivationState_FieldPathValue
func (*ProbeStatusActivationState_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbeStatusActivationState_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeStatusActivationState_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbeStatusActivationState_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeStatusActivationState_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbeStatusActivationState_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeStatusActivationState_FieldTerminalPathArrayItemValue ¶
type ProbeStatusActivationState_FieldTerminalPathArrayItemValue struct { ProbeStatusActivationState_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusActivationState_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbeStatusActivationState_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Status_ActivationState) bool
Contains returns a boolean indicating if value that is being held is present in given 'ActivationState'
func (*ProbeStatusActivationState_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbeStatusActivationState_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Probe_Status_ActivationState as interface{}
func (*ProbeStatusActivationState_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbeStatusActivationState_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Status_ActivationState) (interface{}, bool)
func (*ProbeStatusActivationState_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbeStatusActivationState_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbeStatusActivationState_FieldTerminalPathArrayOfValues ¶
type ProbeStatusActivationState_FieldTerminalPathArrayOfValues struct { ProbeStatusActivationState_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusActivationState_FieldTerminalPathArrayOfValues) AsCurrentSessionArrayOfValues ¶
func (fpaov *ProbeStatusActivationState_FieldTerminalPathArrayOfValues) AsCurrentSessionArrayOfValues() ([]*Probe_Status_ActivationState_Session, bool)
func (*ProbeStatusActivationState_FieldTerminalPathArrayOfValues) AsLastInvitationArrayOfValues ¶
func (fpaov *ProbeStatusActivationState_FieldTerminalPathArrayOfValues) AsLastInvitationArrayOfValues() ([]*Probe_Status_ActivationState_InvitationState, bool)
func (*ProbeStatusActivationState_FieldTerminalPathArrayOfValues) AsServiceAccountArrayOfValues ¶
func (fpaov *ProbeStatusActivationState_FieldTerminalPathArrayOfValues) AsServiceAccountArrayOfValues() ([]*iam_service_account.Reference, bool)
func (*ProbeStatusActivationState_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues ¶
func (fpaov *ProbeStatusActivationState_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues() ([]Probe_Status_ActivationState_Status, bool)
func (*ProbeStatusActivationState_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbeStatusActivationState_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbeStatusActivationState_FieldTerminalPathValue ¶
type ProbeStatusActivationState_FieldTerminalPathValue struct { ProbeStatusActivationState_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusActivationState_FieldTerminalPathValue) AsCurrentSessionValue ¶
func (fpv *ProbeStatusActivationState_FieldTerminalPathValue) AsCurrentSessionValue() (*Probe_Status_ActivationState_Session, bool)
func (*ProbeStatusActivationState_FieldTerminalPathValue) AsLastInvitationValue ¶
func (fpv *ProbeStatusActivationState_FieldTerminalPathValue) AsLastInvitationValue() (*Probe_Status_ActivationState_InvitationState, bool)
func (*ProbeStatusActivationState_FieldTerminalPathValue) AsServiceAccountValue ¶
func (fpv *ProbeStatusActivationState_FieldTerminalPathValue) AsServiceAccountValue() (*iam_service_account.Reference, bool)
func (*ProbeStatusActivationState_FieldTerminalPathValue) AsStatusValue ¶
func (fpv *ProbeStatusActivationState_FieldTerminalPathValue) AsStatusValue() (Probe_Status_ActivationState_Status, bool)
func (*ProbeStatusActivationState_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbeStatusActivationState_FieldTerminalPathValue) CompareWith(source *Probe_Status_ActivationState) (int, bool)
CompareWith compares value in the 'ProbeStatusActivationState_FieldTerminalPathValue' with the value under path in 'Probe_Status_ActivationState'.
func (*ProbeStatusActivationState_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbeStatusActivationState_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeStatusActivationState_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbeStatusActivationState_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ActivationState' as interface{}
func (*ProbeStatusActivationState_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbeStatusActivationState_FieldTerminalPathValue) SetTo(target **Probe_Status_ActivationState)
SetTo stores value for selected field for object ActivationState
func (*ProbeStatusActivationState_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbeStatusActivationState_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbeStatusBandwidthFieldPathBuilder ¶
type ProbeStatusBandwidthFieldPathBuilder struct{}
func NewProbeStatusBandwidthFieldPathBuilder ¶
func NewProbeStatusBandwidthFieldPathBuilder() ProbeStatusBandwidthFieldPathBuilder
func (ProbeStatusBandwidthFieldPathBuilder) DownloadMbps ¶
func (ProbeStatusBandwidthFieldPathBuilder) DownloadMbps() Probe_Status_BandwidthPathSelectorDownloadMbps
func (ProbeStatusBandwidthFieldPathBuilder) LastReported ¶
func (ProbeStatusBandwidthFieldPathBuilder) LastReported() Probe_Status_BandwidthPathSelectorLastReported
func (ProbeStatusBandwidthFieldPathBuilder) ServerIpAddress ¶
func (ProbeStatusBandwidthFieldPathBuilder) ServerIpAddress() Probe_Status_BandwidthPathSelectorServerIpAddress
func (ProbeStatusBandwidthFieldPathBuilder) TestServer ¶
func (ProbeStatusBandwidthFieldPathBuilder) TestServer() Probe_Status_BandwidthPathSelectorTestServer
func (ProbeStatusBandwidthFieldPathBuilder) UploadMbps ¶
func (ProbeStatusBandwidthFieldPathBuilder) UploadMbps() Probe_Status_BandwidthPathSelectorUploadMbps
type ProbeStatusBandwidth_FieldPath ¶
type ProbeStatusBandwidth_FieldPath interface { gotenobject.FieldPath Selector() ProbeStatusBandwidth_FieldPathSelector Get(source *Probe_Status_Bandwidth) []interface{} GetSingle(source *Probe_Status_Bandwidth) (interface{}, bool) ClearValue(item *Probe_Status_Bandwidth) // Those methods build corresponding ProbeStatusBandwidth_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbeStatusBandwidth_FieldPathValue WithIArrayOfValues(values interface{}) ProbeStatusBandwidth_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbeStatusBandwidth_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbeStatusBandwidth_FieldPath ¶
func BuildProbeStatusBandwidth_FieldPath(fp gotenobject.RawFieldPath) (ProbeStatusBandwidth_FieldPath, error)
func MustParseProbeStatusBandwidth_FieldPath ¶
func MustParseProbeStatusBandwidth_FieldPath(rawField string) ProbeStatusBandwidth_FieldPath
func ParseProbeStatusBandwidth_FieldPath ¶
func ParseProbeStatusBandwidth_FieldPath(rawField string) (ProbeStatusBandwidth_FieldPath, error)
type ProbeStatusBandwidth_FieldPathArrayItemValue ¶
type ProbeStatusBandwidth_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbeStatusBandwidth_FieldPath ContainsValue(*Probe_Status_Bandwidth) bool }
ProbeStatusBandwidth_FieldPathArrayItemValue allows storing single item in Path-specific values for Bandwidth according to their type Present only for array (repeated) types.
func MustParseProbeStatusBandwidth_FieldPathArrayItemValue ¶
func MustParseProbeStatusBandwidth_FieldPathArrayItemValue(pathStr, valueStr string) ProbeStatusBandwidth_FieldPathArrayItemValue
func ParseProbeStatusBandwidth_FieldPathArrayItemValue ¶
func ParseProbeStatusBandwidth_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeStatusBandwidth_FieldPathArrayItemValue, error)
ParseProbeStatusBandwidth_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbeStatusBandwidth_FieldPathArrayOfValues ¶
type ProbeStatusBandwidth_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbeStatusBandwidth_FieldPath }
ProbeStatusBandwidth_FieldPathArrayOfValues allows storing slice of values for Bandwidth fields according to their type
func MustParseProbeStatusBandwidth_FieldPathArrayOfValues ¶
func MustParseProbeStatusBandwidth_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeStatusBandwidth_FieldPathArrayOfValues
func ParseProbeStatusBandwidth_FieldPathArrayOfValues ¶
func ParseProbeStatusBandwidth_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeStatusBandwidth_FieldPathArrayOfValues, error)
type ProbeStatusBandwidth_FieldPathSelector ¶
type ProbeStatusBandwidth_FieldPathSelector int32
const ( ProbeStatusBandwidth_FieldPathSelectorUploadMbps ProbeStatusBandwidth_FieldPathSelector = 0 ProbeStatusBandwidth_FieldPathSelectorDownloadMbps ProbeStatusBandwidth_FieldPathSelector = 1 ProbeStatusBandwidth_FieldPathSelectorTestServer ProbeStatusBandwidth_FieldPathSelector = 2 ProbeStatusBandwidth_FieldPathSelectorServerIpAddress ProbeStatusBandwidth_FieldPathSelector = 3 ProbeStatusBandwidth_FieldPathSelectorLastReported ProbeStatusBandwidth_FieldPathSelector = 4 )
func (ProbeStatusBandwidth_FieldPathSelector) String ¶
func (s ProbeStatusBandwidth_FieldPathSelector) String() string
type ProbeStatusBandwidth_FieldPathValue ¶
type ProbeStatusBandwidth_FieldPathValue interface { ProbeStatusBandwidth_FieldPath gotenobject.FieldPathValue SetTo(target **Probe_Status_Bandwidth) CompareWith(*Probe_Status_Bandwidth) (cmp int, comparable bool) }
ProbeStatusBandwidth_FieldPathValue allows storing values for Bandwidth fields according to their type
func MustParseProbeStatusBandwidth_FieldPathValue ¶
func MustParseProbeStatusBandwidth_FieldPathValue(pathStr, valueStr string) ProbeStatusBandwidth_FieldPathValue
func ParseProbeStatusBandwidth_FieldPathValue ¶
func ParseProbeStatusBandwidth_FieldPathValue(pathStr, valueStr string) (ProbeStatusBandwidth_FieldPathValue, error)
type ProbeStatusBandwidth_FieldTerminalPath ¶
type ProbeStatusBandwidth_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbeStatusBandwidth_FieldTerminalPath) ClearValue ¶
func (fp *ProbeStatusBandwidth_FieldTerminalPath) ClearValue(item *Probe_Status_Bandwidth)
func (*ProbeStatusBandwidth_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbeStatusBandwidth_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbeStatusBandwidth_FieldTerminalPath) Get ¶
func (fp *ProbeStatusBandwidth_FieldTerminalPath) Get(source *Probe_Status_Bandwidth) (values []interface{})
Get returns all values pointed by specific field from source Probe_Status_Bandwidth
func (*ProbeStatusBandwidth_FieldTerminalPath) GetDefault ¶
func (fp *ProbeStatusBandwidth_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeStatusBandwidth_FieldTerminalPath) GetRaw ¶
func (fp *ProbeStatusBandwidth_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbeStatusBandwidth_FieldTerminalPath) GetSingle ¶
func (fp *ProbeStatusBandwidth_FieldTerminalPath) GetSingle(source *Probe_Status_Bandwidth) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Probe_Status_Bandwidth
func (*ProbeStatusBandwidth_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbeStatusBandwidth_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeStatusBandwidth_FieldTerminalPath) IsLeaf ¶
func (fp *ProbeStatusBandwidth_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeStatusBandwidth_FieldTerminalPath) JSONString ¶
func (fp *ProbeStatusBandwidth_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeStatusBandwidth_FieldTerminalPath) Selector ¶
func (fp *ProbeStatusBandwidth_FieldTerminalPath) Selector() ProbeStatusBandwidth_FieldPathSelector
func (*ProbeStatusBandwidth_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbeStatusBandwidth_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeStatusBandwidth_FieldTerminalPath) String ¶
func (fp *ProbeStatusBandwidth_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbeStatusBandwidth_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbeStatusBandwidth_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeStatusBandwidth_FieldPathArrayItemValue
func (*ProbeStatusBandwidth_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbeStatusBandwidth_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeStatusBandwidth_FieldPathArrayOfValues
func (*ProbeStatusBandwidth_FieldTerminalPath) WithIValue ¶
func (fp *ProbeStatusBandwidth_FieldTerminalPath) WithIValue(value interface{}) ProbeStatusBandwidth_FieldPathValue
func (*ProbeStatusBandwidth_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbeStatusBandwidth_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeStatusBandwidth_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbeStatusBandwidth_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeStatusBandwidth_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbeStatusBandwidth_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeStatusBandwidth_FieldTerminalPathArrayItemValue ¶
type ProbeStatusBandwidth_FieldTerminalPathArrayItemValue struct { ProbeStatusBandwidth_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusBandwidth_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbeStatusBandwidth_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Status_Bandwidth) bool
Contains returns a boolean indicating if value that is being held is present in given 'Bandwidth'
func (*ProbeStatusBandwidth_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbeStatusBandwidth_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Probe_Status_Bandwidth as interface{}
func (*ProbeStatusBandwidth_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbeStatusBandwidth_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Status_Bandwidth) (interface{}, bool)
func (*ProbeStatusBandwidth_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbeStatusBandwidth_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbeStatusBandwidth_FieldTerminalPathArrayOfValues ¶
type ProbeStatusBandwidth_FieldTerminalPathArrayOfValues struct { ProbeStatusBandwidth_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusBandwidth_FieldTerminalPathArrayOfValues) AsDownloadMbpsArrayOfValues ¶
func (fpaov *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues) AsDownloadMbpsArrayOfValues() ([]float64, bool)
func (*ProbeStatusBandwidth_FieldTerminalPathArrayOfValues) AsLastReportedArrayOfValues ¶
func (fpaov *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues) AsLastReportedArrayOfValues() ([]*timestamp.Timestamp, bool)
func (*ProbeStatusBandwidth_FieldTerminalPathArrayOfValues) AsServerIpAddressArrayOfValues ¶
func (fpaov *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues) AsServerIpAddressArrayOfValues() ([]string, bool)
func (*ProbeStatusBandwidth_FieldTerminalPathArrayOfValues) AsTestServerArrayOfValues ¶
func (fpaov *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues) AsTestServerArrayOfValues() ([]string, bool)
func (*ProbeStatusBandwidth_FieldTerminalPathArrayOfValues) AsUploadMbpsArrayOfValues ¶
func (fpaov *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues) AsUploadMbpsArrayOfValues() ([]float64, bool)
func (*ProbeStatusBandwidth_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbeStatusBandwidth_FieldTerminalPathValue ¶
type ProbeStatusBandwidth_FieldTerminalPathValue struct { ProbeStatusBandwidth_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusBandwidth_FieldTerminalPathValue) AsDownloadMbpsValue ¶
func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) AsDownloadMbpsValue() (float64, bool)
func (*ProbeStatusBandwidth_FieldTerminalPathValue) AsLastReportedValue ¶
func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) AsLastReportedValue() (*timestamp.Timestamp, bool)
func (*ProbeStatusBandwidth_FieldTerminalPathValue) AsServerIpAddressValue ¶
func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) AsServerIpAddressValue() (string, bool)
func (*ProbeStatusBandwidth_FieldTerminalPathValue) AsTestServerValue ¶
func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) AsTestServerValue() (string, bool)
func (*ProbeStatusBandwidth_FieldTerminalPathValue) AsUploadMbpsValue ¶
func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) AsUploadMbpsValue() (float64, bool)
func (*ProbeStatusBandwidth_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) CompareWith(source *Probe_Status_Bandwidth) (int, bool)
CompareWith compares value in the 'ProbeStatusBandwidth_FieldTerminalPathValue' with the value under path in 'Probe_Status_Bandwidth'.
func (*ProbeStatusBandwidth_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeStatusBandwidth_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Bandwidth' as interface{}
func (*ProbeStatusBandwidth_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) SetTo(target **Probe_Status_Bandwidth)
SetTo stores value for selected field for object Bandwidth
func (*ProbeStatusBandwidth_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbeStatusBandwidth_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbeStatusFieldPathBuilder ¶
type ProbeStatusFieldPathBuilder struct{}
func NewProbeStatusFieldPathBuilder ¶
func NewProbeStatusFieldPathBuilder() ProbeStatusFieldPathBuilder
func (ProbeStatusFieldPathBuilder) Activation ¶
func (ProbeStatusFieldPathBuilder) Activation() Probe_StatusPathSelectorActivation
func (ProbeStatusFieldPathBuilder) ActiveLocation ¶
func (ProbeStatusFieldPathBuilder) ActiveLocation() Probe_StatusPathSelectorActiveLocation
func (ProbeStatusFieldPathBuilder) AgentType ¶
func (ProbeStatusFieldPathBuilder) AgentType() Probe_StatusPathSelectorAgentType
func (ProbeStatusFieldPathBuilder) AsInfo ¶
func (ProbeStatusFieldPathBuilder) AsInfo() Probe_StatusPathSelectorAsInfo
func (ProbeStatusFieldPathBuilder) Bandwidth ¶
func (ProbeStatusFieldPathBuilder) Bandwidth() Probe_StatusPathSelectorBandwidth
func (ProbeStatusFieldPathBuilder) Carrier ¶
func (ProbeStatusFieldPathBuilder) Carrier() Probe_StatusPathSelectorCarrier
func (ProbeStatusFieldPathBuilder) Connection ¶
func (ProbeStatusFieldPathBuilder) Connection() Probe_StatusPathSelectorConnection
func (ProbeStatusFieldPathBuilder) ConnectionStatusChangeTime ¶
func (ProbeStatusFieldPathBuilder) ConnectionStatusChangeTime() Probe_StatusPathSelectorConnectionStatusChangeTime
func (ProbeStatusFieldPathBuilder) DiscoveredLocation ¶
func (ProbeStatusFieldPathBuilder) DiscoveredLocation() Probe_StatusPathSelectorDiscoveredLocation
func (ProbeStatusFieldPathBuilder) ExternalHostname ¶
func (ProbeStatusFieldPathBuilder) ExternalHostname() Probe_StatusPathSelectorExternalHostname
func (ProbeStatusFieldPathBuilder) ExternalIpAddressV4 ¶
func (ProbeStatusFieldPathBuilder) ExternalIpAddressV4() Probe_StatusPathSelectorExternalIpAddressV4
func (ProbeStatusFieldPathBuilder) ExternalIpAddressV6 ¶
func (ProbeStatusFieldPathBuilder) ExternalIpAddressV6() Probe_StatusPathSelectorExternalIpAddressV6
func (ProbeStatusFieldPathBuilder) NetworkInterfaces ¶
func (ProbeStatusFieldPathBuilder) NetworkInterfaces() Probe_StatusPathSelectorNetworkInterfaces
func (ProbeStatusFieldPathBuilder) SoftwareVersion ¶
func (ProbeStatusFieldPathBuilder) SoftwareVersion() Probe_StatusPathSelectorSoftwareVersion
func (ProbeStatusFieldPathBuilder) SystemInfo ¶
func (ProbeStatusFieldPathBuilder) SystemInfo() Probe_StatusPathSelectorSystemInfo
type ProbeStatusNetworkInterfaceFieldPathBuilder ¶
type ProbeStatusNetworkInterfaceFieldPathBuilder struct{}
func NewProbeStatusNetworkInterfaceFieldPathBuilder ¶
func NewProbeStatusNetworkInterfaceFieldPathBuilder() ProbeStatusNetworkInterfaceFieldPathBuilder
func (ProbeStatusNetworkInterfaceFieldPathBuilder) ExternalIpAddressV4 ¶
func (ProbeStatusNetworkInterfaceFieldPathBuilder) ExternalIpAddressV4() Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV4
func (ProbeStatusNetworkInterfaceFieldPathBuilder) ExternalIpAddressV6 ¶
func (ProbeStatusNetworkInterfaceFieldPathBuilder) ExternalIpAddressV6() Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV6
func (ProbeStatusNetworkInterfaceFieldPathBuilder) InterfaceName ¶
func (ProbeStatusNetworkInterfaceFieldPathBuilder) IpAddressV4 ¶
func (ProbeStatusNetworkInterfaceFieldPathBuilder) IpAddressV6 ¶
type ProbeStatusNetworkInterface_FieldPath ¶
type ProbeStatusNetworkInterface_FieldPath interface { gotenobject.FieldPath Selector() ProbeStatusNetworkInterface_FieldPathSelector Get(source *Probe_Status_NetworkInterface) []interface{} GetSingle(source *Probe_Status_NetworkInterface) (interface{}, bool) ClearValue(item *Probe_Status_NetworkInterface) // Those methods build corresponding ProbeStatusNetworkInterface_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbeStatusNetworkInterface_FieldPathValue WithIArrayOfValues(values interface{}) ProbeStatusNetworkInterface_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbeStatusNetworkInterface_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbeStatusNetworkInterface_FieldPath ¶
func BuildProbeStatusNetworkInterface_FieldPath(fp gotenobject.RawFieldPath) (ProbeStatusNetworkInterface_FieldPath, error)
func MustParseProbeStatusNetworkInterface_FieldPath ¶
func MustParseProbeStatusNetworkInterface_FieldPath(rawField string) ProbeStatusNetworkInterface_FieldPath
func ParseProbeStatusNetworkInterface_FieldPath ¶
func ParseProbeStatusNetworkInterface_FieldPath(rawField string) (ProbeStatusNetworkInterface_FieldPath, error)
type ProbeStatusNetworkInterface_FieldPathArrayItemValue ¶
type ProbeStatusNetworkInterface_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbeStatusNetworkInterface_FieldPath ContainsValue(*Probe_Status_NetworkInterface) bool }
ProbeStatusNetworkInterface_FieldPathArrayItemValue allows storing single item in Path-specific values for NetworkInterface according to their type Present only for array (repeated) types.
func MustParseProbeStatusNetworkInterface_FieldPathArrayItemValue ¶
func MustParseProbeStatusNetworkInterface_FieldPathArrayItemValue(pathStr, valueStr string) ProbeStatusNetworkInterface_FieldPathArrayItemValue
func ParseProbeStatusNetworkInterface_FieldPathArrayItemValue ¶
func ParseProbeStatusNetworkInterface_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeStatusNetworkInterface_FieldPathArrayItemValue, error)
ParseProbeStatusNetworkInterface_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbeStatusNetworkInterface_FieldPathArrayOfValues ¶
type ProbeStatusNetworkInterface_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbeStatusNetworkInterface_FieldPath }
ProbeStatusNetworkInterface_FieldPathArrayOfValues allows storing slice of values for NetworkInterface fields according to their type
func MustParseProbeStatusNetworkInterface_FieldPathArrayOfValues ¶
func MustParseProbeStatusNetworkInterface_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeStatusNetworkInterface_FieldPathArrayOfValues
func ParseProbeStatusNetworkInterface_FieldPathArrayOfValues ¶
func ParseProbeStatusNetworkInterface_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeStatusNetworkInterface_FieldPathArrayOfValues, error)
type ProbeStatusNetworkInterface_FieldPathSelector ¶
type ProbeStatusNetworkInterface_FieldPathSelector int32
const ( ProbeStatusNetworkInterface_FieldPathSelectorInterfaceName ProbeStatusNetworkInterface_FieldPathSelector = 0 ProbeStatusNetworkInterface_FieldPathSelectorIpAddressV4 ProbeStatusNetworkInterface_FieldPathSelector = 1 ProbeStatusNetworkInterface_FieldPathSelectorExternalIpAddressV4 ProbeStatusNetworkInterface_FieldPathSelector = 2 ProbeStatusNetworkInterface_FieldPathSelectorIpAddressV6 ProbeStatusNetworkInterface_FieldPathSelector = 3 ProbeStatusNetworkInterface_FieldPathSelectorExternalIpAddressV6 ProbeStatusNetworkInterface_FieldPathSelector = 4 )
func (ProbeStatusNetworkInterface_FieldPathSelector) String ¶
func (s ProbeStatusNetworkInterface_FieldPathSelector) String() string
type ProbeStatusNetworkInterface_FieldPathValue ¶
type ProbeStatusNetworkInterface_FieldPathValue interface { ProbeStatusNetworkInterface_FieldPath gotenobject.FieldPathValue SetTo(target **Probe_Status_NetworkInterface) CompareWith(*Probe_Status_NetworkInterface) (cmp int, comparable bool) }
ProbeStatusNetworkInterface_FieldPathValue allows storing values for NetworkInterface fields according to their type
func MustParseProbeStatusNetworkInterface_FieldPathValue ¶
func MustParseProbeStatusNetworkInterface_FieldPathValue(pathStr, valueStr string) ProbeStatusNetworkInterface_FieldPathValue
func ParseProbeStatusNetworkInterface_FieldPathValue ¶
func ParseProbeStatusNetworkInterface_FieldPathValue(pathStr, valueStr string) (ProbeStatusNetworkInterface_FieldPathValue, error)
type ProbeStatusNetworkInterface_FieldTerminalPath ¶
type ProbeStatusNetworkInterface_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbeStatusNetworkInterface_FieldTerminalPath) ClearValue ¶
func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) ClearValue(item *Probe_Status_NetworkInterface)
func (*ProbeStatusNetworkInterface_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbeStatusNetworkInterface_FieldTerminalPath) Get ¶
func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) Get(source *Probe_Status_NetworkInterface) (values []interface{})
Get returns all values pointed by specific field from source Probe_Status_NetworkInterface
func (*ProbeStatusNetworkInterface_FieldTerminalPath) GetDefault ¶
func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeStatusNetworkInterface_FieldTerminalPath) GetRaw ¶
func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbeStatusNetworkInterface_FieldTerminalPath) GetSingle ¶
func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) GetSingle(source *Probe_Status_NetworkInterface) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Probe_Status_NetworkInterface
func (*ProbeStatusNetworkInterface_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeStatusNetworkInterface_FieldTerminalPath) IsLeaf ¶
func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeStatusNetworkInterface_FieldTerminalPath) JSONString ¶
func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeStatusNetworkInterface_FieldTerminalPath) Selector ¶
func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) Selector() ProbeStatusNetworkInterface_FieldPathSelector
func (*ProbeStatusNetworkInterface_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeStatusNetworkInterface_FieldTerminalPath) String ¶
func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbeStatusNetworkInterface_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeStatusNetworkInterface_FieldPathArrayItemValue
func (*ProbeStatusNetworkInterface_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeStatusNetworkInterface_FieldPathArrayOfValues
func (*ProbeStatusNetworkInterface_FieldTerminalPath) WithIValue ¶
func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) WithIValue(value interface{}) ProbeStatusNetworkInterface_FieldPathValue
func (*ProbeStatusNetworkInterface_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeStatusNetworkInterface_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeStatusNetworkInterface_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbeStatusNetworkInterface_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue ¶
type ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue struct { ProbeStatusNetworkInterface_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) AsExternalIpAddressV4ItemValue ¶
func (fpaiv *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) AsExternalIpAddressV4ItemValue() (string, bool)
func (*ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) AsExternalIpAddressV6ItemValue ¶
func (fpaiv *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) AsExternalIpAddressV6ItemValue() (string, bool)
func (*ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) AsIpAddressV4ItemValue ¶
func (fpaiv *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) AsIpAddressV4ItemValue() (string, bool)
func (*ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) AsIpAddressV6ItemValue ¶
func (fpaiv *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) AsIpAddressV6ItemValue() (string, bool)
func (*ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Status_NetworkInterface) bool
Contains returns a boolean indicating if value that is being held is present in given 'NetworkInterface'
func (*ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Probe_Status_NetworkInterface as interface{}
func (*ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Status_NetworkInterface) (interface{}, bool)
func (*ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues ¶
type ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues struct { ProbeStatusNetworkInterface_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues) AsExternalIpAddressV4ArrayOfValues ¶
func (fpaov *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues) AsExternalIpAddressV4ArrayOfValues() ([][]string, bool)
func (*ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues) AsExternalIpAddressV6ArrayOfValues ¶
func (fpaov *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues) AsExternalIpAddressV6ArrayOfValues() ([][]string, bool)
func (*ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues) AsInterfaceNameArrayOfValues ¶
func (fpaov *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues) AsInterfaceNameArrayOfValues() ([]string, bool)
func (*ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues) AsIpAddressV4ArrayOfValues ¶
func (fpaov *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues) AsIpAddressV4ArrayOfValues() ([][]string, bool)
func (*ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues) AsIpAddressV6ArrayOfValues ¶
func (fpaov *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues) AsIpAddressV6ArrayOfValues() ([][]string, bool)
func (*ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbeStatusNetworkInterface_FieldTerminalPathValue ¶
type ProbeStatusNetworkInterface_FieldTerminalPathValue struct { ProbeStatusNetworkInterface_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusNetworkInterface_FieldTerminalPathValue) AsExternalIpAddressV4Value ¶
func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) AsExternalIpAddressV4Value() ([]string, bool)
func (*ProbeStatusNetworkInterface_FieldTerminalPathValue) AsExternalIpAddressV6Value ¶
func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) AsExternalIpAddressV6Value() ([]string, bool)
func (*ProbeStatusNetworkInterface_FieldTerminalPathValue) AsInterfaceNameValue ¶
func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) AsInterfaceNameValue() (string, bool)
func (*ProbeStatusNetworkInterface_FieldTerminalPathValue) AsIpAddressV4Value ¶
func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) AsIpAddressV4Value() ([]string, bool)
func (*ProbeStatusNetworkInterface_FieldTerminalPathValue) AsIpAddressV6Value ¶
func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) AsIpAddressV6Value() ([]string, bool)
func (*ProbeStatusNetworkInterface_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) CompareWith(source *Probe_Status_NetworkInterface) (int, bool)
CompareWith compares value in the 'ProbeStatusNetworkInterface_FieldTerminalPathValue' with the value under path in 'Probe_Status_NetworkInterface'.
func (*ProbeStatusNetworkInterface_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeStatusNetworkInterface_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'NetworkInterface' as interface{}
func (*ProbeStatusNetworkInterface_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) SetTo(target **Probe_Status_NetworkInterface)
SetTo stores value for selected field for object NetworkInterface
func (*ProbeStatusNetworkInterface_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbeStatusNetworkInterface_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbeStatusSystemFieldPathBuilder ¶
type ProbeStatusSystemFieldPathBuilder struct{}
func NewProbeStatusSystemFieldPathBuilder ¶
func NewProbeStatusSystemFieldPathBuilder() ProbeStatusSystemFieldPathBuilder
func (ProbeStatusSystemFieldPathBuilder) Architecture ¶
func (ProbeStatusSystemFieldPathBuilder) Architecture() Probe_Status_SystemPathSelectorArchitecture
func (ProbeStatusSystemFieldPathBuilder) HostName ¶
func (ProbeStatusSystemFieldPathBuilder) HostName() Probe_Status_SystemPathSelectorHostName
func (ProbeStatusSystemFieldPathBuilder) Manufacturer ¶
func (ProbeStatusSystemFieldPathBuilder) Manufacturer() Probe_Status_SystemPathSelectorManufacturer
func (ProbeStatusSystemFieldPathBuilder) Platform ¶
func (ProbeStatusSystemFieldPathBuilder) Platform() Probe_Status_SystemPathSelectorPlatform
func (ProbeStatusSystemFieldPathBuilder) SerialNumber ¶
func (ProbeStatusSystemFieldPathBuilder) SerialNumber() Probe_Status_SystemPathSelectorSerialNumber
type ProbeStatusSystemOSFieldPathBuilder ¶
type ProbeStatusSystemOSFieldPathBuilder struct{}
func NewProbeStatusSystemOSFieldPathBuilder ¶
func NewProbeStatusSystemOSFieldPathBuilder() ProbeStatusSystemOSFieldPathBuilder
func (ProbeStatusSystemOSFieldPathBuilder) BuildVersion ¶
func (ProbeStatusSystemOSFieldPathBuilder) BuildVersion() Probe_Status_System_OSPathSelectorBuildVersion
type ProbeStatusSystemOS_FieldPath ¶
type ProbeStatusSystemOS_FieldPath interface { gotenobject.FieldPath Selector() ProbeStatusSystemOS_FieldPathSelector Get(source *Probe_Status_System_OS) []interface{} GetSingle(source *Probe_Status_System_OS) (interface{}, bool) ClearValue(item *Probe_Status_System_OS) // Those methods build corresponding ProbeStatusSystemOS_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbeStatusSystemOS_FieldPathValue WithIArrayOfValues(values interface{}) ProbeStatusSystemOS_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbeStatusSystemOS_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbeStatusSystemOS_FieldPath ¶
func BuildProbeStatusSystemOS_FieldPath(fp gotenobject.RawFieldPath) (ProbeStatusSystemOS_FieldPath, error)
func MustParseProbeStatusSystemOS_FieldPath ¶
func MustParseProbeStatusSystemOS_FieldPath(rawField string) ProbeStatusSystemOS_FieldPath
func ParseProbeStatusSystemOS_FieldPath ¶
func ParseProbeStatusSystemOS_FieldPath(rawField string) (ProbeStatusSystemOS_FieldPath, error)
type ProbeStatusSystemOS_FieldPathArrayItemValue ¶
type ProbeStatusSystemOS_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbeStatusSystemOS_FieldPath ContainsValue(*Probe_Status_System_OS) bool }
ProbeStatusSystemOS_FieldPathArrayItemValue allows storing single item in Path-specific values for OS according to their type Present only for array (repeated) types.
func MustParseProbeStatusSystemOS_FieldPathArrayItemValue ¶
func MustParseProbeStatusSystemOS_FieldPathArrayItemValue(pathStr, valueStr string) ProbeStatusSystemOS_FieldPathArrayItemValue
func ParseProbeStatusSystemOS_FieldPathArrayItemValue ¶
func ParseProbeStatusSystemOS_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeStatusSystemOS_FieldPathArrayItemValue, error)
ParseProbeStatusSystemOS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbeStatusSystemOS_FieldPathArrayOfValues ¶
type ProbeStatusSystemOS_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbeStatusSystemOS_FieldPath }
ProbeStatusSystemOS_FieldPathArrayOfValues allows storing slice of values for OS fields according to their type
func MustParseProbeStatusSystemOS_FieldPathArrayOfValues ¶
func MustParseProbeStatusSystemOS_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeStatusSystemOS_FieldPathArrayOfValues
func ParseProbeStatusSystemOS_FieldPathArrayOfValues ¶
func ParseProbeStatusSystemOS_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeStatusSystemOS_FieldPathArrayOfValues, error)
type ProbeStatusSystemOS_FieldPathSelector ¶
type ProbeStatusSystemOS_FieldPathSelector int32
const ( ProbeStatusSystemOS_FieldPathSelectorName ProbeStatusSystemOS_FieldPathSelector = 0 ProbeStatusSystemOS_FieldPathSelectorVersion ProbeStatusSystemOS_FieldPathSelector = 1 ProbeStatusSystemOS_FieldPathSelectorBuildVersion ProbeStatusSystemOS_FieldPathSelector = 2 ProbeStatusSystemOS_FieldPathSelectorKernel ProbeStatusSystemOS_FieldPathSelector = 3 )
func (ProbeStatusSystemOS_FieldPathSelector) String ¶
func (s ProbeStatusSystemOS_FieldPathSelector) String() string
type ProbeStatusSystemOS_FieldPathValue ¶
type ProbeStatusSystemOS_FieldPathValue interface { ProbeStatusSystemOS_FieldPath gotenobject.FieldPathValue SetTo(target **Probe_Status_System_OS) CompareWith(*Probe_Status_System_OS) (cmp int, comparable bool) }
ProbeStatusSystemOS_FieldPathValue allows storing values for OS fields according to their type
func MustParseProbeStatusSystemOS_FieldPathValue ¶
func MustParseProbeStatusSystemOS_FieldPathValue(pathStr, valueStr string) ProbeStatusSystemOS_FieldPathValue
func ParseProbeStatusSystemOS_FieldPathValue ¶
func ParseProbeStatusSystemOS_FieldPathValue(pathStr, valueStr string) (ProbeStatusSystemOS_FieldPathValue, error)
type ProbeStatusSystemOS_FieldTerminalPath ¶
type ProbeStatusSystemOS_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbeStatusSystemOS_FieldTerminalPath) ClearValue ¶
func (fp *ProbeStatusSystemOS_FieldTerminalPath) ClearValue(item *Probe_Status_System_OS)
func (*ProbeStatusSystemOS_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbeStatusSystemOS_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbeStatusSystemOS_FieldTerminalPath) Get ¶
func (fp *ProbeStatusSystemOS_FieldTerminalPath) Get(source *Probe_Status_System_OS) (values []interface{})
Get returns all values pointed by specific field from source Probe_Status_System_OS
func (*ProbeStatusSystemOS_FieldTerminalPath) GetDefault ¶
func (fp *ProbeStatusSystemOS_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeStatusSystemOS_FieldTerminalPath) GetRaw ¶
func (fp *ProbeStatusSystemOS_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbeStatusSystemOS_FieldTerminalPath) GetSingle ¶
func (fp *ProbeStatusSystemOS_FieldTerminalPath) GetSingle(source *Probe_Status_System_OS) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Probe_Status_System_OS
func (*ProbeStatusSystemOS_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbeStatusSystemOS_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeStatusSystemOS_FieldTerminalPath) IsLeaf ¶
func (fp *ProbeStatusSystemOS_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeStatusSystemOS_FieldTerminalPath) JSONString ¶
func (fp *ProbeStatusSystemOS_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeStatusSystemOS_FieldTerminalPath) Selector ¶
func (fp *ProbeStatusSystemOS_FieldTerminalPath) Selector() ProbeStatusSystemOS_FieldPathSelector
func (*ProbeStatusSystemOS_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbeStatusSystemOS_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeStatusSystemOS_FieldTerminalPath) String ¶
func (fp *ProbeStatusSystemOS_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbeStatusSystemOS_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbeStatusSystemOS_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeStatusSystemOS_FieldPathArrayItemValue
func (*ProbeStatusSystemOS_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbeStatusSystemOS_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeStatusSystemOS_FieldPathArrayOfValues
func (*ProbeStatusSystemOS_FieldTerminalPath) WithIValue ¶
func (fp *ProbeStatusSystemOS_FieldTerminalPath) WithIValue(value interface{}) ProbeStatusSystemOS_FieldPathValue
func (*ProbeStatusSystemOS_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbeStatusSystemOS_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeStatusSystemOS_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbeStatusSystemOS_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeStatusSystemOS_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbeStatusSystemOS_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeStatusSystemOS_FieldTerminalPathArrayItemValue ¶
type ProbeStatusSystemOS_FieldTerminalPathArrayItemValue struct { ProbeStatusSystemOS_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusSystemOS_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbeStatusSystemOS_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Status_System_OS) bool
Contains returns a boolean indicating if value that is being held is present in given 'OS'
func (*ProbeStatusSystemOS_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbeStatusSystemOS_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Probe_Status_System_OS as interface{}
func (*ProbeStatusSystemOS_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbeStatusSystemOS_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Status_System_OS) (interface{}, bool)
func (*ProbeStatusSystemOS_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbeStatusSystemOS_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbeStatusSystemOS_FieldTerminalPathArrayOfValues ¶
type ProbeStatusSystemOS_FieldTerminalPathArrayOfValues struct { ProbeStatusSystemOS_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusSystemOS_FieldTerminalPathArrayOfValues) AsBuildVersionArrayOfValues ¶
func (fpaov *ProbeStatusSystemOS_FieldTerminalPathArrayOfValues) AsBuildVersionArrayOfValues() ([]string, bool)
func (*ProbeStatusSystemOS_FieldTerminalPathArrayOfValues) AsKernelArrayOfValues ¶
func (fpaov *ProbeStatusSystemOS_FieldTerminalPathArrayOfValues) AsKernelArrayOfValues() ([]string, bool)
func (*ProbeStatusSystemOS_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *ProbeStatusSystemOS_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
func (*ProbeStatusSystemOS_FieldTerminalPathArrayOfValues) AsVersionArrayOfValues ¶
func (fpaov *ProbeStatusSystemOS_FieldTerminalPathArrayOfValues) AsVersionArrayOfValues() ([]string, bool)
func (*ProbeStatusSystemOS_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbeStatusSystemOS_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbeStatusSystemOS_FieldTerminalPathValue ¶
type ProbeStatusSystemOS_FieldTerminalPathValue struct { ProbeStatusSystemOS_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusSystemOS_FieldTerminalPathValue) AsBuildVersionValue ¶
func (fpv *ProbeStatusSystemOS_FieldTerminalPathValue) AsBuildVersionValue() (string, bool)
func (*ProbeStatusSystemOS_FieldTerminalPathValue) AsKernelValue ¶
func (fpv *ProbeStatusSystemOS_FieldTerminalPathValue) AsKernelValue() (string, bool)
func (*ProbeStatusSystemOS_FieldTerminalPathValue) AsNameValue ¶
func (fpv *ProbeStatusSystemOS_FieldTerminalPathValue) AsNameValue() (string, bool)
func (*ProbeStatusSystemOS_FieldTerminalPathValue) AsVersionValue ¶
func (fpv *ProbeStatusSystemOS_FieldTerminalPathValue) AsVersionValue() (string, bool)
func (*ProbeStatusSystemOS_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbeStatusSystemOS_FieldTerminalPathValue) CompareWith(source *Probe_Status_System_OS) (int, bool)
CompareWith compares value in the 'ProbeStatusSystemOS_FieldTerminalPathValue' with the value under path in 'Probe_Status_System_OS'.
func (*ProbeStatusSystemOS_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbeStatusSystemOS_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeStatusSystemOS_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbeStatusSystemOS_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'OS' as interface{}
func (*ProbeStatusSystemOS_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbeStatusSystemOS_FieldTerminalPathValue) SetTo(target **Probe_Status_System_OS)
SetTo stores value for selected field for object OS
func (*ProbeStatusSystemOS_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbeStatusSystemOS_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbeStatusSystem_FieldPath ¶
type ProbeStatusSystem_FieldPath interface { gotenobject.FieldPath Selector() ProbeStatusSystem_FieldPathSelector Get(source *Probe_Status_System) []interface{} GetSingle(source *Probe_Status_System) (interface{}, bool) ClearValue(item *Probe_Status_System) // Those methods build corresponding ProbeStatusSystem_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbeStatusSystem_FieldPathValue WithIArrayOfValues(values interface{}) ProbeStatusSystem_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbeStatusSystem_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbeStatusSystem_FieldPath ¶
func BuildProbeStatusSystem_FieldPath(fp gotenobject.RawFieldPath) (ProbeStatusSystem_FieldPath, error)
func MustParseProbeStatusSystem_FieldPath ¶
func MustParseProbeStatusSystem_FieldPath(rawField string) ProbeStatusSystem_FieldPath
func ParseProbeStatusSystem_FieldPath ¶
func ParseProbeStatusSystem_FieldPath(rawField string) (ProbeStatusSystem_FieldPath, error)
type ProbeStatusSystem_FieldPathArrayItemValue ¶
type ProbeStatusSystem_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbeStatusSystem_FieldPath ContainsValue(*Probe_Status_System) bool }
ProbeStatusSystem_FieldPathArrayItemValue allows storing single item in Path-specific values for System according to their type Present only for array (repeated) types.
func MustParseProbeStatusSystem_FieldPathArrayItemValue ¶
func MustParseProbeStatusSystem_FieldPathArrayItemValue(pathStr, valueStr string) ProbeStatusSystem_FieldPathArrayItemValue
func ParseProbeStatusSystem_FieldPathArrayItemValue ¶
func ParseProbeStatusSystem_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeStatusSystem_FieldPathArrayItemValue, error)
ParseProbeStatusSystem_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbeStatusSystem_FieldPathArrayOfValues ¶
type ProbeStatusSystem_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbeStatusSystem_FieldPath }
ProbeStatusSystem_FieldPathArrayOfValues allows storing slice of values for System fields according to their type
func MustParseProbeStatusSystem_FieldPathArrayOfValues ¶
func MustParseProbeStatusSystem_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeStatusSystem_FieldPathArrayOfValues
func ParseProbeStatusSystem_FieldPathArrayOfValues ¶
func ParseProbeStatusSystem_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeStatusSystem_FieldPathArrayOfValues, error)
type ProbeStatusSystem_FieldPathSelector ¶
type ProbeStatusSystem_FieldPathSelector int32
const ( ProbeStatusSystem_FieldPathSelectorManufacturer ProbeStatusSystem_FieldPathSelector = 0 ProbeStatusSystem_FieldPathSelectorModel ProbeStatusSystem_FieldPathSelector = 1 ProbeStatusSystem_FieldPathSelectorSku ProbeStatusSystem_FieldPathSelector = 2 ProbeStatusSystem_FieldPathSelectorFamily ProbeStatusSystem_FieldPathSelector = 3 ProbeStatusSystem_FieldPathSelectorSerialNumber ProbeStatusSystem_FieldPathSelector = 4 ProbeStatusSystem_FieldPathSelectorPlatform ProbeStatusSystem_FieldPathSelector = 5 ProbeStatusSystem_FieldPathSelectorArchitecture ProbeStatusSystem_FieldPathSelector = 6 ProbeStatusSystem_FieldPathSelectorOs ProbeStatusSystem_FieldPathSelector = 7 ProbeStatusSystem_FieldPathSelectorHostName ProbeStatusSystem_FieldPathSelector = 8 )
func (ProbeStatusSystem_FieldPathSelector) String ¶
func (s ProbeStatusSystem_FieldPathSelector) String() string
type ProbeStatusSystem_FieldPathValue ¶
type ProbeStatusSystem_FieldPathValue interface { ProbeStatusSystem_FieldPath gotenobject.FieldPathValue SetTo(target **Probe_Status_System) CompareWith(*Probe_Status_System) (cmp int, comparable bool) }
ProbeStatusSystem_FieldPathValue allows storing values for System fields according to their type
func MustParseProbeStatusSystem_FieldPathValue ¶
func MustParseProbeStatusSystem_FieldPathValue(pathStr, valueStr string) ProbeStatusSystem_FieldPathValue
func ParseProbeStatusSystem_FieldPathValue ¶
func ParseProbeStatusSystem_FieldPathValue(pathStr, valueStr string) (ProbeStatusSystem_FieldPathValue, error)
type ProbeStatusSystem_FieldSubPath ¶
type ProbeStatusSystem_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ProbeStatusSystem_FieldSubPath) AsOsSubPath ¶
func (fps *ProbeStatusSystem_FieldSubPath) AsOsSubPath() (ProbeStatusSystemOS_FieldPath, bool)
func (*ProbeStatusSystem_FieldSubPath) ClearValue ¶
func (fps *ProbeStatusSystem_FieldSubPath) ClearValue(item *Probe_Status_System)
func (*ProbeStatusSystem_FieldSubPath) ClearValueRaw ¶
func (fps *ProbeStatusSystem_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ProbeStatusSystem_FieldSubPath) Get ¶
func (fps *ProbeStatusSystem_FieldSubPath) Get(source *Probe_Status_System) (values []interface{})
Get returns all values pointed by selected field from source Probe_Status_System
func (*ProbeStatusSystem_FieldSubPath) GetDefault ¶
func (fps *ProbeStatusSystem_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeStatusSystem_FieldSubPath) GetRaw ¶
func (fps *ProbeStatusSystem_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ProbeStatusSystem_FieldSubPath) GetSingle ¶
func (fps *ProbeStatusSystem_FieldSubPath) GetSingle(source *Probe_Status_System) (interface{}, bool)
GetSingle returns value of selected field from source Probe_Status_System
func (*ProbeStatusSystem_FieldSubPath) GetSingleRaw ¶
func (fps *ProbeStatusSystem_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeStatusSystem_FieldSubPath) IsLeaf ¶
func (fps *ProbeStatusSystem_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeStatusSystem_FieldSubPath) JSONString ¶
func (fps *ProbeStatusSystem_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeStatusSystem_FieldSubPath) Selector ¶
func (fps *ProbeStatusSystem_FieldSubPath) Selector() ProbeStatusSystem_FieldPathSelector
func (*ProbeStatusSystem_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fps *ProbeStatusSystem_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeStatusSystem_FieldSubPath) String ¶
func (fps *ProbeStatusSystem_FieldSubPath) String() string
String returns path representation in proto convention
func (*ProbeStatusSystem_FieldSubPath) WithIArrayItemValue ¶
func (fps *ProbeStatusSystem_FieldSubPath) WithIArrayItemValue(value interface{}) ProbeStatusSystem_FieldPathArrayItemValue
func (*ProbeStatusSystem_FieldSubPath) WithIArrayOfValues ¶
func (fps *ProbeStatusSystem_FieldSubPath) WithIArrayOfValues(values interface{}) ProbeStatusSystem_FieldPathArrayOfValues
func (*ProbeStatusSystem_FieldSubPath) WithIValue ¶
func (fps *ProbeStatusSystem_FieldSubPath) WithIValue(value interface{}) ProbeStatusSystem_FieldPathValue
func (*ProbeStatusSystem_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ProbeStatusSystem_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeStatusSystem_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ProbeStatusSystem_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeStatusSystem_FieldSubPath) WithRawIValue ¶
func (fps *ProbeStatusSystem_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeStatusSystem_FieldSubPathArrayItemValue ¶
type ProbeStatusSystem_FieldSubPathArrayItemValue struct { ProbeStatusSystem_FieldPath // contains filtered or unexported fields }
func (*ProbeStatusSystem_FieldSubPathArrayItemValue) AsOsPathItemValue ¶
func (fpaivs *ProbeStatusSystem_FieldSubPathArrayItemValue) AsOsPathItemValue() (ProbeStatusSystemOS_FieldPathArrayItemValue, bool)
func (*ProbeStatusSystem_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ProbeStatusSystem_FieldSubPathArrayItemValue) ContainsValue(source *Probe_Status_System) bool
Contains returns a boolean indicating if value that is being held is present in given 'System'
func (*ProbeStatusSystem_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ProbeStatusSystem_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ProbeStatusSystem_FieldSubPathArrayOfValues ¶
type ProbeStatusSystem_FieldSubPathArrayOfValues struct { ProbeStatusSystem_FieldPath // contains filtered or unexported fields }
func (*ProbeStatusSystem_FieldSubPathArrayOfValues) AsOsPathArrayOfValues ¶
func (fpsaov *ProbeStatusSystem_FieldSubPathArrayOfValues) AsOsPathArrayOfValues() (ProbeStatusSystemOS_FieldPathArrayOfValues, bool)
func (*ProbeStatusSystem_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ProbeStatusSystem_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ProbeStatusSystem_FieldSubPathValue ¶
type ProbeStatusSystem_FieldSubPathValue struct { ProbeStatusSystem_FieldPath // contains filtered or unexported fields }
func (*ProbeStatusSystem_FieldSubPathValue) AsOsPathValue ¶
func (fpvs *ProbeStatusSystem_FieldSubPathValue) AsOsPathValue() (ProbeStatusSystemOS_FieldPathValue, bool)
func (*ProbeStatusSystem_FieldSubPathValue) CompareWith ¶
func (fpvs *ProbeStatusSystem_FieldSubPathValue) CompareWith(source *Probe_Status_System) (int, bool)
func (*ProbeStatusSystem_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ProbeStatusSystem_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeStatusSystem_FieldSubPathValue) GetRawValue ¶
func (fpvs *ProbeStatusSystem_FieldSubPathValue) GetRawValue() interface{}
func (*ProbeStatusSystem_FieldSubPathValue) SetTo ¶
func (fpvs *ProbeStatusSystem_FieldSubPathValue) SetTo(target **Probe_Status_System)
func (*ProbeStatusSystem_FieldSubPathValue) SetToRaw ¶
func (fpvs *ProbeStatusSystem_FieldSubPathValue) SetToRaw(target proto.Message)
type ProbeStatusSystem_FieldTerminalPath ¶
type ProbeStatusSystem_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbeStatusSystem_FieldTerminalPath) ClearValue ¶
func (fp *ProbeStatusSystem_FieldTerminalPath) ClearValue(item *Probe_Status_System)
func (*ProbeStatusSystem_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbeStatusSystem_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbeStatusSystem_FieldTerminalPath) Get ¶
func (fp *ProbeStatusSystem_FieldTerminalPath) Get(source *Probe_Status_System) (values []interface{})
Get returns all values pointed by specific field from source Probe_Status_System
func (*ProbeStatusSystem_FieldTerminalPath) GetDefault ¶
func (fp *ProbeStatusSystem_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeStatusSystem_FieldTerminalPath) GetRaw ¶
func (fp *ProbeStatusSystem_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbeStatusSystem_FieldTerminalPath) GetSingle ¶
func (fp *ProbeStatusSystem_FieldTerminalPath) GetSingle(source *Probe_Status_System) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Probe_Status_System
func (*ProbeStatusSystem_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbeStatusSystem_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeStatusSystem_FieldTerminalPath) IsLeaf ¶
func (fp *ProbeStatusSystem_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeStatusSystem_FieldTerminalPath) JSONString ¶
func (fp *ProbeStatusSystem_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeStatusSystem_FieldTerminalPath) Selector ¶
func (fp *ProbeStatusSystem_FieldTerminalPath) Selector() ProbeStatusSystem_FieldPathSelector
func (*ProbeStatusSystem_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbeStatusSystem_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeStatusSystem_FieldTerminalPath) String ¶
func (fp *ProbeStatusSystem_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbeStatusSystem_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbeStatusSystem_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeStatusSystem_FieldPathArrayItemValue
func (*ProbeStatusSystem_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbeStatusSystem_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeStatusSystem_FieldPathArrayOfValues
func (*ProbeStatusSystem_FieldTerminalPath) WithIValue ¶
func (fp *ProbeStatusSystem_FieldTerminalPath) WithIValue(value interface{}) ProbeStatusSystem_FieldPathValue
func (*ProbeStatusSystem_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbeStatusSystem_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeStatusSystem_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbeStatusSystem_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeStatusSystem_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbeStatusSystem_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeStatusSystem_FieldTerminalPathArrayItemValue ¶
type ProbeStatusSystem_FieldTerminalPathArrayItemValue struct { ProbeStatusSystem_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusSystem_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbeStatusSystem_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Status_System) bool
Contains returns a boolean indicating if value that is being held is present in given 'System'
func (*ProbeStatusSystem_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbeStatusSystem_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Probe_Status_System as interface{}
func (*ProbeStatusSystem_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbeStatusSystem_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Status_System) (interface{}, bool)
func (*ProbeStatusSystem_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbeStatusSystem_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbeStatusSystem_FieldTerminalPathArrayOfValues ¶
type ProbeStatusSystem_FieldTerminalPathArrayOfValues struct { ProbeStatusSystem_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsArchitectureArrayOfValues ¶
func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsArchitectureArrayOfValues() ([]string, bool)
func (*ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsFamilyArrayOfValues ¶
func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsFamilyArrayOfValues() ([]string, bool)
func (*ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsHostNameArrayOfValues ¶
func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsHostNameArrayOfValues() ([]string, bool)
func (*ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsManufacturerArrayOfValues ¶
func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsManufacturerArrayOfValues() ([]string, bool)
func (*ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsModelArrayOfValues ¶
func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsModelArrayOfValues() ([]string, bool)
func (*ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsOsArrayOfValues ¶
func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsOsArrayOfValues() ([]*Probe_Status_System_OS, bool)
func (*ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsPlatformArrayOfValues ¶
func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsPlatformArrayOfValues() ([]string, bool)
func (*ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsSerialNumberArrayOfValues ¶
func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsSerialNumberArrayOfValues() ([]string, bool)
func (*ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsSkuArrayOfValues ¶
func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) AsSkuArrayOfValues() ([]string, bool)
func (*ProbeStatusSystem_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbeStatusSystem_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbeStatusSystem_FieldTerminalPathValue ¶
type ProbeStatusSystem_FieldTerminalPathValue struct { ProbeStatusSystem_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatusSystem_FieldTerminalPathValue) AsArchitectureValue ¶
func (fpv *ProbeStatusSystem_FieldTerminalPathValue) AsArchitectureValue() (string, bool)
func (*ProbeStatusSystem_FieldTerminalPathValue) AsFamilyValue ¶
func (fpv *ProbeStatusSystem_FieldTerminalPathValue) AsFamilyValue() (string, bool)
func (*ProbeStatusSystem_FieldTerminalPathValue) AsHostNameValue ¶
func (fpv *ProbeStatusSystem_FieldTerminalPathValue) AsHostNameValue() (string, bool)
func (*ProbeStatusSystem_FieldTerminalPathValue) AsManufacturerValue ¶
func (fpv *ProbeStatusSystem_FieldTerminalPathValue) AsManufacturerValue() (string, bool)
func (*ProbeStatusSystem_FieldTerminalPathValue) AsModelValue ¶
func (fpv *ProbeStatusSystem_FieldTerminalPathValue) AsModelValue() (string, bool)
func (*ProbeStatusSystem_FieldTerminalPathValue) AsOsValue ¶
func (fpv *ProbeStatusSystem_FieldTerminalPathValue) AsOsValue() (*Probe_Status_System_OS, bool)
func (*ProbeStatusSystem_FieldTerminalPathValue) AsPlatformValue ¶
func (fpv *ProbeStatusSystem_FieldTerminalPathValue) AsPlatformValue() (string, bool)
func (*ProbeStatusSystem_FieldTerminalPathValue) AsSerialNumberValue ¶
func (fpv *ProbeStatusSystem_FieldTerminalPathValue) AsSerialNumberValue() (string, bool)
func (*ProbeStatusSystem_FieldTerminalPathValue) AsSkuValue ¶
func (fpv *ProbeStatusSystem_FieldTerminalPathValue) AsSkuValue() (string, bool)
func (*ProbeStatusSystem_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbeStatusSystem_FieldTerminalPathValue) CompareWith(source *Probe_Status_System) (int, bool)
CompareWith compares value in the 'ProbeStatusSystem_FieldTerminalPathValue' with the value under path in 'Probe_Status_System'.
func (*ProbeStatusSystem_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbeStatusSystem_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeStatusSystem_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbeStatusSystem_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'System' as interface{}
func (*ProbeStatusSystem_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbeStatusSystem_FieldTerminalPathValue) SetTo(target **Probe_Status_System)
SetTo stores value for selected field for object System
func (*ProbeStatusSystem_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbeStatusSystem_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbeStatus_FieldPath ¶
type ProbeStatus_FieldPath interface { gotenobject.FieldPath Selector() ProbeStatus_FieldPathSelector Get(source *Probe_Status) []interface{} GetSingle(source *Probe_Status) (interface{}, bool) ClearValue(item *Probe_Status) // Those methods build corresponding ProbeStatus_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbeStatus_FieldPathValue WithIArrayOfValues(values interface{}) ProbeStatus_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbeStatus_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbeStatus_FieldPath ¶
func BuildProbeStatus_FieldPath(fp gotenobject.RawFieldPath) (ProbeStatus_FieldPath, error)
func MustParseProbeStatus_FieldPath ¶
func MustParseProbeStatus_FieldPath(rawField string) ProbeStatus_FieldPath
func ParseProbeStatus_FieldPath ¶
func ParseProbeStatus_FieldPath(rawField string) (ProbeStatus_FieldPath, error)
type ProbeStatus_FieldPathArrayItemValue ¶
type ProbeStatus_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbeStatus_FieldPath ContainsValue(*Probe_Status) bool }
ProbeStatus_FieldPathArrayItemValue allows storing single item in Path-specific values for Status according to their type Present only for array (repeated) types.
func MustParseProbeStatus_FieldPathArrayItemValue ¶
func MustParseProbeStatus_FieldPathArrayItemValue(pathStr, valueStr string) ProbeStatus_FieldPathArrayItemValue
func ParseProbeStatus_FieldPathArrayItemValue ¶
func ParseProbeStatus_FieldPathArrayItemValue(pathStr, valueStr string) (ProbeStatus_FieldPathArrayItemValue, error)
ParseProbeStatus_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbeStatus_FieldPathArrayOfValues ¶
type ProbeStatus_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbeStatus_FieldPath }
ProbeStatus_FieldPathArrayOfValues allows storing slice of values for Status fields according to their type
func MustParseProbeStatus_FieldPathArrayOfValues ¶
func MustParseProbeStatus_FieldPathArrayOfValues(pathStr, valuesStr string) ProbeStatus_FieldPathArrayOfValues
func ParseProbeStatus_FieldPathArrayOfValues ¶
func ParseProbeStatus_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbeStatus_FieldPathArrayOfValues, error)
type ProbeStatus_FieldPathMap ¶
type ProbeStatus_FieldPathMap struct {
// contains filtered or unexported fields
}
FieldPath for map type with additional Key information
func (*ProbeStatus_FieldPathMap) ClearValue ¶
func (fpm *ProbeStatus_FieldPathMap) ClearValue(item *Probe_Status)
func (*ProbeStatus_FieldPathMap) ClearValueRaw ¶
func (fpm *ProbeStatus_FieldPathMap) ClearValueRaw(item proto.Message)
func (*ProbeStatus_FieldPathMap) Get ¶
func (fpm *ProbeStatus_FieldPathMap) Get(source *Probe_Status) (values []interface{})
Get returns all values pointed by selected field map key from source Probe_Status
func (*ProbeStatus_FieldPathMap) GetDefault ¶
func (fpm *ProbeStatus_FieldPathMap) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeStatus_FieldPathMap) GetRaw ¶
func (fpm *ProbeStatus_FieldPathMap) GetRaw(source proto.Message) []interface{}
func (*ProbeStatus_FieldPathMap) GetSingle ¶
func (fpm *ProbeStatus_FieldPathMap) GetSingle(source *Probe_Status) (interface{}, bool)
GetSingle returns value by selected field map key from source Probe_Status
func (*ProbeStatus_FieldPathMap) GetSingleRaw ¶
func (fpm *ProbeStatus_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeStatus_FieldPathMap) IsLeaf ¶
func (fpm *ProbeStatus_FieldPathMap) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeStatus_FieldPathMap) JSONString ¶
func (fpm *ProbeStatus_FieldPathMap) JSONString() string
JSONString returns path representation is JSON convention. Note that map keys are not transformed
func (*ProbeStatus_FieldPathMap) Key ¶
func (fpm *ProbeStatus_FieldPathMap) Key() string
func (*ProbeStatus_FieldPathMap) Selector ¶
func (fpm *ProbeStatus_FieldPathMap) Selector() ProbeStatus_FieldPathSelector
func (*ProbeStatus_FieldPathMap) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fpm *ProbeStatus_FieldPathMap) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeStatus_FieldPathMap) String ¶
func (fpm *ProbeStatus_FieldPathMap) String() string
String returns path representation in proto convention
func (*ProbeStatus_FieldPathMap) WithIArrayItemValue ¶
func (fpm *ProbeStatus_FieldPathMap) WithIArrayItemValue(value interface{}) ProbeStatus_FieldPathArrayItemValue
func (*ProbeStatus_FieldPathMap) WithIArrayOfValues ¶
func (fpm *ProbeStatus_FieldPathMap) WithIArrayOfValues(values interface{}) ProbeStatus_FieldPathArrayOfValues
func (*ProbeStatus_FieldPathMap) WithIValue ¶
func (fpm *ProbeStatus_FieldPathMap) WithIValue(value interface{}) ProbeStatus_FieldPathValue
func (*ProbeStatus_FieldPathMap) WithRawIArrayItemValue ¶
func (fpm *ProbeStatus_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeStatus_FieldPathMap) WithRawIArrayOfValues ¶
func (fpm *ProbeStatus_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeStatus_FieldPathMap) WithRawIValue ¶
func (fpm *ProbeStatus_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeStatus_FieldPathMapArrayOfValues ¶
type ProbeStatus_FieldPathMapArrayOfValues struct { ProbeStatus_FieldPathMap // contains filtered or unexported fields }
func (*ProbeStatus_FieldPathMapArrayOfValues) AsNetworkInterfacesArrayOfElementValues ¶
func (fpmaov *ProbeStatus_FieldPathMapArrayOfValues) AsNetworkInterfacesArrayOfElementValues() ([]*Probe_Status_NetworkInterface, bool)
func (*ProbeStatus_FieldPathMapArrayOfValues) GetRawValues ¶
func (fpmaov *ProbeStatus_FieldPathMapArrayOfValues) GetRawValues() (values []interface{})
type ProbeStatus_FieldPathMapValue ¶
type ProbeStatus_FieldPathMapValue struct { ProbeStatus_FieldPathMap // contains filtered or unexported fields }
func (*ProbeStatus_FieldPathMapValue) AsNetworkInterfacesElementValue ¶
func (fpmv *ProbeStatus_FieldPathMapValue) AsNetworkInterfacesElementValue() (*Probe_Status_NetworkInterface, bool)
func (*ProbeStatus_FieldPathMapValue) CompareWith ¶
func (fpmv *ProbeStatus_FieldPathMapValue) CompareWith(source *Probe_Status) (int, bool)
CompareWith compares value in the 'ProbeStatus_FieldPathMapValue' with the value under path in 'Probe_Status'.
func (*ProbeStatus_FieldPathMapValue) CompareWithRaw ¶
func (fpmv *ProbeStatus_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeStatus_FieldPathMapValue) GetRawValue ¶
func (fpmv *ProbeStatus_FieldPathMapValue) GetRawValue() interface{}
GetValue returns value stored under selected field in Status as interface{}
func (*ProbeStatus_FieldPathMapValue) SetTo ¶
func (fpmv *ProbeStatus_FieldPathMapValue) SetTo(target **Probe_Status)
SetTo stores value for selected field in Status
func (*ProbeStatus_FieldPathMapValue) SetToRaw ¶
func (fpmv *ProbeStatus_FieldPathMapValue) SetToRaw(target proto.Message)
type ProbeStatus_FieldPathSelector ¶
type ProbeStatus_FieldPathSelector int32
const ( ProbeStatus_FieldPathSelectorExternalIpAddressV4 ProbeStatus_FieldPathSelector = 0 ProbeStatus_FieldPathSelectorExternalIpAddressV6 ProbeStatus_FieldPathSelector = 1 ProbeStatus_FieldPathSelectorExternalHostname ProbeStatus_FieldPathSelector = 2 ProbeStatus_FieldPathSelectorAsInfo ProbeStatus_FieldPathSelector = 3 ProbeStatus_FieldPathSelectorCarrier ProbeStatus_FieldPathSelector = 4 ProbeStatus_FieldPathSelectorActiveLocation ProbeStatus_FieldPathSelector = 5 ProbeStatus_FieldPathSelectorDiscoveredLocation ProbeStatus_FieldPathSelector = 6 ProbeStatus_FieldPathSelectorSoftwareVersion ProbeStatus_FieldPathSelector = 7 ProbeStatus_FieldPathSelectorSystemInfo ProbeStatus_FieldPathSelector = 8 ProbeStatus_FieldPathSelectorActivation ProbeStatus_FieldPathSelector = 9 ProbeStatus_FieldPathSelectorConnection ProbeStatus_FieldPathSelector = 10 ProbeStatus_FieldPathSelectorConnectionStatusChangeTime ProbeStatus_FieldPathSelector = 11 ProbeStatus_FieldPathSelectorBandwidth ProbeStatus_FieldPathSelector = 12 ProbeStatus_FieldPathSelectorNetworkInterfaces ProbeStatus_FieldPathSelector = 13 ProbeStatus_FieldPathSelectorAgentType ProbeStatus_FieldPathSelector = 14 )
func (ProbeStatus_FieldPathSelector) String ¶
func (s ProbeStatus_FieldPathSelector) String() string
type ProbeStatus_FieldPathValue ¶
type ProbeStatus_FieldPathValue interface { ProbeStatus_FieldPath gotenobject.FieldPathValue SetTo(target **Probe_Status) CompareWith(*Probe_Status) (cmp int, comparable bool) }
ProbeStatus_FieldPathValue allows storing values for Status fields according to their type
func MustParseProbeStatus_FieldPathValue ¶
func MustParseProbeStatus_FieldPathValue(pathStr, valueStr string) ProbeStatus_FieldPathValue
func ParseProbeStatus_FieldPathValue ¶
func ParseProbeStatus_FieldPathValue(pathStr, valueStr string) (ProbeStatus_FieldPathValue, error)
type ProbeStatus_FieldSubPath ¶
type ProbeStatus_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ProbeStatus_FieldSubPath) AsActivationSubPath ¶
func (fps *ProbeStatus_FieldSubPath) AsActivationSubPath() (ProbeStatusActivationState_FieldPath, bool)
func (*ProbeStatus_FieldSubPath) AsActiveLocationSubPath ¶
func (fps *ProbeStatus_FieldSubPath) AsActiveLocationSubPath() (common.Location_FieldPath, bool)
func (*ProbeStatus_FieldSubPath) AsAsInfoSubPath ¶
func (fps *ProbeStatus_FieldSubPath) AsAsInfoSubPath() (common.ASInfo_FieldPath, bool)
func (*ProbeStatus_FieldSubPath) AsBandwidthSubPath ¶
func (fps *ProbeStatus_FieldSubPath) AsBandwidthSubPath() (ProbeStatusBandwidth_FieldPath, bool)
func (*ProbeStatus_FieldSubPath) AsCarrierSubPath ¶
func (fps *ProbeStatus_FieldSubPath) AsCarrierSubPath() (common.Carrier_FieldPath, bool)
func (*ProbeStatus_FieldSubPath) AsDiscoveredLocationSubPath ¶
func (fps *ProbeStatus_FieldSubPath) AsDiscoveredLocationSubPath() (common.Location_FieldPath, bool)
func (*ProbeStatus_FieldSubPath) AsSoftwareVersionSubPath ¶
func (fps *ProbeStatus_FieldSubPath) AsSoftwareVersionSubPath() (common.SoftwareVersion_FieldPath, bool)
func (*ProbeStatus_FieldSubPath) AsSystemInfoSubPath ¶
func (fps *ProbeStatus_FieldSubPath) AsSystemInfoSubPath() (ProbeStatusSystem_FieldPath, bool)
func (*ProbeStatus_FieldSubPath) ClearValue ¶
func (fps *ProbeStatus_FieldSubPath) ClearValue(item *Probe_Status)
func (*ProbeStatus_FieldSubPath) ClearValueRaw ¶
func (fps *ProbeStatus_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ProbeStatus_FieldSubPath) Get ¶
func (fps *ProbeStatus_FieldSubPath) Get(source *Probe_Status) (values []interface{})
Get returns all values pointed by selected field from source Probe_Status
func (*ProbeStatus_FieldSubPath) GetDefault ¶
func (fps *ProbeStatus_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeStatus_FieldSubPath) GetRaw ¶
func (fps *ProbeStatus_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ProbeStatus_FieldSubPath) GetSingle ¶
func (fps *ProbeStatus_FieldSubPath) GetSingle(source *Probe_Status) (interface{}, bool)
GetSingle returns value of selected field from source Probe_Status
func (*ProbeStatus_FieldSubPath) GetSingleRaw ¶
func (fps *ProbeStatus_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeStatus_FieldSubPath) IsLeaf ¶
func (fps *ProbeStatus_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeStatus_FieldSubPath) JSONString ¶
func (fps *ProbeStatus_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeStatus_FieldSubPath) Selector ¶
func (fps *ProbeStatus_FieldSubPath) Selector() ProbeStatus_FieldPathSelector
func (*ProbeStatus_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fps *ProbeStatus_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeStatus_FieldSubPath) String ¶
func (fps *ProbeStatus_FieldSubPath) String() string
String returns path representation in proto convention
func (*ProbeStatus_FieldSubPath) WithIArrayItemValue ¶
func (fps *ProbeStatus_FieldSubPath) WithIArrayItemValue(value interface{}) ProbeStatus_FieldPathArrayItemValue
func (*ProbeStatus_FieldSubPath) WithIArrayOfValues ¶
func (fps *ProbeStatus_FieldSubPath) WithIArrayOfValues(values interface{}) ProbeStatus_FieldPathArrayOfValues
func (*ProbeStatus_FieldSubPath) WithIValue ¶
func (fps *ProbeStatus_FieldSubPath) WithIValue(value interface{}) ProbeStatus_FieldPathValue
func (*ProbeStatus_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ProbeStatus_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeStatus_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ProbeStatus_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeStatus_FieldSubPath) WithRawIValue ¶
func (fps *ProbeStatus_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeStatus_FieldSubPathArrayItemValue ¶
type ProbeStatus_FieldSubPathArrayItemValue struct { ProbeStatus_FieldPath // contains filtered or unexported fields }
func (*ProbeStatus_FieldSubPathArrayItemValue) AsActivationPathItemValue ¶
func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) AsActivationPathItemValue() (ProbeStatusActivationState_FieldPathArrayItemValue, bool)
func (*ProbeStatus_FieldSubPathArrayItemValue) AsActiveLocationPathItemValue ¶
func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) AsActiveLocationPathItemValue() (common.Location_FieldPathArrayItemValue, bool)
func (*ProbeStatus_FieldSubPathArrayItemValue) AsAsInfoPathItemValue ¶
func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) AsAsInfoPathItemValue() (common.ASInfo_FieldPathArrayItemValue, bool)
func (*ProbeStatus_FieldSubPathArrayItemValue) AsBandwidthPathItemValue ¶
func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) AsBandwidthPathItemValue() (ProbeStatusBandwidth_FieldPathArrayItemValue, bool)
func (*ProbeStatus_FieldSubPathArrayItemValue) AsCarrierPathItemValue ¶
func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) AsCarrierPathItemValue() (common.Carrier_FieldPathArrayItemValue, bool)
func (*ProbeStatus_FieldSubPathArrayItemValue) AsDiscoveredLocationPathItemValue ¶
func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) AsDiscoveredLocationPathItemValue() (common.Location_FieldPathArrayItemValue, bool)
func (*ProbeStatus_FieldSubPathArrayItemValue) AsSoftwareVersionPathItemValue ¶
func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) AsSoftwareVersionPathItemValue() (common.SoftwareVersion_FieldPathArrayItemValue, bool)
func (*ProbeStatus_FieldSubPathArrayItemValue) AsSystemInfoPathItemValue ¶
func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) AsSystemInfoPathItemValue() (ProbeStatusSystem_FieldPathArrayItemValue, bool)
func (*ProbeStatus_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) ContainsValue(source *Probe_Status) bool
Contains returns a boolean indicating if value that is being held is present in given 'Status'
func (*ProbeStatus_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ProbeStatus_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ProbeStatus_FieldSubPathArrayOfValues ¶
type ProbeStatus_FieldSubPathArrayOfValues struct { ProbeStatus_FieldPath // contains filtered or unexported fields }
func (*ProbeStatus_FieldSubPathArrayOfValues) AsActivationPathArrayOfValues ¶
func (fpsaov *ProbeStatus_FieldSubPathArrayOfValues) AsActivationPathArrayOfValues() (ProbeStatusActivationState_FieldPathArrayOfValues, bool)
func (*ProbeStatus_FieldSubPathArrayOfValues) AsActiveLocationPathArrayOfValues ¶
func (fpsaov *ProbeStatus_FieldSubPathArrayOfValues) AsActiveLocationPathArrayOfValues() (common.Location_FieldPathArrayOfValues, bool)
func (*ProbeStatus_FieldSubPathArrayOfValues) AsAsInfoPathArrayOfValues ¶
func (fpsaov *ProbeStatus_FieldSubPathArrayOfValues) AsAsInfoPathArrayOfValues() (common.ASInfo_FieldPathArrayOfValues, bool)
func (*ProbeStatus_FieldSubPathArrayOfValues) AsBandwidthPathArrayOfValues ¶
func (fpsaov *ProbeStatus_FieldSubPathArrayOfValues) AsBandwidthPathArrayOfValues() (ProbeStatusBandwidth_FieldPathArrayOfValues, bool)
func (*ProbeStatus_FieldSubPathArrayOfValues) AsCarrierPathArrayOfValues ¶
func (fpsaov *ProbeStatus_FieldSubPathArrayOfValues) AsCarrierPathArrayOfValues() (common.Carrier_FieldPathArrayOfValues, bool)
func (*ProbeStatus_FieldSubPathArrayOfValues) AsDiscoveredLocationPathArrayOfValues ¶
func (fpsaov *ProbeStatus_FieldSubPathArrayOfValues) AsDiscoveredLocationPathArrayOfValues() (common.Location_FieldPathArrayOfValues, bool)
func (*ProbeStatus_FieldSubPathArrayOfValues) AsSoftwareVersionPathArrayOfValues ¶
func (fpsaov *ProbeStatus_FieldSubPathArrayOfValues) AsSoftwareVersionPathArrayOfValues() (common.SoftwareVersion_FieldPathArrayOfValues, bool)
func (*ProbeStatus_FieldSubPathArrayOfValues) AsSystemInfoPathArrayOfValues ¶
func (fpsaov *ProbeStatus_FieldSubPathArrayOfValues) AsSystemInfoPathArrayOfValues() (ProbeStatusSystem_FieldPathArrayOfValues, bool)
func (*ProbeStatus_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ProbeStatus_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ProbeStatus_FieldSubPathValue ¶
type ProbeStatus_FieldSubPathValue struct { ProbeStatus_FieldPath // contains filtered or unexported fields }
func (*ProbeStatus_FieldSubPathValue) AsActivationPathValue ¶
func (fpvs *ProbeStatus_FieldSubPathValue) AsActivationPathValue() (ProbeStatusActivationState_FieldPathValue, bool)
func (*ProbeStatus_FieldSubPathValue) AsActiveLocationPathValue ¶
func (fpvs *ProbeStatus_FieldSubPathValue) AsActiveLocationPathValue() (common.Location_FieldPathValue, bool)
func (*ProbeStatus_FieldSubPathValue) AsAsInfoPathValue ¶
func (fpvs *ProbeStatus_FieldSubPathValue) AsAsInfoPathValue() (common.ASInfo_FieldPathValue, bool)
func (*ProbeStatus_FieldSubPathValue) AsBandwidthPathValue ¶
func (fpvs *ProbeStatus_FieldSubPathValue) AsBandwidthPathValue() (ProbeStatusBandwidth_FieldPathValue, bool)
func (*ProbeStatus_FieldSubPathValue) AsCarrierPathValue ¶
func (fpvs *ProbeStatus_FieldSubPathValue) AsCarrierPathValue() (common.Carrier_FieldPathValue, bool)
func (*ProbeStatus_FieldSubPathValue) AsDiscoveredLocationPathValue ¶
func (fpvs *ProbeStatus_FieldSubPathValue) AsDiscoveredLocationPathValue() (common.Location_FieldPathValue, bool)
func (*ProbeStatus_FieldSubPathValue) AsSoftwareVersionPathValue ¶
func (fpvs *ProbeStatus_FieldSubPathValue) AsSoftwareVersionPathValue() (common.SoftwareVersion_FieldPathValue, bool)
func (*ProbeStatus_FieldSubPathValue) AsSystemInfoPathValue ¶
func (fpvs *ProbeStatus_FieldSubPathValue) AsSystemInfoPathValue() (ProbeStatusSystem_FieldPathValue, bool)
func (*ProbeStatus_FieldSubPathValue) CompareWith ¶
func (fpvs *ProbeStatus_FieldSubPathValue) CompareWith(source *Probe_Status) (int, bool)
func (*ProbeStatus_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ProbeStatus_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeStatus_FieldSubPathValue) GetRawValue ¶
func (fpvs *ProbeStatus_FieldSubPathValue) GetRawValue() interface{}
func (*ProbeStatus_FieldSubPathValue) SetTo ¶
func (fpvs *ProbeStatus_FieldSubPathValue) SetTo(target **Probe_Status)
func (*ProbeStatus_FieldSubPathValue) SetToRaw ¶
func (fpvs *ProbeStatus_FieldSubPathValue) SetToRaw(target proto.Message)
type ProbeStatus_FieldTerminalPath ¶
type ProbeStatus_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbeStatus_FieldTerminalPath) ClearValue ¶
func (fp *ProbeStatus_FieldTerminalPath) ClearValue(item *Probe_Status)
func (*ProbeStatus_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbeStatus_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbeStatus_FieldTerminalPath) Get ¶
func (fp *ProbeStatus_FieldTerminalPath) Get(source *Probe_Status) (values []interface{})
Get returns all values pointed by specific field from source Probe_Status
func (*ProbeStatus_FieldTerminalPath) GetDefault ¶
func (fp *ProbeStatus_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbeStatus_FieldTerminalPath) GetRaw ¶
func (fp *ProbeStatus_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbeStatus_FieldTerminalPath) GetSingle ¶
func (fp *ProbeStatus_FieldTerminalPath) GetSingle(source *Probe_Status) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Probe_Status
func (*ProbeStatus_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbeStatus_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbeStatus_FieldTerminalPath) IsLeaf ¶
func (fp *ProbeStatus_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbeStatus_FieldTerminalPath) JSONString ¶
func (fp *ProbeStatus_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbeStatus_FieldTerminalPath) Selector ¶
func (fp *ProbeStatus_FieldTerminalPath) Selector() ProbeStatus_FieldPathSelector
func (*ProbeStatus_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbeStatus_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbeStatus_FieldTerminalPath) String ¶
func (fp *ProbeStatus_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbeStatus_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbeStatus_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbeStatus_FieldPathArrayItemValue
func (*ProbeStatus_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbeStatus_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbeStatus_FieldPathArrayOfValues
func (*ProbeStatus_FieldTerminalPath) WithIValue ¶
func (fp *ProbeStatus_FieldTerminalPath) WithIValue(value interface{}) ProbeStatus_FieldPathValue
func (*ProbeStatus_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbeStatus_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbeStatus_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbeStatus_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbeStatus_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbeStatus_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbeStatus_FieldTerminalPathArrayItemValue ¶
type ProbeStatus_FieldTerminalPathArrayItemValue struct { ProbeStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatus_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbeStatus_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe_Status) bool
Contains returns a boolean indicating if value that is being held is present in given 'Status'
func (*ProbeStatus_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbeStatus_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Probe_Status as interface{}
func (*ProbeStatus_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbeStatus_FieldTerminalPathArrayItemValue) GetSingle(source *Probe_Status) (interface{}, bool)
func (*ProbeStatus_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbeStatus_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbeStatus_FieldTerminalPathArrayOfValues ¶
type ProbeStatus_FieldTerminalPathArrayOfValues struct { ProbeStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatus_FieldTerminalPathArrayOfValues) AsActivationArrayOfValues ¶
func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsActivationArrayOfValues() ([]*Probe_Status_ActivationState, bool)
func (*ProbeStatus_FieldTerminalPathArrayOfValues) AsActiveLocationArrayOfValues ¶
func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsActiveLocationArrayOfValues() ([]*common.Location, bool)
func (*ProbeStatus_FieldTerminalPathArrayOfValues) AsAgentTypeArrayOfValues ¶
func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsAgentTypeArrayOfValues() ([]Probe_AgentType, bool)
func (*ProbeStatus_FieldTerminalPathArrayOfValues) AsAsInfoArrayOfValues ¶
func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsAsInfoArrayOfValues() ([]*common.ASInfo, bool)
func (*ProbeStatus_FieldTerminalPathArrayOfValues) AsBandwidthArrayOfValues ¶
func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsBandwidthArrayOfValues() ([]*Probe_Status_Bandwidth, bool)
func (*ProbeStatus_FieldTerminalPathArrayOfValues) AsCarrierArrayOfValues ¶
func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsCarrierArrayOfValues() ([]*common.Carrier, bool)
func (*ProbeStatus_FieldTerminalPathArrayOfValues) AsConnectionArrayOfValues ¶
func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsConnectionArrayOfValues() ([]Probe_Status_ConnectionStatus, bool)
func (*ProbeStatus_FieldTerminalPathArrayOfValues) AsConnectionStatusChangeTimeArrayOfValues ¶
func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsConnectionStatusChangeTimeArrayOfValues() ([]*timestamp.Timestamp, bool)
func (*ProbeStatus_FieldTerminalPathArrayOfValues) AsDiscoveredLocationArrayOfValues ¶
func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsDiscoveredLocationArrayOfValues() ([]*common.Location, bool)
func (*ProbeStatus_FieldTerminalPathArrayOfValues) AsExternalHostnameArrayOfValues ¶
func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsExternalHostnameArrayOfValues() ([]string, bool)
func (*ProbeStatus_FieldTerminalPathArrayOfValues) AsExternalIpAddressV4ArrayOfValues ¶
func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsExternalIpAddressV4ArrayOfValues() ([]string, bool)
func (*ProbeStatus_FieldTerminalPathArrayOfValues) AsExternalIpAddressV6ArrayOfValues ¶
func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsExternalIpAddressV6ArrayOfValues() ([]string, bool)
func (*ProbeStatus_FieldTerminalPathArrayOfValues) AsNetworkInterfacesArrayOfValues ¶
func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsNetworkInterfacesArrayOfValues() ([]map[string]*Probe_Status_NetworkInterface, bool)
func (*ProbeStatus_FieldTerminalPathArrayOfValues) AsSoftwareVersionArrayOfValues ¶
func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsSoftwareVersionArrayOfValues() ([]*common.SoftwareVersion, bool)
func (*ProbeStatus_FieldTerminalPathArrayOfValues) AsSystemInfoArrayOfValues ¶
func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) AsSystemInfoArrayOfValues() ([]*Probe_Status_System, bool)
func (*ProbeStatus_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbeStatus_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbeStatus_FieldTerminalPathValue ¶
type ProbeStatus_FieldTerminalPathValue struct { ProbeStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbeStatus_FieldTerminalPathValue) AsActivationValue ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) AsActivationValue() (*Probe_Status_ActivationState, bool)
func (*ProbeStatus_FieldTerminalPathValue) AsActiveLocationValue ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) AsActiveLocationValue() (*common.Location, bool)
func (*ProbeStatus_FieldTerminalPathValue) AsAgentTypeValue ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) AsAgentTypeValue() (Probe_AgentType, bool)
func (*ProbeStatus_FieldTerminalPathValue) AsAsInfoValue ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) AsAsInfoValue() (*common.ASInfo, bool)
func (*ProbeStatus_FieldTerminalPathValue) AsBandwidthValue ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) AsBandwidthValue() (*Probe_Status_Bandwidth, bool)
func (*ProbeStatus_FieldTerminalPathValue) AsCarrierValue ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) AsCarrierValue() (*common.Carrier, bool)
func (*ProbeStatus_FieldTerminalPathValue) AsConnectionStatusChangeTimeValue ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) AsConnectionStatusChangeTimeValue() (*timestamp.Timestamp, bool)
func (*ProbeStatus_FieldTerminalPathValue) AsConnectionValue ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) AsConnectionValue() (Probe_Status_ConnectionStatus, bool)
func (*ProbeStatus_FieldTerminalPathValue) AsDiscoveredLocationValue ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) AsDiscoveredLocationValue() (*common.Location, bool)
func (*ProbeStatus_FieldTerminalPathValue) AsExternalHostnameValue ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) AsExternalHostnameValue() (string, bool)
func (*ProbeStatus_FieldTerminalPathValue) AsExternalIpAddressV4Value ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) AsExternalIpAddressV4Value() (string, bool)
func (*ProbeStatus_FieldTerminalPathValue) AsExternalIpAddressV6Value ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) AsExternalIpAddressV6Value() (string, bool)
func (*ProbeStatus_FieldTerminalPathValue) AsNetworkInterfacesValue ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) AsNetworkInterfacesValue() (map[string]*Probe_Status_NetworkInterface, bool)
func (*ProbeStatus_FieldTerminalPathValue) AsSoftwareVersionValue ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) AsSoftwareVersionValue() (*common.SoftwareVersion, bool)
func (*ProbeStatus_FieldTerminalPathValue) AsSystemInfoValue ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) AsSystemInfoValue() (*Probe_Status_System, bool)
func (*ProbeStatus_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) CompareWith(source *Probe_Status) (int, bool)
CompareWith compares value in the 'ProbeStatus_FieldTerminalPathValue' with the value under path in 'Probe_Status'.
func (*ProbeStatus_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbeStatus_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Status' as interface{}
func (*ProbeStatus_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) SetTo(target **Probe_Status)
SetTo stores value for selected field for object Status
func (*ProbeStatus_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbeStatus_FieldTerminalPathValue) SetToRaw(target proto.Message)
type Probe_AgentType ¶
type Probe_AgentType int32
const ( Probe_UNKNOWN Probe_AgentType = 0 Probe_MOBILE_AGENT Probe_AgentType = 1 Probe_HARDWARE_AGENT Probe_AgentType = 2 Probe_CLOUD_AGENT Probe_AgentType = 3 )
func (Probe_AgentType) Descriptor ¶
func (Probe_AgentType) Descriptor() preflect.EnumDescriptor
func (Probe_AgentType) Enum ¶
func (x Probe_AgentType) Enum() *Probe_AgentType
func (Probe_AgentType) EnumDescriptor ¶
func (Probe_AgentType) EnumDescriptor() ([]byte, []int)
Deprecated, Use Probe_AgentType.ProtoReflect.Descriptor instead.
func (Probe_AgentType) Number ¶
func (x Probe_AgentType) Number() preflect.EnumNumber
func (Probe_AgentType) String ¶
func (x Probe_AgentType) String() string
func (Probe_AgentType) Type ¶
func (Probe_AgentType) Type() preflect.EnumType
type Probe_FieldMask ¶
type Probe_FieldMask struct {
Paths []Probe_FieldPath
}
func FullProbe_FieldMask ¶
func FullProbe_FieldMask() *Probe_FieldMask
func ResourceViewFieldMask ¶
func ResourceViewFieldMask(viewName view.View, extraMask *Probe_FieldMask) *Probe_FieldMask
func (*Probe_FieldMask) AppendPath ¶
func (fieldMask *Probe_FieldMask) AppendPath(path Probe_FieldPath)
func (*Probe_FieldMask) AppendRawPath ¶
func (fieldMask *Probe_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Probe_FieldMask) DecodeFirestore ¶
func (fieldMask *Probe_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Probe_FieldMask) EncodeFirestore ¶
func (fieldMask *Probe_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Probe_FieldMask) FilterInputFields ¶
func (fieldMask *Probe_FieldMask) FilterInputFields() *Probe_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Probe_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Probe_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Probe_FieldMask) GetPaths ¶
func (fieldMask *Probe_FieldMask) GetPaths() []Probe_FieldPath
func (*Probe_FieldMask) GetRawPaths ¶
func (fieldMask *Probe_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Probe_FieldMask) IsFull ¶
func (fieldMask *Probe_FieldMask) IsFull() bool
func (Probe_FieldMask) Marshal ¶
func (fieldMask Probe_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Probe_FieldMask) MarshalJSON ¶
func (fieldMask Probe_FieldMask) MarshalJSON() ([]byte, error)
func (*Probe_FieldMask) PathsCount ¶
func (fieldMask *Probe_FieldMask) PathsCount() int
func (*Probe_FieldMask) Project ¶
func (fieldMask *Probe_FieldMask) Project(source *Probe) *Probe
func (*Probe_FieldMask) ProjectRaw ¶
func (fieldMask *Probe_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Probe_FieldMask) ProtoMessage ¶
func (fieldMask *Probe_FieldMask) ProtoMessage()
func (*Probe_FieldMask) ProtoReflect ¶
func (fieldMask *Probe_FieldMask) ProtoReflect() preflect.Message
func (*Probe_FieldMask) Reset ¶
func (fieldMask *Probe_FieldMask) Reset()
func (*Probe_FieldMask) Set ¶
func (fieldMask *Probe_FieldMask) Set(target, source *Probe)
func (*Probe_FieldMask) SetFromCliFlag ¶
func (fieldMask *Probe_FieldMask) SetFromCliFlag(raw string) error
func (*Probe_FieldMask) SetRaw ¶
func (fieldMask *Probe_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Probe_FieldMask) Size ¶
func (fieldMask *Probe_FieldMask) Size() int
func (*Probe_FieldMask) String ¶
func (fieldMask *Probe_FieldMask) String() string
func (*Probe_FieldMask) Subtract ¶
func (fieldMask *Probe_FieldMask) Subtract(other *Probe_FieldMask) *Probe_FieldMask
func (*Probe_FieldMask) SubtractRaw ¶
func (fieldMask *Probe_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Probe_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Probe_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Probe_FieldMask) Unmarshal ¶
func (fieldMask *Probe_FieldMask) Unmarshal(data []byte) error
func (*Probe_FieldMask) UnmarshalJSON ¶
func (fieldMask *Probe_FieldMask) UnmarshalJSON(data []byte) error
type Probe_FieldPath ¶
type Probe_FieldPath interface { gotenobject.FieldPath Selector() Probe_FieldPathSelector Get(source *Probe) []interface{} GetSingle(source *Probe) (interface{}, bool) ClearValue(item *Probe) // Those methods build corresponding Probe_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) Probe_FieldPathValue WithIArrayOfValues(values interface{}) Probe_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) Probe_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbe_FieldPath ¶
func BuildProbe_FieldPath(fp gotenobject.RawFieldPath) (Probe_FieldPath, error)
func MustParseProbe_FieldPath ¶
func MustParseProbe_FieldPath(rawField string) Probe_FieldPath
func ParseProbe_FieldPath ¶
func ParseProbe_FieldPath(rawField string) (Probe_FieldPath, error)
type Probe_FieldPathArrayItemValue ¶
type Probe_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue Probe_FieldPath ContainsValue(*Probe) bool }
Probe_FieldPathArrayItemValue allows storing single item in Path-specific values for Probe according to their type Present only for array (repeated) types.
func MustParseProbe_FieldPathArrayItemValue ¶
func MustParseProbe_FieldPathArrayItemValue(pathStr, valueStr string) Probe_FieldPathArrayItemValue
func ParseProbe_FieldPathArrayItemValue ¶
func ParseProbe_FieldPathArrayItemValue(pathStr, valueStr string) (Probe_FieldPathArrayItemValue, error)
ParseProbe_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type Probe_FieldPathArrayOfValues ¶
type Probe_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues Probe_FieldPath }
Probe_FieldPathArrayOfValues allows storing slice of values for Probe fields according to their type
func MustParseProbe_FieldPathArrayOfValues ¶
func MustParseProbe_FieldPathArrayOfValues(pathStr, valuesStr string) Probe_FieldPathArrayOfValues
func ParseProbe_FieldPathArrayOfValues ¶
func ParseProbe_FieldPathArrayOfValues(pathStr, valuesStr string) (Probe_FieldPathArrayOfValues, error)
type Probe_FieldPathSelector ¶
type Probe_FieldPathSelector int32
const ( Probe_FieldPathSelectorName Probe_FieldPathSelector = 0 Probe_FieldPathSelectorDisplayName Probe_FieldPathSelector = 1 Probe_FieldPathSelectorLowerDisplayName Probe_FieldPathSelector = 2 Probe_FieldPathSelectorMetadata Probe_FieldPathSelector = 3 Probe_FieldPathSelectorSpec Probe_FieldPathSelector = 4 Probe_FieldPathSelectorStatus Probe_FieldPathSelector = 5 Probe_FieldPathSelectorMemo Probe_FieldPathSelector = 6 )
func (Probe_FieldPathSelector) String ¶
func (s Probe_FieldPathSelector) String() string
type Probe_FieldPathValue ¶
type Probe_FieldPathValue interface { Probe_FieldPath gotenobject.FieldPathValue SetTo(target **Probe) CompareWith(*Probe) (cmp int, comparable bool) }
Probe_FieldPathValue allows storing values for Probe fields according to their type
func MustParseProbe_FieldPathValue ¶
func MustParseProbe_FieldPathValue(pathStr, valueStr string) Probe_FieldPathValue
func ParseProbe_FieldPathValue ¶
func ParseProbe_FieldPathValue(pathStr, valueStr string) (Probe_FieldPathValue, error)
type Probe_FieldSubPath ¶
type Probe_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*Probe_FieldSubPath) AsMemoSubPath ¶
func (fps *Probe_FieldSubPath) AsMemoSubPath() (ntt_memo.Memo_FieldPath, bool)
func (*Probe_FieldSubPath) AsMetadataSubPath ¶
func (fps *Probe_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
func (*Probe_FieldSubPath) AsSpecSubPath ¶
func (fps *Probe_FieldSubPath) AsSpecSubPath() (ProbeSpec_FieldPath, bool)
func (*Probe_FieldSubPath) AsStatusSubPath ¶
func (fps *Probe_FieldSubPath) AsStatusSubPath() (ProbeStatus_FieldPath, bool)
func (*Probe_FieldSubPath) ClearValue ¶
func (fps *Probe_FieldSubPath) ClearValue(item *Probe)
func (*Probe_FieldSubPath) ClearValueRaw ¶
func (fps *Probe_FieldSubPath) ClearValueRaw(item proto.Message)
func (*Probe_FieldSubPath) Get ¶
func (fps *Probe_FieldSubPath) Get(source *Probe) (values []interface{})
Get returns all values pointed by selected field from source Probe
func (*Probe_FieldSubPath) GetDefault ¶
func (fps *Probe_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Probe_FieldSubPath) GetRaw ¶
func (fps *Probe_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*Probe_FieldSubPath) GetSingle ¶
func (fps *Probe_FieldSubPath) GetSingle(source *Probe) (interface{}, bool)
GetSingle returns value of selected field from source Probe
func (*Probe_FieldSubPath) GetSingleRaw ¶
func (fps *Probe_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Probe_FieldSubPath) IsLeaf ¶
func (fps *Probe_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Probe_FieldSubPath) JSONString ¶
func (fps *Probe_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Probe_FieldSubPath) Selector ¶
func (fps *Probe_FieldSubPath) Selector() Probe_FieldPathSelector
func (*Probe_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fps *Probe_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*Probe_FieldSubPath) String ¶
func (fps *Probe_FieldSubPath) String() string
String returns path representation in proto convention
func (*Probe_FieldSubPath) WithIArrayItemValue ¶
func (fps *Probe_FieldSubPath) WithIArrayItemValue(value interface{}) Probe_FieldPathArrayItemValue
func (*Probe_FieldSubPath) WithIArrayOfValues ¶
func (fps *Probe_FieldSubPath) WithIArrayOfValues(values interface{}) Probe_FieldPathArrayOfValues
func (*Probe_FieldSubPath) WithIValue ¶
func (fps *Probe_FieldSubPath) WithIValue(value interface{}) Probe_FieldPathValue
func (*Probe_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *Probe_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Probe_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *Probe_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Probe_FieldSubPath) WithRawIValue ¶
func (fps *Probe_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Probe_FieldSubPathArrayItemValue ¶
type Probe_FieldSubPathArrayItemValue struct { Probe_FieldPath // contains filtered or unexported fields }
func (*Probe_FieldSubPathArrayItemValue) AsMemoPathItemValue ¶
func (fpaivs *Probe_FieldSubPathArrayItemValue) AsMemoPathItemValue() (ntt_memo.Memo_FieldPathArrayItemValue, bool)
func (*Probe_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *Probe_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
func (*Probe_FieldSubPathArrayItemValue) AsSpecPathItemValue ¶
func (fpaivs *Probe_FieldSubPathArrayItemValue) AsSpecPathItemValue() (ProbeSpec_FieldPathArrayItemValue, bool)
func (*Probe_FieldSubPathArrayItemValue) AsStatusPathItemValue ¶
func (fpaivs *Probe_FieldSubPathArrayItemValue) AsStatusPathItemValue() (ProbeStatus_FieldPathArrayItemValue, bool)
func (*Probe_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *Probe_FieldSubPathArrayItemValue) ContainsValue(source *Probe) bool
Contains returns a boolean indicating if value that is being held is present in given 'Probe'
func (*Probe_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *Probe_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type Probe_FieldSubPathArrayOfValues ¶
type Probe_FieldSubPathArrayOfValues struct { Probe_FieldPath // contains filtered or unexported fields }
func (*Probe_FieldSubPathArrayOfValues) AsMemoPathArrayOfValues ¶
func (fpsaov *Probe_FieldSubPathArrayOfValues) AsMemoPathArrayOfValues() (ntt_memo.Memo_FieldPathArrayOfValues, bool)
func (*Probe_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *Probe_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
func (*Probe_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues ¶
func (fpsaov *Probe_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (ProbeSpec_FieldPathArrayOfValues, bool)
func (*Probe_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues ¶
func (fpsaov *Probe_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues() (ProbeStatus_FieldPathArrayOfValues, bool)
func (*Probe_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *Probe_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type Probe_FieldSubPathValue ¶
type Probe_FieldSubPathValue struct { Probe_FieldPath // contains filtered or unexported fields }
func (*Probe_FieldSubPathValue) AsMemoPathValue ¶
func (fpvs *Probe_FieldSubPathValue) AsMemoPathValue() (ntt_memo.Memo_FieldPathValue, bool)
func (*Probe_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *Probe_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
func (*Probe_FieldSubPathValue) AsSpecPathValue ¶
func (fpvs *Probe_FieldSubPathValue) AsSpecPathValue() (ProbeSpec_FieldPathValue, bool)
func (*Probe_FieldSubPathValue) AsStatusPathValue ¶
func (fpvs *Probe_FieldSubPathValue) AsStatusPathValue() (ProbeStatus_FieldPathValue, bool)
func (*Probe_FieldSubPathValue) CompareWith ¶
func (fpvs *Probe_FieldSubPathValue) CompareWith(source *Probe) (int, bool)
func (*Probe_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *Probe_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Probe_FieldSubPathValue) GetRawValue ¶
func (fpvs *Probe_FieldSubPathValue) GetRawValue() interface{}
func (*Probe_FieldSubPathValue) SetTo ¶
func (fpvs *Probe_FieldSubPathValue) SetTo(target **Probe)
func (*Probe_FieldSubPathValue) SetToRaw ¶
func (fpvs *Probe_FieldSubPathValue) SetToRaw(target proto.Message)
type Probe_FieldTerminalPath ¶
type Probe_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*Probe_FieldTerminalPath) ClearValue ¶
func (fp *Probe_FieldTerminalPath) ClearValue(item *Probe)
func (*Probe_FieldTerminalPath) ClearValueRaw ¶
func (fp *Probe_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*Probe_FieldTerminalPath) Get ¶
func (fp *Probe_FieldTerminalPath) Get(source *Probe) (values []interface{})
Get returns all values pointed by specific field from source Probe
func (*Probe_FieldTerminalPath) GetDefault ¶
func (fp *Probe_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Probe_FieldTerminalPath) GetRaw ¶
func (fp *Probe_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*Probe_FieldTerminalPath) GetSingle ¶
func (fp *Probe_FieldTerminalPath) GetSingle(source *Probe) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Probe
func (*Probe_FieldTerminalPath) GetSingleRaw ¶
func (fp *Probe_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Probe_FieldTerminalPath) IsLeaf ¶
func (fp *Probe_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Probe_FieldTerminalPath) JSONString ¶
func (fp *Probe_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Probe_FieldTerminalPath) Selector ¶
func (fp *Probe_FieldTerminalPath) Selector() Probe_FieldPathSelector
func (*Probe_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *Probe_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*Probe_FieldTerminalPath) String ¶
func (fp *Probe_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*Probe_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *Probe_FieldTerminalPath) WithIArrayItemValue(value interface{}) Probe_FieldPathArrayItemValue
func (*Probe_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *Probe_FieldTerminalPath) WithIArrayOfValues(values interface{}) Probe_FieldPathArrayOfValues
func (*Probe_FieldTerminalPath) WithIValue ¶
func (fp *Probe_FieldTerminalPath) WithIValue(value interface{}) Probe_FieldPathValue
func (*Probe_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *Probe_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Probe_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *Probe_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Probe_FieldTerminalPath) WithRawIValue ¶
func (fp *Probe_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Probe_FieldTerminalPathArrayItemValue ¶
type Probe_FieldTerminalPathArrayItemValue struct { Probe_FieldTerminalPath // contains filtered or unexported fields }
func (*Probe_FieldTerminalPathArrayItemValue) AsMemoItemValue ¶
func (fpaiv *Probe_FieldTerminalPathArrayItemValue) AsMemoItemValue() (*ntt_memo.Memo, bool)
func (*Probe_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *Probe_FieldTerminalPathArrayItemValue) ContainsValue(source *Probe) bool
Contains returns a boolean indicating if value that is being held is present in given 'Probe'
func (*Probe_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *Probe_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Probe as interface{}
func (*Probe_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *Probe_FieldTerminalPathArrayItemValue) GetSingle(source *Probe) (interface{}, bool)
func (*Probe_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *Probe_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type Probe_FieldTerminalPathArrayOfValues ¶
type Probe_FieldTerminalPathArrayOfValues struct { Probe_FieldTerminalPath // contains filtered or unexported fields }
func (*Probe_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues ¶
func (fpaov *Probe_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
func (*Probe_FieldTerminalPathArrayOfValues) AsLowerDisplayNameArrayOfValues ¶
func (fpaov *Probe_FieldTerminalPathArrayOfValues) AsLowerDisplayNameArrayOfValues() ([]string, bool)
func (*Probe_FieldTerminalPathArrayOfValues) AsMemoArrayOfValues ¶
func (fpaov *Probe_FieldTerminalPathArrayOfValues) AsMemoArrayOfValues() ([][]*ntt_memo.Memo, bool)
func (*Probe_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *Probe_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
func (*Probe_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *Probe_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
func (*Probe_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues ¶
func (fpaov *Probe_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*Probe_Spec, bool)
func (*Probe_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues ¶
func (fpaov *Probe_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues() ([]*Probe_Status, bool)
func (*Probe_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *Probe_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type Probe_FieldTerminalPathValue ¶
type Probe_FieldTerminalPathValue struct { Probe_FieldTerminalPath // contains filtered or unexported fields }
func (*Probe_FieldTerminalPathValue) AsDisplayNameValue ¶
func (fpv *Probe_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
func (*Probe_FieldTerminalPathValue) AsLowerDisplayNameValue ¶
func (fpv *Probe_FieldTerminalPathValue) AsLowerDisplayNameValue() (string, bool)
func (*Probe_FieldTerminalPathValue) AsMemoValue ¶
func (fpv *Probe_FieldTerminalPathValue) AsMemoValue() ([]*ntt_memo.Memo, bool)
func (*Probe_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *Probe_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
func (*Probe_FieldTerminalPathValue) AsNameValue ¶
func (fpv *Probe_FieldTerminalPathValue) AsNameValue() (*Name, bool)
func (*Probe_FieldTerminalPathValue) AsSpecValue ¶
func (fpv *Probe_FieldTerminalPathValue) AsSpecValue() (*Probe_Spec, bool)
func (*Probe_FieldTerminalPathValue) AsStatusValue ¶
func (fpv *Probe_FieldTerminalPathValue) AsStatusValue() (*Probe_Status, bool)
func (*Probe_FieldTerminalPathValue) CompareWith ¶
func (fpv *Probe_FieldTerminalPathValue) CompareWith(source *Probe) (int, bool)
CompareWith compares value in the 'Probe_FieldTerminalPathValue' with the value under path in 'Probe'.
func (*Probe_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *Probe_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Probe_FieldTerminalPathValue) GetRawValue ¶
func (fpv *Probe_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Probe' as interface{}
func (*Probe_FieldTerminalPathValue) SetTo ¶
func (fpv *Probe_FieldTerminalPathValue) SetTo(target **Probe)
SetTo stores value for selected field for object Probe
func (*Probe_FieldTerminalPathValue) SetToRaw ¶
func (fpv *Probe_FieldTerminalPathValue) SetToRaw(target proto.Message)
type Probe_Spec ¶
type Probe_Spec struct { // Probe Group allows optional grouping of probes. ProbeGroup *probe_group.Reference `` /* 136-byte string literal not displayed */ // device referes the device that assigned to the probe. // When this field is empty, that means there is no // asigned device yet. // Devices resource is provided by the Devices service. Device *devices_device.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=device,proto3" json:"device,omitempty" firestore:"device"` // Controls whether this Probe is available for scheduling Probings. // Manually set it to false to switch-off Probings undergoing maintenance. Enabled bool `protobuf:"varint,10,opt,name=enabled,proto3" json:"enabled,omitempty" firestore:"enabled"` // Address defines the expected address of the probe. PrimaryLocation *common.Location `` /* 134-byte string literal not displayed */ LocationDiscovery *common.LocationDiscoverySpec `` /* 142-byte string literal not displayed */ // Contact Information ContactInfo *common.ContactInformation `protobuf:"bytes,9,opt,name=contact_info,json=contactInfo,proto3" json:"contact_info,omitempty" firestore:"contactInfo"` Activation *Probe_Spec_ActivationSpec `protobuf:"bytes,12,opt,name=activation,proto3" json:"activation,omitempty" firestore:"activation"` DisableSpeedtest bool `` /* 140-byte string literal not displayed */ AccessToken *Probe_Spec_AccessTokenSpec `protobuf:"bytes,14,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty" firestore:"accessToken"` AgentType Probe_AgentType `` /* 155-byte string literal not displayed */ ExternalIpCheckUrl []string `` /* 151-byte string literal not displayed */ TargetServers *Probe_Spec_TargetServers `` /* 127-byte string literal not displayed */ // contains filtered or unexported fields }
Spec describes the to-be state of the probe. Fields in this message are useful to keep manual input values of the metadata of the probe. Note that some fields could be moved to metadata.annotations later.
func (*Probe_Spec) Clone ¶
func (o *Probe_Spec) Clone() *Probe_Spec
func (*Probe_Spec) CloneRaw ¶
func (o *Probe_Spec) CloneRaw() gotenobject.GotenObjectExt
func (*Probe_Spec) Descriptor ¶
func (*Probe_Spec) Descriptor() ([]byte, []int)
Deprecated, Use Probe_Spec.ProtoReflect.Descriptor instead.
func (*Probe_Spec) GetAccessToken ¶
func (m *Probe_Spec) GetAccessToken() *Probe_Spec_AccessTokenSpec
func (*Probe_Spec) GetActivation ¶
func (m *Probe_Spec) GetActivation() *Probe_Spec_ActivationSpec
func (*Probe_Spec) GetAgentType ¶
func (m *Probe_Spec) GetAgentType() Probe_AgentType
func (*Probe_Spec) GetContactInfo ¶
func (m *Probe_Spec) GetContactInfo() *common.ContactInformation
func (*Probe_Spec) GetDevice ¶
func (m *Probe_Spec) GetDevice() *devices_device.Reference
func (*Probe_Spec) GetDisableSpeedtest ¶
func (m *Probe_Spec) GetDisableSpeedtest() bool
func (*Probe_Spec) GetEnabled ¶
func (m *Probe_Spec) GetEnabled() bool
func (*Probe_Spec) GetExternalIpCheckUrl ¶
func (m *Probe_Spec) GetExternalIpCheckUrl() []string
func (*Probe_Spec) GetLocationDiscovery ¶
func (m *Probe_Spec) GetLocationDiscovery() *common.LocationDiscoverySpec
func (*Probe_Spec) GetPrimaryLocation ¶
func (m *Probe_Spec) GetPrimaryLocation() *common.Location
func (*Probe_Spec) GetProbeGroup ¶
func (m *Probe_Spec) GetProbeGroup() *probe_group.Reference
func (*Probe_Spec) GetTargetServers ¶
func (m *Probe_Spec) GetTargetServers() *Probe_Spec_TargetServers
func (*Probe_Spec) GotenMessage ¶
func (*Probe_Spec) GotenMessage()
func (*Probe_Spec) GotenObjectExt ¶
func (o *Probe_Spec) GotenObjectExt()
func (*Probe_Spec) GotenValidate ¶
func (obj *Probe_Spec) GotenValidate() error
func (*Probe_Spec) MakeDiffFieldMask ¶
func (o *Probe_Spec) MakeDiffFieldMask(other *Probe_Spec) *Probe_Spec_FieldMask
func (*Probe_Spec) MakeFullFieldMask ¶
func (o *Probe_Spec) MakeFullFieldMask() *Probe_Spec_FieldMask
func (*Probe_Spec) MakeRawDiffFieldMask ¶
func (o *Probe_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Probe_Spec) MakeRawFullFieldMask ¶
func (o *Probe_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Probe_Spec) Marshal ¶
func (m *Probe_Spec) Marshal() ([]byte, error)
func (*Probe_Spec) MarshalJSON ¶
func (m *Probe_Spec) MarshalJSON() ([]byte, error)
func (*Probe_Spec) Merge ¶
func (o *Probe_Spec) Merge(source *Probe_Spec)
func (*Probe_Spec) MergeRaw ¶
func (o *Probe_Spec) MergeRaw(source gotenobject.GotenObjectExt)
func (*Probe_Spec) ProtoMessage ¶
func (*Probe_Spec) ProtoMessage()
func (*Probe_Spec) ProtoReflect ¶
func (m *Probe_Spec) ProtoReflect() preflect.Message
func (*Probe_Spec) Reset ¶
func (m *Probe_Spec) Reset()
func (*Probe_Spec) SetAccessToken ¶
func (m *Probe_Spec) SetAccessToken(fv *Probe_Spec_AccessTokenSpec)
func (*Probe_Spec) SetActivation ¶
func (m *Probe_Spec) SetActivation(fv *Probe_Spec_ActivationSpec)
func (*Probe_Spec) SetAgentType ¶
func (m *Probe_Spec) SetAgentType(fv Probe_AgentType)
func (*Probe_Spec) SetContactInfo ¶
func (m *Probe_Spec) SetContactInfo(fv *common.ContactInformation)
func (*Probe_Spec) SetDevice ¶
func (m *Probe_Spec) SetDevice(fv *devices_device.Reference)
func (*Probe_Spec) SetDisableSpeedtest ¶
func (m *Probe_Spec) SetDisableSpeedtest(fv bool)
func (*Probe_Spec) SetEnabled ¶
func (m *Probe_Spec) SetEnabled(fv bool)
func (*Probe_Spec) SetExternalIpCheckUrl ¶
func (m *Probe_Spec) SetExternalIpCheckUrl(fv []string)
func (*Probe_Spec) SetLocationDiscovery ¶
func (m *Probe_Spec) SetLocationDiscovery(fv *common.LocationDiscoverySpec)
func (*Probe_Spec) SetPrimaryLocation ¶
func (m *Probe_Spec) SetPrimaryLocation(fv *common.Location)
func (*Probe_Spec) SetProbeGroup ¶
func (m *Probe_Spec) SetProbeGroup(fv *probe_group.Reference)
func (*Probe_Spec) SetTargetServers ¶
func (m *Probe_Spec) SetTargetServers(fv *Probe_Spec_TargetServers)
func (*Probe_Spec) String ¶
func (m *Probe_Spec) String() string
func (*Probe_Spec) Unmarshal ¶
func (m *Probe_Spec) Unmarshal(b []byte) error
func (*Probe_Spec) UnmarshalJSON ¶
func (m *Probe_Spec) UnmarshalJSON(data []byte) error
type Probe_SpecMapPathSelectorActivationInvitationExtras ¶ added in v0.4.49
type Probe_SpecMapPathSelectorActivationInvitationExtras struct {
// contains filtered or unexported fields
}
func (Probe_SpecMapPathSelectorActivationInvitationExtras) FieldPath ¶ added in v0.4.49
func (s Probe_SpecMapPathSelectorActivationInvitationExtras) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecMapPathSelectorActivationInvitationExtras) WithArrayOfValues ¶ added in v0.4.49
func (s Probe_SpecMapPathSelectorActivationInvitationExtras) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecMapPathSelectorActivationInvitationExtras) WithValue ¶ added in v0.4.49
func (s Probe_SpecMapPathSelectorActivationInvitationExtras) WithValue(value string) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorAccessToken ¶
type Probe_SpecPathSelectorAccessToken struct{}
func (Probe_SpecPathSelectorAccessToken) AccessToken ¶
func (Probe_SpecPathSelectorAccessToken) AccessToken() Probe_SpecPathSelectorAccessTokenAccessToken
func (Probe_SpecPathSelectorAccessToken) FieldPath ¶
func (Probe_SpecPathSelectorAccessToken) FieldPath() *ProbeSpec_FieldTerminalPath
func (Probe_SpecPathSelectorAccessToken) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorAccessToken) WithArrayOfValues(values []*Probe_Spec_AccessTokenSpec) *ProbeSpec_FieldTerminalPathArrayOfValues
func (Probe_SpecPathSelectorAccessToken) WithSubArrayItemValue ¶
func (s Probe_SpecPathSelectorAccessToken) WithSubArrayItemValue(subPathArrayItemValue ProbeSpecAccessTokenSpec_FieldPathArrayItemValue) *ProbeSpec_FieldSubPathArrayItemValue
func (Probe_SpecPathSelectorAccessToken) WithSubArrayOfValues ¶
func (s Probe_SpecPathSelectorAccessToken) WithSubArrayOfValues(subPathArrayOfValues ProbeSpecAccessTokenSpec_FieldPathArrayOfValues) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorAccessToken) WithSubPath ¶
func (Probe_SpecPathSelectorAccessToken) WithSubPath(subPath ProbeSpecAccessTokenSpec_FieldPath) *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorAccessToken) WithSubValue ¶
func (s Probe_SpecPathSelectorAccessToken) WithSubValue(subPathValue ProbeSpecAccessTokenSpec_FieldPathValue) *ProbeSpec_FieldSubPathValue
func (Probe_SpecPathSelectorAccessToken) WithValue ¶
func (s Probe_SpecPathSelectorAccessToken) WithValue(value *Probe_Spec_AccessTokenSpec) *ProbeSpec_FieldTerminalPathValue
type Probe_SpecPathSelectorAccessTokenAccessToken ¶
type Probe_SpecPathSelectorAccessTokenAccessToken struct{}
func (Probe_SpecPathSelectorAccessTokenAccessToken) FieldPath ¶
func (Probe_SpecPathSelectorAccessTokenAccessToken) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorAccessTokenAccessToken) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorAccessTokenAccessToken) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorAccessTokenAccessToken) WithValue ¶
func (s Probe_SpecPathSelectorAccessTokenAccessToken) WithValue(value string) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorAccessTokenEnable ¶
type Probe_SpecPathSelectorAccessTokenEnable struct{}
func (Probe_SpecPathSelectorAccessTokenEnable) FieldPath ¶
func (Probe_SpecPathSelectorAccessTokenEnable) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorAccessTokenEnable) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorAccessTokenEnable) WithArrayOfValues(values []bool) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorAccessTokenEnable) WithValue ¶
func (s Probe_SpecPathSelectorAccessTokenEnable) WithValue(value bool) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorActivation ¶
type Probe_SpecPathSelectorActivation struct{}
func (Probe_SpecPathSelectorActivation) FieldPath ¶
func (Probe_SpecPathSelectorActivation) FieldPath() *ProbeSpec_FieldTerminalPath
func (Probe_SpecPathSelectorActivation) InvitationExtras ¶ added in v0.4.49
func (Probe_SpecPathSelectorActivation) InvitationExtras() Probe_SpecPathSelectorActivationInvitationExtras
func (Probe_SpecPathSelectorActivation) ReusableToken ¶
func (Probe_SpecPathSelectorActivation) ReusableToken() Probe_SpecPathSelectorActivationReusableToken
func (Probe_SpecPathSelectorActivation) SendInvitationOnCreate ¶
func (Probe_SpecPathSelectorActivation) SendInvitationOnCreate() Probe_SpecPathSelectorActivationSendInvitationOnCreate
func (Probe_SpecPathSelectorActivation) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorActivation) WithArrayOfValues(values []*Probe_Spec_ActivationSpec) *ProbeSpec_FieldTerminalPathArrayOfValues
func (Probe_SpecPathSelectorActivation) WithSubArrayItemValue ¶
func (s Probe_SpecPathSelectorActivation) WithSubArrayItemValue(subPathArrayItemValue ProbeSpecActivationSpec_FieldPathArrayItemValue) *ProbeSpec_FieldSubPathArrayItemValue
func (Probe_SpecPathSelectorActivation) WithSubArrayOfValues ¶
func (s Probe_SpecPathSelectorActivation) WithSubArrayOfValues(subPathArrayOfValues ProbeSpecActivationSpec_FieldPathArrayOfValues) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorActivation) WithSubPath ¶
func (Probe_SpecPathSelectorActivation) WithSubPath(subPath ProbeSpecActivationSpec_FieldPath) *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorActivation) WithSubValue ¶
func (s Probe_SpecPathSelectorActivation) WithSubValue(subPathValue ProbeSpecActivationSpec_FieldPathValue) *ProbeSpec_FieldSubPathValue
func (Probe_SpecPathSelectorActivation) WithValue ¶
func (s Probe_SpecPathSelectorActivation) WithValue(value *Probe_Spec_ActivationSpec) *ProbeSpec_FieldTerminalPathValue
type Probe_SpecPathSelectorActivationInvitationExtras ¶ added in v0.4.49
type Probe_SpecPathSelectorActivationInvitationExtras struct{}
func (Probe_SpecPathSelectorActivationInvitationExtras) FieldPath ¶ added in v0.4.49
func (Probe_SpecPathSelectorActivationInvitationExtras) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorActivationInvitationExtras) WithArrayOfValues ¶ added in v0.4.49
func (s Probe_SpecPathSelectorActivationInvitationExtras) WithArrayOfValues(values []map[string]string) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorActivationInvitationExtras) WithValue ¶ added in v0.4.49
func (s Probe_SpecPathSelectorActivationInvitationExtras) WithValue(value map[string]string) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorActivationReusableToken ¶
type Probe_SpecPathSelectorActivationReusableToken struct{}
func (Probe_SpecPathSelectorActivationReusableToken) FieldPath ¶
func (Probe_SpecPathSelectorActivationReusableToken) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorActivationReusableToken) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorActivationReusableToken) WithArrayOfValues(values []bool) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorActivationReusableToken) WithValue ¶
func (s Probe_SpecPathSelectorActivationReusableToken) WithValue(value bool) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorActivationSendInvitationOnCreate ¶
type Probe_SpecPathSelectorActivationSendInvitationOnCreate struct{}
func (Probe_SpecPathSelectorActivationSendInvitationOnCreate) FieldPath ¶
func (Probe_SpecPathSelectorActivationSendInvitationOnCreate) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorActivationSendInvitationOnCreate) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorActivationSendInvitationOnCreate) WithArrayOfValues(values []bool) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorActivationSendInvitationOnCreate) WithValue ¶
func (s Probe_SpecPathSelectorActivationSendInvitationOnCreate) WithValue(value bool) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorActivationToken ¶
type Probe_SpecPathSelectorActivationToken struct{}
func (Probe_SpecPathSelectorActivationToken) FieldPath ¶
func (Probe_SpecPathSelectorActivationToken) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorActivationToken) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorActivationToken) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorActivationToken) WithValue ¶
func (s Probe_SpecPathSelectorActivationToken) WithValue(value string) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorActivationType ¶
type Probe_SpecPathSelectorActivationType struct{}
func (Probe_SpecPathSelectorActivationType) FieldPath ¶
func (Probe_SpecPathSelectorActivationType) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorActivationType) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorActivationType) WithArrayOfValues(values []Probe_Spec_ActivationSpec_ActivationType) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorActivationType) WithValue ¶
func (s Probe_SpecPathSelectorActivationType) WithValue(value Probe_Spec_ActivationSpec_ActivationType) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorAgentType ¶
type Probe_SpecPathSelectorAgentType struct{}
func (Probe_SpecPathSelectorAgentType) FieldPath ¶
func (Probe_SpecPathSelectorAgentType) FieldPath() *ProbeSpec_FieldTerminalPath
func (Probe_SpecPathSelectorAgentType) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorAgentType) WithArrayOfValues(values []Probe_AgentType) *ProbeSpec_FieldTerminalPathArrayOfValues
func (Probe_SpecPathSelectorAgentType) WithValue ¶
func (s Probe_SpecPathSelectorAgentType) WithValue(value Probe_AgentType) *ProbeSpec_FieldTerminalPathValue
type Probe_SpecPathSelectorContactInfo ¶
type Probe_SpecPathSelectorContactInfo struct{}
func (Probe_SpecPathSelectorContactInfo) FieldPath ¶
func (Probe_SpecPathSelectorContactInfo) FieldPath() *ProbeSpec_FieldTerminalPath
func (Probe_SpecPathSelectorContactInfo) FullName ¶
func (Probe_SpecPathSelectorContactInfo) FullName() Probe_SpecPathSelectorContactInfoFullName
func (Probe_SpecPathSelectorContactInfo) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorContactInfo) WithArrayOfValues(values []*common.ContactInformation) *ProbeSpec_FieldTerminalPathArrayOfValues
func (Probe_SpecPathSelectorContactInfo) WithSubArrayItemValue ¶
func (s Probe_SpecPathSelectorContactInfo) WithSubArrayItemValue(subPathArrayItemValue common.ContactInformation_FieldPathArrayItemValue) *ProbeSpec_FieldSubPathArrayItemValue
func (Probe_SpecPathSelectorContactInfo) WithSubArrayOfValues ¶
func (s Probe_SpecPathSelectorContactInfo) WithSubArrayOfValues(subPathArrayOfValues common.ContactInformation_FieldPathArrayOfValues) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorContactInfo) WithSubPath ¶
func (Probe_SpecPathSelectorContactInfo) WithSubPath(subPath common.ContactInformation_FieldPath) *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorContactInfo) WithSubValue ¶
func (s Probe_SpecPathSelectorContactInfo) WithSubValue(subPathValue common.ContactInformation_FieldPathValue) *ProbeSpec_FieldSubPathValue
func (Probe_SpecPathSelectorContactInfo) WithValue ¶
func (s Probe_SpecPathSelectorContactInfo) WithValue(value *common.ContactInformation) *ProbeSpec_FieldTerminalPathValue
type Probe_SpecPathSelectorContactInfoEmail ¶
type Probe_SpecPathSelectorContactInfoEmail struct{}
func (Probe_SpecPathSelectorContactInfoEmail) FieldPath ¶
func (Probe_SpecPathSelectorContactInfoEmail) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorContactInfoEmail) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorContactInfoEmail) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorContactInfoEmail) WithValue ¶
func (s Probe_SpecPathSelectorContactInfoEmail) WithValue(value string) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorContactInfoFullName ¶
type Probe_SpecPathSelectorContactInfoFullName struct{}
func (Probe_SpecPathSelectorContactInfoFullName) FieldPath ¶
func (Probe_SpecPathSelectorContactInfoFullName) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorContactInfoFullName) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorContactInfoFullName) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorContactInfoFullName) WithValue ¶
func (s Probe_SpecPathSelectorContactInfoFullName) WithValue(value string) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorContactInfoPhones ¶
type Probe_SpecPathSelectorContactInfoPhones struct{}
func (Probe_SpecPathSelectorContactInfoPhones) FieldPath ¶
func (Probe_SpecPathSelectorContactInfoPhones) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorContactInfoPhones) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorContactInfoPhones) WithArrayOfValues(values [][]*common.ContactInformation_PhoneNumber) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorContactInfoPhones) WithItemValue ¶
func (s Probe_SpecPathSelectorContactInfoPhones) WithItemValue(value *common.ContactInformation_PhoneNumber) *ProbeSpec_FieldSubPathArrayItemValue
func (Probe_SpecPathSelectorContactInfoPhones) WithValue ¶
func (s Probe_SpecPathSelectorContactInfoPhones) WithValue(value []*common.ContactInformation_PhoneNumber) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorContactInfoPhonesNumber ¶
type Probe_SpecPathSelectorContactInfoPhonesNumber struct{}
func (Probe_SpecPathSelectorContactInfoPhonesNumber) FieldPath ¶
func (Probe_SpecPathSelectorContactInfoPhonesNumber) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorContactInfoPhonesNumber) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorContactInfoPhonesNumber) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorContactInfoPhonesNumber) WithValue ¶
func (s Probe_SpecPathSelectorContactInfoPhonesNumber) WithValue(value string) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorContactInfoPhonesType ¶
type Probe_SpecPathSelectorContactInfoPhonesType struct{}
func (Probe_SpecPathSelectorContactInfoPhonesType) FieldPath ¶
func (Probe_SpecPathSelectorContactInfoPhonesType) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorContactInfoPhonesType) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorContactInfoPhonesType) WithArrayOfValues(values []common.ContactInformation_PhoneType) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorContactInfoPhonesType) WithValue ¶
func (s Probe_SpecPathSelectorContactInfoPhonesType) WithValue(value common.ContactInformation_PhoneType) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorDevice ¶
type Probe_SpecPathSelectorDevice struct{}
func (Probe_SpecPathSelectorDevice) FieldPath ¶
func (Probe_SpecPathSelectorDevice) FieldPath() *ProbeSpec_FieldTerminalPath
func (Probe_SpecPathSelectorDevice) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorDevice) WithArrayOfValues(values []*devices_device.Reference) *ProbeSpec_FieldTerminalPathArrayOfValues
func (Probe_SpecPathSelectorDevice) WithValue ¶
func (s Probe_SpecPathSelectorDevice) WithValue(value *devices_device.Reference) *ProbeSpec_FieldTerminalPathValue
type Probe_SpecPathSelectorDisableSpeedtest ¶
type Probe_SpecPathSelectorDisableSpeedtest struct{}
func (Probe_SpecPathSelectorDisableSpeedtest) FieldPath ¶
func (Probe_SpecPathSelectorDisableSpeedtest) FieldPath() *ProbeSpec_FieldTerminalPath
func (Probe_SpecPathSelectorDisableSpeedtest) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorDisableSpeedtest) WithArrayOfValues(values []bool) *ProbeSpec_FieldTerminalPathArrayOfValues
func (Probe_SpecPathSelectorDisableSpeedtest) WithValue ¶
func (s Probe_SpecPathSelectorDisableSpeedtest) WithValue(value bool) *ProbeSpec_FieldTerminalPathValue
type Probe_SpecPathSelectorEnabled ¶
type Probe_SpecPathSelectorEnabled struct{}
func (Probe_SpecPathSelectorEnabled) FieldPath ¶
func (Probe_SpecPathSelectorEnabled) FieldPath() *ProbeSpec_FieldTerminalPath
func (Probe_SpecPathSelectorEnabled) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorEnabled) WithArrayOfValues(values []bool) *ProbeSpec_FieldTerminalPathArrayOfValues
func (Probe_SpecPathSelectorEnabled) WithValue ¶
func (s Probe_SpecPathSelectorEnabled) WithValue(value bool) *ProbeSpec_FieldTerminalPathValue
type Probe_SpecPathSelectorExternalIpCheckUrl ¶
type Probe_SpecPathSelectorExternalIpCheckUrl struct{}
func (Probe_SpecPathSelectorExternalIpCheckUrl) FieldPath ¶
func (Probe_SpecPathSelectorExternalIpCheckUrl) FieldPath() *ProbeSpec_FieldTerminalPath
func (Probe_SpecPathSelectorExternalIpCheckUrl) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorExternalIpCheckUrl) WithArrayOfValues(values [][]string) *ProbeSpec_FieldTerminalPathArrayOfValues
func (Probe_SpecPathSelectorExternalIpCheckUrl) WithItemValue ¶
func (s Probe_SpecPathSelectorExternalIpCheckUrl) WithItemValue(value string) *ProbeSpec_FieldTerminalPathArrayItemValue
func (Probe_SpecPathSelectorExternalIpCheckUrl) WithValue ¶
func (s Probe_SpecPathSelectorExternalIpCheckUrl) WithValue(value []string) *ProbeSpec_FieldTerminalPathValue
type Probe_SpecPathSelectorLocationDiscovery ¶
type Probe_SpecPathSelectorLocationDiscovery struct{}
func (Probe_SpecPathSelectorLocationDiscovery) FieldPath ¶
func (Probe_SpecPathSelectorLocationDiscovery) FieldPath() *ProbeSpec_FieldTerminalPath
func (Probe_SpecPathSelectorLocationDiscovery) RequiredAccuracy ¶
func (Probe_SpecPathSelectorLocationDiscovery) RequiredAccuracy() Probe_SpecPathSelectorLocationDiscoveryRequiredAccuracy
func (Probe_SpecPathSelectorLocationDiscovery) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorLocationDiscovery) WithArrayOfValues(values []*common.LocationDiscoverySpec) *ProbeSpec_FieldTerminalPathArrayOfValues
func (Probe_SpecPathSelectorLocationDiscovery) WithSubArrayItemValue ¶
func (s Probe_SpecPathSelectorLocationDiscovery) WithSubArrayItemValue(subPathArrayItemValue common.LocationDiscoverySpec_FieldPathArrayItemValue) *ProbeSpec_FieldSubPathArrayItemValue
func (Probe_SpecPathSelectorLocationDiscovery) WithSubArrayOfValues ¶
func (s Probe_SpecPathSelectorLocationDiscovery) WithSubArrayOfValues(subPathArrayOfValues common.LocationDiscoverySpec_FieldPathArrayOfValues) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorLocationDiscovery) WithSubPath ¶
func (Probe_SpecPathSelectorLocationDiscovery) WithSubPath(subPath common.LocationDiscoverySpec_FieldPath) *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorLocationDiscovery) WithSubValue ¶
func (s Probe_SpecPathSelectorLocationDiscovery) WithSubValue(subPathValue common.LocationDiscoverySpec_FieldPathValue) *ProbeSpec_FieldSubPathValue
func (Probe_SpecPathSelectorLocationDiscovery) WithValue ¶
func (s Probe_SpecPathSelectorLocationDiscovery) WithValue(value *common.LocationDiscoverySpec) *ProbeSpec_FieldTerminalPathValue
type Probe_SpecPathSelectorLocationDiscoveryRequiredAccuracy ¶
type Probe_SpecPathSelectorLocationDiscoveryRequiredAccuracy struct{}
func (Probe_SpecPathSelectorLocationDiscoveryRequiredAccuracy) FieldPath ¶
func (Probe_SpecPathSelectorLocationDiscoveryRequiredAccuracy) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorLocationDiscoveryRequiredAccuracy) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorLocationDiscoveryRequiredAccuracy) WithArrayOfValues(values []float64) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorLocationDiscoveryRequiredAccuracy) WithValue ¶
func (s Probe_SpecPathSelectorLocationDiscoveryRequiredAccuracy) WithValue(value float64) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorLocationDiscoveryType ¶
type Probe_SpecPathSelectorLocationDiscoveryType struct{}
func (Probe_SpecPathSelectorLocationDiscoveryType) FieldPath ¶
func (Probe_SpecPathSelectorLocationDiscoveryType) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorLocationDiscoveryType) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorLocationDiscoveryType) WithArrayOfValues(values []common.LocationDiscoverySpec_Type) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorLocationDiscoveryType) WithValue ¶
func (s Probe_SpecPathSelectorLocationDiscoveryType) WithValue(value common.LocationDiscoverySpec_Type) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocation ¶
type Probe_SpecPathSelectorPrimaryLocation struct{}
func (Probe_SpecPathSelectorPrimaryLocation) AdminHierarchy ¶
func (Probe_SpecPathSelectorPrimaryLocation) AdminHierarchy() Probe_SpecPathSelectorPrimaryLocationAdminHierarchy
func (Probe_SpecPathSelectorPrimaryLocation) Coordinates ¶
func (Probe_SpecPathSelectorPrimaryLocation) Coordinates() Probe_SpecPathSelectorPrimaryLocationCoordinates
func (Probe_SpecPathSelectorPrimaryLocation) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocation) FieldPath() *ProbeSpec_FieldTerminalPath
func (Probe_SpecPathSelectorPrimaryLocation) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocation) WithArrayOfValues(values []*common.Location) *ProbeSpec_FieldTerminalPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocation) WithSubArrayItemValue ¶
func (s Probe_SpecPathSelectorPrimaryLocation) WithSubArrayItemValue(subPathArrayItemValue common.Location_FieldPathArrayItemValue) *ProbeSpec_FieldSubPathArrayItemValue
func (Probe_SpecPathSelectorPrimaryLocation) WithSubArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocation) WithSubArrayOfValues(subPathArrayOfValues common.Location_FieldPathArrayOfValues) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocation) WithSubPath ¶
func (Probe_SpecPathSelectorPrimaryLocation) WithSubPath(subPath common.Location_FieldPath) *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocation) WithSubValue ¶
func (s Probe_SpecPathSelectorPrimaryLocation) WithSubValue(subPathValue common.Location_FieldPathValue) *ProbeSpec_FieldSubPathValue
func (Probe_SpecPathSelectorPrimaryLocation) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocation) WithValue(value *common.Location) *ProbeSpec_FieldTerminalPathValue
type Probe_SpecPathSelectorPrimaryLocationAccuracy ¶
type Probe_SpecPathSelectorPrimaryLocationAccuracy struct{}
func (Probe_SpecPathSelectorPrimaryLocationAccuracy) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAccuracy) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAccuracy) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAccuracy) WithArrayOfValues(values []float64) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAccuracy) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAccuracy) WithValue(value float64) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationAddress ¶
type Probe_SpecPathSelectorPrimaryLocationAddress struct{}
func (Probe_SpecPathSelectorPrimaryLocationAddress) AdminArea1 ¶
func (Probe_SpecPathSelectorPrimaryLocationAddress) AdminArea2 ¶
func (Probe_SpecPathSelectorPrimaryLocationAddress) AdminArea3 ¶
func (Probe_SpecPathSelectorPrimaryLocationAddress) AdminArea4 ¶
func (Probe_SpecPathSelectorPrimaryLocationAddress) CountryCode ¶
func (Probe_SpecPathSelectorPrimaryLocationAddress) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAddress) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAddress) PostalCode ¶
func (Probe_SpecPathSelectorPrimaryLocationAddress) StreetAddress ¶
func (Probe_SpecPathSelectorPrimaryLocationAddress) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddress) WithArrayOfValues(values []*common.Address) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAddress) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddress) WithValue(value *common.Address) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationAddressAdminArea1 ¶
type Probe_SpecPathSelectorPrimaryLocationAddressAdminArea1 struct{}
func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea1) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea1) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea1) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea1) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddressAdminArea1) WithValue(value string) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationAddressAdminArea2 ¶
type Probe_SpecPathSelectorPrimaryLocationAddressAdminArea2 struct{}
func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea2) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea2) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea2) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea2) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddressAdminArea2) WithValue(value string) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationAddressAdminArea3 ¶
type Probe_SpecPathSelectorPrimaryLocationAddressAdminArea3 struct{}
func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea3) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea3) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea3) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea3) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddressAdminArea3) WithValue(value string) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationAddressAdminArea4 ¶
type Probe_SpecPathSelectorPrimaryLocationAddressAdminArea4 struct{}
func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea4) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea4) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea4) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAddressAdminArea4) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddressAdminArea4) WithValue(value string) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationAddressContinent ¶
type Probe_SpecPathSelectorPrimaryLocationAddressContinent struct{}
func (Probe_SpecPathSelectorPrimaryLocationAddressContinent) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAddressContinent) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAddressContinent) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddressContinent) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAddressContinent) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddressContinent) WithValue(value string) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationAddressCountry ¶
type Probe_SpecPathSelectorPrimaryLocationAddressCountry struct{}
func (Probe_SpecPathSelectorPrimaryLocationAddressCountry) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAddressCountry) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAddressCountry) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddressCountry) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAddressCountry) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddressCountry) WithValue(value string) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationAddressCountryCode ¶
type Probe_SpecPathSelectorPrimaryLocationAddressCountryCode struct{}
func (Probe_SpecPathSelectorPrimaryLocationAddressCountryCode) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAddressCountryCode) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAddressCountryCode) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAddressCountryCode) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddressCountryCode) WithValue(value string) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationAddressPostalCode ¶
type Probe_SpecPathSelectorPrimaryLocationAddressPostalCode struct{}
func (Probe_SpecPathSelectorPrimaryLocationAddressPostalCode) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAddressPostalCode) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAddressPostalCode) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAddressPostalCode) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddressPostalCode) WithValue(value string) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationAddressStreetAddress ¶
type Probe_SpecPathSelectorPrimaryLocationAddressStreetAddress struct{}
func (Probe_SpecPathSelectorPrimaryLocationAddressStreetAddress) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAddressStreetAddress) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAddressStreetAddress) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAddressStreetAddress) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAddressStreetAddress) WithValue(value string) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationAdminHierarchy ¶
type Probe_SpecPathSelectorPrimaryLocationAdminHierarchy struct{}
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchy) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchy) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchy) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchy) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1 ¶
type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1 struct{}
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2 ¶
type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2 struct{}
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3 ¶
type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3 struct{}
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4 ¶
type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4 struct{}
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5 ¶
type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5 struct{}
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyContinent ¶
type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyContinent struct{}
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyContinent) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyContinent) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyContinent) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyContinent) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyCountry ¶
type Probe_SpecPathSelectorPrimaryLocationAdminHierarchyCountry struct{}
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyCountry) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyCountry) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyCountry) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationAdminHierarchyCountry) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorPrimaryLocationCoordinates ¶
type Probe_SpecPathSelectorPrimaryLocationCoordinates struct{}
func (Probe_SpecPathSelectorPrimaryLocationCoordinates) FieldPath ¶
func (Probe_SpecPathSelectorPrimaryLocationCoordinates) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorPrimaryLocationCoordinates) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorPrimaryLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorPrimaryLocationCoordinates) WithValue ¶
func (s Probe_SpecPathSelectorPrimaryLocationCoordinates) WithValue(value *latlng.LatLng) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorProbeGroup ¶
type Probe_SpecPathSelectorProbeGroup struct{}
func (Probe_SpecPathSelectorProbeGroup) FieldPath ¶
func (Probe_SpecPathSelectorProbeGroup) FieldPath() *ProbeSpec_FieldTerminalPath
func (Probe_SpecPathSelectorProbeGroup) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorProbeGroup) WithArrayOfValues(values []*probe_group.Reference) *ProbeSpec_FieldTerminalPathArrayOfValues
func (Probe_SpecPathSelectorProbeGroup) WithValue ¶
func (s Probe_SpecPathSelectorProbeGroup) WithValue(value *probe_group.Reference) *ProbeSpec_FieldTerminalPathValue
type Probe_SpecPathSelectorTargetServers ¶
type Probe_SpecPathSelectorTargetServers struct{}
func (Probe_SpecPathSelectorTargetServers) FieldPath ¶
func (Probe_SpecPathSelectorTargetServers) FieldPath() *ProbeSpec_FieldTerminalPath
func (Probe_SpecPathSelectorTargetServers) IcmpTarget ¶
func (Probe_SpecPathSelectorTargetServers) IcmpTarget() Probe_SpecPathSelectorTargetServersIcmpTarget
func (Probe_SpecPathSelectorTargetServers) SpeedTestTarget ¶
func (Probe_SpecPathSelectorTargetServers) SpeedTestTarget() Probe_SpecPathSelectorTargetServersSpeedTestTarget
func (Probe_SpecPathSelectorTargetServers) TargetAddressType ¶ added in v0.4.30
func (Probe_SpecPathSelectorTargetServers) TargetAddressType() Probe_SpecPathSelectorTargetServersTargetAddressType
func (Probe_SpecPathSelectorTargetServers) TargetIpVersion ¶ added in v0.7.4
func (Probe_SpecPathSelectorTargetServers) TargetIpVersion() Probe_SpecPathSelectorTargetServersTargetIpVersion
func (Probe_SpecPathSelectorTargetServers) UdpTarget ¶
func (Probe_SpecPathSelectorTargetServers) UdpTarget() Probe_SpecPathSelectorTargetServersUdpTarget
func (Probe_SpecPathSelectorTargetServers) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorTargetServers) WithArrayOfValues(values []*Probe_Spec_TargetServers) *ProbeSpec_FieldTerminalPathArrayOfValues
func (Probe_SpecPathSelectorTargetServers) WithSubArrayItemValue ¶
func (s Probe_SpecPathSelectorTargetServers) WithSubArrayItemValue(subPathArrayItemValue ProbeSpecTargetServers_FieldPathArrayItemValue) *ProbeSpec_FieldSubPathArrayItemValue
func (Probe_SpecPathSelectorTargetServers) WithSubArrayOfValues ¶
func (s Probe_SpecPathSelectorTargetServers) WithSubArrayOfValues(subPathArrayOfValues ProbeSpecTargetServers_FieldPathArrayOfValues) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorTargetServers) WithSubPath ¶
func (Probe_SpecPathSelectorTargetServers) WithSubPath(subPath ProbeSpecTargetServers_FieldPath) *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorTargetServers) WithSubValue ¶
func (s Probe_SpecPathSelectorTargetServers) WithSubValue(subPathValue ProbeSpecTargetServers_FieldPathValue) *ProbeSpec_FieldSubPathValue
func (Probe_SpecPathSelectorTargetServers) WithValue ¶
func (s Probe_SpecPathSelectorTargetServers) WithValue(value *Probe_Spec_TargetServers) *ProbeSpec_FieldTerminalPathValue
type Probe_SpecPathSelectorTargetServersIcmpTarget ¶
type Probe_SpecPathSelectorTargetServersIcmpTarget struct{}
func (Probe_SpecPathSelectorTargetServersIcmpTarget) FieldPath ¶
func (Probe_SpecPathSelectorTargetServersIcmpTarget) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorTargetServersIcmpTarget) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorTargetServersIcmpTarget) WithArrayOfValues(values []*Probe_Spec_TargetServers_IcmpTarget) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorTargetServersIcmpTarget) WithValue ¶
func (s Probe_SpecPathSelectorTargetServersIcmpTarget) WithValue(value *Probe_Spec_TargetServers_IcmpTarget) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorTargetServersIcmpTargetEnabled ¶
type Probe_SpecPathSelectorTargetServersIcmpTargetEnabled struct{}
func (Probe_SpecPathSelectorTargetServersIcmpTargetEnabled) FieldPath ¶
func (Probe_SpecPathSelectorTargetServersIcmpTargetEnabled) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorTargetServersIcmpTargetEnabled) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorTargetServersIcmpTargetEnabled) WithArrayOfValues(values []bool) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorTargetServersIcmpTargetEnabled) WithValue ¶
func (s Probe_SpecPathSelectorTargetServersIcmpTargetEnabled) WithValue(value bool) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorTargetServersSpeedTestTarget ¶
type Probe_SpecPathSelectorTargetServersSpeedTestTarget struct{}
func (Probe_SpecPathSelectorTargetServersSpeedTestTarget) FieldPath ¶
func (Probe_SpecPathSelectorTargetServersSpeedTestTarget) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorTargetServersSpeedTestTarget) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorTargetServersSpeedTestTarget) WithArrayOfValues(values []*Probe_Spec_TargetServers_SpeedTestTarget) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorTargetServersSpeedTestTarget) WithValue ¶
func (s Probe_SpecPathSelectorTargetServersSpeedTestTarget) WithValue(value *Probe_Spec_TargetServers_SpeedTestTarget) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorTargetServersSpeedTestTargetEnabled ¶
type Probe_SpecPathSelectorTargetServersSpeedTestTargetEnabled struct{}
func (Probe_SpecPathSelectorTargetServersSpeedTestTargetEnabled) FieldPath ¶
func (Probe_SpecPathSelectorTargetServersSpeedTestTargetEnabled) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorTargetServersSpeedTestTargetEnabled) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorTargetServersSpeedTestTargetEnabled) WithArrayOfValues(values []bool) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorTargetServersSpeedTestTargetEnabled) WithValue ¶
func (s Probe_SpecPathSelectorTargetServersSpeedTestTargetEnabled) WithValue(value bool) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorTargetServersSpeedTestTargetTcpPort ¶
type Probe_SpecPathSelectorTargetServersSpeedTestTargetTcpPort struct{}
func (Probe_SpecPathSelectorTargetServersSpeedTestTargetTcpPort) FieldPath ¶
func (Probe_SpecPathSelectorTargetServersSpeedTestTargetTcpPort) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorTargetServersSpeedTestTargetTcpPort) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorTargetServersSpeedTestTargetTcpPort) WithArrayOfValues(values []int32) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorTargetServersSpeedTestTargetTcpPort) WithValue ¶
func (s Probe_SpecPathSelectorTargetServersSpeedTestTargetTcpPort) WithValue(value int32) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorTargetServersTargetAddressType ¶ added in v0.4.30
type Probe_SpecPathSelectorTargetServersTargetAddressType struct{}
func (Probe_SpecPathSelectorTargetServersTargetAddressType) FieldPath ¶ added in v0.4.30
func (Probe_SpecPathSelectorTargetServersTargetAddressType) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorTargetServersTargetAddressType) WithArrayOfValues ¶ added in v0.4.30
func (s Probe_SpecPathSelectorTargetServersTargetAddressType) WithArrayOfValues(values []Probe_Spec_TargetServers_TargetIPAddressType) *ProbeSpec_FieldSubPathArrayOfValues
type Probe_SpecPathSelectorTargetServersTargetIpVersion ¶ added in v0.7.4
type Probe_SpecPathSelectorTargetServersTargetIpVersion struct{}
func (Probe_SpecPathSelectorTargetServersTargetIpVersion) FieldPath ¶ added in v0.7.4
func (Probe_SpecPathSelectorTargetServersTargetIpVersion) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorTargetServersTargetIpVersion) WithArrayOfValues ¶ added in v0.7.4
func (s Probe_SpecPathSelectorTargetServersTargetIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorTargetServersTargetIpVersion) WithValue ¶ added in v0.7.4
func (s Probe_SpecPathSelectorTargetServersTargetIpVersion) WithValue(value common.IpVersion) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorTargetServersUdpTarget ¶
type Probe_SpecPathSelectorTargetServersUdpTarget struct{}
func (Probe_SpecPathSelectorTargetServersUdpTarget) FieldPath ¶
func (Probe_SpecPathSelectorTargetServersUdpTarget) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorTargetServersUdpTarget) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorTargetServersUdpTarget) WithArrayOfValues(values []*Probe_Spec_TargetServers_UdpTarget) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorTargetServersUdpTarget) WithValue ¶
func (s Probe_SpecPathSelectorTargetServersUdpTarget) WithValue(value *Probe_Spec_TargetServers_UdpTarget) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorTargetServersUdpTargetEnabled ¶
type Probe_SpecPathSelectorTargetServersUdpTargetEnabled struct{}
func (Probe_SpecPathSelectorTargetServersUdpTargetEnabled) FieldPath ¶
func (Probe_SpecPathSelectorTargetServersUdpTargetEnabled) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorTargetServersUdpTargetEnabled) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorTargetServersUdpTargetEnabled) WithArrayOfValues(values []bool) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorTargetServersUdpTargetEnabled) WithValue ¶
func (s Probe_SpecPathSelectorTargetServersUdpTargetEnabled) WithValue(value bool) *ProbeSpec_FieldSubPathValue
type Probe_SpecPathSelectorTargetServersUdpTargetPort ¶
type Probe_SpecPathSelectorTargetServersUdpTargetPort struct{}
func (Probe_SpecPathSelectorTargetServersUdpTargetPort) FieldPath ¶
func (Probe_SpecPathSelectorTargetServersUdpTargetPort) FieldPath() *ProbeSpec_FieldSubPath
func (Probe_SpecPathSelectorTargetServersUdpTargetPort) WithArrayOfValues ¶
func (s Probe_SpecPathSelectorTargetServersUdpTargetPort) WithArrayOfValues(values []int32) *ProbeSpec_FieldSubPathArrayOfValues
func (Probe_SpecPathSelectorTargetServersUdpTargetPort) WithValue ¶
func (s Probe_SpecPathSelectorTargetServersUdpTargetPort) WithValue(value int32) *ProbeSpec_FieldSubPathValue
type Probe_Spec_AccessTokenSpec ¶
type Probe_Spec_AccessTokenSpec struct { Enable bool `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty" firestore:"enable"` AccessToken string `protobuf:"bytes,2,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty" firestore:"accessToken"` // contains filtered or unexported fields }
func (*Probe_Spec_AccessTokenSpec) Clone ¶
func (o *Probe_Spec_AccessTokenSpec) Clone() *Probe_Spec_AccessTokenSpec
func (*Probe_Spec_AccessTokenSpec) CloneRaw ¶
func (o *Probe_Spec_AccessTokenSpec) CloneRaw() gotenobject.GotenObjectExt
func (*Probe_Spec_AccessTokenSpec) Descriptor ¶
func (*Probe_Spec_AccessTokenSpec) Descriptor() ([]byte, []int)
Deprecated, Use Probe_Spec_AccessTokenSpec.ProtoReflect.Descriptor instead.
func (*Probe_Spec_AccessTokenSpec) GetAccessToken ¶
func (m *Probe_Spec_AccessTokenSpec) GetAccessToken() string
func (*Probe_Spec_AccessTokenSpec) GetEnable ¶
func (m *Probe_Spec_AccessTokenSpec) GetEnable() bool
func (*Probe_Spec_AccessTokenSpec) GotenMessage ¶
func (*Probe_Spec_AccessTokenSpec) GotenMessage()
func (*Probe_Spec_AccessTokenSpec) GotenObjectExt ¶
func (o *Probe_Spec_AccessTokenSpec) GotenObjectExt()
func (*Probe_Spec_AccessTokenSpec) GotenValidate ¶
func (obj *Probe_Spec_AccessTokenSpec) GotenValidate() error
func (*Probe_Spec_AccessTokenSpec) MakeDiffFieldMask ¶
func (o *Probe_Spec_AccessTokenSpec) MakeDiffFieldMask(other *Probe_Spec_AccessTokenSpec) *Probe_Spec_AccessTokenSpec_FieldMask
func (*Probe_Spec_AccessTokenSpec) MakeFullFieldMask ¶
func (o *Probe_Spec_AccessTokenSpec) MakeFullFieldMask() *Probe_Spec_AccessTokenSpec_FieldMask
func (*Probe_Spec_AccessTokenSpec) MakeRawDiffFieldMask ¶
func (o *Probe_Spec_AccessTokenSpec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Probe_Spec_AccessTokenSpec) MakeRawFullFieldMask ¶
func (o *Probe_Spec_AccessTokenSpec) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Probe_Spec_AccessTokenSpec) Marshal ¶
func (m *Probe_Spec_AccessTokenSpec) Marshal() ([]byte, error)
func (*Probe_Spec_AccessTokenSpec) MarshalJSON ¶
func (m *Probe_Spec_AccessTokenSpec) MarshalJSON() ([]byte, error)
func (*Probe_Spec_AccessTokenSpec) Merge ¶
func (o *Probe_Spec_AccessTokenSpec) Merge(source *Probe_Spec_AccessTokenSpec)
func (*Probe_Spec_AccessTokenSpec) MergeRaw ¶
func (o *Probe_Spec_AccessTokenSpec) MergeRaw(source gotenobject.GotenObjectExt)
func (*Probe_Spec_AccessTokenSpec) ProtoMessage ¶
func (*Probe_Spec_AccessTokenSpec) ProtoMessage()
func (*Probe_Spec_AccessTokenSpec) ProtoReflect ¶
func (m *Probe_Spec_AccessTokenSpec) ProtoReflect() preflect.Message
func (*Probe_Spec_AccessTokenSpec) Reset ¶
func (m *Probe_Spec_AccessTokenSpec) Reset()
func (*Probe_Spec_AccessTokenSpec) SetAccessToken ¶
func (m *Probe_Spec_AccessTokenSpec) SetAccessToken(fv string)
func (*Probe_Spec_AccessTokenSpec) SetEnable ¶
func (m *Probe_Spec_AccessTokenSpec) SetEnable(fv bool)
func (*Probe_Spec_AccessTokenSpec) String ¶
func (m *Probe_Spec_AccessTokenSpec) String() string
func (*Probe_Spec_AccessTokenSpec) Unmarshal ¶
func (m *Probe_Spec_AccessTokenSpec) Unmarshal(b []byte) error
func (*Probe_Spec_AccessTokenSpec) UnmarshalJSON ¶
func (m *Probe_Spec_AccessTokenSpec) UnmarshalJSON(data []byte) error
type Probe_Spec_AccessTokenSpecPathSelectorAccessToken ¶
type Probe_Spec_AccessTokenSpecPathSelectorAccessToken struct{}
func (Probe_Spec_AccessTokenSpecPathSelectorAccessToken) WithArrayOfValues ¶
func (s Probe_Spec_AccessTokenSpecPathSelectorAccessToken) WithArrayOfValues(values []string) *ProbeSpecAccessTokenSpec_FieldTerminalPathArrayOfValues
func (Probe_Spec_AccessTokenSpecPathSelectorAccessToken) WithValue ¶
func (s Probe_Spec_AccessTokenSpecPathSelectorAccessToken) WithValue(value string) *ProbeSpecAccessTokenSpec_FieldTerminalPathValue
type Probe_Spec_AccessTokenSpecPathSelectorEnable ¶
type Probe_Spec_AccessTokenSpecPathSelectorEnable struct{}
func (Probe_Spec_AccessTokenSpecPathSelectorEnable) WithArrayOfValues ¶
func (s Probe_Spec_AccessTokenSpecPathSelectorEnable) WithArrayOfValues(values []bool) *ProbeSpecAccessTokenSpec_FieldTerminalPathArrayOfValues
func (Probe_Spec_AccessTokenSpecPathSelectorEnable) WithValue ¶
func (s Probe_Spec_AccessTokenSpecPathSelectorEnable) WithValue(value bool) *ProbeSpecAccessTokenSpec_FieldTerminalPathValue
type Probe_Spec_AccessTokenSpec_FieldMask ¶
type Probe_Spec_AccessTokenSpec_FieldMask struct {
Paths []ProbeSpecAccessTokenSpec_FieldPath
}
func FullProbe_Spec_AccessTokenSpec_FieldMask ¶
func FullProbe_Spec_AccessTokenSpec_FieldMask() *Probe_Spec_AccessTokenSpec_FieldMask
func (*Probe_Spec_AccessTokenSpec_FieldMask) AppendPath ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) AppendPath(path ProbeSpecAccessTokenSpec_FieldPath)
func (*Probe_Spec_AccessTokenSpec_FieldMask) AppendRawPath ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Probe_Spec_AccessTokenSpec_FieldMask) DecodeFirestore ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Probe_Spec_AccessTokenSpec_FieldMask) EncodeFirestore ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Probe_Spec_AccessTokenSpec_FieldMask) FilterInputFields ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) FilterInputFields() *Probe_Spec_AccessTokenSpec_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Probe_Spec_AccessTokenSpec_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Probe_Spec_AccessTokenSpec_FieldMask) GetPaths ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) GetPaths() []ProbeSpecAccessTokenSpec_FieldPath
func (*Probe_Spec_AccessTokenSpec_FieldMask) GetRawPaths ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Probe_Spec_AccessTokenSpec_FieldMask) IsFull ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) IsFull() bool
func (Probe_Spec_AccessTokenSpec_FieldMask) Marshal ¶
func (fieldMask Probe_Spec_AccessTokenSpec_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Probe_Spec_AccessTokenSpec_FieldMask) MarshalJSON ¶
func (fieldMask Probe_Spec_AccessTokenSpec_FieldMask) MarshalJSON() ([]byte, error)
func (*Probe_Spec_AccessTokenSpec_FieldMask) PathsCount ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) PathsCount() int
func (*Probe_Spec_AccessTokenSpec_FieldMask) Project ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) Project(source *Probe_Spec_AccessTokenSpec) *Probe_Spec_AccessTokenSpec
func (*Probe_Spec_AccessTokenSpec_FieldMask) ProjectRaw ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Probe_Spec_AccessTokenSpec_FieldMask) ProtoMessage ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) ProtoMessage()
func (*Probe_Spec_AccessTokenSpec_FieldMask) ProtoReflect ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) ProtoReflect() preflect.Message
func (*Probe_Spec_AccessTokenSpec_FieldMask) Reset ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) Reset()
func (*Probe_Spec_AccessTokenSpec_FieldMask) Set ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) Set(target, source *Probe_Spec_AccessTokenSpec)
func (*Probe_Spec_AccessTokenSpec_FieldMask) SetFromCliFlag ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) SetFromCliFlag(raw string) error
func (*Probe_Spec_AccessTokenSpec_FieldMask) SetRaw ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Probe_Spec_AccessTokenSpec_FieldMask) Size ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) Size() int
func (*Probe_Spec_AccessTokenSpec_FieldMask) String ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) String() string
func (*Probe_Spec_AccessTokenSpec_FieldMask) Subtract ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) Subtract(other *Probe_Spec_AccessTokenSpec_FieldMask) *Probe_Spec_AccessTokenSpec_FieldMask
func (*Probe_Spec_AccessTokenSpec_FieldMask) SubtractRaw ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Probe_Spec_AccessTokenSpec_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Probe_Spec_AccessTokenSpec_FieldMask) Unmarshal ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) Unmarshal(data []byte) error
func (*Probe_Spec_AccessTokenSpec_FieldMask) UnmarshalJSON ¶
func (fieldMask *Probe_Spec_AccessTokenSpec_FieldMask) UnmarshalJSON(data []byte) error
type Probe_Spec_ActivationSpec ¶
type Probe_Spec_ActivationSpec struct { Type Probe_Spec_ActivationSpec_ActivationType `` /* 147-byte string literal not displayed */ // auto-generated Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty" firestore:"token"` // send activation email upon creation SendInvitationOnCreate bool `` /* 167-byte string literal not displayed */ // Invitation template extra fields InvitationExtras map[string]string `` /* 226-byte string literal not displayed */ // reusable token - determines if same token may be reused to reactivate // probe even after activation was successful without admin or asset // manager intervention. Convenient, but less secure configuration option. ReusableToken bool `` /* 127-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Probe_Spec_ActivationSpec) Clone ¶
func (o *Probe_Spec_ActivationSpec) Clone() *Probe_Spec_ActivationSpec
func (*Probe_Spec_ActivationSpec) CloneRaw ¶
func (o *Probe_Spec_ActivationSpec) CloneRaw() gotenobject.GotenObjectExt
func (*Probe_Spec_ActivationSpec) Descriptor ¶
func (*Probe_Spec_ActivationSpec) Descriptor() ([]byte, []int)
Deprecated, Use Probe_Spec_ActivationSpec.ProtoReflect.Descriptor instead.
func (*Probe_Spec_ActivationSpec) GetInvitationExtras ¶ added in v0.4.49
func (m *Probe_Spec_ActivationSpec) GetInvitationExtras() map[string]string
func (*Probe_Spec_ActivationSpec) GetReusableToken ¶
func (m *Probe_Spec_ActivationSpec) GetReusableToken() bool
func (*Probe_Spec_ActivationSpec) GetSendInvitationOnCreate ¶
func (m *Probe_Spec_ActivationSpec) GetSendInvitationOnCreate() bool
func (*Probe_Spec_ActivationSpec) GetToken ¶
func (m *Probe_Spec_ActivationSpec) GetToken() string
func (*Probe_Spec_ActivationSpec) GetType ¶
func (m *Probe_Spec_ActivationSpec) GetType() Probe_Spec_ActivationSpec_ActivationType
func (*Probe_Spec_ActivationSpec) GotenMessage ¶
func (*Probe_Spec_ActivationSpec) GotenMessage()
func (*Probe_Spec_ActivationSpec) GotenObjectExt ¶
func (o *Probe_Spec_ActivationSpec) GotenObjectExt()
func (*Probe_Spec_ActivationSpec) GotenValidate ¶
func (obj *Probe_Spec_ActivationSpec) GotenValidate() error
func (*Probe_Spec_ActivationSpec) MakeDiffFieldMask ¶
func (o *Probe_Spec_ActivationSpec) MakeDiffFieldMask(other *Probe_Spec_ActivationSpec) *Probe_Spec_ActivationSpec_FieldMask
func (*Probe_Spec_ActivationSpec) MakeFullFieldMask ¶
func (o *Probe_Spec_ActivationSpec) MakeFullFieldMask() *Probe_Spec_ActivationSpec_FieldMask
func (*Probe_Spec_ActivationSpec) MakeRawDiffFieldMask ¶
func (o *Probe_Spec_ActivationSpec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Probe_Spec_ActivationSpec) MakeRawFullFieldMask ¶
func (o *Probe_Spec_ActivationSpec) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Probe_Spec_ActivationSpec) Marshal ¶
func (m *Probe_Spec_ActivationSpec) Marshal() ([]byte, error)
func (*Probe_Spec_ActivationSpec) MarshalJSON ¶
func (m *Probe_Spec_ActivationSpec) MarshalJSON() ([]byte, error)
func (*Probe_Spec_ActivationSpec) Merge ¶
func (o *Probe_Spec_ActivationSpec) Merge(source *Probe_Spec_ActivationSpec)
func (*Probe_Spec_ActivationSpec) MergeRaw ¶
func (o *Probe_Spec_ActivationSpec) MergeRaw(source gotenobject.GotenObjectExt)
func (*Probe_Spec_ActivationSpec) ProtoMessage ¶
func (*Probe_Spec_ActivationSpec) ProtoMessage()
func (*Probe_Spec_ActivationSpec) ProtoReflect ¶
func (m *Probe_Spec_ActivationSpec) ProtoReflect() preflect.Message
func (*Probe_Spec_ActivationSpec) Reset ¶
func (m *Probe_Spec_ActivationSpec) Reset()
func (*Probe_Spec_ActivationSpec) SetInvitationExtras ¶ added in v0.4.49
func (m *Probe_Spec_ActivationSpec) SetInvitationExtras(fv map[string]string)
func (*Probe_Spec_ActivationSpec) SetReusableToken ¶
func (m *Probe_Spec_ActivationSpec) SetReusableToken(fv bool)
func (*Probe_Spec_ActivationSpec) SetSendInvitationOnCreate ¶
func (m *Probe_Spec_ActivationSpec) SetSendInvitationOnCreate(fv bool)
func (*Probe_Spec_ActivationSpec) SetToken ¶
func (m *Probe_Spec_ActivationSpec) SetToken(fv string)
func (*Probe_Spec_ActivationSpec) SetType ¶
func (m *Probe_Spec_ActivationSpec) SetType(fv Probe_Spec_ActivationSpec_ActivationType)
func (*Probe_Spec_ActivationSpec) String ¶
func (m *Probe_Spec_ActivationSpec) String() string
func (*Probe_Spec_ActivationSpec) Unmarshal ¶
func (m *Probe_Spec_ActivationSpec) Unmarshal(b []byte) error
func (*Probe_Spec_ActivationSpec) UnmarshalJSON ¶
func (m *Probe_Spec_ActivationSpec) UnmarshalJSON(data []byte) error
type Probe_Spec_ActivationSpecMapPathSelectorInvitationExtras ¶ added in v0.4.49
type Probe_Spec_ActivationSpecMapPathSelectorInvitationExtras struct {
// contains filtered or unexported fields
}
func (Probe_Spec_ActivationSpecMapPathSelectorInvitationExtras) FieldPath ¶ added in v0.4.49
func (s Probe_Spec_ActivationSpecMapPathSelectorInvitationExtras) FieldPath() *ProbeSpecActivationSpec_FieldPathMap
func (Probe_Spec_ActivationSpecMapPathSelectorInvitationExtras) WithArrayOfValues ¶ added in v0.4.49
func (s Probe_Spec_ActivationSpecMapPathSelectorInvitationExtras) WithArrayOfValues(values []string) *ProbeSpecActivationSpec_FieldPathMapArrayOfValues
func (Probe_Spec_ActivationSpecMapPathSelectorInvitationExtras) WithValue ¶ added in v0.4.49
func (s Probe_Spec_ActivationSpecMapPathSelectorInvitationExtras) WithValue(value string) *ProbeSpecActivationSpec_FieldPathMapValue
type Probe_Spec_ActivationSpecPathSelectorInvitationExtras ¶ added in v0.4.49
type Probe_Spec_ActivationSpecPathSelectorInvitationExtras struct{}
func (Probe_Spec_ActivationSpecPathSelectorInvitationExtras) WithArrayOfValues ¶ added in v0.4.49
func (s Probe_Spec_ActivationSpecPathSelectorInvitationExtras) WithArrayOfValues(values []map[string]string) *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues
func (Probe_Spec_ActivationSpecPathSelectorInvitationExtras) WithValue ¶ added in v0.4.49
func (s Probe_Spec_ActivationSpecPathSelectorInvitationExtras) WithValue(value map[string]string) *ProbeSpecActivationSpec_FieldTerminalPathValue
type Probe_Spec_ActivationSpecPathSelectorReusableToken ¶
type Probe_Spec_ActivationSpecPathSelectorReusableToken struct{}
func (Probe_Spec_ActivationSpecPathSelectorReusableToken) WithArrayOfValues ¶
func (s Probe_Spec_ActivationSpecPathSelectorReusableToken) WithArrayOfValues(values []bool) *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues
func (Probe_Spec_ActivationSpecPathSelectorReusableToken) WithValue ¶
func (s Probe_Spec_ActivationSpecPathSelectorReusableToken) WithValue(value bool) *ProbeSpecActivationSpec_FieldTerminalPathValue
type Probe_Spec_ActivationSpecPathSelectorSendInvitationOnCreate ¶
type Probe_Spec_ActivationSpecPathSelectorSendInvitationOnCreate struct{}
func (Probe_Spec_ActivationSpecPathSelectorSendInvitationOnCreate) WithArrayOfValues ¶
func (s Probe_Spec_ActivationSpecPathSelectorSendInvitationOnCreate) WithArrayOfValues(values []bool) *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues
func (Probe_Spec_ActivationSpecPathSelectorSendInvitationOnCreate) WithValue ¶
func (s Probe_Spec_ActivationSpecPathSelectorSendInvitationOnCreate) WithValue(value bool) *ProbeSpecActivationSpec_FieldTerminalPathValue
type Probe_Spec_ActivationSpecPathSelectorToken ¶
type Probe_Spec_ActivationSpecPathSelectorToken struct{}
func (Probe_Spec_ActivationSpecPathSelectorToken) FieldPath ¶
func (Probe_Spec_ActivationSpecPathSelectorToken) FieldPath() *ProbeSpecActivationSpec_FieldTerminalPath
func (Probe_Spec_ActivationSpecPathSelectorToken) WithArrayOfValues ¶
func (s Probe_Spec_ActivationSpecPathSelectorToken) WithArrayOfValues(values []string) *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues
func (Probe_Spec_ActivationSpecPathSelectorToken) WithValue ¶
func (s Probe_Spec_ActivationSpecPathSelectorToken) WithValue(value string) *ProbeSpecActivationSpec_FieldTerminalPathValue
type Probe_Spec_ActivationSpecPathSelectorType ¶
type Probe_Spec_ActivationSpecPathSelectorType struct{}
func (Probe_Spec_ActivationSpecPathSelectorType) FieldPath ¶
func (Probe_Spec_ActivationSpecPathSelectorType) FieldPath() *ProbeSpecActivationSpec_FieldTerminalPath
func (Probe_Spec_ActivationSpecPathSelectorType) WithArrayOfValues ¶
func (s Probe_Spec_ActivationSpecPathSelectorType) WithArrayOfValues(values []Probe_Spec_ActivationSpec_ActivationType) *ProbeSpecActivationSpec_FieldTerminalPathArrayOfValues
type Probe_Spec_ActivationSpec_ActivationType ¶
type Probe_Spec_ActivationSpec_ActivationType int32
const ( Probe_Spec_ActivationSpec_ACTIVATION_TYPE_UNSPECIFIED Probe_Spec_ActivationSpec_ActivationType = 0 Probe_Spec_ActivationSpec_INDIVIDUAL_TOKEN Probe_Spec_ActivationSpec_ActivationType = 1 Probe_Spec_ActivationSpec_SHARED_TOKEN Probe_Spec_ActivationSpec_ActivationType = 2 Probe_Spec_ActivationSpec_SELF_ACTIVATION Probe_Spec_ActivationSpec_ActivationType = 3 )
func (Probe_Spec_ActivationSpec_ActivationType) Descriptor ¶
func (Probe_Spec_ActivationSpec_ActivationType) Descriptor() preflect.EnumDescriptor
func (Probe_Spec_ActivationSpec_ActivationType) EnumDescriptor ¶
func (Probe_Spec_ActivationSpec_ActivationType) EnumDescriptor() ([]byte, []int)
Deprecated, Use Probe_Spec_ActivationSpec_ActivationType.ProtoReflect.Descriptor instead.
func (Probe_Spec_ActivationSpec_ActivationType) Number ¶
func (x Probe_Spec_ActivationSpec_ActivationType) Number() preflect.EnumNumber
func (Probe_Spec_ActivationSpec_ActivationType) String ¶
func (x Probe_Spec_ActivationSpec_ActivationType) String() string
func (Probe_Spec_ActivationSpec_ActivationType) Type ¶
func (Probe_Spec_ActivationSpec_ActivationType) Type() preflect.EnumType
type Probe_Spec_ActivationSpec_FieldMask ¶
type Probe_Spec_ActivationSpec_FieldMask struct {
Paths []ProbeSpecActivationSpec_FieldPath
}
func FullProbe_Spec_ActivationSpec_FieldMask ¶
func FullProbe_Spec_ActivationSpec_FieldMask() *Probe_Spec_ActivationSpec_FieldMask
func (*Probe_Spec_ActivationSpec_FieldMask) AppendPath ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) AppendPath(path ProbeSpecActivationSpec_FieldPath)
func (*Probe_Spec_ActivationSpec_FieldMask) AppendRawPath ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Probe_Spec_ActivationSpec_FieldMask) DecodeFirestore ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Probe_Spec_ActivationSpec_FieldMask) EncodeFirestore ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Probe_Spec_ActivationSpec_FieldMask) FilterInputFields ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) FilterInputFields() *Probe_Spec_ActivationSpec_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Probe_Spec_ActivationSpec_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Probe_Spec_ActivationSpec_FieldMask) GetPaths ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) GetPaths() []ProbeSpecActivationSpec_FieldPath
func (*Probe_Spec_ActivationSpec_FieldMask) GetRawPaths ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Probe_Spec_ActivationSpec_FieldMask) IsFull ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) IsFull() bool
func (Probe_Spec_ActivationSpec_FieldMask) Marshal ¶
func (fieldMask Probe_Spec_ActivationSpec_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Probe_Spec_ActivationSpec_FieldMask) MarshalJSON ¶
func (fieldMask Probe_Spec_ActivationSpec_FieldMask) MarshalJSON() ([]byte, error)
func (*Probe_Spec_ActivationSpec_FieldMask) PathsCount ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) PathsCount() int
func (*Probe_Spec_ActivationSpec_FieldMask) Project ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) Project(source *Probe_Spec_ActivationSpec) *Probe_Spec_ActivationSpec
func (*Probe_Spec_ActivationSpec_FieldMask) ProjectRaw ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Probe_Spec_ActivationSpec_FieldMask) ProtoMessage ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) ProtoMessage()
func (*Probe_Spec_ActivationSpec_FieldMask) ProtoReflect ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) ProtoReflect() preflect.Message
func (*Probe_Spec_ActivationSpec_FieldMask) Reset ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) Reset()
func (*Probe_Spec_ActivationSpec_FieldMask) Set ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) Set(target, source *Probe_Spec_ActivationSpec)
func (*Probe_Spec_ActivationSpec_FieldMask) SetFromCliFlag ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) SetFromCliFlag(raw string) error
func (*Probe_Spec_ActivationSpec_FieldMask) SetRaw ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Probe_Spec_ActivationSpec_FieldMask) Size ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) Size() int
func (*Probe_Spec_ActivationSpec_FieldMask) String ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) String() string
func (*Probe_Spec_ActivationSpec_FieldMask) Subtract ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) Subtract(other *Probe_Spec_ActivationSpec_FieldMask) *Probe_Spec_ActivationSpec_FieldMask
func (*Probe_Spec_ActivationSpec_FieldMask) SubtractRaw ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Probe_Spec_ActivationSpec_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Probe_Spec_ActivationSpec_FieldMask) Unmarshal ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) Unmarshal(data []byte) error
func (*Probe_Spec_ActivationSpec_FieldMask) UnmarshalJSON ¶
func (fieldMask *Probe_Spec_ActivationSpec_FieldMask) UnmarshalJSON(data []byte) error
type Probe_Spec_FieldMask ¶
type Probe_Spec_FieldMask struct {
Paths []ProbeSpec_FieldPath
}
func FullProbe_Spec_FieldMask ¶
func FullProbe_Spec_FieldMask() *Probe_Spec_FieldMask
func (*Probe_Spec_FieldMask) AppendPath ¶
func (fieldMask *Probe_Spec_FieldMask) AppendPath(path ProbeSpec_FieldPath)
func (*Probe_Spec_FieldMask) AppendRawPath ¶
func (fieldMask *Probe_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Probe_Spec_FieldMask) DecodeFirestore ¶
func (fieldMask *Probe_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Probe_Spec_FieldMask) EncodeFirestore ¶
func (fieldMask *Probe_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Probe_Spec_FieldMask) FilterInputFields ¶
func (fieldMask *Probe_Spec_FieldMask) FilterInputFields() *Probe_Spec_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Probe_Spec_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Probe_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Probe_Spec_FieldMask) GetPaths ¶
func (fieldMask *Probe_Spec_FieldMask) GetPaths() []ProbeSpec_FieldPath
func (*Probe_Spec_FieldMask) GetRawPaths ¶
func (fieldMask *Probe_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Probe_Spec_FieldMask) IsFull ¶
func (fieldMask *Probe_Spec_FieldMask) IsFull() bool
func (Probe_Spec_FieldMask) Marshal ¶
func (fieldMask Probe_Spec_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Probe_Spec_FieldMask) MarshalJSON ¶
func (fieldMask Probe_Spec_FieldMask) MarshalJSON() ([]byte, error)
func (*Probe_Spec_FieldMask) PathsCount ¶
func (fieldMask *Probe_Spec_FieldMask) PathsCount() int
func (*Probe_Spec_FieldMask) Project ¶
func (fieldMask *Probe_Spec_FieldMask) Project(source *Probe_Spec) *Probe_Spec
func (*Probe_Spec_FieldMask) ProjectRaw ¶
func (fieldMask *Probe_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Probe_Spec_FieldMask) ProtoMessage ¶
func (fieldMask *Probe_Spec_FieldMask) ProtoMessage()
func (*Probe_Spec_FieldMask) ProtoReflect ¶
func (fieldMask *Probe_Spec_FieldMask) ProtoReflect() preflect.Message
func (*Probe_Spec_FieldMask) Reset ¶
func (fieldMask *Probe_Spec_FieldMask) Reset()
func (*Probe_Spec_FieldMask) Set ¶
func (fieldMask *Probe_Spec_FieldMask) Set(target, source *Probe_Spec)
func (*Probe_Spec_FieldMask) SetFromCliFlag ¶
func (fieldMask *Probe_Spec_FieldMask) SetFromCliFlag(raw string) error
func (*Probe_Spec_FieldMask) SetRaw ¶
func (fieldMask *Probe_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Probe_Spec_FieldMask) Size ¶
func (fieldMask *Probe_Spec_FieldMask) Size() int
func (*Probe_Spec_FieldMask) String ¶
func (fieldMask *Probe_Spec_FieldMask) String() string
func (*Probe_Spec_FieldMask) Subtract ¶
func (fieldMask *Probe_Spec_FieldMask) Subtract(other *Probe_Spec_FieldMask) *Probe_Spec_FieldMask
func (*Probe_Spec_FieldMask) SubtractRaw ¶
func (fieldMask *Probe_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Probe_Spec_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Probe_Spec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Probe_Spec_FieldMask) Unmarshal ¶
func (fieldMask *Probe_Spec_FieldMask) Unmarshal(data []byte) error
func (*Probe_Spec_FieldMask) UnmarshalJSON ¶
func (fieldMask *Probe_Spec_FieldMask) UnmarshalJSON(data []byte) error
type Probe_Spec_TargetServers ¶
type Probe_Spec_TargetServers struct { IcmpTarget *Probe_Spec_TargetServers_IcmpTarget `protobuf:"bytes,1,opt,name=icmp_target,json=icmpTarget,proto3" json:"icmp_target,omitempty" firestore:"icmpTarget"` UdpTarget *Probe_Spec_TargetServers_UdpTarget `protobuf:"bytes,2,opt,name=udp_target,json=udpTarget,proto3" json:"udp_target,omitempty" firestore:"udpTarget"` SpeedTestTarget *Probe_Spec_TargetServers_SpeedTestTarget `` /* 136-byte string literal not displayed */ TargetAddressType Probe_Spec_TargetServers_TargetIPAddressType `` /* 217-byte string literal not displayed */ TargetIpVersion common.IpVersion `` /* 174-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Probe_Spec_TargetServers) Clone ¶
func (o *Probe_Spec_TargetServers) Clone() *Probe_Spec_TargetServers
func (*Probe_Spec_TargetServers) CloneRaw ¶
func (o *Probe_Spec_TargetServers) CloneRaw() gotenobject.GotenObjectExt
func (*Probe_Spec_TargetServers) Descriptor ¶
func (*Probe_Spec_TargetServers) Descriptor() ([]byte, []int)
Deprecated, Use Probe_Spec_TargetServers.ProtoReflect.Descriptor instead.
func (*Probe_Spec_TargetServers) GetIcmpTarget ¶
func (m *Probe_Spec_TargetServers) GetIcmpTarget() *Probe_Spec_TargetServers_IcmpTarget
func (*Probe_Spec_TargetServers) GetSpeedTestTarget ¶
func (m *Probe_Spec_TargetServers) GetSpeedTestTarget() *Probe_Spec_TargetServers_SpeedTestTarget
func (*Probe_Spec_TargetServers) GetTargetAddressType ¶ added in v0.4.30
func (m *Probe_Spec_TargetServers) GetTargetAddressType() Probe_Spec_TargetServers_TargetIPAddressType
func (*Probe_Spec_TargetServers) GetTargetIpVersion ¶ added in v0.7.4
func (m *Probe_Spec_TargetServers) GetTargetIpVersion() common.IpVersion
func (*Probe_Spec_TargetServers) GetUdpTarget ¶
func (m *Probe_Spec_TargetServers) GetUdpTarget() *Probe_Spec_TargetServers_UdpTarget
func (*Probe_Spec_TargetServers) GotenMessage ¶
func (*Probe_Spec_TargetServers) GotenMessage()
func (*Probe_Spec_TargetServers) GotenObjectExt ¶
func (o *Probe_Spec_TargetServers) GotenObjectExt()
func (*Probe_Spec_TargetServers) GotenValidate ¶
func (obj *Probe_Spec_TargetServers) GotenValidate() error
func (*Probe_Spec_TargetServers) MakeDiffFieldMask ¶
func (o *Probe_Spec_TargetServers) MakeDiffFieldMask(other *Probe_Spec_TargetServers) *Probe_Spec_TargetServers_FieldMask
func (*Probe_Spec_TargetServers) MakeFullFieldMask ¶
func (o *Probe_Spec_TargetServers) MakeFullFieldMask() *Probe_Spec_TargetServers_FieldMask
func (*Probe_Spec_TargetServers) MakeRawDiffFieldMask ¶
func (o *Probe_Spec_TargetServers) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Probe_Spec_TargetServers) MakeRawFullFieldMask ¶
func (o *Probe_Spec_TargetServers) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Probe_Spec_TargetServers) Marshal ¶
func (m *Probe_Spec_TargetServers) Marshal() ([]byte, error)
func (*Probe_Spec_TargetServers) MarshalJSON ¶
func (m *Probe_Spec_TargetServers) MarshalJSON() ([]byte, error)
func (*Probe_Spec_TargetServers) Merge ¶
func (o *Probe_Spec_TargetServers) Merge(source *Probe_Spec_TargetServers)
func (*Probe_Spec_TargetServers) MergeRaw ¶
func (o *Probe_Spec_TargetServers) MergeRaw(source gotenobject.GotenObjectExt)
func (*Probe_Spec_TargetServers) ProtoMessage ¶
func (*Probe_Spec_TargetServers) ProtoMessage()
func (*Probe_Spec_TargetServers) ProtoReflect ¶
func (m *Probe_Spec_TargetServers) ProtoReflect() preflect.Message
func (*Probe_Spec_TargetServers) Reset ¶
func (m *Probe_Spec_TargetServers) Reset()
func (*Probe_Spec_TargetServers) SetIcmpTarget ¶
func (m *Probe_Spec_TargetServers) SetIcmpTarget(fv *Probe_Spec_TargetServers_IcmpTarget)
func (*Probe_Spec_TargetServers) SetSpeedTestTarget ¶
func (m *Probe_Spec_TargetServers) SetSpeedTestTarget(fv *Probe_Spec_TargetServers_SpeedTestTarget)
func (*Probe_Spec_TargetServers) SetTargetAddressType ¶ added in v0.4.30
func (m *Probe_Spec_TargetServers) SetTargetAddressType(fv Probe_Spec_TargetServers_TargetIPAddressType)
func (*Probe_Spec_TargetServers) SetTargetIpVersion ¶ added in v0.7.4
func (m *Probe_Spec_TargetServers) SetTargetIpVersion(fv common.IpVersion)
func (*Probe_Spec_TargetServers) SetUdpTarget ¶
func (m *Probe_Spec_TargetServers) SetUdpTarget(fv *Probe_Spec_TargetServers_UdpTarget)
func (*Probe_Spec_TargetServers) String ¶
func (m *Probe_Spec_TargetServers) String() string
func (*Probe_Spec_TargetServers) Unmarshal ¶
func (m *Probe_Spec_TargetServers) Unmarshal(b []byte) error
func (*Probe_Spec_TargetServers) UnmarshalJSON ¶
func (m *Probe_Spec_TargetServers) UnmarshalJSON(data []byte) error
type Probe_Spec_TargetServersPathSelectorIcmpTarget ¶
type Probe_Spec_TargetServersPathSelectorIcmpTarget struct{}
func (Probe_Spec_TargetServersPathSelectorIcmpTarget) WithArrayOfValues ¶
func (s Probe_Spec_TargetServersPathSelectorIcmpTarget) WithArrayOfValues(values []*Probe_Spec_TargetServers_IcmpTarget) *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues
func (Probe_Spec_TargetServersPathSelectorIcmpTarget) WithSubArrayItemValue ¶
func (s Probe_Spec_TargetServersPathSelectorIcmpTarget) WithSubArrayItemValue(subPathArrayItemValue ProbeSpecTargetServersIcmpTarget_FieldPathArrayItemValue) *ProbeSpecTargetServers_FieldSubPathArrayItemValue
func (Probe_Spec_TargetServersPathSelectorIcmpTarget) WithSubArrayOfValues ¶
func (s Probe_Spec_TargetServersPathSelectorIcmpTarget) WithSubArrayOfValues(subPathArrayOfValues ProbeSpecTargetServersIcmpTarget_FieldPathArrayOfValues) *ProbeSpecTargetServers_FieldSubPathArrayOfValues
func (Probe_Spec_TargetServersPathSelectorIcmpTarget) WithSubPath ¶
func (Probe_Spec_TargetServersPathSelectorIcmpTarget) WithSubPath(subPath ProbeSpecTargetServersIcmpTarget_FieldPath) *ProbeSpecTargetServers_FieldSubPath
func (Probe_Spec_TargetServersPathSelectorIcmpTarget) WithSubValue ¶
func (s Probe_Spec_TargetServersPathSelectorIcmpTarget) WithSubValue(subPathValue ProbeSpecTargetServersIcmpTarget_FieldPathValue) *ProbeSpecTargetServers_FieldSubPathValue
type Probe_Spec_TargetServersPathSelectorIcmpTargetEnabled ¶
type Probe_Spec_TargetServersPathSelectorIcmpTargetEnabled struct{}
func (Probe_Spec_TargetServersPathSelectorIcmpTargetEnabled) WithArrayOfValues ¶
func (s Probe_Spec_TargetServersPathSelectorIcmpTargetEnabled) WithArrayOfValues(values []bool) *ProbeSpecTargetServers_FieldSubPathArrayOfValues
func (Probe_Spec_TargetServersPathSelectorIcmpTargetEnabled) WithValue ¶
func (s Probe_Spec_TargetServersPathSelectorIcmpTargetEnabled) WithValue(value bool) *ProbeSpecTargetServers_FieldSubPathValue
type Probe_Spec_TargetServersPathSelectorSpeedTestTarget ¶
type Probe_Spec_TargetServersPathSelectorSpeedTestTarget struct{}
func (Probe_Spec_TargetServersPathSelectorSpeedTestTarget) WithArrayOfValues ¶
func (s Probe_Spec_TargetServersPathSelectorSpeedTestTarget) WithArrayOfValues(values []*Probe_Spec_TargetServers_SpeedTestTarget) *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues
func (Probe_Spec_TargetServersPathSelectorSpeedTestTarget) WithSubArrayItemValue ¶
func (s Probe_Spec_TargetServersPathSelectorSpeedTestTarget) WithSubArrayItemValue(subPathArrayItemValue ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayItemValue) *ProbeSpecTargetServers_FieldSubPathArrayItemValue
func (Probe_Spec_TargetServersPathSelectorSpeedTestTarget) WithSubArrayOfValues ¶
func (s Probe_Spec_TargetServersPathSelectorSpeedTestTarget) WithSubArrayOfValues(subPathArrayOfValues ProbeSpecTargetServersSpeedTestTarget_FieldPathArrayOfValues) *ProbeSpecTargetServers_FieldSubPathArrayOfValues
func (Probe_Spec_TargetServersPathSelectorSpeedTestTarget) WithSubPath ¶
func (Probe_Spec_TargetServersPathSelectorSpeedTestTarget) WithSubValue ¶
func (s Probe_Spec_TargetServersPathSelectorSpeedTestTarget) WithSubValue(subPathValue ProbeSpecTargetServersSpeedTestTarget_FieldPathValue) *ProbeSpecTargetServers_FieldSubPathValue
type Probe_Spec_TargetServersPathSelectorSpeedTestTargetEnabled ¶
type Probe_Spec_TargetServersPathSelectorSpeedTestTargetEnabled struct{}
func (Probe_Spec_TargetServersPathSelectorSpeedTestTargetEnabled) WithArrayOfValues ¶
func (s Probe_Spec_TargetServersPathSelectorSpeedTestTargetEnabled) WithArrayOfValues(values []bool) *ProbeSpecTargetServers_FieldSubPathArrayOfValues
func (Probe_Spec_TargetServersPathSelectorSpeedTestTargetEnabled) WithValue ¶
func (s Probe_Spec_TargetServersPathSelectorSpeedTestTargetEnabled) WithValue(value bool) *ProbeSpecTargetServers_FieldSubPathValue
type Probe_Spec_TargetServersPathSelectorSpeedTestTargetTcpPort ¶
type Probe_Spec_TargetServersPathSelectorSpeedTestTargetTcpPort struct{}
func (Probe_Spec_TargetServersPathSelectorSpeedTestTargetTcpPort) WithArrayOfValues ¶
func (s Probe_Spec_TargetServersPathSelectorSpeedTestTargetTcpPort) WithArrayOfValues(values []int32) *ProbeSpecTargetServers_FieldSubPathArrayOfValues
func (Probe_Spec_TargetServersPathSelectorSpeedTestTargetTcpPort) WithValue ¶
func (s Probe_Spec_TargetServersPathSelectorSpeedTestTargetTcpPort) WithValue(value int32) *ProbeSpecTargetServers_FieldSubPathValue
type Probe_Spec_TargetServersPathSelectorTargetAddressType ¶ added in v0.4.30
type Probe_Spec_TargetServersPathSelectorTargetAddressType struct{}
func (Probe_Spec_TargetServersPathSelectorTargetAddressType) WithArrayOfValues ¶ added in v0.4.30
func (s Probe_Spec_TargetServersPathSelectorTargetAddressType) WithArrayOfValues(values []Probe_Spec_TargetServers_TargetIPAddressType) *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues
type Probe_Spec_TargetServersPathSelectorTargetIpVersion ¶ added in v0.7.4
type Probe_Spec_TargetServersPathSelectorTargetIpVersion struct{}
func (Probe_Spec_TargetServersPathSelectorTargetIpVersion) WithArrayOfValues ¶ added in v0.7.4
func (s Probe_Spec_TargetServersPathSelectorTargetIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues
func (Probe_Spec_TargetServersPathSelectorTargetIpVersion) WithValue ¶ added in v0.7.4
func (s Probe_Spec_TargetServersPathSelectorTargetIpVersion) WithValue(value common.IpVersion) *ProbeSpecTargetServers_FieldTerminalPathValue
type Probe_Spec_TargetServersPathSelectorUdpTarget ¶
type Probe_Spec_TargetServersPathSelectorUdpTarget struct{}
func (Probe_Spec_TargetServersPathSelectorUdpTarget) WithArrayOfValues ¶
func (s Probe_Spec_TargetServersPathSelectorUdpTarget) WithArrayOfValues(values []*Probe_Spec_TargetServers_UdpTarget) *ProbeSpecTargetServers_FieldTerminalPathArrayOfValues
func (Probe_Spec_TargetServersPathSelectorUdpTarget) WithSubArrayItemValue ¶
func (s Probe_Spec_TargetServersPathSelectorUdpTarget) WithSubArrayItemValue(subPathArrayItemValue ProbeSpecTargetServersUdpTarget_FieldPathArrayItemValue) *ProbeSpecTargetServers_FieldSubPathArrayItemValue
func (Probe_Spec_TargetServersPathSelectorUdpTarget) WithSubArrayOfValues ¶
func (s Probe_Spec_TargetServersPathSelectorUdpTarget) WithSubArrayOfValues(subPathArrayOfValues ProbeSpecTargetServersUdpTarget_FieldPathArrayOfValues) *ProbeSpecTargetServers_FieldSubPathArrayOfValues
func (Probe_Spec_TargetServersPathSelectorUdpTarget) WithSubPath ¶
func (Probe_Spec_TargetServersPathSelectorUdpTarget) WithSubPath(subPath ProbeSpecTargetServersUdpTarget_FieldPath) *ProbeSpecTargetServers_FieldSubPath
func (Probe_Spec_TargetServersPathSelectorUdpTarget) WithSubValue ¶
func (s Probe_Spec_TargetServersPathSelectorUdpTarget) WithSubValue(subPathValue ProbeSpecTargetServersUdpTarget_FieldPathValue) *ProbeSpecTargetServers_FieldSubPathValue
type Probe_Spec_TargetServersPathSelectorUdpTargetEnabled ¶
type Probe_Spec_TargetServersPathSelectorUdpTargetEnabled struct{}
func (Probe_Spec_TargetServersPathSelectorUdpTargetEnabled) WithArrayOfValues ¶
func (s Probe_Spec_TargetServersPathSelectorUdpTargetEnabled) WithArrayOfValues(values []bool) *ProbeSpecTargetServers_FieldSubPathArrayOfValues
func (Probe_Spec_TargetServersPathSelectorUdpTargetEnabled) WithValue ¶
func (s Probe_Spec_TargetServersPathSelectorUdpTargetEnabled) WithValue(value bool) *ProbeSpecTargetServers_FieldSubPathValue
type Probe_Spec_TargetServersPathSelectorUdpTargetPort ¶
type Probe_Spec_TargetServersPathSelectorUdpTargetPort struct{}
func (Probe_Spec_TargetServersPathSelectorUdpTargetPort) FieldPath ¶
func (Probe_Spec_TargetServersPathSelectorUdpTargetPort) FieldPath() *ProbeSpecTargetServers_FieldSubPath
func (Probe_Spec_TargetServersPathSelectorUdpTargetPort) WithArrayOfValues ¶
func (s Probe_Spec_TargetServersPathSelectorUdpTargetPort) WithArrayOfValues(values []int32) *ProbeSpecTargetServers_FieldSubPathArrayOfValues
func (Probe_Spec_TargetServersPathSelectorUdpTargetPort) WithValue ¶
func (s Probe_Spec_TargetServersPathSelectorUdpTargetPort) WithValue(value int32) *ProbeSpecTargetServers_FieldSubPathValue
type Probe_Spec_TargetServers_FieldMask ¶
type Probe_Spec_TargetServers_FieldMask struct {
Paths []ProbeSpecTargetServers_FieldPath
}
func FullProbe_Spec_TargetServers_FieldMask ¶
func FullProbe_Spec_TargetServers_FieldMask() *Probe_Spec_TargetServers_FieldMask
func (*Probe_Spec_TargetServers_FieldMask) AppendPath ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) AppendPath(path ProbeSpecTargetServers_FieldPath)
func (*Probe_Spec_TargetServers_FieldMask) AppendRawPath ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Probe_Spec_TargetServers_FieldMask) DecodeFirestore ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Probe_Spec_TargetServers_FieldMask) EncodeFirestore ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Probe_Spec_TargetServers_FieldMask) FilterInputFields ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) FilterInputFields() *Probe_Spec_TargetServers_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Probe_Spec_TargetServers_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Probe_Spec_TargetServers_FieldMask) GetPaths ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) GetPaths() []ProbeSpecTargetServers_FieldPath
func (*Probe_Spec_TargetServers_FieldMask) GetRawPaths ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Probe_Spec_TargetServers_FieldMask) IsFull ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) IsFull() bool
func (Probe_Spec_TargetServers_FieldMask) Marshal ¶
func (fieldMask Probe_Spec_TargetServers_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Probe_Spec_TargetServers_FieldMask) MarshalJSON ¶
func (fieldMask Probe_Spec_TargetServers_FieldMask) MarshalJSON() ([]byte, error)
func (*Probe_Spec_TargetServers_FieldMask) PathsCount ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) PathsCount() int
func (*Probe_Spec_TargetServers_FieldMask) Project ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) Project(source *Probe_Spec_TargetServers) *Probe_Spec_TargetServers
func (*Probe_Spec_TargetServers_FieldMask) ProjectRaw ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Probe_Spec_TargetServers_FieldMask) ProtoMessage ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) ProtoMessage()
func (*Probe_Spec_TargetServers_FieldMask) ProtoReflect ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) ProtoReflect() preflect.Message
func (*Probe_Spec_TargetServers_FieldMask) Reset ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) Reset()
func (*Probe_Spec_TargetServers_FieldMask) Set ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) Set(target, source *Probe_Spec_TargetServers)
func (*Probe_Spec_TargetServers_FieldMask) SetFromCliFlag ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) SetFromCliFlag(raw string) error
func (*Probe_Spec_TargetServers_FieldMask) SetRaw ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Probe_Spec_TargetServers_FieldMask) Size ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) Size() int
func (*Probe_Spec_TargetServers_FieldMask) String ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) String() string
func (*Probe_Spec_TargetServers_FieldMask) Subtract ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) Subtract(other *Probe_Spec_TargetServers_FieldMask) *Probe_Spec_TargetServers_FieldMask
func (*Probe_Spec_TargetServers_FieldMask) SubtractRaw ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Probe_Spec_TargetServers_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Probe_Spec_TargetServers_FieldMask) Unmarshal ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) Unmarshal(data []byte) error
func (*Probe_Spec_TargetServers_FieldMask) UnmarshalJSON ¶
func (fieldMask *Probe_Spec_TargetServers_FieldMask) UnmarshalJSON(data []byte) error
type Probe_Spec_TargetServers_IcmpTarget ¶
type Probe_Spec_TargetServers_IcmpTarget struct { Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty" firestore:"enabled"` // contains filtered or unexported fields }
func (*Probe_Spec_TargetServers_IcmpTarget) Clone ¶
func (o *Probe_Spec_TargetServers_IcmpTarget) Clone() *Probe_Spec_TargetServers_IcmpTarget
func (*Probe_Spec_TargetServers_IcmpTarget) CloneRaw ¶
func (o *Probe_Spec_TargetServers_IcmpTarget) CloneRaw() gotenobject.GotenObjectExt
func (*Probe_Spec_TargetServers_IcmpTarget) Descriptor ¶
func (*Probe_Spec_TargetServers_IcmpTarget) Descriptor() ([]byte, []int)
Deprecated, Use Probe_Spec_TargetServers_IcmpTarget.ProtoReflect.Descriptor instead.
func (*Probe_Spec_TargetServers_IcmpTarget) GetEnabled ¶
func (m *Probe_Spec_TargetServers_IcmpTarget) GetEnabled() bool
func (*Probe_Spec_TargetServers_IcmpTarget) GotenMessage ¶
func (*Probe_Spec_TargetServers_IcmpTarget) GotenMessage()
func (*Probe_Spec_TargetServers_IcmpTarget) GotenObjectExt ¶
func (o *Probe_Spec_TargetServers_IcmpTarget) GotenObjectExt()
func (*Probe_Spec_TargetServers_IcmpTarget) GotenValidate ¶
func (obj *Probe_Spec_TargetServers_IcmpTarget) GotenValidate() error
func (*Probe_Spec_TargetServers_IcmpTarget) MakeDiffFieldMask ¶
func (o *Probe_Spec_TargetServers_IcmpTarget) MakeDiffFieldMask(other *Probe_Spec_TargetServers_IcmpTarget) *Probe_Spec_TargetServers_IcmpTarget_FieldMask
func (*Probe_Spec_TargetServers_IcmpTarget) MakeFullFieldMask ¶
func (o *Probe_Spec_TargetServers_IcmpTarget) MakeFullFieldMask() *Probe_Spec_TargetServers_IcmpTarget_FieldMask
func (*Probe_Spec_TargetServers_IcmpTarget) MakeRawDiffFieldMask ¶
func (o *Probe_Spec_TargetServers_IcmpTarget) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Probe_Spec_TargetServers_IcmpTarget) MakeRawFullFieldMask ¶
func (o *Probe_Spec_TargetServers_IcmpTarget) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Probe_Spec_TargetServers_IcmpTarget) Marshal ¶
func (m *Probe_Spec_TargetServers_IcmpTarget) Marshal() ([]byte, error)
func (*Probe_Spec_TargetServers_IcmpTarget) MarshalJSON ¶
func (m *Probe_Spec_TargetServers_IcmpTarget) MarshalJSON() ([]byte, error)
func (*Probe_Spec_TargetServers_IcmpTarget) Merge ¶
func (o *Probe_Spec_TargetServers_IcmpTarget) Merge(source *Probe_Spec_TargetServers_IcmpTarget)
func (*Probe_Spec_TargetServers_IcmpTarget) MergeRaw ¶
func (o *Probe_Spec_TargetServers_IcmpTarget) MergeRaw(source gotenobject.GotenObjectExt)
func (*Probe_Spec_TargetServers_IcmpTarget) ProtoMessage ¶
func (*Probe_Spec_TargetServers_IcmpTarget) ProtoMessage()
func (*Probe_Spec_TargetServers_IcmpTarget) ProtoReflect ¶
func (m *Probe_Spec_TargetServers_IcmpTarget) ProtoReflect() preflect.Message
func (*Probe_Spec_TargetServers_IcmpTarget) Reset ¶
func (m *Probe_Spec_TargetServers_IcmpTarget) Reset()
func (*Probe_Spec_TargetServers_IcmpTarget) SetEnabled ¶
func (m *Probe_Spec_TargetServers_IcmpTarget) SetEnabled(fv bool)
func (*Probe_Spec_TargetServers_IcmpTarget) String ¶
func (m *Probe_Spec_TargetServers_IcmpTarget) String() string
func (*Probe_Spec_TargetServers_IcmpTarget) Unmarshal ¶
func (m *Probe_Spec_TargetServers_IcmpTarget) Unmarshal(b []byte) error
func (*Probe_Spec_TargetServers_IcmpTarget) UnmarshalJSON ¶
func (m *Probe_Spec_TargetServers_IcmpTarget) UnmarshalJSON(data []byte) error
type Probe_Spec_TargetServers_IcmpTargetPathSelectorEnabled ¶
type Probe_Spec_TargetServers_IcmpTargetPathSelectorEnabled struct{}
func (Probe_Spec_TargetServers_IcmpTargetPathSelectorEnabled) WithArrayOfValues ¶
func (s Probe_Spec_TargetServers_IcmpTargetPathSelectorEnabled) WithArrayOfValues(values []bool) *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathArrayOfValues
func (Probe_Spec_TargetServers_IcmpTargetPathSelectorEnabled) WithValue ¶
func (s Probe_Spec_TargetServers_IcmpTargetPathSelectorEnabled) WithValue(value bool) *ProbeSpecTargetServersIcmpTarget_FieldTerminalPathValue
type Probe_Spec_TargetServers_IcmpTarget_FieldMask ¶
type Probe_Spec_TargetServers_IcmpTarget_FieldMask struct {
Paths []ProbeSpecTargetServersIcmpTarget_FieldPath
}
func FullProbe_Spec_TargetServers_IcmpTarget_FieldMask ¶
func FullProbe_Spec_TargetServers_IcmpTarget_FieldMask() *Probe_Spec_TargetServers_IcmpTarget_FieldMask
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) AppendPath ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) AppendPath(path ProbeSpecTargetServersIcmpTarget_FieldPath)
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) AppendRawPath ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) DecodeFirestore ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) EncodeFirestore ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) FilterInputFields ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) FilterInputFields() *Probe_Spec_TargetServers_IcmpTarget_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) GetPaths ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) GetPaths() []ProbeSpecTargetServersIcmpTarget_FieldPath
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) GetRawPaths ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) IsFull ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) IsFull() bool
func (Probe_Spec_TargetServers_IcmpTarget_FieldMask) Marshal ¶
func (fieldMask Probe_Spec_TargetServers_IcmpTarget_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Probe_Spec_TargetServers_IcmpTarget_FieldMask) MarshalJSON ¶
func (fieldMask Probe_Spec_TargetServers_IcmpTarget_FieldMask) MarshalJSON() ([]byte, error)
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) PathsCount ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) PathsCount() int
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) Project ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) Project(source *Probe_Spec_TargetServers_IcmpTarget) *Probe_Spec_TargetServers_IcmpTarget
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) ProjectRaw ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) ProtoMessage ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) ProtoMessage()
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) ProtoReflect ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) ProtoReflect() preflect.Message
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) Reset ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) Reset()
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) Set ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) Set(target, source *Probe_Spec_TargetServers_IcmpTarget)
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) SetFromCliFlag ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) SetFromCliFlag(raw string) error
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) SetRaw ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) Size ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) Size() int
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) String ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) String() string
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) Subtract ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) Subtract(other *Probe_Spec_TargetServers_IcmpTarget_FieldMask) *Probe_Spec_TargetServers_IcmpTarget_FieldMask
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) SubtractRaw ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) Unmarshal ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) Unmarshal(data []byte) error
func (*Probe_Spec_TargetServers_IcmpTarget_FieldMask) UnmarshalJSON ¶
func (fieldMask *Probe_Spec_TargetServers_IcmpTarget_FieldMask) UnmarshalJSON(data []byte) error
type Probe_Spec_TargetServers_SpeedTestTarget ¶
type Probe_Spec_TargetServers_SpeedTestTarget struct { Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty" firestore:"enabled"` TcpPort int32 `protobuf:"varint,4,opt,name=tcp_port,json=tcpPort,proto3" json:"tcp_port,omitempty" firestore:"tcpPort"` // contains filtered or unexported fields }
func (*Probe_Spec_TargetServers_SpeedTestTarget) Clone ¶
func (o *Probe_Spec_TargetServers_SpeedTestTarget) Clone() *Probe_Spec_TargetServers_SpeedTestTarget
func (*Probe_Spec_TargetServers_SpeedTestTarget) CloneRaw ¶
func (o *Probe_Spec_TargetServers_SpeedTestTarget) CloneRaw() gotenobject.GotenObjectExt
func (*Probe_Spec_TargetServers_SpeedTestTarget) Descriptor ¶
func (*Probe_Spec_TargetServers_SpeedTestTarget) Descriptor() ([]byte, []int)
Deprecated, Use Probe_Spec_TargetServers_SpeedTestTarget.ProtoReflect.Descriptor instead.
func (*Probe_Spec_TargetServers_SpeedTestTarget) GetEnabled ¶
func (m *Probe_Spec_TargetServers_SpeedTestTarget) GetEnabled() bool
func (*Probe_Spec_TargetServers_SpeedTestTarget) GetTcpPort ¶
func (m *Probe_Spec_TargetServers_SpeedTestTarget) GetTcpPort() int32
func (*Probe_Spec_TargetServers_SpeedTestTarget) GotenMessage ¶
func (*Probe_Spec_TargetServers_SpeedTestTarget) GotenMessage()
func (*Probe_Spec_TargetServers_SpeedTestTarget) GotenObjectExt ¶
func (o *Probe_Spec_TargetServers_SpeedTestTarget) GotenObjectExt()
func (*Probe_Spec_TargetServers_SpeedTestTarget) GotenValidate ¶
func (obj *Probe_Spec_TargetServers_SpeedTestTarget) GotenValidate() error
func (*Probe_Spec_TargetServers_SpeedTestTarget) MakeDiffFieldMask ¶
func (o *Probe_Spec_TargetServers_SpeedTestTarget) MakeDiffFieldMask(other *Probe_Spec_TargetServers_SpeedTestTarget) *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask
func (*Probe_Spec_TargetServers_SpeedTestTarget) MakeFullFieldMask ¶
func (o *Probe_Spec_TargetServers_SpeedTestTarget) MakeFullFieldMask() *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask
func (*Probe_Spec_TargetServers_SpeedTestTarget) MakeRawDiffFieldMask ¶
func (o *Probe_Spec_TargetServers_SpeedTestTarget) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Probe_Spec_TargetServers_SpeedTestTarget) MakeRawFullFieldMask ¶
func (o *Probe_Spec_TargetServers_SpeedTestTarget) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Probe_Spec_TargetServers_SpeedTestTarget) Marshal ¶
func (m *Probe_Spec_TargetServers_SpeedTestTarget) Marshal() ([]byte, error)
func (*Probe_Spec_TargetServers_SpeedTestTarget) MarshalJSON ¶
func (m *Probe_Spec_TargetServers_SpeedTestTarget) MarshalJSON() ([]byte, error)
func (*Probe_Spec_TargetServers_SpeedTestTarget) Merge ¶
func (o *Probe_Spec_TargetServers_SpeedTestTarget) Merge(source *Probe_Spec_TargetServers_SpeedTestTarget)
func (*Probe_Spec_TargetServers_SpeedTestTarget) MergeRaw ¶
func (o *Probe_Spec_TargetServers_SpeedTestTarget) MergeRaw(source gotenobject.GotenObjectExt)
func (*Probe_Spec_TargetServers_SpeedTestTarget) ProtoMessage ¶
func (*Probe_Spec_TargetServers_SpeedTestTarget) ProtoMessage()
func (*Probe_Spec_TargetServers_SpeedTestTarget) ProtoReflect ¶
func (m *Probe_Spec_TargetServers_SpeedTestTarget) ProtoReflect() preflect.Message
func (*Probe_Spec_TargetServers_SpeedTestTarget) Reset ¶
func (m *Probe_Spec_TargetServers_SpeedTestTarget) Reset()
func (*Probe_Spec_TargetServers_SpeedTestTarget) SetEnabled ¶
func (m *Probe_Spec_TargetServers_SpeedTestTarget) SetEnabled(fv bool)
func (*Probe_Spec_TargetServers_SpeedTestTarget) SetTcpPort ¶
func (m *Probe_Spec_TargetServers_SpeedTestTarget) SetTcpPort(fv int32)
func (*Probe_Spec_TargetServers_SpeedTestTarget) String ¶
func (m *Probe_Spec_TargetServers_SpeedTestTarget) String() string
func (*Probe_Spec_TargetServers_SpeedTestTarget) Unmarshal ¶
func (m *Probe_Spec_TargetServers_SpeedTestTarget) Unmarshal(b []byte) error
func (*Probe_Spec_TargetServers_SpeedTestTarget) UnmarshalJSON ¶
func (m *Probe_Spec_TargetServers_SpeedTestTarget) UnmarshalJSON(data []byte) error
type Probe_Spec_TargetServers_SpeedTestTargetPathSelectorEnabled ¶
type Probe_Spec_TargetServers_SpeedTestTargetPathSelectorEnabled struct{}
func (Probe_Spec_TargetServers_SpeedTestTargetPathSelectorEnabled) WithArrayOfValues ¶
func (s Probe_Spec_TargetServers_SpeedTestTargetPathSelectorEnabled) WithArrayOfValues(values []bool) *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayOfValues
type Probe_Spec_TargetServers_SpeedTestTargetPathSelectorTcpPort ¶
type Probe_Spec_TargetServers_SpeedTestTargetPathSelectorTcpPort struct{}
func (Probe_Spec_TargetServers_SpeedTestTargetPathSelectorTcpPort) WithArrayOfValues ¶
func (s Probe_Spec_TargetServers_SpeedTestTargetPathSelectorTcpPort) WithArrayOfValues(values []int32) *ProbeSpecTargetServersSpeedTestTarget_FieldTerminalPathArrayOfValues
type Probe_Spec_TargetServers_SpeedTestTarget_FieldMask ¶
type Probe_Spec_TargetServers_SpeedTestTarget_FieldMask struct {
Paths []ProbeSpecTargetServersSpeedTestTarget_FieldPath
}
func FullProbe_Spec_TargetServers_SpeedTestTarget_FieldMask ¶
func FullProbe_Spec_TargetServers_SpeedTestTarget_FieldMask() *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) AppendPath ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) AppendPath(path ProbeSpecTargetServersSpeedTestTarget_FieldPath)
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) AppendRawPath ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) DecodeFirestore ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) EncodeFirestore ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) FilterInputFields ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) FilterInputFields() *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) GetPaths ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) GetPaths() []ProbeSpecTargetServersSpeedTestTarget_FieldPath
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) GetRawPaths ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) IsFull ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) IsFull() bool
func (Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Marshal ¶
func (fieldMask Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) MarshalJSON ¶
func (fieldMask Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) MarshalJSON() ([]byte, error)
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) PathsCount ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) PathsCount() int
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Project ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Project(source *Probe_Spec_TargetServers_SpeedTestTarget) *Probe_Spec_TargetServers_SpeedTestTarget
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) ProjectRaw ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) ProtoMessage ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) ProtoMessage()
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) ProtoReflect ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) ProtoReflect() preflect.Message
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Reset ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Reset()
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Set ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Set(target, source *Probe_Spec_TargetServers_SpeedTestTarget)
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) SetFromCliFlag ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) SetFromCliFlag(raw string) error
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) SetRaw ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Size ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Size() int
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) String ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) String() string
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Subtract ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Subtract(other *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) SubtractRaw ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Unmarshal ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) Unmarshal(data []byte) error
func (*Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) UnmarshalJSON ¶
func (fieldMask *Probe_Spec_TargetServers_SpeedTestTarget_FieldMask) UnmarshalJSON(data []byte) error
type Probe_Spec_TargetServers_TargetIPAddressType ¶ added in v0.4.30
type Probe_Spec_TargetServers_TargetIPAddressType int32
const ( Probe_Spec_TargetServers_EXTERNAL_IP Probe_Spec_TargetServers_TargetIPAddressType = 0 Probe_Spec_TargetServers_INTERNAL_IP Probe_Spec_TargetServers_TargetIPAddressType = 1 )
func (Probe_Spec_TargetServers_TargetIPAddressType) Descriptor ¶ added in v0.4.30
func (Probe_Spec_TargetServers_TargetIPAddressType) Descriptor() preflect.EnumDescriptor
func (Probe_Spec_TargetServers_TargetIPAddressType) EnumDescriptor ¶ added in v0.4.30
func (Probe_Spec_TargetServers_TargetIPAddressType) EnumDescriptor() ([]byte, []int)
Deprecated, Use Probe_Spec_TargetServers_TargetIPAddressType.ProtoReflect.Descriptor instead.
func (Probe_Spec_TargetServers_TargetIPAddressType) Number ¶ added in v0.4.30
func (x Probe_Spec_TargetServers_TargetIPAddressType) Number() preflect.EnumNumber
func (Probe_Spec_TargetServers_TargetIPAddressType) String ¶ added in v0.4.30
func (x Probe_Spec_TargetServers_TargetIPAddressType) String() string
func (Probe_Spec_TargetServers_TargetIPAddressType) Type ¶ added in v0.4.30
func (Probe_Spec_TargetServers_TargetIPAddressType) Type() preflect.EnumType
type Probe_Spec_TargetServers_UdpTarget ¶
type Probe_Spec_TargetServers_UdpTarget struct { Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty" firestore:"enabled"` Port int32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty" firestore:"port"` // contains filtered or unexported fields }
func (*Probe_Spec_TargetServers_UdpTarget) Clone ¶
func (o *Probe_Spec_TargetServers_UdpTarget) Clone() *Probe_Spec_TargetServers_UdpTarget
func (*Probe_Spec_TargetServers_UdpTarget) CloneRaw ¶
func (o *Probe_Spec_TargetServers_UdpTarget) CloneRaw() gotenobject.GotenObjectExt
func (*Probe_Spec_TargetServers_UdpTarget) Descriptor ¶
func (*Probe_Spec_TargetServers_UdpTarget) Descriptor() ([]byte, []int)
Deprecated, Use Probe_Spec_TargetServers_UdpTarget.ProtoReflect.Descriptor instead.
func (*Probe_Spec_TargetServers_UdpTarget) GetEnabled ¶
func (m *Probe_Spec_TargetServers_UdpTarget) GetEnabled() bool
func (*Probe_Spec_TargetServers_UdpTarget) GetPort ¶
func (m *Probe_Spec_TargetServers_UdpTarget) GetPort() int32
func (*Probe_Spec_TargetServers_UdpTarget) GotenMessage ¶
func (*Probe_Spec_TargetServers_UdpTarget) GotenMessage()
func (*Probe_Spec_TargetServers_UdpTarget) GotenObjectExt ¶
func (o *Probe_Spec_TargetServers_UdpTarget) GotenObjectExt()
func (*Probe_Spec_TargetServers_UdpTarget) GotenValidate ¶
func (obj *Probe_Spec_TargetServers_UdpTarget) GotenValidate() error
func (*Probe_Spec_TargetServers_UdpTarget) MakeDiffFieldMask ¶
func (o *Probe_Spec_TargetServers_UdpTarget) MakeDiffFieldMask(other *Probe_Spec_TargetServers_UdpTarget) *Probe_Spec_TargetServers_UdpTarget_FieldMask
func (*Probe_Spec_TargetServers_UdpTarget) MakeFullFieldMask ¶
func (o *Probe_Spec_TargetServers_UdpTarget) MakeFullFieldMask() *Probe_Spec_TargetServers_UdpTarget_FieldMask
func (*Probe_Spec_TargetServers_UdpTarget) MakeRawDiffFieldMask ¶
func (o *Probe_Spec_TargetServers_UdpTarget) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Probe_Spec_TargetServers_UdpTarget) MakeRawFullFieldMask ¶
func (o *Probe_Spec_TargetServers_UdpTarget) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Probe_Spec_TargetServers_UdpTarget) Marshal ¶
func (m *Probe_Spec_TargetServers_UdpTarget) Marshal() ([]byte, error)
func (*Probe_Spec_TargetServers_UdpTarget) MarshalJSON ¶
func (m *Probe_Spec_TargetServers_UdpTarget) MarshalJSON() ([]byte, error)
func (*Probe_Spec_TargetServers_UdpTarget) Merge ¶
func (o *Probe_Spec_TargetServers_UdpTarget) Merge(source *Probe_Spec_TargetServers_UdpTarget)
func (*Probe_Spec_TargetServers_UdpTarget) MergeRaw ¶
func (o *Probe_Spec_TargetServers_UdpTarget) MergeRaw(source gotenobject.GotenObjectExt)
func (*Probe_Spec_TargetServers_UdpTarget) ProtoMessage ¶
func (*Probe_Spec_TargetServers_UdpTarget) ProtoMessage()
func (*Probe_Spec_TargetServers_UdpTarget) ProtoReflect ¶
func (m *Probe_Spec_TargetServers_UdpTarget) ProtoReflect() preflect.Message
func (*Probe_Spec_TargetServers_UdpTarget) Reset ¶
func (m *Probe_Spec_TargetServers_UdpTarget) Reset()
func (*Probe_Spec_TargetServers_UdpTarget) SetEnabled ¶
func (m *Probe_Spec_TargetServers_UdpTarget) SetEnabled(fv bool)
func (*Probe_Spec_TargetServers_UdpTarget) SetPort ¶
func (m *Probe_Spec_TargetServers_UdpTarget) SetPort(fv int32)
func (*Probe_Spec_TargetServers_UdpTarget) String ¶
func (m *Probe_Spec_TargetServers_UdpTarget) String() string
func (*Probe_Spec_TargetServers_UdpTarget) Unmarshal ¶
func (m *Probe_Spec_TargetServers_UdpTarget) Unmarshal(b []byte) error
func (*Probe_Spec_TargetServers_UdpTarget) UnmarshalJSON ¶
func (m *Probe_Spec_TargetServers_UdpTarget) UnmarshalJSON(data []byte) error
type Probe_Spec_TargetServers_UdpTargetPathSelectorEnabled ¶
type Probe_Spec_TargetServers_UdpTargetPathSelectorEnabled struct{}
func (Probe_Spec_TargetServers_UdpTargetPathSelectorEnabled) WithArrayOfValues ¶
func (s Probe_Spec_TargetServers_UdpTargetPathSelectorEnabled) WithArrayOfValues(values []bool) *ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayOfValues
func (Probe_Spec_TargetServers_UdpTargetPathSelectorEnabled) WithValue ¶
func (s Probe_Spec_TargetServers_UdpTargetPathSelectorEnabled) WithValue(value bool) *ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue
type Probe_Spec_TargetServers_UdpTargetPathSelectorPort ¶
type Probe_Spec_TargetServers_UdpTargetPathSelectorPort struct{}
func (Probe_Spec_TargetServers_UdpTargetPathSelectorPort) WithArrayOfValues ¶
func (s Probe_Spec_TargetServers_UdpTargetPathSelectorPort) WithArrayOfValues(values []int32) *ProbeSpecTargetServersUdpTarget_FieldTerminalPathArrayOfValues
func (Probe_Spec_TargetServers_UdpTargetPathSelectorPort) WithValue ¶
func (s Probe_Spec_TargetServers_UdpTargetPathSelectorPort) WithValue(value int32) *ProbeSpecTargetServersUdpTarget_FieldTerminalPathValue
type Probe_Spec_TargetServers_UdpTarget_FieldMask ¶
type Probe_Spec_TargetServers_UdpTarget_FieldMask struct {
Paths []ProbeSpecTargetServersUdpTarget_FieldPath
}
func FullProbe_Spec_TargetServers_UdpTarget_FieldMask ¶
func FullProbe_Spec_TargetServers_UdpTarget_FieldMask() *Probe_Spec_TargetServers_UdpTarget_FieldMask
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) AppendPath ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) AppendPath(path ProbeSpecTargetServersUdpTarget_FieldPath)
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) AppendRawPath ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) DecodeFirestore ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) EncodeFirestore ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) FilterInputFields ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) FilterInputFields() *Probe_Spec_TargetServers_UdpTarget_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) GetPaths ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) GetPaths() []ProbeSpecTargetServersUdpTarget_FieldPath
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) GetRawPaths ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) IsFull ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) IsFull() bool
func (Probe_Spec_TargetServers_UdpTarget_FieldMask) Marshal ¶
func (fieldMask Probe_Spec_TargetServers_UdpTarget_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Probe_Spec_TargetServers_UdpTarget_FieldMask) MarshalJSON ¶
func (fieldMask Probe_Spec_TargetServers_UdpTarget_FieldMask) MarshalJSON() ([]byte, error)
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) PathsCount ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) PathsCount() int
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) Project ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) Project(source *Probe_Spec_TargetServers_UdpTarget) *Probe_Spec_TargetServers_UdpTarget
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) ProjectRaw ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) ProtoMessage ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) ProtoMessage()
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) ProtoReflect ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) ProtoReflect() preflect.Message
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) Reset ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) Reset()
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) Set ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) Set(target, source *Probe_Spec_TargetServers_UdpTarget)
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) SetFromCliFlag ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) SetFromCliFlag(raw string) error
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) SetRaw ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) Size ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) Size() int
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) String ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) String() string
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) Subtract ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) Subtract(other *Probe_Spec_TargetServers_UdpTarget_FieldMask) *Probe_Spec_TargetServers_UdpTarget_FieldMask
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) SubtractRaw ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) Unmarshal ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) Unmarshal(data []byte) error
func (*Probe_Spec_TargetServers_UdpTarget_FieldMask) UnmarshalJSON ¶
func (fieldMask *Probe_Spec_TargetServers_UdpTarget_FieldMask) UnmarshalJSON(data []byte) error
type Probe_Status ¶
type Probe_Status struct { // external_ip_address_v4 describes the actual external IPv4 address. // The addresss is usually obtained from a STUN server by the probe agent ExternalIpAddressV4 string `` /* 154-byte string literal not displayed */ // external_ip_address_v6 describes the actual external IPv6 address. // The addresss is usually obtained from a STUN server by the probe agent ExternalIpAddressV6 string `` /* 154-byte string literal not displayed */ // The hostname describes the hostname of the probe. // The hostanme usually resolved from the external_ip_address_v4 by the // service. ExternalHostname string `` /* 138-byte string literal not displayed */ // Asinfo describes the (ASN) details for the host // This values usually resolved automatically by the service from the // external_ip_address_v4. AsInfo *common.ASInfo `protobuf:"bytes,4,opt,name=as_info,json=asInfo,proto3" json:"as_info,omitempty" firestore:"asInfo"` // carrier describes mobile network carrier information Carrier *common.Carrier `protobuf:"bytes,5,opt,name=carrier,proto3" json:"carrier,omitempty" firestore:"carrier"` // The address describes the place where the probe is placed at. // Note that the address is not always accurate. ActiveLocation *common.Location `` /* 130-byte string literal not displayed */ DiscoveredLocation *common.Location `` /* 147-byte string literal not displayed */ // software version SoftwareVersion *common.SoftwareVersion `` /* 134-byte string literal not displayed */ SystemInfo *Probe_Status_System `protobuf:"bytes,10,opt,name=system_info,json=systemInfo,proto3" json:"system_info,omitempty" firestore:"systemInfo"` Activation *Probe_Status_ActivationState `protobuf:"bytes,12,opt,name=activation,proto3" json:"activation,omitempty" firestore:"activation"` Connection Probe_Status_ConnectionStatus `` /* 155-byte string literal not displayed */ // Last change of connection_status (edge activation) ConnectionStatusChangeTime *timestamp.Timestamp `` /* 183-byte string literal not displayed */ Bandwidth *Probe_Status_Bandwidth `protobuf:"bytes,15,opt,name=bandwidth,proto3" json:"bandwidth,omitempty" firestore:"bandwidth"` NetworkInterfaces map[string]*Probe_Status_NetworkInterface `` /* 231-byte string literal not displayed */ AgentType Probe_AgentType `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
tatus describes the actual state of the Probe. Most fields are automatically resolved from the external_ip_address_v4, and clients don't need to fill up.
func (*Probe_Status) Clone ¶
func (o *Probe_Status) Clone() *Probe_Status
func (*Probe_Status) CloneRaw ¶
func (o *Probe_Status) CloneRaw() gotenobject.GotenObjectExt
func (*Probe_Status) Descriptor ¶
func (*Probe_Status) Descriptor() ([]byte, []int)
Deprecated, Use Probe_Status.ProtoReflect.Descriptor instead.
func (*Probe_Status) GetActivation ¶
func (m *Probe_Status) GetActivation() *Probe_Status_ActivationState
func (*Probe_Status) GetActiveLocation ¶
func (m *Probe_Status) GetActiveLocation() *common.Location
func (*Probe_Status) GetAgentType ¶
func (m *Probe_Status) GetAgentType() Probe_AgentType
func (*Probe_Status) GetAsInfo ¶
func (m *Probe_Status) GetAsInfo() *common.ASInfo
func (*Probe_Status) GetBandwidth ¶
func (m *Probe_Status) GetBandwidth() *Probe_Status_Bandwidth
func (*Probe_Status) GetCarrier ¶
func (m *Probe_Status) GetCarrier() *common.Carrier
func (*Probe_Status) GetConnection ¶
func (m *Probe_Status) GetConnection() Probe_Status_ConnectionStatus
func (*Probe_Status) GetConnectionStatusChangeTime ¶
func (m *Probe_Status) GetConnectionStatusChangeTime() *timestamp.Timestamp
func (*Probe_Status) GetDiscoveredLocation ¶
func (m *Probe_Status) GetDiscoveredLocation() *common.Location
func (*Probe_Status) GetExternalHostname ¶
func (m *Probe_Status) GetExternalHostname() string
func (*Probe_Status) GetExternalIpAddressV4 ¶
func (m *Probe_Status) GetExternalIpAddressV4() string
func (*Probe_Status) GetExternalIpAddressV6 ¶
func (m *Probe_Status) GetExternalIpAddressV6() string
func (*Probe_Status) GetNetworkInterfaces ¶
func (m *Probe_Status) GetNetworkInterfaces() map[string]*Probe_Status_NetworkInterface
func (*Probe_Status) GetSoftwareVersion ¶
func (m *Probe_Status) GetSoftwareVersion() *common.SoftwareVersion
func (*Probe_Status) GetSystemInfo ¶
func (m *Probe_Status) GetSystemInfo() *Probe_Status_System
func (*Probe_Status) GotenMessage ¶
func (*Probe_Status) GotenMessage()
func (*Probe_Status) GotenObjectExt ¶
func (o *Probe_Status) GotenObjectExt()
func (*Probe_Status) GotenValidate ¶
func (obj *Probe_Status) GotenValidate() error
func (*Probe_Status) MakeDiffFieldMask ¶
func (o *Probe_Status) MakeDiffFieldMask(other *Probe_Status) *Probe_Status_FieldMask
func (*Probe_Status) MakeFullFieldMask ¶
func (o *Probe_Status) MakeFullFieldMask() *Probe_Status_FieldMask
func (*Probe_Status) MakeRawDiffFieldMask ¶
func (o *Probe_Status) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Probe_Status) MakeRawFullFieldMask ¶
func (o *Probe_Status) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Probe_Status) Marshal ¶
func (m *Probe_Status) Marshal() ([]byte, error)
func (*Probe_Status) MarshalJSON ¶
func (m *Probe_Status) MarshalJSON() ([]byte, error)
func (*Probe_Status) Merge ¶
func (o *Probe_Status) Merge(source *Probe_Status)
func (*Probe_Status) MergeRaw ¶
func (o *Probe_Status) MergeRaw(source gotenobject.GotenObjectExt)
func (*Probe_Status) ProtoMessage ¶
func (*Probe_Status) ProtoMessage()
func (*Probe_Status) ProtoReflect ¶
func (m *Probe_Status) ProtoReflect() preflect.Message
func (*Probe_Status) Reset ¶
func (m *Probe_Status) Reset()
func (*Probe_Status) SetActivation ¶
func (m *Probe_Status) SetActivation(fv *Probe_Status_ActivationState)
func (*Probe_Status) SetActiveLocation ¶
func (m *Probe_Status) SetActiveLocation(fv *common.Location)
func (*Probe_Status) SetAgentType ¶
func (m *Probe_Status) SetAgentType(fv Probe_AgentType)
func (*Probe_Status) SetAsInfo ¶
func (m *Probe_Status) SetAsInfo(fv *common.ASInfo)
func (*Probe_Status) SetBandwidth ¶
func (m *Probe_Status) SetBandwidth(fv *Probe_Status_Bandwidth)
func (*Probe_Status) SetCarrier ¶
func (m *Probe_Status) SetCarrier(fv *common.Carrier)
func (*Probe_Status) SetConnection ¶
func (m *Probe_Status) SetConnection(fv Probe_Status_ConnectionStatus)
func (*Probe_Status) SetConnectionStatusChangeTime ¶
func (m *Probe_Status) SetConnectionStatusChangeTime(fv *timestamp.Timestamp)
func (*Probe_Status) SetDiscoveredLocation ¶
func (m *Probe_Status) SetDiscoveredLocation(fv *common.Location)
func (*Probe_Status) SetExternalHostname ¶
func (m *Probe_Status) SetExternalHostname(fv string)
func (*Probe_Status) SetExternalIpAddressV4 ¶
func (m *Probe_Status) SetExternalIpAddressV4(fv string)
func (*Probe_Status) SetExternalIpAddressV6 ¶
func (m *Probe_Status) SetExternalIpAddressV6(fv string)
func (*Probe_Status) SetNetworkInterfaces ¶
func (m *Probe_Status) SetNetworkInterfaces(fv map[string]*Probe_Status_NetworkInterface)
func (*Probe_Status) SetSoftwareVersion ¶
func (m *Probe_Status) SetSoftwareVersion(fv *common.SoftwareVersion)
func (*Probe_Status) SetSystemInfo ¶
func (m *Probe_Status) SetSystemInfo(fv *Probe_Status_System)
func (*Probe_Status) String ¶
func (m *Probe_Status) String() string
func (*Probe_Status) Unmarshal ¶
func (m *Probe_Status) Unmarshal(b []byte) error
func (*Probe_Status) UnmarshalJSON ¶
func (m *Probe_Status) UnmarshalJSON(data []byte) error
type Probe_StatusMapPathSelectorNetworkInterfaces ¶
type Probe_StatusMapPathSelectorNetworkInterfaces struct {
// contains filtered or unexported fields
}
func (Probe_StatusMapPathSelectorNetworkInterfaces) FieldPath ¶
func (s Probe_StatusMapPathSelectorNetworkInterfaces) FieldPath() *ProbeStatus_FieldPathMap
func (Probe_StatusMapPathSelectorNetworkInterfaces) WithArrayOfValues ¶
func (s Probe_StatusMapPathSelectorNetworkInterfaces) WithArrayOfValues(values []*Probe_Status_NetworkInterface) *ProbeStatus_FieldPathMapArrayOfValues
func (Probe_StatusMapPathSelectorNetworkInterfaces) WithValue ¶
func (s Probe_StatusMapPathSelectorNetworkInterfaces) WithValue(value *Probe_Status_NetworkInterface) *ProbeStatus_FieldPathMapValue
type Probe_StatusPathSelectorActivation ¶
type Probe_StatusPathSelectorActivation struct{}
func (Probe_StatusPathSelectorActivation) CurrentSession ¶
func (Probe_StatusPathSelectorActivation) CurrentSession() Probe_StatusPathSelectorActivationCurrentSession
func (Probe_StatusPathSelectorActivation) FieldPath ¶
func (Probe_StatusPathSelectorActivation) FieldPath() *ProbeStatus_FieldTerminalPath
func (Probe_StatusPathSelectorActivation) LastInvitation ¶
func (Probe_StatusPathSelectorActivation) LastInvitation() Probe_StatusPathSelectorActivationLastInvitation
func (Probe_StatusPathSelectorActivation) ServiceAccount ¶
func (Probe_StatusPathSelectorActivation) ServiceAccount() Probe_StatusPathSelectorActivationServiceAccount
func (Probe_StatusPathSelectorActivation) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActivation) WithArrayOfValues(values []*Probe_Status_ActivationState) *ProbeStatus_FieldTerminalPathArrayOfValues
func (Probe_StatusPathSelectorActivation) WithSubArrayItemValue ¶
func (s Probe_StatusPathSelectorActivation) WithSubArrayItemValue(subPathArrayItemValue ProbeStatusActivationState_FieldPathArrayItemValue) *ProbeStatus_FieldSubPathArrayItemValue
func (Probe_StatusPathSelectorActivation) WithSubArrayOfValues ¶
func (s Probe_StatusPathSelectorActivation) WithSubArrayOfValues(subPathArrayOfValues ProbeStatusActivationState_FieldPathArrayOfValues) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActivation) WithSubPath ¶
func (Probe_StatusPathSelectorActivation) WithSubPath(subPath ProbeStatusActivationState_FieldPath) *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActivation) WithSubValue ¶
func (s Probe_StatusPathSelectorActivation) WithSubValue(subPathValue ProbeStatusActivationState_FieldPathValue) *ProbeStatus_FieldSubPathValue
func (Probe_StatusPathSelectorActivation) WithValue ¶
func (s Probe_StatusPathSelectorActivation) WithValue(value *Probe_Status_ActivationState) *ProbeStatus_FieldTerminalPathValue
type Probe_StatusPathSelectorActivationCurrentSession ¶
type Probe_StatusPathSelectorActivationCurrentSession struct{}
func (Probe_StatusPathSelectorActivationCurrentSession) ClientCookie ¶
func (Probe_StatusPathSelectorActivationCurrentSession) FieldPath ¶
func (Probe_StatusPathSelectorActivationCurrentSession) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActivationCurrentSession) LockDeadline ¶
func (Probe_StatusPathSelectorActivationCurrentSession) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActivationCurrentSession) WithArrayOfValues(values []*Probe_Status_ActivationState_Session) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActivationCurrentSession) WithValue ¶
func (s Probe_StatusPathSelectorActivationCurrentSession) WithValue(value *Probe_Status_ActivationState_Session) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActivationCurrentSessionClientCookie ¶
type Probe_StatusPathSelectorActivationCurrentSessionClientCookie struct{}
func (Probe_StatusPathSelectorActivationCurrentSessionClientCookie) FieldPath ¶
func (Probe_StatusPathSelectorActivationCurrentSessionClientCookie) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActivationCurrentSessionClientCookie) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActivationCurrentSessionClientCookie) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActivationCurrentSessionClientCookie) WithValue ¶
func (s Probe_StatusPathSelectorActivationCurrentSessionClientCookie) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActivationCurrentSessionLockDeadline ¶
type Probe_StatusPathSelectorActivationCurrentSessionLockDeadline struct{}
func (Probe_StatusPathSelectorActivationCurrentSessionLockDeadline) FieldPath ¶
func (Probe_StatusPathSelectorActivationCurrentSessionLockDeadline) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActivationCurrentSessionLockDeadline) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActivationCurrentSessionLockDeadline) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActivationCurrentSessionLockDeadline) WithValue ¶
func (s Probe_StatusPathSelectorActivationCurrentSessionLockDeadline) WithValue(value *timestamp.Timestamp) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActivationLastInvitation ¶
type Probe_StatusPathSelectorActivationLastInvitation struct{}
func (Probe_StatusPathSelectorActivationLastInvitation) FieldPath ¶
func (Probe_StatusPathSelectorActivationLastInvitation) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActivationLastInvitation) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActivationLastInvitation) WithArrayOfValues(values []*Probe_Status_ActivationState_InvitationState) *ProbeStatus_FieldSubPathArrayOfValues
type Probe_StatusPathSelectorActivationLastInvitationSender ¶
type Probe_StatusPathSelectorActivationLastInvitationSender struct{}
func (Probe_StatusPathSelectorActivationLastInvitationSender) FieldPath ¶
func (Probe_StatusPathSelectorActivationLastInvitationSender) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActivationLastInvitationSender) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActivationLastInvitationSender) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActivationLastInvitationSender) WithValue ¶
func (s Probe_StatusPathSelectorActivationLastInvitationSender) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActivationLastInvitationSentDate ¶
type Probe_StatusPathSelectorActivationLastInvitationSentDate struct{}
func (Probe_StatusPathSelectorActivationLastInvitationSentDate) FieldPath ¶
func (Probe_StatusPathSelectorActivationLastInvitationSentDate) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActivationLastInvitationSentDate) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActivationLastInvitationSentDate) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActivationLastInvitationSentDate) WithValue ¶
func (s Probe_StatusPathSelectorActivationLastInvitationSentDate) WithValue(value *timestamp.Timestamp) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActivationServiceAccount ¶
type Probe_StatusPathSelectorActivationServiceAccount struct{}
func (Probe_StatusPathSelectorActivationServiceAccount) FieldPath ¶
func (Probe_StatusPathSelectorActivationServiceAccount) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActivationServiceAccount) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActivationServiceAccount) WithArrayOfValues(values []*iam_service_account.Reference) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActivationServiceAccount) WithValue ¶
func (s Probe_StatusPathSelectorActivationServiceAccount) WithValue(value *iam_service_account.Reference) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActivationStatus ¶
type Probe_StatusPathSelectorActivationStatus struct{}
func (Probe_StatusPathSelectorActivationStatus) FieldPath ¶
func (Probe_StatusPathSelectorActivationStatus) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActivationStatus) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActivationStatus) WithArrayOfValues(values []Probe_Status_ActivationState_Status) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActivationStatus) WithValue ¶
func (s Probe_StatusPathSelectorActivationStatus) WithValue(value Probe_Status_ActivationState_Status) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocation ¶
type Probe_StatusPathSelectorActiveLocation struct{}
func (Probe_StatusPathSelectorActiveLocation) AdminHierarchy ¶
func (Probe_StatusPathSelectorActiveLocation) AdminHierarchy() Probe_StatusPathSelectorActiveLocationAdminHierarchy
func (Probe_StatusPathSelectorActiveLocation) Coordinates ¶
func (Probe_StatusPathSelectorActiveLocation) Coordinates() Probe_StatusPathSelectorActiveLocationCoordinates
func (Probe_StatusPathSelectorActiveLocation) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocation) FieldPath() *ProbeStatus_FieldTerminalPath
func (Probe_StatusPathSelectorActiveLocation) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocation) WithArrayOfValues(values []*common.Location) *ProbeStatus_FieldTerminalPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocation) WithSubArrayItemValue ¶
func (s Probe_StatusPathSelectorActiveLocation) WithSubArrayItemValue(subPathArrayItemValue common.Location_FieldPathArrayItemValue) *ProbeStatus_FieldSubPathArrayItemValue
func (Probe_StatusPathSelectorActiveLocation) WithSubArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocation) WithSubArrayOfValues(subPathArrayOfValues common.Location_FieldPathArrayOfValues) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocation) WithSubPath ¶
func (Probe_StatusPathSelectorActiveLocation) WithSubPath(subPath common.Location_FieldPath) *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocation) WithSubValue ¶
func (s Probe_StatusPathSelectorActiveLocation) WithSubValue(subPathValue common.Location_FieldPathValue) *ProbeStatus_FieldSubPathValue
func (Probe_StatusPathSelectorActiveLocation) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocation) WithValue(value *common.Location) *ProbeStatus_FieldTerminalPathValue
type Probe_StatusPathSelectorActiveLocationAccuracy ¶
type Probe_StatusPathSelectorActiveLocationAccuracy struct{}
func (Probe_StatusPathSelectorActiveLocationAccuracy) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationAccuracy) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationAccuracy) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAccuracy) WithArrayOfValues(values []float64) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAccuracy) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAccuracy) WithValue(value float64) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationAddress ¶
type Probe_StatusPathSelectorActiveLocationAddress struct{}
func (Probe_StatusPathSelectorActiveLocationAddress) AdminArea1 ¶
func (Probe_StatusPathSelectorActiveLocationAddress) AdminArea2 ¶
func (Probe_StatusPathSelectorActiveLocationAddress) AdminArea3 ¶
func (Probe_StatusPathSelectorActiveLocationAddress) AdminArea4 ¶
func (Probe_StatusPathSelectorActiveLocationAddress) CountryCode ¶
func (Probe_StatusPathSelectorActiveLocationAddress) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationAddress) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationAddress) PostalCode ¶
func (Probe_StatusPathSelectorActiveLocationAddress) StreetAddress ¶
func (Probe_StatusPathSelectorActiveLocationAddress) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAddress) WithArrayOfValues(values []*common.Address) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAddress) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAddress) WithValue(value *common.Address) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationAddressAdminArea1 ¶
type Probe_StatusPathSelectorActiveLocationAddressAdminArea1 struct{}
func (Probe_StatusPathSelectorActiveLocationAddressAdminArea1) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationAddressAdminArea1) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationAddressAdminArea1) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAddressAdminArea1) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAddressAdminArea1) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationAddressAdminArea2 ¶
type Probe_StatusPathSelectorActiveLocationAddressAdminArea2 struct{}
func (Probe_StatusPathSelectorActiveLocationAddressAdminArea2) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationAddressAdminArea2) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationAddressAdminArea2) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAddressAdminArea2) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAddressAdminArea2) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationAddressAdminArea3 ¶
type Probe_StatusPathSelectorActiveLocationAddressAdminArea3 struct{}
func (Probe_StatusPathSelectorActiveLocationAddressAdminArea3) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationAddressAdminArea3) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationAddressAdminArea3) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAddressAdminArea3) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAddressAdminArea3) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationAddressAdminArea4 ¶
type Probe_StatusPathSelectorActiveLocationAddressAdminArea4 struct{}
func (Probe_StatusPathSelectorActiveLocationAddressAdminArea4) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationAddressAdminArea4) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationAddressAdminArea4) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAddressAdminArea4) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAddressAdminArea4) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationAddressContinent ¶
type Probe_StatusPathSelectorActiveLocationAddressContinent struct{}
func (Probe_StatusPathSelectorActiveLocationAddressContinent) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationAddressContinent) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationAddressContinent) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAddressContinent) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAddressContinent) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAddressContinent) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationAddressCountry ¶
type Probe_StatusPathSelectorActiveLocationAddressCountry struct{}
func (Probe_StatusPathSelectorActiveLocationAddressCountry) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationAddressCountry) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationAddressCountry) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAddressCountry) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAddressCountry) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAddressCountry) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationAddressCountryCode ¶
type Probe_StatusPathSelectorActiveLocationAddressCountryCode struct{}
func (Probe_StatusPathSelectorActiveLocationAddressCountryCode) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationAddressCountryCode) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationAddressCountryCode) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAddressCountryCode) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAddressCountryCode) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationAddressPostalCode ¶
type Probe_StatusPathSelectorActiveLocationAddressPostalCode struct{}
func (Probe_StatusPathSelectorActiveLocationAddressPostalCode) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationAddressPostalCode) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationAddressPostalCode) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAddressPostalCode) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAddressPostalCode) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationAddressStreetAddress ¶
type Probe_StatusPathSelectorActiveLocationAddressStreetAddress struct{}
func (Probe_StatusPathSelectorActiveLocationAddressStreetAddress) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationAddressStreetAddress) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationAddressStreetAddress) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAddressStreetAddress) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAddressStreetAddress) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationAdminHierarchy ¶
type Probe_StatusPathSelectorActiveLocationAdminHierarchy struct{}
func (Probe_StatusPathSelectorActiveLocationAdminHierarchy) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationAdminHierarchy) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationAdminHierarchy) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAdminHierarchy) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin1 ¶
type Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin1 struct{}
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin1) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin1) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin1) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin1) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin2 ¶
type Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin2 struct{}
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin2) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin2) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin2) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin2) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin3 ¶
type Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin3 struct{}
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin3) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin3) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin3) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin3) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin4 ¶
type Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin4 struct{}
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin4) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin4) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin4) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin4) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin5 ¶
type Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin5 struct{}
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin5) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin5) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin5) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin5) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationAdminHierarchyContinent ¶
type Probe_StatusPathSelectorActiveLocationAdminHierarchyContinent struct{}
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyContinent) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyContinent) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationAdminHierarchyCountry ¶
type Probe_StatusPathSelectorActiveLocationAdminHierarchyCountry struct{}
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyCountry) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyCountry) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyCountry) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationAdminHierarchyCountry) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorActiveLocationCoordinates ¶
type Probe_StatusPathSelectorActiveLocationCoordinates struct{}
func (Probe_StatusPathSelectorActiveLocationCoordinates) FieldPath ¶
func (Probe_StatusPathSelectorActiveLocationCoordinates) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorActiveLocationCoordinates) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorActiveLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorActiveLocationCoordinates) WithValue ¶
func (s Probe_StatusPathSelectorActiveLocationCoordinates) WithValue(value *latlng.LatLng) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorAgentType ¶
type Probe_StatusPathSelectorAgentType struct{}
func (Probe_StatusPathSelectorAgentType) FieldPath ¶
func (Probe_StatusPathSelectorAgentType) FieldPath() *ProbeStatus_FieldTerminalPath
func (Probe_StatusPathSelectorAgentType) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorAgentType) WithArrayOfValues(values []Probe_AgentType) *ProbeStatus_FieldTerminalPathArrayOfValues
func (Probe_StatusPathSelectorAgentType) WithValue ¶
func (s Probe_StatusPathSelectorAgentType) WithValue(value Probe_AgentType) *ProbeStatus_FieldTerminalPathValue
type Probe_StatusPathSelectorAsInfo ¶
type Probe_StatusPathSelectorAsInfo struct{}
func (Probe_StatusPathSelectorAsInfo) AsnType ¶
func (Probe_StatusPathSelectorAsInfo) AsnType() Probe_StatusPathSelectorAsInfoAsnType
func (Probe_StatusPathSelectorAsInfo) Domain ¶
func (Probe_StatusPathSelectorAsInfo) Domain() Probe_StatusPathSelectorAsInfoDomain
func (Probe_StatusPathSelectorAsInfo) FieldPath ¶
func (Probe_StatusPathSelectorAsInfo) FieldPath() *ProbeStatus_FieldTerminalPath
func (Probe_StatusPathSelectorAsInfo) Routes ¶
func (Probe_StatusPathSelectorAsInfo) Routes() Probe_StatusPathSelectorAsInfoRoutes
func (Probe_StatusPathSelectorAsInfo) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorAsInfo) WithArrayOfValues(values []*common.ASInfo) *ProbeStatus_FieldTerminalPathArrayOfValues
func (Probe_StatusPathSelectorAsInfo) WithSubArrayItemValue ¶
func (s Probe_StatusPathSelectorAsInfo) WithSubArrayItemValue(subPathArrayItemValue common.ASInfo_FieldPathArrayItemValue) *ProbeStatus_FieldSubPathArrayItemValue
func (Probe_StatusPathSelectorAsInfo) WithSubArrayOfValues ¶
func (s Probe_StatusPathSelectorAsInfo) WithSubArrayOfValues(subPathArrayOfValues common.ASInfo_FieldPathArrayOfValues) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorAsInfo) WithSubPath ¶
func (Probe_StatusPathSelectorAsInfo) WithSubPath(subPath common.ASInfo_FieldPath) *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorAsInfo) WithSubValue ¶
func (s Probe_StatusPathSelectorAsInfo) WithSubValue(subPathValue common.ASInfo_FieldPathValue) *ProbeStatus_FieldSubPathValue
func (Probe_StatusPathSelectorAsInfo) WithValue ¶
func (s Probe_StatusPathSelectorAsInfo) WithValue(value *common.ASInfo) *ProbeStatus_FieldTerminalPathValue
type Probe_StatusPathSelectorAsInfoAsn ¶
type Probe_StatusPathSelectorAsInfoAsn struct{}
func (Probe_StatusPathSelectorAsInfoAsn) FieldPath ¶
func (Probe_StatusPathSelectorAsInfoAsn) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorAsInfoAsn) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorAsInfoAsn) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorAsInfoAsn) WithValue ¶
func (s Probe_StatusPathSelectorAsInfoAsn) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorAsInfoAsnType ¶
type Probe_StatusPathSelectorAsInfoAsnType struct{}
func (Probe_StatusPathSelectorAsInfoAsnType) FieldPath ¶
func (Probe_StatusPathSelectorAsInfoAsnType) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorAsInfoAsnType) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorAsInfoAsnType) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorAsInfoAsnType) WithValue ¶
func (s Probe_StatusPathSelectorAsInfoAsnType) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorAsInfoDomain ¶
type Probe_StatusPathSelectorAsInfoDomain struct{}
func (Probe_StatusPathSelectorAsInfoDomain) FieldPath ¶
func (Probe_StatusPathSelectorAsInfoDomain) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorAsInfoDomain) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorAsInfoDomain) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorAsInfoDomain) WithValue ¶
func (s Probe_StatusPathSelectorAsInfoDomain) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorAsInfoName ¶
type Probe_StatusPathSelectorAsInfoName struct{}
func (Probe_StatusPathSelectorAsInfoName) FieldPath ¶
func (Probe_StatusPathSelectorAsInfoName) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorAsInfoName) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorAsInfoName) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorAsInfoName) WithValue ¶
func (s Probe_StatusPathSelectorAsInfoName) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorAsInfoRoutes ¶
type Probe_StatusPathSelectorAsInfoRoutes struct{}
func (Probe_StatusPathSelectorAsInfoRoutes) FieldPath ¶
func (Probe_StatusPathSelectorAsInfoRoutes) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorAsInfoRoutes) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorAsInfoRoutes) WithArrayOfValues(values [][]string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorAsInfoRoutes) WithItemValue ¶
func (s Probe_StatusPathSelectorAsInfoRoutes) WithItemValue(value string) *ProbeStatus_FieldSubPathArrayItemValue
func (Probe_StatusPathSelectorAsInfoRoutes) WithValue ¶
func (s Probe_StatusPathSelectorAsInfoRoutes) WithValue(value []string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorBandwidth ¶
type Probe_StatusPathSelectorBandwidth struct{}
func (Probe_StatusPathSelectorBandwidth) DownloadMbps ¶
func (Probe_StatusPathSelectorBandwidth) DownloadMbps() Probe_StatusPathSelectorBandwidthDownloadMbps
func (Probe_StatusPathSelectorBandwidth) FieldPath ¶
func (Probe_StatusPathSelectorBandwidth) FieldPath() *ProbeStatus_FieldTerminalPath
func (Probe_StatusPathSelectorBandwidth) LastReported ¶
func (Probe_StatusPathSelectorBandwidth) LastReported() Probe_StatusPathSelectorBandwidthLastReported
func (Probe_StatusPathSelectorBandwidth) ServerIpAddress ¶
func (Probe_StatusPathSelectorBandwidth) ServerIpAddress() Probe_StatusPathSelectorBandwidthServerIpAddress
func (Probe_StatusPathSelectorBandwidth) TestServer ¶
func (Probe_StatusPathSelectorBandwidth) TestServer() Probe_StatusPathSelectorBandwidthTestServer
func (Probe_StatusPathSelectorBandwidth) UploadMbps ¶
func (Probe_StatusPathSelectorBandwidth) UploadMbps() Probe_StatusPathSelectorBandwidthUploadMbps
func (Probe_StatusPathSelectorBandwidth) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorBandwidth) WithArrayOfValues(values []*Probe_Status_Bandwidth) *ProbeStatus_FieldTerminalPathArrayOfValues
func (Probe_StatusPathSelectorBandwidth) WithSubArrayItemValue ¶
func (s Probe_StatusPathSelectorBandwidth) WithSubArrayItemValue(subPathArrayItemValue ProbeStatusBandwidth_FieldPathArrayItemValue) *ProbeStatus_FieldSubPathArrayItemValue
func (Probe_StatusPathSelectorBandwidth) WithSubArrayOfValues ¶
func (s Probe_StatusPathSelectorBandwidth) WithSubArrayOfValues(subPathArrayOfValues ProbeStatusBandwidth_FieldPathArrayOfValues) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorBandwidth) WithSubPath ¶
func (Probe_StatusPathSelectorBandwidth) WithSubPath(subPath ProbeStatusBandwidth_FieldPath) *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorBandwidth) WithSubValue ¶
func (s Probe_StatusPathSelectorBandwidth) WithSubValue(subPathValue ProbeStatusBandwidth_FieldPathValue) *ProbeStatus_FieldSubPathValue
func (Probe_StatusPathSelectorBandwidth) WithValue ¶
func (s Probe_StatusPathSelectorBandwidth) WithValue(value *Probe_Status_Bandwidth) *ProbeStatus_FieldTerminalPathValue
type Probe_StatusPathSelectorBandwidthDownloadMbps ¶
type Probe_StatusPathSelectorBandwidthDownloadMbps struct{}
func (Probe_StatusPathSelectorBandwidthDownloadMbps) FieldPath ¶
func (Probe_StatusPathSelectorBandwidthDownloadMbps) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorBandwidthDownloadMbps) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorBandwidthDownloadMbps) WithArrayOfValues(values []float64) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorBandwidthDownloadMbps) WithValue ¶
func (s Probe_StatusPathSelectorBandwidthDownloadMbps) WithValue(value float64) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorBandwidthLastReported ¶
type Probe_StatusPathSelectorBandwidthLastReported struct{}
func (Probe_StatusPathSelectorBandwidthLastReported) FieldPath ¶
func (Probe_StatusPathSelectorBandwidthLastReported) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorBandwidthLastReported) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorBandwidthLastReported) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorBandwidthLastReported) WithValue ¶
func (s Probe_StatusPathSelectorBandwidthLastReported) WithValue(value *timestamp.Timestamp) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorBandwidthServerIpAddress ¶
type Probe_StatusPathSelectorBandwidthServerIpAddress struct{}
func (Probe_StatusPathSelectorBandwidthServerIpAddress) FieldPath ¶
func (Probe_StatusPathSelectorBandwidthServerIpAddress) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorBandwidthServerIpAddress) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorBandwidthServerIpAddress) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorBandwidthServerIpAddress) WithValue ¶
func (s Probe_StatusPathSelectorBandwidthServerIpAddress) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorBandwidthTestServer ¶
type Probe_StatusPathSelectorBandwidthTestServer struct{}
func (Probe_StatusPathSelectorBandwidthTestServer) FieldPath ¶
func (Probe_StatusPathSelectorBandwidthTestServer) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorBandwidthTestServer) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorBandwidthTestServer) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorBandwidthTestServer) WithValue ¶
func (s Probe_StatusPathSelectorBandwidthTestServer) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorBandwidthUploadMbps ¶
type Probe_StatusPathSelectorBandwidthUploadMbps struct{}
func (Probe_StatusPathSelectorBandwidthUploadMbps) FieldPath ¶
func (Probe_StatusPathSelectorBandwidthUploadMbps) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorBandwidthUploadMbps) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorBandwidthUploadMbps) WithArrayOfValues(values []float64) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorBandwidthUploadMbps) WithValue ¶
func (s Probe_StatusPathSelectorBandwidthUploadMbps) WithValue(value float64) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorCarrier ¶
type Probe_StatusPathSelectorCarrier struct{}
func (Probe_StatusPathSelectorCarrier) FieldPath ¶
func (Probe_StatusPathSelectorCarrier) FieldPath() *ProbeStatus_FieldTerminalPath
func (Probe_StatusPathSelectorCarrier) LocationAreaCode ¶
func (Probe_StatusPathSelectorCarrier) LocationAreaCode() Probe_StatusPathSelectorCarrierLocationAreaCode
func (Probe_StatusPathSelectorCarrier) MobileCountryCode ¶
func (Probe_StatusPathSelectorCarrier) MobileCountryCode() Probe_StatusPathSelectorCarrierMobileCountryCode
func (Probe_StatusPathSelectorCarrier) MobileNetworkCode ¶
func (Probe_StatusPathSelectorCarrier) MobileNetworkCode() Probe_StatusPathSelectorCarrierMobileNetworkCode
func (Probe_StatusPathSelectorCarrier) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorCarrier) WithArrayOfValues(values []*common.Carrier) *ProbeStatus_FieldTerminalPathArrayOfValues
func (Probe_StatusPathSelectorCarrier) WithSubArrayItemValue ¶
func (s Probe_StatusPathSelectorCarrier) WithSubArrayItemValue(subPathArrayItemValue common.Carrier_FieldPathArrayItemValue) *ProbeStatus_FieldSubPathArrayItemValue
func (Probe_StatusPathSelectorCarrier) WithSubArrayOfValues ¶
func (s Probe_StatusPathSelectorCarrier) WithSubArrayOfValues(subPathArrayOfValues common.Carrier_FieldPathArrayOfValues) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorCarrier) WithSubPath ¶
func (Probe_StatusPathSelectorCarrier) WithSubPath(subPath common.Carrier_FieldPath) *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorCarrier) WithSubValue ¶
func (s Probe_StatusPathSelectorCarrier) WithSubValue(subPathValue common.Carrier_FieldPathValue) *ProbeStatus_FieldSubPathValue
func (Probe_StatusPathSelectorCarrier) WithValue ¶
func (s Probe_StatusPathSelectorCarrier) WithValue(value *common.Carrier) *ProbeStatus_FieldTerminalPathValue
type Probe_StatusPathSelectorCarrierLocationAreaCode ¶
type Probe_StatusPathSelectorCarrierLocationAreaCode struct{}
func (Probe_StatusPathSelectorCarrierLocationAreaCode) FieldPath ¶
func (Probe_StatusPathSelectorCarrierLocationAreaCode) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorCarrierLocationAreaCode) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorCarrierLocationAreaCode) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorCarrierLocationAreaCode) WithValue ¶
func (s Probe_StatusPathSelectorCarrierLocationAreaCode) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorCarrierMobileCountryCode ¶
type Probe_StatusPathSelectorCarrierMobileCountryCode struct{}
func (Probe_StatusPathSelectorCarrierMobileCountryCode) FieldPath ¶
func (Probe_StatusPathSelectorCarrierMobileCountryCode) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorCarrierMobileCountryCode) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorCarrierMobileCountryCode) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorCarrierMobileCountryCode) WithValue ¶
func (s Probe_StatusPathSelectorCarrierMobileCountryCode) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorCarrierMobileNetworkCode ¶
type Probe_StatusPathSelectorCarrierMobileNetworkCode struct{}
func (Probe_StatusPathSelectorCarrierMobileNetworkCode) FieldPath ¶
func (Probe_StatusPathSelectorCarrierMobileNetworkCode) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorCarrierMobileNetworkCode) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorCarrierMobileNetworkCode) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorCarrierMobileNetworkCode) WithValue ¶
func (s Probe_StatusPathSelectorCarrierMobileNetworkCode) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorCarrierName ¶
type Probe_StatusPathSelectorCarrierName struct{}
func (Probe_StatusPathSelectorCarrierName) FieldPath ¶
func (Probe_StatusPathSelectorCarrierName) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorCarrierName) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorCarrierName) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorCarrierName) WithValue ¶
func (s Probe_StatusPathSelectorCarrierName) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorConnection ¶
type Probe_StatusPathSelectorConnection struct{}
func (Probe_StatusPathSelectorConnection) FieldPath ¶
func (Probe_StatusPathSelectorConnection) FieldPath() *ProbeStatus_FieldTerminalPath
func (Probe_StatusPathSelectorConnection) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorConnection) WithArrayOfValues(values []Probe_Status_ConnectionStatus) *ProbeStatus_FieldTerminalPathArrayOfValues
func (Probe_StatusPathSelectorConnection) WithValue ¶
func (s Probe_StatusPathSelectorConnection) WithValue(value Probe_Status_ConnectionStatus) *ProbeStatus_FieldTerminalPathValue
type Probe_StatusPathSelectorConnectionStatusChangeTime ¶
type Probe_StatusPathSelectorConnectionStatusChangeTime struct{}
func (Probe_StatusPathSelectorConnectionStatusChangeTime) FieldPath ¶
func (Probe_StatusPathSelectorConnectionStatusChangeTime) FieldPath() *ProbeStatus_FieldTerminalPath
func (Probe_StatusPathSelectorConnectionStatusChangeTime) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorConnectionStatusChangeTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeStatus_FieldTerminalPathArrayOfValues
func (Probe_StatusPathSelectorConnectionStatusChangeTime) WithValue ¶
func (s Probe_StatusPathSelectorConnectionStatusChangeTime) WithValue(value *timestamp.Timestamp) *ProbeStatus_FieldTerminalPathValue
type Probe_StatusPathSelectorDiscoveredLocation ¶
type Probe_StatusPathSelectorDiscoveredLocation struct{}
func (Probe_StatusPathSelectorDiscoveredLocation) AdminHierarchy ¶
func (Probe_StatusPathSelectorDiscoveredLocation) AdminHierarchy() Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy
func (Probe_StatusPathSelectorDiscoveredLocation) Coordinates ¶
func (Probe_StatusPathSelectorDiscoveredLocation) FieldPath ¶
func (Probe_StatusPathSelectorDiscoveredLocation) FieldPath() *ProbeStatus_FieldTerminalPath
func (Probe_StatusPathSelectorDiscoveredLocation) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocation) WithArrayOfValues(values []*common.Location) *ProbeStatus_FieldTerminalPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocation) WithSubArrayItemValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocation) WithSubArrayItemValue(subPathArrayItemValue common.Location_FieldPathArrayItemValue) *ProbeStatus_FieldSubPathArrayItemValue
func (Probe_StatusPathSelectorDiscoveredLocation) WithSubArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocation) WithSubArrayOfValues(subPathArrayOfValues common.Location_FieldPathArrayOfValues) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocation) WithSubPath ¶
func (Probe_StatusPathSelectorDiscoveredLocation) WithSubPath(subPath common.Location_FieldPath) *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorDiscoveredLocation) WithSubValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocation) WithSubValue(subPathValue common.Location_FieldPathValue) *ProbeStatus_FieldSubPathValue
func (Probe_StatusPathSelectorDiscoveredLocation) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocation) WithValue(value *common.Location) *ProbeStatus_FieldTerminalPathValue
type Probe_StatusPathSelectorDiscoveredLocationAccuracy ¶
type Probe_StatusPathSelectorDiscoveredLocationAccuracy struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAccuracy) FieldPath ¶
func (Probe_StatusPathSelectorDiscoveredLocationAccuracy) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorDiscoveredLocationAccuracy) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAccuracy) WithArrayOfValues(values []float64) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAccuracy) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAccuracy) WithValue(value float64) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationAddress ¶
type Probe_StatusPathSelectorDiscoveredLocationAddress struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAddress) AdminArea1 ¶
func (Probe_StatusPathSelectorDiscoveredLocationAddress) AdminArea2 ¶
func (Probe_StatusPathSelectorDiscoveredLocationAddress) AdminArea3 ¶
func (Probe_StatusPathSelectorDiscoveredLocationAddress) AdminArea4 ¶
func (Probe_StatusPathSelectorDiscoveredLocationAddress) CountryCode ¶
func (Probe_StatusPathSelectorDiscoveredLocationAddress) FieldPath ¶
func (Probe_StatusPathSelectorDiscoveredLocationAddress) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorDiscoveredLocationAddress) PostalCode ¶
func (Probe_StatusPathSelectorDiscoveredLocationAddress) StreetAddress ¶
func (Probe_StatusPathSelectorDiscoveredLocationAddress) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddress) WithArrayOfValues(values []*common.Address) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAddress) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddress) WithValue(value *common.Address) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea1 ¶
type Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea1 struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea1) FieldPath ¶
func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea1) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea1) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea1) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea1) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea2 ¶
type Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea2 struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea2) FieldPath ¶
func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea2) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea2) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea2) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea2) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea3 ¶
type Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea3 struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea3) FieldPath ¶
func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea3) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea3) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea3) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea3) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea4 ¶
type Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea4 struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea4) FieldPath ¶
func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea4) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea4) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea4) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddressAdminArea4) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationAddressContinent ¶
type Probe_StatusPathSelectorDiscoveredLocationAddressContinent struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAddressContinent) FieldPath ¶
func (Probe_StatusPathSelectorDiscoveredLocationAddressContinent) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorDiscoveredLocationAddressContinent) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddressContinent) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAddressContinent) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddressContinent) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationAddressCountry ¶
type Probe_StatusPathSelectorDiscoveredLocationAddressCountry struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAddressCountry) FieldPath ¶
func (Probe_StatusPathSelectorDiscoveredLocationAddressCountry) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorDiscoveredLocationAddressCountry) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddressCountry) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAddressCountry) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddressCountry) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationAddressCountryCode ¶
type Probe_StatusPathSelectorDiscoveredLocationAddressCountryCode struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAddressCountryCode) FieldPath ¶
func (Probe_StatusPathSelectorDiscoveredLocationAddressCountryCode) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorDiscoveredLocationAddressCountryCode) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAddressCountryCode) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddressCountryCode) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationAddressPostalCode ¶
type Probe_StatusPathSelectorDiscoveredLocationAddressPostalCode struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAddressPostalCode) FieldPath ¶
func (Probe_StatusPathSelectorDiscoveredLocationAddressPostalCode) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorDiscoveredLocationAddressPostalCode) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAddressPostalCode) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddressPostalCode) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationAddressStreetAddress ¶
type Probe_StatusPathSelectorDiscoveredLocationAddressStreetAddress struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAddressStreetAddress) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAddressStreetAddress) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAddressStreetAddress) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy ¶
type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy) FieldPath ¶
func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin1 ¶
type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin1 struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin1) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin1) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin2 ¶
type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin2 struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin2) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin2) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin3 ¶
type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin3 struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin3) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin3) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin4 ¶
type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin4 struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin4) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin4) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin5 ¶
type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin5 struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin5) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin5) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyContinent ¶
type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyContinent struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyContinent) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyContinent) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyCountry ¶
type Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyCountry struct{}
func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyCountry) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyCountry) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorDiscoveredLocationCoordinates ¶
type Probe_StatusPathSelectorDiscoveredLocationCoordinates struct{}
func (Probe_StatusPathSelectorDiscoveredLocationCoordinates) FieldPath ¶
func (Probe_StatusPathSelectorDiscoveredLocationCoordinates) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorDiscoveredLocationCoordinates) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorDiscoveredLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorDiscoveredLocationCoordinates) WithValue ¶
func (s Probe_StatusPathSelectorDiscoveredLocationCoordinates) WithValue(value *latlng.LatLng) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorExternalHostname ¶
type Probe_StatusPathSelectorExternalHostname struct{}
func (Probe_StatusPathSelectorExternalHostname) FieldPath ¶
func (Probe_StatusPathSelectorExternalHostname) FieldPath() *ProbeStatus_FieldTerminalPath
func (Probe_StatusPathSelectorExternalHostname) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorExternalHostname) WithArrayOfValues(values []string) *ProbeStatus_FieldTerminalPathArrayOfValues
func (Probe_StatusPathSelectorExternalHostname) WithValue ¶
func (s Probe_StatusPathSelectorExternalHostname) WithValue(value string) *ProbeStatus_FieldTerminalPathValue
type Probe_StatusPathSelectorExternalIpAddressV4 ¶
type Probe_StatusPathSelectorExternalIpAddressV4 struct{}
func (Probe_StatusPathSelectorExternalIpAddressV4) FieldPath ¶
func (Probe_StatusPathSelectorExternalIpAddressV4) FieldPath() *ProbeStatus_FieldTerminalPath
func (Probe_StatusPathSelectorExternalIpAddressV4) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorExternalIpAddressV4) WithArrayOfValues(values []string) *ProbeStatus_FieldTerminalPathArrayOfValues
func (Probe_StatusPathSelectorExternalIpAddressV4) WithValue ¶
func (s Probe_StatusPathSelectorExternalIpAddressV4) WithValue(value string) *ProbeStatus_FieldTerminalPathValue
type Probe_StatusPathSelectorExternalIpAddressV6 ¶
type Probe_StatusPathSelectorExternalIpAddressV6 struct{}
func (Probe_StatusPathSelectorExternalIpAddressV6) FieldPath ¶
func (Probe_StatusPathSelectorExternalIpAddressV6) FieldPath() *ProbeStatus_FieldTerminalPath
func (Probe_StatusPathSelectorExternalIpAddressV6) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorExternalIpAddressV6) WithArrayOfValues(values []string) *ProbeStatus_FieldTerminalPathArrayOfValues
func (Probe_StatusPathSelectorExternalIpAddressV6) WithValue ¶
func (s Probe_StatusPathSelectorExternalIpAddressV6) WithValue(value string) *ProbeStatus_FieldTerminalPathValue
type Probe_StatusPathSelectorNetworkInterfaces ¶
type Probe_StatusPathSelectorNetworkInterfaces struct{}
func (Probe_StatusPathSelectorNetworkInterfaces) FieldPath ¶
func (Probe_StatusPathSelectorNetworkInterfaces) FieldPath() *ProbeStatus_FieldTerminalPath
func (Probe_StatusPathSelectorNetworkInterfaces) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorNetworkInterfaces) WithArrayOfValues(values []map[string]*Probe_Status_NetworkInterface) *ProbeStatus_FieldTerminalPathArrayOfValues
func (Probe_StatusPathSelectorNetworkInterfaces) WithValue ¶
func (s Probe_StatusPathSelectorNetworkInterfaces) WithValue(value map[string]*Probe_Status_NetworkInterface) *ProbeStatus_FieldTerminalPathValue
type Probe_StatusPathSelectorSoftwareVersion ¶
type Probe_StatusPathSelectorSoftwareVersion struct{}
func (Probe_StatusPathSelectorSoftwareVersion) FieldPath ¶
func (Probe_StatusPathSelectorSoftwareVersion) FieldPath() *ProbeStatus_FieldTerminalPath
func (Probe_StatusPathSelectorSoftwareVersion) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorSoftwareVersion) WithArrayOfValues(values []*common.SoftwareVersion) *ProbeStatus_FieldTerminalPathArrayOfValues
func (Probe_StatusPathSelectorSoftwareVersion) WithSubArrayItemValue ¶
func (s Probe_StatusPathSelectorSoftwareVersion) WithSubArrayItemValue(subPathArrayItemValue common.SoftwareVersion_FieldPathArrayItemValue) *ProbeStatus_FieldSubPathArrayItemValue
func (Probe_StatusPathSelectorSoftwareVersion) WithSubArrayOfValues ¶
func (s Probe_StatusPathSelectorSoftwareVersion) WithSubArrayOfValues(subPathArrayOfValues common.SoftwareVersion_FieldPathArrayOfValues) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorSoftwareVersion) WithSubPath ¶
func (Probe_StatusPathSelectorSoftwareVersion) WithSubPath(subPath common.SoftwareVersion_FieldPath) *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorSoftwareVersion) WithSubValue ¶
func (s Probe_StatusPathSelectorSoftwareVersion) WithSubValue(subPathValue common.SoftwareVersion_FieldPathValue) *ProbeStatus_FieldSubPathValue
func (Probe_StatusPathSelectorSoftwareVersion) WithValue ¶
func (s Probe_StatusPathSelectorSoftwareVersion) WithValue(value *common.SoftwareVersion) *ProbeStatus_FieldTerminalPathValue
type Probe_StatusPathSelectorSoftwareVersionBuildDate ¶
type Probe_StatusPathSelectorSoftwareVersionBuildDate struct{}
func (Probe_StatusPathSelectorSoftwareVersionBuildDate) FieldPath ¶
func (Probe_StatusPathSelectorSoftwareVersionBuildDate) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorSoftwareVersionBuildDate) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorSoftwareVersionBuildDate) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorSoftwareVersionBuildDate) WithValue ¶
func (s Probe_StatusPathSelectorSoftwareVersionBuildDate) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorSoftwareVersionCommitId ¶
type Probe_StatusPathSelectorSoftwareVersionCommitId struct{}
func (Probe_StatusPathSelectorSoftwareVersionCommitId) FieldPath ¶
func (Probe_StatusPathSelectorSoftwareVersionCommitId) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorSoftwareVersionCommitId) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorSoftwareVersionCommitId) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorSoftwareVersionCommitId) WithValue ¶
func (s Probe_StatusPathSelectorSoftwareVersionCommitId) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorSoftwareVersionVersion ¶
type Probe_StatusPathSelectorSoftwareVersionVersion struct{}
func (Probe_StatusPathSelectorSoftwareVersionVersion) FieldPath ¶
func (Probe_StatusPathSelectorSoftwareVersionVersion) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorSoftwareVersionVersion) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorSoftwareVersionVersion) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorSoftwareVersionVersion) WithValue ¶
func (s Probe_StatusPathSelectorSoftwareVersionVersion) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorSystemInfo ¶
type Probe_StatusPathSelectorSystemInfo struct{}
func (Probe_StatusPathSelectorSystemInfo) Architecture ¶
func (Probe_StatusPathSelectorSystemInfo) Architecture() Probe_StatusPathSelectorSystemInfoArchitecture
func (Probe_StatusPathSelectorSystemInfo) FieldPath ¶
func (Probe_StatusPathSelectorSystemInfo) FieldPath() *ProbeStatus_FieldTerminalPath
func (Probe_StatusPathSelectorSystemInfo) HostName ¶
func (Probe_StatusPathSelectorSystemInfo) HostName() Probe_StatusPathSelectorSystemInfoHostName
func (Probe_StatusPathSelectorSystemInfo) Manufacturer ¶
func (Probe_StatusPathSelectorSystemInfo) Manufacturer() Probe_StatusPathSelectorSystemInfoManufacturer
func (Probe_StatusPathSelectorSystemInfo) Platform ¶
func (Probe_StatusPathSelectorSystemInfo) Platform() Probe_StatusPathSelectorSystemInfoPlatform
func (Probe_StatusPathSelectorSystemInfo) SerialNumber ¶
func (Probe_StatusPathSelectorSystemInfo) SerialNumber() Probe_StatusPathSelectorSystemInfoSerialNumber
func (Probe_StatusPathSelectorSystemInfo) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorSystemInfo) WithArrayOfValues(values []*Probe_Status_System) *ProbeStatus_FieldTerminalPathArrayOfValues
func (Probe_StatusPathSelectorSystemInfo) WithSubArrayItemValue ¶
func (s Probe_StatusPathSelectorSystemInfo) WithSubArrayItemValue(subPathArrayItemValue ProbeStatusSystem_FieldPathArrayItemValue) *ProbeStatus_FieldSubPathArrayItemValue
func (Probe_StatusPathSelectorSystemInfo) WithSubArrayOfValues ¶
func (s Probe_StatusPathSelectorSystemInfo) WithSubArrayOfValues(subPathArrayOfValues ProbeStatusSystem_FieldPathArrayOfValues) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorSystemInfo) WithSubPath ¶
func (Probe_StatusPathSelectorSystemInfo) WithSubPath(subPath ProbeStatusSystem_FieldPath) *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorSystemInfo) WithSubValue ¶
func (s Probe_StatusPathSelectorSystemInfo) WithSubValue(subPathValue ProbeStatusSystem_FieldPathValue) *ProbeStatus_FieldSubPathValue
func (Probe_StatusPathSelectorSystemInfo) WithValue ¶
func (s Probe_StatusPathSelectorSystemInfo) WithValue(value *Probe_Status_System) *ProbeStatus_FieldTerminalPathValue
type Probe_StatusPathSelectorSystemInfoArchitecture ¶
type Probe_StatusPathSelectorSystemInfoArchitecture struct{}
func (Probe_StatusPathSelectorSystemInfoArchitecture) FieldPath ¶
func (Probe_StatusPathSelectorSystemInfoArchitecture) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorSystemInfoArchitecture) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorSystemInfoArchitecture) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorSystemInfoArchitecture) WithValue ¶
func (s Probe_StatusPathSelectorSystemInfoArchitecture) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorSystemInfoFamily ¶
type Probe_StatusPathSelectorSystemInfoFamily struct{}
func (Probe_StatusPathSelectorSystemInfoFamily) FieldPath ¶
func (Probe_StatusPathSelectorSystemInfoFamily) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorSystemInfoFamily) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorSystemInfoFamily) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorSystemInfoFamily) WithValue ¶
func (s Probe_StatusPathSelectorSystemInfoFamily) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorSystemInfoHostName ¶
type Probe_StatusPathSelectorSystemInfoHostName struct{}
func (Probe_StatusPathSelectorSystemInfoHostName) FieldPath ¶
func (Probe_StatusPathSelectorSystemInfoHostName) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorSystemInfoHostName) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorSystemInfoHostName) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorSystemInfoHostName) WithValue ¶
func (s Probe_StatusPathSelectorSystemInfoHostName) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorSystemInfoManufacturer ¶
type Probe_StatusPathSelectorSystemInfoManufacturer struct{}
func (Probe_StatusPathSelectorSystemInfoManufacturer) FieldPath ¶
func (Probe_StatusPathSelectorSystemInfoManufacturer) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorSystemInfoManufacturer) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorSystemInfoManufacturer) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorSystemInfoManufacturer) WithValue ¶
func (s Probe_StatusPathSelectorSystemInfoManufacturer) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorSystemInfoModel ¶
type Probe_StatusPathSelectorSystemInfoModel struct{}
func (Probe_StatusPathSelectorSystemInfoModel) FieldPath ¶
func (Probe_StatusPathSelectorSystemInfoModel) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorSystemInfoModel) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorSystemInfoModel) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorSystemInfoModel) WithValue ¶
func (s Probe_StatusPathSelectorSystemInfoModel) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorSystemInfoOs ¶
type Probe_StatusPathSelectorSystemInfoOs struct{}
func (Probe_StatusPathSelectorSystemInfoOs) BuildVersion ¶
func (Probe_StatusPathSelectorSystemInfoOs) BuildVersion() Probe_StatusPathSelectorSystemInfoOsBuildVersion
func (Probe_StatusPathSelectorSystemInfoOs) FieldPath ¶
func (Probe_StatusPathSelectorSystemInfoOs) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorSystemInfoOs) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorSystemInfoOs) WithArrayOfValues(values []*Probe_Status_System_OS) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorSystemInfoOs) WithValue ¶
func (s Probe_StatusPathSelectorSystemInfoOs) WithValue(value *Probe_Status_System_OS) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorSystemInfoOsBuildVersion ¶
type Probe_StatusPathSelectorSystemInfoOsBuildVersion struct{}
func (Probe_StatusPathSelectorSystemInfoOsBuildVersion) FieldPath ¶
func (Probe_StatusPathSelectorSystemInfoOsBuildVersion) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorSystemInfoOsBuildVersion) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorSystemInfoOsBuildVersion) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorSystemInfoOsBuildVersion) WithValue ¶
func (s Probe_StatusPathSelectorSystemInfoOsBuildVersion) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorSystemInfoOsKernel ¶
type Probe_StatusPathSelectorSystemInfoOsKernel struct{}
func (Probe_StatusPathSelectorSystemInfoOsKernel) FieldPath ¶
func (Probe_StatusPathSelectorSystemInfoOsKernel) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorSystemInfoOsKernel) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorSystemInfoOsKernel) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorSystemInfoOsKernel) WithValue ¶
func (s Probe_StatusPathSelectorSystemInfoOsKernel) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorSystemInfoOsName ¶
type Probe_StatusPathSelectorSystemInfoOsName struct{}
func (Probe_StatusPathSelectorSystemInfoOsName) FieldPath ¶
func (Probe_StatusPathSelectorSystemInfoOsName) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorSystemInfoOsName) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorSystemInfoOsName) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorSystemInfoOsName) WithValue ¶
func (s Probe_StatusPathSelectorSystemInfoOsName) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorSystemInfoOsVersion ¶
type Probe_StatusPathSelectorSystemInfoOsVersion struct{}
func (Probe_StatusPathSelectorSystemInfoOsVersion) FieldPath ¶
func (Probe_StatusPathSelectorSystemInfoOsVersion) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorSystemInfoOsVersion) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorSystemInfoOsVersion) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorSystemInfoOsVersion) WithValue ¶
func (s Probe_StatusPathSelectorSystemInfoOsVersion) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorSystemInfoPlatform ¶
type Probe_StatusPathSelectorSystemInfoPlatform struct{}
func (Probe_StatusPathSelectorSystemInfoPlatform) FieldPath ¶
func (Probe_StatusPathSelectorSystemInfoPlatform) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorSystemInfoPlatform) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorSystemInfoPlatform) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorSystemInfoPlatform) WithValue ¶
func (s Probe_StatusPathSelectorSystemInfoPlatform) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorSystemInfoSerialNumber ¶
type Probe_StatusPathSelectorSystemInfoSerialNumber struct{}
func (Probe_StatusPathSelectorSystemInfoSerialNumber) FieldPath ¶
func (Probe_StatusPathSelectorSystemInfoSerialNumber) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorSystemInfoSerialNumber) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorSystemInfoSerialNumber) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorSystemInfoSerialNumber) WithValue ¶
func (s Probe_StatusPathSelectorSystemInfoSerialNumber) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_StatusPathSelectorSystemInfoSku ¶
type Probe_StatusPathSelectorSystemInfoSku struct{}
func (Probe_StatusPathSelectorSystemInfoSku) FieldPath ¶
func (Probe_StatusPathSelectorSystemInfoSku) FieldPath() *ProbeStatus_FieldSubPath
func (Probe_StatusPathSelectorSystemInfoSku) WithArrayOfValues ¶
func (s Probe_StatusPathSelectorSystemInfoSku) WithArrayOfValues(values []string) *ProbeStatus_FieldSubPathArrayOfValues
func (Probe_StatusPathSelectorSystemInfoSku) WithValue ¶
func (s Probe_StatusPathSelectorSystemInfoSku) WithValue(value string) *ProbeStatus_FieldSubPathValue
type Probe_Status_ActivationState ¶
type Probe_Status_ActivationState struct { Status Probe_Status_ActivationState_Status `` /* 148-byte string literal not displayed */ // Session object stores required information about current activation // session CurrentSession *Probe_Status_ActivationState_Session `` /* 130-byte string literal not displayed */ // Managed Service account reference ServiceAccount *iam_service_account.Reference `` /* 151-byte string literal not displayed */ LastInvitation *Probe_Status_ActivationState_InvitationState `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Probe_Status_ActivationState) Clone ¶
func (o *Probe_Status_ActivationState) Clone() *Probe_Status_ActivationState
func (*Probe_Status_ActivationState) CloneRaw ¶
func (o *Probe_Status_ActivationState) CloneRaw() gotenobject.GotenObjectExt
func (*Probe_Status_ActivationState) Descriptor ¶
func (*Probe_Status_ActivationState) Descriptor() ([]byte, []int)
Deprecated, Use Probe_Status_ActivationState.ProtoReflect.Descriptor instead.
func (*Probe_Status_ActivationState) GetCurrentSession ¶
func (m *Probe_Status_ActivationState) GetCurrentSession() *Probe_Status_ActivationState_Session
func (*Probe_Status_ActivationState) GetLastInvitation ¶
func (m *Probe_Status_ActivationState) GetLastInvitation() *Probe_Status_ActivationState_InvitationState
func (*Probe_Status_ActivationState) GetServiceAccount ¶
func (m *Probe_Status_ActivationState) GetServiceAccount() *iam_service_account.Reference
func (*Probe_Status_ActivationState) GetStatus ¶
func (m *Probe_Status_ActivationState) GetStatus() Probe_Status_ActivationState_Status
func (*Probe_Status_ActivationState) GotenMessage ¶
func (*Probe_Status_ActivationState) GotenMessage()
func (*Probe_Status_ActivationState) GotenObjectExt ¶
func (o *Probe_Status_ActivationState) GotenObjectExt()
func (*Probe_Status_ActivationState) GotenValidate ¶
func (obj *Probe_Status_ActivationState) GotenValidate() error
func (*Probe_Status_ActivationState) MakeDiffFieldMask ¶
func (o *Probe_Status_ActivationState) MakeDiffFieldMask(other *Probe_Status_ActivationState) *Probe_Status_ActivationState_FieldMask
func (*Probe_Status_ActivationState) MakeFullFieldMask ¶
func (o *Probe_Status_ActivationState) MakeFullFieldMask() *Probe_Status_ActivationState_FieldMask
func (*Probe_Status_ActivationState) MakeRawDiffFieldMask ¶
func (o *Probe_Status_ActivationState) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Probe_Status_ActivationState) MakeRawFullFieldMask ¶
func (o *Probe_Status_ActivationState) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Probe_Status_ActivationState) Marshal ¶
func (m *Probe_Status_ActivationState) Marshal() ([]byte, error)
func (*Probe_Status_ActivationState) MarshalJSON ¶
func (m *Probe_Status_ActivationState) MarshalJSON() ([]byte, error)
func (*Probe_Status_ActivationState) Merge ¶
func (o *Probe_Status_ActivationState) Merge(source *Probe_Status_ActivationState)
func (*Probe_Status_ActivationState) MergeRaw ¶
func (o *Probe_Status_ActivationState) MergeRaw(source gotenobject.GotenObjectExt)
func (*Probe_Status_ActivationState) ProtoMessage ¶
func (*Probe_Status_ActivationState) ProtoMessage()
func (*Probe_Status_ActivationState) ProtoReflect ¶
func (m *Probe_Status_ActivationState) ProtoReflect() preflect.Message
func (*Probe_Status_ActivationState) Reset ¶
func (m *Probe_Status_ActivationState) Reset()
func (*Probe_Status_ActivationState) SetCurrentSession ¶
func (m *Probe_Status_ActivationState) SetCurrentSession(fv *Probe_Status_ActivationState_Session)
func (*Probe_Status_ActivationState) SetLastInvitation ¶
func (m *Probe_Status_ActivationState) SetLastInvitation(fv *Probe_Status_ActivationState_InvitationState)
func (*Probe_Status_ActivationState) SetServiceAccount ¶
func (m *Probe_Status_ActivationState) SetServiceAccount(fv *iam_service_account.Reference)
func (*Probe_Status_ActivationState) SetStatus ¶
func (m *Probe_Status_ActivationState) SetStatus(fv Probe_Status_ActivationState_Status)
func (*Probe_Status_ActivationState) String ¶
func (m *Probe_Status_ActivationState) String() string
func (*Probe_Status_ActivationState) Unmarshal ¶
func (m *Probe_Status_ActivationState) Unmarshal(b []byte) error
func (*Probe_Status_ActivationState) UnmarshalJSON ¶
func (m *Probe_Status_ActivationState) UnmarshalJSON(data []byte) error
type Probe_Status_ActivationStatePathSelectorCurrentSession ¶
type Probe_Status_ActivationStatePathSelectorCurrentSession struct{}
func (Probe_Status_ActivationStatePathSelectorCurrentSession) ClientCookie ¶
func (Probe_Status_ActivationStatePathSelectorCurrentSession) LockDeadline ¶
func (Probe_Status_ActivationStatePathSelectorCurrentSession) WithArrayOfValues ¶
func (s Probe_Status_ActivationStatePathSelectorCurrentSession) WithArrayOfValues(values []*Probe_Status_ActivationState_Session) *ProbeStatusActivationState_FieldTerminalPathArrayOfValues
func (Probe_Status_ActivationStatePathSelectorCurrentSession) WithSubArrayItemValue ¶
func (s Probe_Status_ActivationStatePathSelectorCurrentSession) WithSubArrayItemValue(subPathArrayItemValue ProbeStatusActivationStateSession_FieldPathArrayItemValue) *ProbeStatusActivationState_FieldSubPathArrayItemValue
func (Probe_Status_ActivationStatePathSelectorCurrentSession) WithSubArrayOfValues ¶
func (s Probe_Status_ActivationStatePathSelectorCurrentSession) WithSubArrayOfValues(subPathArrayOfValues ProbeStatusActivationStateSession_FieldPathArrayOfValues) *ProbeStatusActivationState_FieldSubPathArrayOfValues
func (Probe_Status_ActivationStatePathSelectorCurrentSession) WithSubPath ¶
func (Probe_Status_ActivationStatePathSelectorCurrentSession) WithSubValue ¶
func (s Probe_Status_ActivationStatePathSelectorCurrentSession) WithSubValue(subPathValue ProbeStatusActivationStateSession_FieldPathValue) *ProbeStatusActivationState_FieldSubPathValue
type Probe_Status_ActivationStatePathSelectorCurrentSessionClientCookie ¶
type Probe_Status_ActivationStatePathSelectorCurrentSessionClientCookie struct{}
func (Probe_Status_ActivationStatePathSelectorCurrentSessionClientCookie) WithArrayOfValues ¶
func (s Probe_Status_ActivationStatePathSelectorCurrentSessionClientCookie) WithArrayOfValues(values []string) *ProbeStatusActivationState_FieldSubPathArrayOfValues
func (Probe_Status_ActivationStatePathSelectorCurrentSessionClientCookie) WithValue ¶
func (s Probe_Status_ActivationStatePathSelectorCurrentSessionClientCookie) WithValue(value string) *ProbeStatusActivationState_FieldSubPathValue
type Probe_Status_ActivationStatePathSelectorCurrentSessionLockDeadline ¶
type Probe_Status_ActivationStatePathSelectorCurrentSessionLockDeadline struct{}
func (Probe_Status_ActivationStatePathSelectorCurrentSessionLockDeadline) WithArrayOfValues ¶
func (s Probe_Status_ActivationStatePathSelectorCurrentSessionLockDeadline) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeStatusActivationState_FieldSubPathArrayOfValues
type Probe_Status_ActivationStatePathSelectorLastInvitation ¶
type Probe_Status_ActivationStatePathSelectorLastInvitation struct{}
func (Probe_Status_ActivationStatePathSelectorLastInvitation) WithArrayOfValues ¶
func (s Probe_Status_ActivationStatePathSelectorLastInvitation) WithArrayOfValues(values []*Probe_Status_ActivationState_InvitationState) *ProbeStatusActivationState_FieldTerminalPathArrayOfValues
func (Probe_Status_ActivationStatePathSelectorLastInvitation) WithSubArrayItemValue ¶
func (s Probe_Status_ActivationStatePathSelectorLastInvitation) WithSubArrayItemValue(subPathArrayItemValue ProbeStatusActivationStateInvitationState_FieldPathArrayItemValue) *ProbeStatusActivationState_FieldSubPathArrayItemValue
func (Probe_Status_ActivationStatePathSelectorLastInvitation) WithSubArrayOfValues ¶
func (s Probe_Status_ActivationStatePathSelectorLastInvitation) WithSubArrayOfValues(subPathArrayOfValues ProbeStatusActivationStateInvitationState_FieldPathArrayOfValues) *ProbeStatusActivationState_FieldSubPathArrayOfValues
func (Probe_Status_ActivationStatePathSelectorLastInvitation) WithSubPath ¶
func (Probe_Status_ActivationStatePathSelectorLastInvitation) WithSubValue ¶
func (s Probe_Status_ActivationStatePathSelectorLastInvitation) WithSubValue(subPathValue ProbeStatusActivationStateInvitationState_FieldPathValue) *ProbeStatusActivationState_FieldSubPathValue
type Probe_Status_ActivationStatePathSelectorLastInvitationSender ¶
type Probe_Status_ActivationStatePathSelectorLastInvitationSender struct{}
func (Probe_Status_ActivationStatePathSelectorLastInvitationSender) WithArrayOfValues ¶
func (s Probe_Status_ActivationStatePathSelectorLastInvitationSender) WithArrayOfValues(values []string) *ProbeStatusActivationState_FieldSubPathArrayOfValues
func (Probe_Status_ActivationStatePathSelectorLastInvitationSender) WithValue ¶
func (s Probe_Status_ActivationStatePathSelectorLastInvitationSender) WithValue(value string) *ProbeStatusActivationState_FieldSubPathValue
type Probe_Status_ActivationStatePathSelectorLastInvitationSentDate ¶
type Probe_Status_ActivationStatePathSelectorLastInvitationSentDate struct{}
func (Probe_Status_ActivationStatePathSelectorLastInvitationSentDate) WithArrayOfValues ¶
func (s Probe_Status_ActivationStatePathSelectorLastInvitationSentDate) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeStatusActivationState_FieldSubPathArrayOfValues
func (Probe_Status_ActivationStatePathSelectorLastInvitationSentDate) WithValue ¶
func (s Probe_Status_ActivationStatePathSelectorLastInvitationSentDate) WithValue(value *timestamp.Timestamp) *ProbeStatusActivationState_FieldSubPathValue
type Probe_Status_ActivationStatePathSelectorServiceAccount ¶
type Probe_Status_ActivationStatePathSelectorServiceAccount struct{}
func (Probe_Status_ActivationStatePathSelectorServiceAccount) WithArrayOfValues ¶
func (s Probe_Status_ActivationStatePathSelectorServiceAccount) WithArrayOfValues(values []*iam_service_account.Reference) *ProbeStatusActivationState_FieldTerminalPathArrayOfValues
type Probe_Status_ActivationStatePathSelectorStatus ¶
type Probe_Status_ActivationStatePathSelectorStatus struct{}
func (Probe_Status_ActivationStatePathSelectorStatus) WithArrayOfValues ¶
func (s Probe_Status_ActivationStatePathSelectorStatus) WithArrayOfValues(values []Probe_Status_ActivationState_Status) *ProbeStatusActivationState_FieldTerminalPathArrayOfValues
type Probe_Status_ActivationState_FieldMask ¶
type Probe_Status_ActivationState_FieldMask struct {
Paths []ProbeStatusActivationState_FieldPath
}
func FullProbe_Status_ActivationState_FieldMask ¶
func FullProbe_Status_ActivationState_FieldMask() *Probe_Status_ActivationState_FieldMask
func (*Probe_Status_ActivationState_FieldMask) AppendPath ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) AppendPath(path ProbeStatusActivationState_FieldPath)
func (*Probe_Status_ActivationState_FieldMask) AppendRawPath ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Probe_Status_ActivationState_FieldMask) DecodeFirestore ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Probe_Status_ActivationState_FieldMask) EncodeFirestore ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Probe_Status_ActivationState_FieldMask) FilterInputFields ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) FilterInputFields() *Probe_Status_ActivationState_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Probe_Status_ActivationState_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Probe_Status_ActivationState_FieldMask) GetPaths ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) GetPaths() []ProbeStatusActivationState_FieldPath
func (*Probe_Status_ActivationState_FieldMask) GetRawPaths ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Probe_Status_ActivationState_FieldMask) IsFull ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) IsFull() bool
func (Probe_Status_ActivationState_FieldMask) Marshal ¶
func (fieldMask Probe_Status_ActivationState_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Probe_Status_ActivationState_FieldMask) MarshalJSON ¶
func (fieldMask Probe_Status_ActivationState_FieldMask) MarshalJSON() ([]byte, error)
func (*Probe_Status_ActivationState_FieldMask) PathsCount ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) PathsCount() int
func (*Probe_Status_ActivationState_FieldMask) Project ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) Project(source *Probe_Status_ActivationState) *Probe_Status_ActivationState
func (*Probe_Status_ActivationState_FieldMask) ProjectRaw ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Probe_Status_ActivationState_FieldMask) ProtoMessage ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) ProtoMessage()
func (*Probe_Status_ActivationState_FieldMask) ProtoReflect ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) ProtoReflect() preflect.Message
func (*Probe_Status_ActivationState_FieldMask) Reset ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) Reset()
func (*Probe_Status_ActivationState_FieldMask) Set ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) Set(target, source *Probe_Status_ActivationState)
func (*Probe_Status_ActivationState_FieldMask) SetFromCliFlag ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) SetFromCliFlag(raw string) error
func (*Probe_Status_ActivationState_FieldMask) SetRaw ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Probe_Status_ActivationState_FieldMask) Size ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) Size() int
func (*Probe_Status_ActivationState_FieldMask) String ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) String() string
func (*Probe_Status_ActivationState_FieldMask) Subtract ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) Subtract(other *Probe_Status_ActivationState_FieldMask) *Probe_Status_ActivationState_FieldMask
func (*Probe_Status_ActivationState_FieldMask) SubtractRaw ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Probe_Status_ActivationState_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Probe_Status_ActivationState_FieldMask) Unmarshal ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) Unmarshal(data []byte) error
func (*Probe_Status_ActivationState_FieldMask) UnmarshalJSON ¶
func (fieldMask *Probe_Status_ActivationState_FieldMask) UnmarshalJSON(data []byte) error
type Probe_Status_ActivationState_InvitationState ¶
type Probe_Status_ActivationState_InvitationState struct { // sent date SentDate *timestamp.Timestamp `protobuf:"bytes,1,opt,name=sent_date,json=sentDate,proto3" json:"sent_date,omitempty" firestore:"sentDate"` // sender TODO: make it a formal reference Sender string `protobuf:"bytes,2,opt,name=sender,proto3" json:"sender,omitempty" firestore:"sender"` // contains filtered or unexported fields }
activation invitation state
func (*Probe_Status_ActivationState_InvitationState) CloneRaw ¶
func (o *Probe_Status_ActivationState_InvitationState) CloneRaw() gotenobject.GotenObjectExt
func (*Probe_Status_ActivationState_InvitationState) Descriptor ¶
func (*Probe_Status_ActivationState_InvitationState) Descriptor() ([]byte, []int)
Deprecated, Use Probe_Status_ActivationState_InvitationState.ProtoReflect.Descriptor instead.
func (*Probe_Status_ActivationState_InvitationState) GetSender ¶
func (m *Probe_Status_ActivationState_InvitationState) GetSender() string
func (*Probe_Status_ActivationState_InvitationState) GetSentDate ¶
func (m *Probe_Status_ActivationState_InvitationState) GetSentDate() *timestamp.Timestamp
func (*Probe_Status_ActivationState_InvitationState) GotenMessage ¶
func (*Probe_Status_ActivationState_InvitationState) GotenMessage()
func (*Probe_Status_ActivationState_InvitationState) GotenObjectExt ¶
func (o *Probe_Status_ActivationState_InvitationState) GotenObjectExt()
func (*Probe_Status_ActivationState_InvitationState) GotenValidate ¶
func (obj *Probe_Status_ActivationState_InvitationState) GotenValidate() error
func (*Probe_Status_ActivationState_InvitationState) MakeDiffFieldMask ¶
func (o *Probe_Status_ActivationState_InvitationState) MakeDiffFieldMask(other *Probe_Status_ActivationState_InvitationState) *Probe_Status_ActivationState_InvitationState_FieldMask
func (*Probe_Status_ActivationState_InvitationState) MakeFullFieldMask ¶
func (o *Probe_Status_ActivationState_InvitationState) MakeFullFieldMask() *Probe_Status_ActivationState_InvitationState_FieldMask
func (*Probe_Status_ActivationState_InvitationState) MakeRawDiffFieldMask ¶
func (o *Probe_Status_ActivationState_InvitationState) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Probe_Status_ActivationState_InvitationState) MakeRawFullFieldMask ¶
func (o *Probe_Status_ActivationState_InvitationState) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Probe_Status_ActivationState_InvitationState) Marshal ¶
func (m *Probe_Status_ActivationState_InvitationState) Marshal() ([]byte, error)
func (*Probe_Status_ActivationState_InvitationState) MarshalJSON ¶
func (m *Probe_Status_ActivationState_InvitationState) MarshalJSON() ([]byte, error)
func (*Probe_Status_ActivationState_InvitationState) Merge ¶
func (o *Probe_Status_ActivationState_InvitationState) Merge(source *Probe_Status_ActivationState_InvitationState)
func (*Probe_Status_ActivationState_InvitationState) MergeRaw ¶
func (o *Probe_Status_ActivationState_InvitationState) MergeRaw(source gotenobject.GotenObjectExt)
func (*Probe_Status_ActivationState_InvitationState) ProtoMessage ¶
func (*Probe_Status_ActivationState_InvitationState) ProtoMessage()
func (*Probe_Status_ActivationState_InvitationState) ProtoReflect ¶
func (m *Probe_Status_ActivationState_InvitationState) ProtoReflect() preflect.Message
func (*Probe_Status_ActivationState_InvitationState) Reset ¶
func (m *Probe_Status_ActivationState_InvitationState) Reset()
func (*Probe_Status_ActivationState_InvitationState) SetSender ¶
func (m *Probe_Status_ActivationState_InvitationState) SetSender(fv string)
func (*Probe_Status_ActivationState_InvitationState) SetSentDate ¶
func (m *Probe_Status_ActivationState_InvitationState) SetSentDate(fv *timestamp.Timestamp)
func (*Probe_Status_ActivationState_InvitationState) String ¶
func (m *Probe_Status_ActivationState_InvitationState) String() string
func (*Probe_Status_ActivationState_InvitationState) Unmarshal ¶
func (m *Probe_Status_ActivationState_InvitationState) Unmarshal(b []byte) error
func (*Probe_Status_ActivationState_InvitationState) UnmarshalJSON ¶
func (m *Probe_Status_ActivationState_InvitationState) UnmarshalJSON(data []byte) error
type Probe_Status_ActivationState_InvitationStatePathSelectorSender ¶
type Probe_Status_ActivationState_InvitationStatePathSelectorSender struct{}
func (Probe_Status_ActivationState_InvitationStatePathSelectorSender) WithArrayOfValues ¶
func (s Probe_Status_ActivationState_InvitationStatePathSelectorSender) WithArrayOfValues(values []string) *ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayOfValues
type Probe_Status_ActivationState_InvitationStatePathSelectorSentDate ¶
type Probe_Status_ActivationState_InvitationStatePathSelectorSentDate struct{}
func (Probe_Status_ActivationState_InvitationStatePathSelectorSentDate) WithArrayOfValues ¶
func (s Probe_Status_ActivationState_InvitationStatePathSelectorSentDate) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeStatusActivationStateInvitationState_FieldTerminalPathArrayOfValues
type Probe_Status_ActivationState_InvitationState_FieldMask ¶
type Probe_Status_ActivationState_InvitationState_FieldMask struct {
Paths []ProbeStatusActivationStateInvitationState_FieldPath
}
func FullProbe_Status_ActivationState_InvitationState_FieldMask ¶
func FullProbe_Status_ActivationState_InvitationState_FieldMask() *Probe_Status_ActivationState_InvitationState_FieldMask
func (*Probe_Status_ActivationState_InvitationState_FieldMask) AppendPath ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) AppendPath(path ProbeStatusActivationStateInvitationState_FieldPath)
func (*Probe_Status_ActivationState_InvitationState_FieldMask) AppendRawPath ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Probe_Status_ActivationState_InvitationState_FieldMask) DecodeFirestore ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Probe_Status_ActivationState_InvitationState_FieldMask) EncodeFirestore ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Probe_Status_ActivationState_InvitationState_FieldMask) FilterInputFields ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) FilterInputFields() *Probe_Status_ActivationState_InvitationState_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Probe_Status_ActivationState_InvitationState_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Probe_Status_ActivationState_InvitationState_FieldMask) GetPaths ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) GetPaths() []ProbeStatusActivationStateInvitationState_FieldPath
func (*Probe_Status_ActivationState_InvitationState_FieldMask) GetRawPaths ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Probe_Status_ActivationState_InvitationState_FieldMask) IsFull ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) IsFull() bool
func (Probe_Status_ActivationState_InvitationState_FieldMask) Marshal ¶
func (fieldMask Probe_Status_ActivationState_InvitationState_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Probe_Status_ActivationState_InvitationState_FieldMask) MarshalJSON ¶
func (fieldMask Probe_Status_ActivationState_InvitationState_FieldMask) MarshalJSON() ([]byte, error)
func (*Probe_Status_ActivationState_InvitationState_FieldMask) PathsCount ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) PathsCount() int
func (*Probe_Status_ActivationState_InvitationState_FieldMask) Project ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) Project(source *Probe_Status_ActivationState_InvitationState) *Probe_Status_ActivationState_InvitationState
func (*Probe_Status_ActivationState_InvitationState_FieldMask) ProjectRaw ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Probe_Status_ActivationState_InvitationState_FieldMask) ProtoMessage ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) ProtoMessage()
func (*Probe_Status_ActivationState_InvitationState_FieldMask) ProtoReflect ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) ProtoReflect() preflect.Message
func (*Probe_Status_ActivationState_InvitationState_FieldMask) Reset ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) Reset()
func (*Probe_Status_ActivationState_InvitationState_FieldMask) Set ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) Set(target, source *Probe_Status_ActivationState_InvitationState)
func (*Probe_Status_ActivationState_InvitationState_FieldMask) SetFromCliFlag ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) SetFromCliFlag(raw string) error
func (*Probe_Status_ActivationState_InvitationState_FieldMask) SetRaw ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Probe_Status_ActivationState_InvitationState_FieldMask) Size ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) Size() int
func (*Probe_Status_ActivationState_InvitationState_FieldMask) String ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) String() string
func (*Probe_Status_ActivationState_InvitationState_FieldMask) SubtractRaw ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Probe_Status_ActivationState_InvitationState_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Probe_Status_ActivationState_InvitationState_FieldMask) Unmarshal ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) Unmarshal(data []byte) error
func (*Probe_Status_ActivationState_InvitationState_FieldMask) UnmarshalJSON ¶
func (fieldMask *Probe_Status_ActivationState_InvitationState_FieldMask) UnmarshalJSON(data []byte) error
type Probe_Status_ActivationState_Session ¶
type Probe_Status_ActivationState_Session struct { // current activation session cookie - allows avoiding collisions and // ensure that only single client gets activated ClientCookie string `protobuf:"bytes,1,opt,name=client_cookie,json=clientCookie,proto3" json:"client_cookie,omitempty" firestore:"clientCookie"` // current session lock deadline for client identified with its cookie. // after lock timestamp is exceeded, new clients may override cookie. LockDeadline *timestamp.Timestamp `protobuf:"bytes,2,opt,name=lock_deadline,json=lockDeadline,proto3" json:"lock_deadline,omitempty" firestore:"lockDeadline"` // contains filtered or unexported fields }
func (*Probe_Status_ActivationState_Session) Clone ¶
func (o *Probe_Status_ActivationState_Session) Clone() *Probe_Status_ActivationState_Session
func (*Probe_Status_ActivationState_Session) CloneRaw ¶
func (o *Probe_Status_ActivationState_Session) CloneRaw() gotenobject.GotenObjectExt
func (*Probe_Status_ActivationState_Session) Descriptor ¶
func (*Probe_Status_ActivationState_Session) Descriptor() ([]byte, []int)
Deprecated, Use Probe_Status_ActivationState_Session.ProtoReflect.Descriptor instead.
func (*Probe_Status_ActivationState_Session) GetClientCookie ¶
func (m *Probe_Status_ActivationState_Session) GetClientCookie() string
func (*Probe_Status_ActivationState_Session) GetLockDeadline ¶
func (m *Probe_Status_ActivationState_Session) GetLockDeadline() *timestamp.Timestamp
func (*Probe_Status_ActivationState_Session) GotenMessage ¶
func (*Probe_Status_ActivationState_Session) GotenMessage()
func (*Probe_Status_ActivationState_Session) GotenObjectExt ¶
func (o *Probe_Status_ActivationState_Session) GotenObjectExt()
func (*Probe_Status_ActivationState_Session) GotenValidate ¶
func (obj *Probe_Status_ActivationState_Session) GotenValidate() error
func (*Probe_Status_ActivationState_Session) MakeDiffFieldMask ¶
func (o *Probe_Status_ActivationState_Session) MakeDiffFieldMask(other *Probe_Status_ActivationState_Session) *Probe_Status_ActivationState_Session_FieldMask
func (*Probe_Status_ActivationState_Session) MakeFullFieldMask ¶
func (o *Probe_Status_ActivationState_Session) MakeFullFieldMask() *Probe_Status_ActivationState_Session_FieldMask
func (*Probe_Status_ActivationState_Session) MakeRawDiffFieldMask ¶
func (o *Probe_Status_ActivationState_Session) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Probe_Status_ActivationState_Session) MakeRawFullFieldMask ¶
func (o *Probe_Status_ActivationState_Session) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Probe_Status_ActivationState_Session) Marshal ¶
func (m *Probe_Status_ActivationState_Session) Marshal() ([]byte, error)
func (*Probe_Status_ActivationState_Session) MarshalJSON ¶
func (m *Probe_Status_ActivationState_Session) MarshalJSON() ([]byte, error)
func (*Probe_Status_ActivationState_Session) Merge ¶
func (o *Probe_Status_ActivationState_Session) Merge(source *Probe_Status_ActivationState_Session)
func (*Probe_Status_ActivationState_Session) MergeRaw ¶
func (o *Probe_Status_ActivationState_Session) MergeRaw(source gotenobject.GotenObjectExt)
func (*Probe_Status_ActivationState_Session) ProtoMessage ¶
func (*Probe_Status_ActivationState_Session) ProtoMessage()
func (*Probe_Status_ActivationState_Session) ProtoReflect ¶
func (m *Probe_Status_ActivationState_Session) ProtoReflect() preflect.Message
func (*Probe_Status_ActivationState_Session) Reset ¶
func (m *Probe_Status_ActivationState_Session) Reset()
func (*Probe_Status_ActivationState_Session) SetClientCookie ¶
func (m *Probe_Status_ActivationState_Session) SetClientCookie(fv string)
func (*Probe_Status_ActivationState_Session) SetLockDeadline ¶
func (m *Probe_Status_ActivationState_Session) SetLockDeadline(fv *timestamp.Timestamp)
func (*Probe_Status_ActivationState_Session) String ¶
func (m *Probe_Status_ActivationState_Session) String() string
func (*Probe_Status_ActivationState_Session) Unmarshal ¶
func (m *Probe_Status_ActivationState_Session) Unmarshal(b []byte) error
func (*Probe_Status_ActivationState_Session) UnmarshalJSON ¶
func (m *Probe_Status_ActivationState_Session) UnmarshalJSON(data []byte) error
type Probe_Status_ActivationState_SessionPathSelectorClientCookie ¶
type Probe_Status_ActivationState_SessionPathSelectorClientCookie struct{}
func (Probe_Status_ActivationState_SessionPathSelectorClientCookie) WithArrayOfValues ¶
func (s Probe_Status_ActivationState_SessionPathSelectorClientCookie) WithArrayOfValues(values []string) *ProbeStatusActivationStateSession_FieldTerminalPathArrayOfValues
type Probe_Status_ActivationState_SessionPathSelectorLockDeadline ¶
type Probe_Status_ActivationState_SessionPathSelectorLockDeadline struct{}
func (Probe_Status_ActivationState_SessionPathSelectorLockDeadline) WithArrayOfValues ¶
func (s Probe_Status_ActivationState_SessionPathSelectorLockDeadline) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeStatusActivationStateSession_FieldTerminalPathArrayOfValues
type Probe_Status_ActivationState_Session_FieldMask ¶
type Probe_Status_ActivationState_Session_FieldMask struct {
Paths []ProbeStatusActivationStateSession_FieldPath
}
func FullProbe_Status_ActivationState_Session_FieldMask ¶
func FullProbe_Status_ActivationState_Session_FieldMask() *Probe_Status_ActivationState_Session_FieldMask
func (*Probe_Status_ActivationState_Session_FieldMask) AppendPath ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) AppendPath(path ProbeStatusActivationStateSession_FieldPath)
func (*Probe_Status_ActivationState_Session_FieldMask) AppendRawPath ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Probe_Status_ActivationState_Session_FieldMask) DecodeFirestore ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Probe_Status_ActivationState_Session_FieldMask) EncodeFirestore ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Probe_Status_ActivationState_Session_FieldMask) FilterInputFields ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) FilterInputFields() *Probe_Status_ActivationState_Session_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Probe_Status_ActivationState_Session_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Probe_Status_ActivationState_Session_FieldMask) GetPaths ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) GetPaths() []ProbeStatusActivationStateSession_FieldPath
func (*Probe_Status_ActivationState_Session_FieldMask) GetRawPaths ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Probe_Status_ActivationState_Session_FieldMask) IsFull ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) IsFull() bool
func (Probe_Status_ActivationState_Session_FieldMask) Marshal ¶
func (fieldMask Probe_Status_ActivationState_Session_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Probe_Status_ActivationState_Session_FieldMask) MarshalJSON ¶
func (fieldMask Probe_Status_ActivationState_Session_FieldMask) MarshalJSON() ([]byte, error)
func (*Probe_Status_ActivationState_Session_FieldMask) PathsCount ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) PathsCount() int
func (*Probe_Status_ActivationState_Session_FieldMask) Project ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) Project(source *Probe_Status_ActivationState_Session) *Probe_Status_ActivationState_Session
func (*Probe_Status_ActivationState_Session_FieldMask) ProjectRaw ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Probe_Status_ActivationState_Session_FieldMask) ProtoMessage ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) ProtoMessage()
func (*Probe_Status_ActivationState_Session_FieldMask) ProtoReflect ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) ProtoReflect() preflect.Message
func (*Probe_Status_ActivationState_Session_FieldMask) Reset ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) Reset()
func (*Probe_Status_ActivationState_Session_FieldMask) Set ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) Set(target, source *Probe_Status_ActivationState_Session)
func (*Probe_Status_ActivationState_Session_FieldMask) SetFromCliFlag ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) SetFromCliFlag(raw string) error
func (*Probe_Status_ActivationState_Session_FieldMask) SetRaw ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Probe_Status_ActivationState_Session_FieldMask) Size ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) Size() int
func (*Probe_Status_ActivationState_Session_FieldMask) String ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) String() string
func (*Probe_Status_ActivationState_Session_FieldMask) Subtract ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) Subtract(other *Probe_Status_ActivationState_Session_FieldMask) *Probe_Status_ActivationState_Session_FieldMask
func (*Probe_Status_ActivationState_Session_FieldMask) SubtractRaw ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Probe_Status_ActivationState_Session_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Probe_Status_ActivationState_Session_FieldMask) Unmarshal ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) Unmarshal(data []byte) error
func (*Probe_Status_ActivationState_Session_FieldMask) UnmarshalJSON ¶
func (fieldMask *Probe_Status_ActivationState_Session_FieldMask) UnmarshalJSON(data []byte) error
type Probe_Status_ActivationState_Status ¶
type Probe_Status_ActivationState_Status int32
const ( Probe_Status_ActivationState_ACTIVATION_STATUS_UNSPECIFIED Probe_Status_ActivationState_Status = 0 Probe_Status_ActivationState_INACTIVE Probe_Status_ActivationState_Status = 1 Probe_Status_ActivationState_PENDING_INVITATION Probe_Status_ActivationState_Status = 5 Probe_Status_ActivationState_PENDING_APPROVAL Probe_Status_ActivationState_Status = 2 Probe_Status_ActivationState_IN_PROGRESS Probe_Status_ActivationState_Status = 3 Probe_Status_ActivationState_ACTIVE Probe_Status_ActivationState_Status = 4 )
func (Probe_Status_ActivationState_Status) Descriptor ¶
func (Probe_Status_ActivationState_Status) Descriptor() preflect.EnumDescriptor
func (Probe_Status_ActivationState_Status) Enum ¶
func (x Probe_Status_ActivationState_Status) Enum() *Probe_Status_ActivationState_Status
func (Probe_Status_ActivationState_Status) EnumDescriptor ¶
func (Probe_Status_ActivationState_Status) EnumDescriptor() ([]byte, []int)
Deprecated, Use Probe_Status_ActivationState_Status.ProtoReflect.Descriptor instead.
func (Probe_Status_ActivationState_Status) Number ¶
func (x Probe_Status_ActivationState_Status) Number() preflect.EnumNumber
func (Probe_Status_ActivationState_Status) String ¶
func (x Probe_Status_ActivationState_Status) String() string
func (Probe_Status_ActivationState_Status) Type ¶
func (Probe_Status_ActivationState_Status) Type() preflect.EnumType
type Probe_Status_Bandwidth ¶
type Probe_Status_Bandwidth struct { UploadMbps float64 `protobuf:"fixed64,1,opt,name=upload_mbps,json=uploadMbps,proto3" json:"upload_mbps,omitempty" firestore:"uploadMbps"` DownloadMbps float64 `protobuf:"fixed64,2,opt,name=download_mbps,json=downloadMbps,proto3" json:"download_mbps,omitempty" firestore:"downloadMbps"` TestServer string `protobuf:"bytes,3,opt,name=test_server,json=testServer,proto3" json:"test_server,omitempty" firestore:"testServer"` ServerIpAddress string `` /* 136-byte string literal not displayed */ LastReported *timestamp.Timestamp `protobuf:"bytes,4,opt,name=last_reported,json=lastReported,proto3" json:"last_reported,omitempty" firestore:"lastReported"` // contains filtered or unexported fields }
Internet speed
func (*Probe_Status_Bandwidth) Clone ¶
func (o *Probe_Status_Bandwidth) Clone() *Probe_Status_Bandwidth
func (*Probe_Status_Bandwidth) CloneRaw ¶
func (o *Probe_Status_Bandwidth) CloneRaw() gotenobject.GotenObjectExt
func (*Probe_Status_Bandwidth) Descriptor ¶
func (*Probe_Status_Bandwidth) Descriptor() ([]byte, []int)
Deprecated, Use Probe_Status_Bandwidth.ProtoReflect.Descriptor instead.
func (*Probe_Status_Bandwidth) GetDownloadMbps ¶
func (m *Probe_Status_Bandwidth) GetDownloadMbps() float64
func (*Probe_Status_Bandwidth) GetLastReported ¶
func (m *Probe_Status_Bandwidth) GetLastReported() *timestamp.Timestamp
func (*Probe_Status_Bandwidth) GetServerIpAddress ¶
func (m *Probe_Status_Bandwidth) GetServerIpAddress() string
func (*Probe_Status_Bandwidth) GetTestServer ¶
func (m *Probe_Status_Bandwidth) GetTestServer() string
func (*Probe_Status_Bandwidth) GetUploadMbps ¶
func (m *Probe_Status_Bandwidth) GetUploadMbps() float64
func (*Probe_Status_Bandwidth) GotenMessage ¶
func (*Probe_Status_Bandwidth) GotenMessage()
func (*Probe_Status_Bandwidth) GotenObjectExt ¶
func (o *Probe_Status_Bandwidth) GotenObjectExt()
func (*Probe_Status_Bandwidth) GotenValidate ¶
func (obj *Probe_Status_Bandwidth) GotenValidate() error
func (*Probe_Status_Bandwidth) MakeDiffFieldMask ¶
func (o *Probe_Status_Bandwidth) MakeDiffFieldMask(other *Probe_Status_Bandwidth) *Probe_Status_Bandwidth_FieldMask
func (*Probe_Status_Bandwidth) MakeFullFieldMask ¶
func (o *Probe_Status_Bandwidth) MakeFullFieldMask() *Probe_Status_Bandwidth_FieldMask
func (*Probe_Status_Bandwidth) MakeRawDiffFieldMask ¶
func (o *Probe_Status_Bandwidth) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Probe_Status_Bandwidth) MakeRawFullFieldMask ¶
func (o *Probe_Status_Bandwidth) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Probe_Status_Bandwidth) Marshal ¶
func (m *Probe_Status_Bandwidth) Marshal() ([]byte, error)
func (*Probe_Status_Bandwidth) MarshalJSON ¶
func (m *Probe_Status_Bandwidth) MarshalJSON() ([]byte, error)
func (*Probe_Status_Bandwidth) Merge ¶
func (o *Probe_Status_Bandwidth) Merge(source *Probe_Status_Bandwidth)
func (*Probe_Status_Bandwidth) MergeRaw ¶
func (o *Probe_Status_Bandwidth) MergeRaw(source gotenobject.GotenObjectExt)
func (*Probe_Status_Bandwidth) ProtoMessage ¶
func (*Probe_Status_Bandwidth) ProtoMessage()
func (*Probe_Status_Bandwidth) ProtoReflect ¶
func (m *Probe_Status_Bandwidth) ProtoReflect() preflect.Message
func (*Probe_Status_Bandwidth) Reset ¶
func (m *Probe_Status_Bandwidth) Reset()
func (*Probe_Status_Bandwidth) SetDownloadMbps ¶
func (m *Probe_Status_Bandwidth) SetDownloadMbps(fv float64)
func (*Probe_Status_Bandwidth) SetLastReported ¶
func (m *Probe_Status_Bandwidth) SetLastReported(fv *timestamp.Timestamp)
func (*Probe_Status_Bandwidth) SetServerIpAddress ¶
func (m *Probe_Status_Bandwidth) SetServerIpAddress(fv string)
func (*Probe_Status_Bandwidth) SetTestServer ¶
func (m *Probe_Status_Bandwidth) SetTestServer(fv string)
func (*Probe_Status_Bandwidth) SetUploadMbps ¶
func (m *Probe_Status_Bandwidth) SetUploadMbps(fv float64)
func (*Probe_Status_Bandwidth) String ¶
func (m *Probe_Status_Bandwidth) String() string
func (*Probe_Status_Bandwidth) Unmarshal ¶
func (m *Probe_Status_Bandwidth) Unmarshal(b []byte) error
func (*Probe_Status_Bandwidth) UnmarshalJSON ¶
func (m *Probe_Status_Bandwidth) UnmarshalJSON(data []byte) error
type Probe_Status_BandwidthPathSelectorDownloadMbps ¶
type Probe_Status_BandwidthPathSelectorDownloadMbps struct{}
func (Probe_Status_BandwidthPathSelectorDownloadMbps) FieldPath ¶
func (Probe_Status_BandwidthPathSelectorDownloadMbps) FieldPath() *ProbeStatusBandwidth_FieldTerminalPath
func (Probe_Status_BandwidthPathSelectorDownloadMbps) WithArrayOfValues ¶
func (s Probe_Status_BandwidthPathSelectorDownloadMbps) WithArrayOfValues(values []float64) *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues
func (Probe_Status_BandwidthPathSelectorDownloadMbps) WithValue ¶
func (s Probe_Status_BandwidthPathSelectorDownloadMbps) WithValue(value float64) *ProbeStatusBandwidth_FieldTerminalPathValue
type Probe_Status_BandwidthPathSelectorLastReported ¶
type Probe_Status_BandwidthPathSelectorLastReported struct{}
func (Probe_Status_BandwidthPathSelectorLastReported) FieldPath ¶
func (Probe_Status_BandwidthPathSelectorLastReported) FieldPath() *ProbeStatusBandwidth_FieldTerminalPath
func (Probe_Status_BandwidthPathSelectorLastReported) WithArrayOfValues ¶
func (s Probe_Status_BandwidthPathSelectorLastReported) WithArrayOfValues(values []*timestamp.Timestamp) *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues
func (Probe_Status_BandwidthPathSelectorLastReported) WithValue ¶
func (s Probe_Status_BandwidthPathSelectorLastReported) WithValue(value *timestamp.Timestamp) *ProbeStatusBandwidth_FieldTerminalPathValue
type Probe_Status_BandwidthPathSelectorServerIpAddress ¶
type Probe_Status_BandwidthPathSelectorServerIpAddress struct{}
func (Probe_Status_BandwidthPathSelectorServerIpAddress) WithArrayOfValues ¶
func (s Probe_Status_BandwidthPathSelectorServerIpAddress) WithArrayOfValues(values []string) *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues
func (Probe_Status_BandwidthPathSelectorServerIpAddress) WithValue ¶
func (s Probe_Status_BandwidthPathSelectorServerIpAddress) WithValue(value string) *ProbeStatusBandwidth_FieldTerminalPathValue
type Probe_Status_BandwidthPathSelectorTestServer ¶
type Probe_Status_BandwidthPathSelectorTestServer struct{}
func (Probe_Status_BandwidthPathSelectorTestServer) FieldPath ¶
func (Probe_Status_BandwidthPathSelectorTestServer) FieldPath() *ProbeStatusBandwidth_FieldTerminalPath
func (Probe_Status_BandwidthPathSelectorTestServer) WithArrayOfValues ¶
func (s Probe_Status_BandwidthPathSelectorTestServer) WithArrayOfValues(values []string) *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues
func (Probe_Status_BandwidthPathSelectorTestServer) WithValue ¶
func (s Probe_Status_BandwidthPathSelectorTestServer) WithValue(value string) *ProbeStatusBandwidth_FieldTerminalPathValue
type Probe_Status_BandwidthPathSelectorUploadMbps ¶
type Probe_Status_BandwidthPathSelectorUploadMbps struct{}
func (Probe_Status_BandwidthPathSelectorUploadMbps) FieldPath ¶
func (Probe_Status_BandwidthPathSelectorUploadMbps) FieldPath() *ProbeStatusBandwidth_FieldTerminalPath
func (Probe_Status_BandwidthPathSelectorUploadMbps) WithArrayOfValues ¶
func (s Probe_Status_BandwidthPathSelectorUploadMbps) WithArrayOfValues(values []float64) *ProbeStatusBandwidth_FieldTerminalPathArrayOfValues
func (Probe_Status_BandwidthPathSelectorUploadMbps) WithValue ¶
func (s Probe_Status_BandwidthPathSelectorUploadMbps) WithValue(value float64) *ProbeStatusBandwidth_FieldTerminalPathValue
type Probe_Status_Bandwidth_FieldMask ¶
type Probe_Status_Bandwidth_FieldMask struct {
Paths []ProbeStatusBandwidth_FieldPath
}
func FullProbe_Status_Bandwidth_FieldMask ¶
func FullProbe_Status_Bandwidth_FieldMask() *Probe_Status_Bandwidth_FieldMask
func (*Probe_Status_Bandwidth_FieldMask) AppendPath ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) AppendPath(path ProbeStatusBandwidth_FieldPath)
func (*Probe_Status_Bandwidth_FieldMask) AppendRawPath ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Probe_Status_Bandwidth_FieldMask) DecodeFirestore ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Probe_Status_Bandwidth_FieldMask) EncodeFirestore ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Probe_Status_Bandwidth_FieldMask) FilterInputFields ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) FilterInputFields() *Probe_Status_Bandwidth_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Probe_Status_Bandwidth_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Probe_Status_Bandwidth_FieldMask) GetPaths ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) GetPaths() []ProbeStatusBandwidth_FieldPath
func (*Probe_Status_Bandwidth_FieldMask) GetRawPaths ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Probe_Status_Bandwidth_FieldMask) IsFull ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) IsFull() bool
func (Probe_Status_Bandwidth_FieldMask) Marshal ¶
func (fieldMask Probe_Status_Bandwidth_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Probe_Status_Bandwidth_FieldMask) MarshalJSON ¶
func (fieldMask Probe_Status_Bandwidth_FieldMask) MarshalJSON() ([]byte, error)
func (*Probe_Status_Bandwidth_FieldMask) PathsCount ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) PathsCount() int
func (*Probe_Status_Bandwidth_FieldMask) Project ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) Project(source *Probe_Status_Bandwidth) *Probe_Status_Bandwidth
func (*Probe_Status_Bandwidth_FieldMask) ProjectRaw ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Probe_Status_Bandwidth_FieldMask) ProtoMessage ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) ProtoMessage()
func (*Probe_Status_Bandwidth_FieldMask) ProtoReflect ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) ProtoReflect() preflect.Message
func (*Probe_Status_Bandwidth_FieldMask) Reset ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) Reset()
func (*Probe_Status_Bandwidth_FieldMask) Set ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) Set(target, source *Probe_Status_Bandwidth)
func (*Probe_Status_Bandwidth_FieldMask) SetFromCliFlag ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) SetFromCliFlag(raw string) error
func (*Probe_Status_Bandwidth_FieldMask) SetRaw ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Probe_Status_Bandwidth_FieldMask) Size ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) Size() int
func (*Probe_Status_Bandwidth_FieldMask) String ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) String() string
func (*Probe_Status_Bandwidth_FieldMask) Subtract ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) Subtract(other *Probe_Status_Bandwidth_FieldMask) *Probe_Status_Bandwidth_FieldMask
func (*Probe_Status_Bandwidth_FieldMask) SubtractRaw ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Probe_Status_Bandwidth_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Probe_Status_Bandwidth_FieldMask) Unmarshal ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) Unmarshal(data []byte) error
func (*Probe_Status_Bandwidth_FieldMask) UnmarshalJSON ¶
func (fieldMask *Probe_Status_Bandwidth_FieldMask) UnmarshalJSON(data []byte) error
type Probe_Status_ConnectionStatus ¶
type Probe_Status_ConnectionStatus int32
const ( Probe_Status_CONNECTION_STATUS_UNSPECIFIED Probe_Status_ConnectionStatus = 0 Probe_Status_ONLINE Probe_Status_ConnectionStatus = 1 Probe_Status_OFFLINE Probe_Status_ConnectionStatus = 2 )
func (Probe_Status_ConnectionStatus) Descriptor ¶
func (Probe_Status_ConnectionStatus) Descriptor() preflect.EnumDescriptor
func (Probe_Status_ConnectionStatus) Enum ¶
func (x Probe_Status_ConnectionStatus) Enum() *Probe_Status_ConnectionStatus
func (Probe_Status_ConnectionStatus) EnumDescriptor ¶
func (Probe_Status_ConnectionStatus) EnumDescriptor() ([]byte, []int)
Deprecated, Use Probe_Status_ConnectionStatus.ProtoReflect.Descriptor instead.
func (Probe_Status_ConnectionStatus) Number ¶
func (x Probe_Status_ConnectionStatus) Number() preflect.EnumNumber
func (Probe_Status_ConnectionStatus) String ¶
func (x Probe_Status_ConnectionStatus) String() string
func (Probe_Status_ConnectionStatus) Type ¶
func (Probe_Status_ConnectionStatus) Type() preflect.EnumType
type Probe_Status_FieldMask ¶
type Probe_Status_FieldMask struct {
Paths []ProbeStatus_FieldPath
}
func FullProbe_Status_FieldMask ¶
func FullProbe_Status_FieldMask() *Probe_Status_FieldMask
func (*Probe_Status_FieldMask) AppendPath ¶
func (fieldMask *Probe_Status_FieldMask) AppendPath(path ProbeStatus_FieldPath)
func (*Probe_Status_FieldMask) AppendRawPath ¶
func (fieldMask *Probe_Status_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Probe_Status_FieldMask) DecodeFirestore ¶
func (fieldMask *Probe_Status_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Probe_Status_FieldMask) EncodeFirestore ¶
func (fieldMask *Probe_Status_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Probe_Status_FieldMask) FilterInputFields ¶
func (fieldMask *Probe_Status_FieldMask) FilterInputFields() *Probe_Status_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Probe_Status_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Probe_Status_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Probe_Status_FieldMask) GetPaths ¶
func (fieldMask *Probe_Status_FieldMask) GetPaths() []ProbeStatus_FieldPath
func (*Probe_Status_FieldMask) GetRawPaths ¶
func (fieldMask *Probe_Status_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Probe_Status_FieldMask) IsFull ¶
func (fieldMask *Probe_Status_FieldMask) IsFull() bool
func (Probe_Status_FieldMask) Marshal ¶
func (fieldMask Probe_Status_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Probe_Status_FieldMask) MarshalJSON ¶
func (fieldMask Probe_Status_FieldMask) MarshalJSON() ([]byte, error)
func (*Probe_Status_FieldMask) PathsCount ¶
func (fieldMask *Probe_Status_FieldMask) PathsCount() int
func (*Probe_Status_FieldMask) Project ¶
func (fieldMask *Probe_Status_FieldMask) Project(source *Probe_Status) *Probe_Status
func (*Probe_Status_FieldMask) ProjectRaw ¶
func (fieldMask *Probe_Status_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Probe_Status_FieldMask) ProtoMessage ¶
func (fieldMask *Probe_Status_FieldMask) ProtoMessage()
func (*Probe_Status_FieldMask) ProtoReflect ¶
func (fieldMask *Probe_Status_FieldMask) ProtoReflect() preflect.Message
func (*Probe_Status_FieldMask) Reset ¶
func (fieldMask *Probe_Status_FieldMask) Reset()
func (*Probe_Status_FieldMask) Set ¶
func (fieldMask *Probe_Status_FieldMask) Set(target, source *Probe_Status)
func (*Probe_Status_FieldMask) SetFromCliFlag ¶
func (fieldMask *Probe_Status_FieldMask) SetFromCliFlag(raw string) error
func (*Probe_Status_FieldMask) SetRaw ¶
func (fieldMask *Probe_Status_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Probe_Status_FieldMask) Size ¶
func (fieldMask *Probe_Status_FieldMask) Size() int
func (*Probe_Status_FieldMask) String ¶
func (fieldMask *Probe_Status_FieldMask) String() string
func (*Probe_Status_FieldMask) Subtract ¶
func (fieldMask *Probe_Status_FieldMask) Subtract(other *Probe_Status_FieldMask) *Probe_Status_FieldMask
func (*Probe_Status_FieldMask) SubtractRaw ¶
func (fieldMask *Probe_Status_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Probe_Status_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Probe_Status_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Probe_Status_FieldMask) Unmarshal ¶
func (fieldMask *Probe_Status_FieldMask) Unmarshal(data []byte) error
func (*Probe_Status_FieldMask) UnmarshalJSON ¶
func (fieldMask *Probe_Status_FieldMask) UnmarshalJSON(data []byte) error
type Probe_Status_NetworkInterface ¶
type Probe_Status_NetworkInterface struct { InterfaceName string `` /* 126-byte string literal not displayed */ IpAddressV4 []string `protobuf:"bytes,2,rep,name=ip_address_v4,json=ipAddressV4,proto3" json:"ip_address_v4,omitempty" firestore:"ipAddressV4"` ExternalIpAddressV4 []string `` /* 154-byte string literal not displayed */ IpAddressV6 []string `protobuf:"bytes,4,rep,name=ip_address_v6,json=ipAddressV6,proto3" json:"ip_address_v6,omitempty" firestore:"ipAddressV6"` ExternalIpAddressV6 []string `` /* 154-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Probe_Status_NetworkInterface) Clone ¶
func (o *Probe_Status_NetworkInterface) Clone() *Probe_Status_NetworkInterface
func (*Probe_Status_NetworkInterface) CloneRaw ¶
func (o *Probe_Status_NetworkInterface) CloneRaw() gotenobject.GotenObjectExt
func (*Probe_Status_NetworkInterface) Descriptor ¶
func (*Probe_Status_NetworkInterface) Descriptor() ([]byte, []int)
Deprecated, Use Probe_Status_NetworkInterface.ProtoReflect.Descriptor instead.
func (*Probe_Status_NetworkInterface) GetExternalIpAddressV4 ¶
func (m *Probe_Status_NetworkInterface) GetExternalIpAddressV4() []string
func (*Probe_Status_NetworkInterface) GetExternalIpAddressV6 ¶
func (m *Probe_Status_NetworkInterface) GetExternalIpAddressV6() []string
func (*Probe_Status_NetworkInterface) GetInterfaceName ¶
func (m *Probe_Status_NetworkInterface) GetInterfaceName() string
func (*Probe_Status_NetworkInterface) GetIpAddressV4 ¶
func (m *Probe_Status_NetworkInterface) GetIpAddressV4() []string
func (*Probe_Status_NetworkInterface) GetIpAddressV6 ¶
func (m *Probe_Status_NetworkInterface) GetIpAddressV6() []string
func (*Probe_Status_NetworkInterface) GotenMessage ¶
func (*Probe_Status_NetworkInterface) GotenMessage()
func (*Probe_Status_NetworkInterface) GotenObjectExt ¶
func (o *Probe_Status_NetworkInterface) GotenObjectExt()
func (*Probe_Status_NetworkInterface) GotenValidate ¶
func (obj *Probe_Status_NetworkInterface) GotenValidate() error
func (*Probe_Status_NetworkInterface) MakeDiffFieldMask ¶
func (o *Probe_Status_NetworkInterface) MakeDiffFieldMask(other *Probe_Status_NetworkInterface) *Probe_Status_NetworkInterface_FieldMask
func (*Probe_Status_NetworkInterface) MakeFullFieldMask ¶
func (o *Probe_Status_NetworkInterface) MakeFullFieldMask() *Probe_Status_NetworkInterface_FieldMask
func (*Probe_Status_NetworkInterface) MakeRawDiffFieldMask ¶
func (o *Probe_Status_NetworkInterface) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Probe_Status_NetworkInterface) MakeRawFullFieldMask ¶
func (o *Probe_Status_NetworkInterface) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Probe_Status_NetworkInterface) Marshal ¶
func (m *Probe_Status_NetworkInterface) Marshal() ([]byte, error)
func (*Probe_Status_NetworkInterface) MarshalJSON ¶
func (m *Probe_Status_NetworkInterface) MarshalJSON() ([]byte, error)
func (*Probe_Status_NetworkInterface) Merge ¶
func (o *Probe_Status_NetworkInterface) Merge(source *Probe_Status_NetworkInterface)
func (*Probe_Status_NetworkInterface) MergeRaw ¶
func (o *Probe_Status_NetworkInterface) MergeRaw(source gotenobject.GotenObjectExt)
func (*Probe_Status_NetworkInterface) ProtoMessage ¶
func (*Probe_Status_NetworkInterface) ProtoMessage()
func (*Probe_Status_NetworkInterface) ProtoReflect ¶
func (m *Probe_Status_NetworkInterface) ProtoReflect() preflect.Message
func (*Probe_Status_NetworkInterface) Reset ¶
func (m *Probe_Status_NetworkInterface) Reset()
func (*Probe_Status_NetworkInterface) SetExternalIpAddressV4 ¶
func (m *Probe_Status_NetworkInterface) SetExternalIpAddressV4(fv []string)
func (*Probe_Status_NetworkInterface) SetExternalIpAddressV6 ¶
func (m *Probe_Status_NetworkInterface) SetExternalIpAddressV6(fv []string)
func (*Probe_Status_NetworkInterface) SetInterfaceName ¶
func (m *Probe_Status_NetworkInterface) SetInterfaceName(fv string)
func (*Probe_Status_NetworkInterface) SetIpAddressV4 ¶
func (m *Probe_Status_NetworkInterface) SetIpAddressV4(fv []string)
func (*Probe_Status_NetworkInterface) SetIpAddressV6 ¶
func (m *Probe_Status_NetworkInterface) SetIpAddressV6(fv []string)
func (*Probe_Status_NetworkInterface) String ¶
func (m *Probe_Status_NetworkInterface) String() string
func (*Probe_Status_NetworkInterface) Unmarshal ¶
func (m *Probe_Status_NetworkInterface) Unmarshal(b []byte) error
func (*Probe_Status_NetworkInterface) UnmarshalJSON ¶
func (m *Probe_Status_NetworkInterface) UnmarshalJSON(data []byte) error
type Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV4 ¶
type Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV4 struct{}
func (Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV4) WithArrayOfValues ¶
func (s Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV4) WithArrayOfValues(values [][]string) *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues
func (Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV4) WithItemValue ¶
func (s Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV4) WithItemValue(value string) *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue
func (Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV4) WithValue ¶
func (s Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV4) WithValue(value []string) *ProbeStatusNetworkInterface_FieldTerminalPathValue
type Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV6 ¶
type Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV6 struct{}
func (Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV6) WithArrayOfValues ¶
func (s Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV6) WithArrayOfValues(values [][]string) *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues
func (Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV6) WithItemValue ¶
func (s Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV6) WithItemValue(value string) *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue
func (Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV6) WithValue ¶
func (s Probe_Status_NetworkInterfacePathSelectorExternalIpAddressV6) WithValue(value []string) *ProbeStatusNetworkInterface_FieldTerminalPathValue
type Probe_Status_NetworkInterfacePathSelectorInterfaceName ¶
type Probe_Status_NetworkInterfacePathSelectorInterfaceName struct{}
func (Probe_Status_NetworkInterfacePathSelectorInterfaceName) WithArrayOfValues ¶
func (s Probe_Status_NetworkInterfacePathSelectorInterfaceName) WithArrayOfValues(values []string) *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues
func (Probe_Status_NetworkInterfacePathSelectorInterfaceName) WithValue ¶
func (s Probe_Status_NetworkInterfacePathSelectorInterfaceName) WithValue(value string) *ProbeStatusNetworkInterface_FieldTerminalPathValue
type Probe_Status_NetworkInterfacePathSelectorIpAddressV4 ¶
type Probe_Status_NetworkInterfacePathSelectorIpAddressV4 struct{}
func (Probe_Status_NetworkInterfacePathSelectorIpAddressV4) WithArrayOfValues ¶
func (s Probe_Status_NetworkInterfacePathSelectorIpAddressV4) WithArrayOfValues(values [][]string) *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues
func (Probe_Status_NetworkInterfacePathSelectorIpAddressV4) WithItemValue ¶
func (s Probe_Status_NetworkInterfacePathSelectorIpAddressV4) WithItemValue(value string) *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue
func (Probe_Status_NetworkInterfacePathSelectorIpAddressV4) WithValue ¶
func (s Probe_Status_NetworkInterfacePathSelectorIpAddressV4) WithValue(value []string) *ProbeStatusNetworkInterface_FieldTerminalPathValue
type Probe_Status_NetworkInterfacePathSelectorIpAddressV6 ¶
type Probe_Status_NetworkInterfacePathSelectorIpAddressV6 struct{}
func (Probe_Status_NetworkInterfacePathSelectorIpAddressV6) WithArrayOfValues ¶
func (s Probe_Status_NetworkInterfacePathSelectorIpAddressV6) WithArrayOfValues(values [][]string) *ProbeStatusNetworkInterface_FieldTerminalPathArrayOfValues
func (Probe_Status_NetworkInterfacePathSelectorIpAddressV6) WithItemValue ¶
func (s Probe_Status_NetworkInterfacePathSelectorIpAddressV6) WithItemValue(value string) *ProbeStatusNetworkInterface_FieldTerminalPathArrayItemValue
func (Probe_Status_NetworkInterfacePathSelectorIpAddressV6) WithValue ¶
func (s Probe_Status_NetworkInterfacePathSelectorIpAddressV6) WithValue(value []string) *ProbeStatusNetworkInterface_FieldTerminalPathValue
type Probe_Status_NetworkInterface_FieldMask ¶
type Probe_Status_NetworkInterface_FieldMask struct {
Paths []ProbeStatusNetworkInterface_FieldPath
}
func FullProbe_Status_NetworkInterface_FieldMask ¶
func FullProbe_Status_NetworkInterface_FieldMask() *Probe_Status_NetworkInterface_FieldMask
func (*Probe_Status_NetworkInterface_FieldMask) AppendPath ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) AppendPath(path ProbeStatusNetworkInterface_FieldPath)
func (*Probe_Status_NetworkInterface_FieldMask) AppendRawPath ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Probe_Status_NetworkInterface_FieldMask) DecodeFirestore ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Probe_Status_NetworkInterface_FieldMask) EncodeFirestore ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Probe_Status_NetworkInterface_FieldMask) FilterInputFields ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) FilterInputFields() *Probe_Status_NetworkInterface_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Probe_Status_NetworkInterface_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Probe_Status_NetworkInterface_FieldMask) GetPaths ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) GetPaths() []ProbeStatusNetworkInterface_FieldPath
func (*Probe_Status_NetworkInterface_FieldMask) GetRawPaths ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Probe_Status_NetworkInterface_FieldMask) IsFull ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) IsFull() bool
func (Probe_Status_NetworkInterface_FieldMask) Marshal ¶
func (fieldMask Probe_Status_NetworkInterface_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Probe_Status_NetworkInterface_FieldMask) MarshalJSON ¶
func (fieldMask Probe_Status_NetworkInterface_FieldMask) MarshalJSON() ([]byte, error)
func (*Probe_Status_NetworkInterface_FieldMask) PathsCount ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) PathsCount() int
func (*Probe_Status_NetworkInterface_FieldMask) Project ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) Project(source *Probe_Status_NetworkInterface) *Probe_Status_NetworkInterface
func (*Probe_Status_NetworkInterface_FieldMask) ProjectRaw ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Probe_Status_NetworkInterface_FieldMask) ProtoMessage ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) ProtoMessage()
func (*Probe_Status_NetworkInterface_FieldMask) ProtoReflect ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) ProtoReflect() preflect.Message
func (*Probe_Status_NetworkInterface_FieldMask) Reset ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) Reset()
func (*Probe_Status_NetworkInterface_FieldMask) Set ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) Set(target, source *Probe_Status_NetworkInterface)
func (*Probe_Status_NetworkInterface_FieldMask) SetFromCliFlag ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) SetFromCliFlag(raw string) error
func (*Probe_Status_NetworkInterface_FieldMask) SetRaw ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Probe_Status_NetworkInterface_FieldMask) Size ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) Size() int
func (*Probe_Status_NetworkInterface_FieldMask) String ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) String() string
func (*Probe_Status_NetworkInterface_FieldMask) Subtract ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) Subtract(other *Probe_Status_NetworkInterface_FieldMask) *Probe_Status_NetworkInterface_FieldMask
func (*Probe_Status_NetworkInterface_FieldMask) SubtractRaw ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Probe_Status_NetworkInterface_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Probe_Status_NetworkInterface_FieldMask) Unmarshal ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) Unmarshal(data []byte) error
func (*Probe_Status_NetworkInterface_FieldMask) UnmarshalJSON ¶
func (fieldMask *Probe_Status_NetworkInterface_FieldMask) UnmarshalJSON(data []byte) error
type Probe_Status_System ¶
type Probe_Status_System struct { Manufacturer string `protobuf:"bytes,1,opt,name=manufacturer,proto3" json:"manufacturer,omitempty" firestore:"manufacturer"` Model string `protobuf:"bytes,2,opt,name=model,proto3" json:"model,omitempty" firestore:"model"` Sku string `protobuf:"bytes,3,opt,name=sku,proto3" json:"sku,omitempty" firestore:"sku"` Family string `protobuf:"bytes,4,opt,name=family,proto3" json:"family,omitempty" firestore:"family"` SerialNumber string `protobuf:"bytes,5,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty" firestore:"serialNumber"` Platform string `protobuf:"bytes,6,opt,name=platform,proto3" json:"platform,omitempty" firestore:"platform"` Architecture string `protobuf:"bytes,7,opt,name=architecture,proto3" json:"architecture,omitempty" firestore:"architecture"` Os *Probe_Status_System_OS `protobuf:"bytes,8,opt,name=os,proto3" json:"os,omitempty" firestore:"os"` HostName string `protobuf:"bytes,9,opt,name=host_name,json=hostName,proto3" json:"host_name,omitempty" firestore:"hostName"` // contains filtered or unexported fields }
func (*Probe_Status_System) Clone ¶
func (o *Probe_Status_System) Clone() *Probe_Status_System
func (*Probe_Status_System) CloneRaw ¶
func (o *Probe_Status_System) CloneRaw() gotenobject.GotenObjectExt
func (*Probe_Status_System) Descriptor ¶
func (*Probe_Status_System) Descriptor() ([]byte, []int)
Deprecated, Use Probe_Status_System.ProtoReflect.Descriptor instead.
func (*Probe_Status_System) GetArchitecture ¶
func (m *Probe_Status_System) GetArchitecture() string
func (*Probe_Status_System) GetFamily ¶
func (m *Probe_Status_System) GetFamily() string
func (*Probe_Status_System) GetHostName ¶
func (m *Probe_Status_System) GetHostName() string
func (*Probe_Status_System) GetManufacturer ¶
func (m *Probe_Status_System) GetManufacturer() string
func (*Probe_Status_System) GetModel ¶
func (m *Probe_Status_System) GetModel() string
func (*Probe_Status_System) GetOs ¶
func (m *Probe_Status_System) GetOs() *Probe_Status_System_OS
func (*Probe_Status_System) GetPlatform ¶
func (m *Probe_Status_System) GetPlatform() string
func (*Probe_Status_System) GetSerialNumber ¶
func (m *Probe_Status_System) GetSerialNumber() string
func (*Probe_Status_System) GetSku ¶
func (m *Probe_Status_System) GetSku() string
func (*Probe_Status_System) GotenMessage ¶
func (*Probe_Status_System) GotenMessage()
func (*Probe_Status_System) GotenObjectExt ¶
func (o *Probe_Status_System) GotenObjectExt()
func (*Probe_Status_System) GotenValidate ¶
func (obj *Probe_Status_System) GotenValidate() error
func (*Probe_Status_System) MakeDiffFieldMask ¶
func (o *Probe_Status_System) MakeDiffFieldMask(other *Probe_Status_System) *Probe_Status_System_FieldMask
func (*Probe_Status_System) MakeFullFieldMask ¶
func (o *Probe_Status_System) MakeFullFieldMask() *Probe_Status_System_FieldMask
func (*Probe_Status_System) MakeRawDiffFieldMask ¶
func (o *Probe_Status_System) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Probe_Status_System) MakeRawFullFieldMask ¶
func (o *Probe_Status_System) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Probe_Status_System) Marshal ¶
func (m *Probe_Status_System) Marshal() ([]byte, error)
func (*Probe_Status_System) MarshalJSON ¶
func (m *Probe_Status_System) MarshalJSON() ([]byte, error)
func (*Probe_Status_System) Merge ¶
func (o *Probe_Status_System) Merge(source *Probe_Status_System)
func (*Probe_Status_System) MergeRaw ¶
func (o *Probe_Status_System) MergeRaw(source gotenobject.GotenObjectExt)
func (*Probe_Status_System) ProtoMessage ¶
func (*Probe_Status_System) ProtoMessage()
func (*Probe_Status_System) ProtoReflect ¶
func (m *Probe_Status_System) ProtoReflect() preflect.Message
func (*Probe_Status_System) Reset ¶
func (m *Probe_Status_System) Reset()
func (*Probe_Status_System) SetArchitecture ¶
func (m *Probe_Status_System) SetArchitecture(fv string)
func (*Probe_Status_System) SetFamily ¶
func (m *Probe_Status_System) SetFamily(fv string)
func (*Probe_Status_System) SetHostName ¶
func (m *Probe_Status_System) SetHostName(fv string)
func (*Probe_Status_System) SetManufacturer ¶
func (m *Probe_Status_System) SetManufacturer(fv string)
func (*Probe_Status_System) SetModel ¶
func (m *Probe_Status_System) SetModel(fv string)
func (*Probe_Status_System) SetOs ¶
func (m *Probe_Status_System) SetOs(fv *Probe_Status_System_OS)
func (*Probe_Status_System) SetPlatform ¶
func (m *Probe_Status_System) SetPlatform(fv string)
func (*Probe_Status_System) SetSerialNumber ¶
func (m *Probe_Status_System) SetSerialNumber(fv string)
func (*Probe_Status_System) SetSku ¶
func (m *Probe_Status_System) SetSku(fv string)
func (*Probe_Status_System) String ¶
func (m *Probe_Status_System) String() string
func (*Probe_Status_System) Unmarshal ¶
func (m *Probe_Status_System) Unmarshal(b []byte) error
func (*Probe_Status_System) UnmarshalJSON ¶
func (m *Probe_Status_System) UnmarshalJSON(data []byte) error
type Probe_Status_SystemPathSelectorArchitecture ¶
type Probe_Status_SystemPathSelectorArchitecture struct{}
func (Probe_Status_SystemPathSelectorArchitecture) FieldPath ¶
func (Probe_Status_SystemPathSelectorArchitecture) FieldPath() *ProbeStatusSystem_FieldTerminalPath
func (Probe_Status_SystemPathSelectorArchitecture) WithArrayOfValues ¶
func (s Probe_Status_SystemPathSelectorArchitecture) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldTerminalPathArrayOfValues
func (Probe_Status_SystemPathSelectorArchitecture) WithValue ¶
func (s Probe_Status_SystemPathSelectorArchitecture) WithValue(value string) *ProbeStatusSystem_FieldTerminalPathValue
type Probe_Status_SystemPathSelectorFamily ¶
type Probe_Status_SystemPathSelectorFamily struct{}
func (Probe_Status_SystemPathSelectorFamily) FieldPath ¶
func (Probe_Status_SystemPathSelectorFamily) FieldPath() *ProbeStatusSystem_FieldTerminalPath
func (Probe_Status_SystemPathSelectorFamily) WithArrayOfValues ¶
func (s Probe_Status_SystemPathSelectorFamily) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldTerminalPathArrayOfValues
func (Probe_Status_SystemPathSelectorFamily) WithValue ¶
func (s Probe_Status_SystemPathSelectorFamily) WithValue(value string) *ProbeStatusSystem_FieldTerminalPathValue
type Probe_Status_SystemPathSelectorHostName ¶
type Probe_Status_SystemPathSelectorHostName struct{}
func (Probe_Status_SystemPathSelectorHostName) FieldPath ¶
func (Probe_Status_SystemPathSelectorHostName) FieldPath() *ProbeStatusSystem_FieldTerminalPath
func (Probe_Status_SystemPathSelectorHostName) WithArrayOfValues ¶
func (s Probe_Status_SystemPathSelectorHostName) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldTerminalPathArrayOfValues
func (Probe_Status_SystemPathSelectorHostName) WithValue ¶
func (s Probe_Status_SystemPathSelectorHostName) WithValue(value string) *ProbeStatusSystem_FieldTerminalPathValue
type Probe_Status_SystemPathSelectorManufacturer ¶
type Probe_Status_SystemPathSelectorManufacturer struct{}
func (Probe_Status_SystemPathSelectorManufacturer) FieldPath ¶
func (Probe_Status_SystemPathSelectorManufacturer) FieldPath() *ProbeStatusSystem_FieldTerminalPath
func (Probe_Status_SystemPathSelectorManufacturer) WithArrayOfValues ¶
func (s Probe_Status_SystemPathSelectorManufacturer) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldTerminalPathArrayOfValues
func (Probe_Status_SystemPathSelectorManufacturer) WithValue ¶
func (s Probe_Status_SystemPathSelectorManufacturer) WithValue(value string) *ProbeStatusSystem_FieldTerminalPathValue
type Probe_Status_SystemPathSelectorModel ¶
type Probe_Status_SystemPathSelectorModel struct{}
func (Probe_Status_SystemPathSelectorModel) FieldPath ¶
func (Probe_Status_SystemPathSelectorModel) FieldPath() *ProbeStatusSystem_FieldTerminalPath
func (Probe_Status_SystemPathSelectorModel) WithArrayOfValues ¶
func (s Probe_Status_SystemPathSelectorModel) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldTerminalPathArrayOfValues
func (Probe_Status_SystemPathSelectorModel) WithValue ¶
func (s Probe_Status_SystemPathSelectorModel) WithValue(value string) *ProbeStatusSystem_FieldTerminalPathValue
type Probe_Status_SystemPathSelectorOs ¶
type Probe_Status_SystemPathSelectorOs struct{}
func (Probe_Status_SystemPathSelectorOs) BuildVersion ¶
func (Probe_Status_SystemPathSelectorOs) BuildVersion() Probe_Status_SystemPathSelectorOsBuildVersion
func (Probe_Status_SystemPathSelectorOs) FieldPath ¶
func (Probe_Status_SystemPathSelectorOs) FieldPath() *ProbeStatusSystem_FieldTerminalPath
func (Probe_Status_SystemPathSelectorOs) WithArrayOfValues ¶
func (s Probe_Status_SystemPathSelectorOs) WithArrayOfValues(values []*Probe_Status_System_OS) *ProbeStatusSystem_FieldTerminalPathArrayOfValues
func (Probe_Status_SystemPathSelectorOs) WithSubArrayItemValue ¶
func (s Probe_Status_SystemPathSelectorOs) WithSubArrayItemValue(subPathArrayItemValue ProbeStatusSystemOS_FieldPathArrayItemValue) *ProbeStatusSystem_FieldSubPathArrayItemValue
func (Probe_Status_SystemPathSelectorOs) WithSubArrayOfValues ¶
func (s Probe_Status_SystemPathSelectorOs) WithSubArrayOfValues(subPathArrayOfValues ProbeStatusSystemOS_FieldPathArrayOfValues) *ProbeStatusSystem_FieldSubPathArrayOfValues
func (Probe_Status_SystemPathSelectorOs) WithSubPath ¶
func (Probe_Status_SystemPathSelectorOs) WithSubPath(subPath ProbeStatusSystemOS_FieldPath) *ProbeStatusSystem_FieldSubPath
func (Probe_Status_SystemPathSelectorOs) WithSubValue ¶
func (s Probe_Status_SystemPathSelectorOs) WithSubValue(subPathValue ProbeStatusSystemOS_FieldPathValue) *ProbeStatusSystem_FieldSubPathValue
func (Probe_Status_SystemPathSelectorOs) WithValue ¶
func (s Probe_Status_SystemPathSelectorOs) WithValue(value *Probe_Status_System_OS) *ProbeStatusSystem_FieldTerminalPathValue
type Probe_Status_SystemPathSelectorOsBuildVersion ¶
type Probe_Status_SystemPathSelectorOsBuildVersion struct{}
func (Probe_Status_SystemPathSelectorOsBuildVersion) FieldPath ¶
func (Probe_Status_SystemPathSelectorOsBuildVersion) FieldPath() *ProbeStatusSystem_FieldSubPath
func (Probe_Status_SystemPathSelectorOsBuildVersion) WithArrayOfValues ¶
func (s Probe_Status_SystemPathSelectorOsBuildVersion) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldSubPathArrayOfValues
func (Probe_Status_SystemPathSelectorOsBuildVersion) WithValue ¶
func (s Probe_Status_SystemPathSelectorOsBuildVersion) WithValue(value string) *ProbeStatusSystem_FieldSubPathValue
type Probe_Status_SystemPathSelectorOsKernel ¶
type Probe_Status_SystemPathSelectorOsKernel struct{}
func (Probe_Status_SystemPathSelectorOsKernel) FieldPath ¶
func (Probe_Status_SystemPathSelectorOsKernel) FieldPath() *ProbeStatusSystem_FieldSubPath
func (Probe_Status_SystemPathSelectorOsKernel) WithArrayOfValues ¶
func (s Probe_Status_SystemPathSelectorOsKernel) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldSubPathArrayOfValues
func (Probe_Status_SystemPathSelectorOsKernel) WithValue ¶
func (s Probe_Status_SystemPathSelectorOsKernel) WithValue(value string) *ProbeStatusSystem_FieldSubPathValue
type Probe_Status_SystemPathSelectorOsName ¶
type Probe_Status_SystemPathSelectorOsName struct{}
func (Probe_Status_SystemPathSelectorOsName) FieldPath ¶
func (Probe_Status_SystemPathSelectorOsName) FieldPath() *ProbeStatusSystem_FieldSubPath
func (Probe_Status_SystemPathSelectorOsName) WithArrayOfValues ¶
func (s Probe_Status_SystemPathSelectorOsName) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldSubPathArrayOfValues
func (Probe_Status_SystemPathSelectorOsName) WithValue ¶
func (s Probe_Status_SystemPathSelectorOsName) WithValue(value string) *ProbeStatusSystem_FieldSubPathValue
type Probe_Status_SystemPathSelectorOsVersion ¶
type Probe_Status_SystemPathSelectorOsVersion struct{}
func (Probe_Status_SystemPathSelectorOsVersion) FieldPath ¶
func (Probe_Status_SystemPathSelectorOsVersion) FieldPath() *ProbeStatusSystem_FieldSubPath
func (Probe_Status_SystemPathSelectorOsVersion) WithArrayOfValues ¶
func (s Probe_Status_SystemPathSelectorOsVersion) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldSubPathArrayOfValues
func (Probe_Status_SystemPathSelectorOsVersion) WithValue ¶
func (s Probe_Status_SystemPathSelectorOsVersion) WithValue(value string) *ProbeStatusSystem_FieldSubPathValue
type Probe_Status_SystemPathSelectorPlatform ¶
type Probe_Status_SystemPathSelectorPlatform struct{}
func (Probe_Status_SystemPathSelectorPlatform) FieldPath ¶
func (Probe_Status_SystemPathSelectorPlatform) FieldPath() *ProbeStatusSystem_FieldTerminalPath
func (Probe_Status_SystemPathSelectorPlatform) WithArrayOfValues ¶
func (s Probe_Status_SystemPathSelectorPlatform) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldTerminalPathArrayOfValues
func (Probe_Status_SystemPathSelectorPlatform) WithValue ¶
func (s Probe_Status_SystemPathSelectorPlatform) WithValue(value string) *ProbeStatusSystem_FieldTerminalPathValue
type Probe_Status_SystemPathSelectorSerialNumber ¶
type Probe_Status_SystemPathSelectorSerialNumber struct{}
func (Probe_Status_SystemPathSelectorSerialNumber) FieldPath ¶
func (Probe_Status_SystemPathSelectorSerialNumber) FieldPath() *ProbeStatusSystem_FieldTerminalPath
func (Probe_Status_SystemPathSelectorSerialNumber) WithArrayOfValues ¶
func (s Probe_Status_SystemPathSelectorSerialNumber) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldTerminalPathArrayOfValues
func (Probe_Status_SystemPathSelectorSerialNumber) WithValue ¶
func (s Probe_Status_SystemPathSelectorSerialNumber) WithValue(value string) *ProbeStatusSystem_FieldTerminalPathValue
type Probe_Status_SystemPathSelectorSku ¶
type Probe_Status_SystemPathSelectorSku struct{}
func (Probe_Status_SystemPathSelectorSku) FieldPath ¶
func (Probe_Status_SystemPathSelectorSku) FieldPath() *ProbeStatusSystem_FieldTerminalPath
func (Probe_Status_SystemPathSelectorSku) WithArrayOfValues ¶
func (s Probe_Status_SystemPathSelectorSku) WithArrayOfValues(values []string) *ProbeStatusSystem_FieldTerminalPathArrayOfValues
func (Probe_Status_SystemPathSelectorSku) WithValue ¶
func (s Probe_Status_SystemPathSelectorSku) WithValue(value string) *ProbeStatusSystem_FieldTerminalPathValue
type Probe_Status_System_FieldMask ¶
type Probe_Status_System_FieldMask struct {
Paths []ProbeStatusSystem_FieldPath
}
func FullProbe_Status_System_FieldMask ¶
func FullProbe_Status_System_FieldMask() *Probe_Status_System_FieldMask
func (*Probe_Status_System_FieldMask) AppendPath ¶
func (fieldMask *Probe_Status_System_FieldMask) AppendPath(path ProbeStatusSystem_FieldPath)
func (*Probe_Status_System_FieldMask) AppendRawPath ¶
func (fieldMask *Probe_Status_System_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Probe_Status_System_FieldMask) DecodeFirestore ¶
func (fieldMask *Probe_Status_System_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Probe_Status_System_FieldMask) EncodeFirestore ¶
func (fieldMask *Probe_Status_System_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Probe_Status_System_FieldMask) FilterInputFields ¶
func (fieldMask *Probe_Status_System_FieldMask) FilterInputFields() *Probe_Status_System_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Probe_Status_System_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Probe_Status_System_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Probe_Status_System_FieldMask) GetPaths ¶
func (fieldMask *Probe_Status_System_FieldMask) GetPaths() []ProbeStatusSystem_FieldPath
func (*Probe_Status_System_FieldMask) GetRawPaths ¶
func (fieldMask *Probe_Status_System_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Probe_Status_System_FieldMask) IsFull ¶
func (fieldMask *Probe_Status_System_FieldMask) IsFull() bool
func (Probe_Status_System_FieldMask) Marshal ¶
func (fieldMask Probe_Status_System_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Probe_Status_System_FieldMask) MarshalJSON ¶
func (fieldMask Probe_Status_System_FieldMask) MarshalJSON() ([]byte, error)
func (*Probe_Status_System_FieldMask) PathsCount ¶
func (fieldMask *Probe_Status_System_FieldMask) PathsCount() int
func (*Probe_Status_System_FieldMask) Project ¶
func (fieldMask *Probe_Status_System_FieldMask) Project(source *Probe_Status_System) *Probe_Status_System
func (*Probe_Status_System_FieldMask) ProjectRaw ¶
func (fieldMask *Probe_Status_System_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Probe_Status_System_FieldMask) ProtoMessage ¶
func (fieldMask *Probe_Status_System_FieldMask) ProtoMessage()
func (*Probe_Status_System_FieldMask) ProtoReflect ¶
func (fieldMask *Probe_Status_System_FieldMask) ProtoReflect() preflect.Message
func (*Probe_Status_System_FieldMask) Reset ¶
func (fieldMask *Probe_Status_System_FieldMask) Reset()
func (*Probe_Status_System_FieldMask) Set ¶
func (fieldMask *Probe_Status_System_FieldMask) Set(target, source *Probe_Status_System)
func (*Probe_Status_System_FieldMask) SetFromCliFlag ¶
func (fieldMask *Probe_Status_System_FieldMask) SetFromCliFlag(raw string) error
func (*Probe_Status_System_FieldMask) SetRaw ¶
func (fieldMask *Probe_Status_System_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Probe_Status_System_FieldMask) Size ¶
func (fieldMask *Probe_Status_System_FieldMask) Size() int
func (*Probe_Status_System_FieldMask) String ¶
func (fieldMask *Probe_Status_System_FieldMask) String() string
func (*Probe_Status_System_FieldMask) Subtract ¶
func (fieldMask *Probe_Status_System_FieldMask) Subtract(other *Probe_Status_System_FieldMask) *Probe_Status_System_FieldMask
func (*Probe_Status_System_FieldMask) SubtractRaw ¶
func (fieldMask *Probe_Status_System_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Probe_Status_System_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Probe_Status_System_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Probe_Status_System_FieldMask) Unmarshal ¶
func (fieldMask *Probe_Status_System_FieldMask) Unmarshal(data []byte) error
func (*Probe_Status_System_FieldMask) UnmarshalJSON ¶
func (fieldMask *Probe_Status_System_FieldMask) UnmarshalJSON(data []byte) error
type Probe_Status_System_OS ¶
type Probe_Status_System_OS struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" firestore:"name"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty" firestore:"version"` BuildVersion string `protobuf:"bytes,3,opt,name=build_version,json=buildVersion,proto3" json:"build_version,omitempty" firestore:"buildVersion"` Kernel string `protobuf:"bytes,4,opt,name=kernel,proto3" json:"kernel,omitempty" firestore:"kernel"` // contains filtered or unexported fields }
func (*Probe_Status_System_OS) Clone ¶
func (o *Probe_Status_System_OS) Clone() *Probe_Status_System_OS
func (*Probe_Status_System_OS) CloneRaw ¶
func (o *Probe_Status_System_OS) CloneRaw() gotenobject.GotenObjectExt
func (*Probe_Status_System_OS) Descriptor ¶
func (*Probe_Status_System_OS) Descriptor() ([]byte, []int)
Deprecated, Use Probe_Status_System_OS.ProtoReflect.Descriptor instead.
func (*Probe_Status_System_OS) GetBuildVersion ¶
func (m *Probe_Status_System_OS) GetBuildVersion() string
func (*Probe_Status_System_OS) GetKernel ¶
func (m *Probe_Status_System_OS) GetKernel() string
func (*Probe_Status_System_OS) GetName ¶
func (m *Probe_Status_System_OS) GetName() string
func (*Probe_Status_System_OS) GetVersion ¶
func (m *Probe_Status_System_OS) GetVersion() string
func (*Probe_Status_System_OS) GotenMessage ¶
func (*Probe_Status_System_OS) GotenMessage()
func (*Probe_Status_System_OS) GotenObjectExt ¶
func (o *Probe_Status_System_OS) GotenObjectExt()
func (*Probe_Status_System_OS) GotenValidate ¶
func (obj *Probe_Status_System_OS) GotenValidate() error
func (*Probe_Status_System_OS) MakeDiffFieldMask ¶
func (o *Probe_Status_System_OS) MakeDiffFieldMask(other *Probe_Status_System_OS) *Probe_Status_System_OS_FieldMask
func (*Probe_Status_System_OS) MakeFullFieldMask ¶
func (o *Probe_Status_System_OS) MakeFullFieldMask() *Probe_Status_System_OS_FieldMask
func (*Probe_Status_System_OS) MakeRawDiffFieldMask ¶
func (o *Probe_Status_System_OS) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Probe_Status_System_OS) MakeRawFullFieldMask ¶
func (o *Probe_Status_System_OS) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Probe_Status_System_OS) Marshal ¶
func (m *Probe_Status_System_OS) Marshal() ([]byte, error)
func (*Probe_Status_System_OS) MarshalJSON ¶
func (m *Probe_Status_System_OS) MarshalJSON() ([]byte, error)
func (*Probe_Status_System_OS) Merge ¶
func (o *Probe_Status_System_OS) Merge(source *Probe_Status_System_OS)
func (*Probe_Status_System_OS) MergeRaw ¶
func (o *Probe_Status_System_OS) MergeRaw(source gotenobject.GotenObjectExt)
func (*Probe_Status_System_OS) ProtoMessage ¶
func (*Probe_Status_System_OS) ProtoMessage()
func (*Probe_Status_System_OS) ProtoReflect ¶
func (m *Probe_Status_System_OS) ProtoReflect() preflect.Message
func (*Probe_Status_System_OS) Reset ¶
func (m *Probe_Status_System_OS) Reset()
func (*Probe_Status_System_OS) SetBuildVersion ¶
func (m *Probe_Status_System_OS) SetBuildVersion(fv string)
func (*Probe_Status_System_OS) SetKernel ¶
func (m *Probe_Status_System_OS) SetKernel(fv string)
func (*Probe_Status_System_OS) SetName ¶
func (m *Probe_Status_System_OS) SetName(fv string)
func (*Probe_Status_System_OS) SetVersion ¶
func (m *Probe_Status_System_OS) SetVersion(fv string)
func (*Probe_Status_System_OS) String ¶
func (m *Probe_Status_System_OS) String() string
func (*Probe_Status_System_OS) Unmarshal ¶
func (m *Probe_Status_System_OS) Unmarshal(b []byte) error
func (*Probe_Status_System_OS) UnmarshalJSON ¶
func (m *Probe_Status_System_OS) UnmarshalJSON(data []byte) error
type Probe_Status_System_OSPathSelectorBuildVersion ¶
type Probe_Status_System_OSPathSelectorBuildVersion struct{}
func (Probe_Status_System_OSPathSelectorBuildVersion) FieldPath ¶
func (Probe_Status_System_OSPathSelectorBuildVersion) FieldPath() *ProbeStatusSystemOS_FieldTerminalPath
func (Probe_Status_System_OSPathSelectorBuildVersion) WithArrayOfValues ¶
func (s Probe_Status_System_OSPathSelectorBuildVersion) WithArrayOfValues(values []string) *ProbeStatusSystemOS_FieldTerminalPathArrayOfValues
func (Probe_Status_System_OSPathSelectorBuildVersion) WithValue ¶
func (s Probe_Status_System_OSPathSelectorBuildVersion) WithValue(value string) *ProbeStatusSystemOS_FieldTerminalPathValue
type Probe_Status_System_OSPathSelectorKernel ¶
type Probe_Status_System_OSPathSelectorKernel struct{}
func (Probe_Status_System_OSPathSelectorKernel) FieldPath ¶
func (Probe_Status_System_OSPathSelectorKernel) FieldPath() *ProbeStatusSystemOS_FieldTerminalPath
func (Probe_Status_System_OSPathSelectorKernel) WithArrayOfValues ¶
func (s Probe_Status_System_OSPathSelectorKernel) WithArrayOfValues(values []string) *ProbeStatusSystemOS_FieldTerminalPathArrayOfValues
func (Probe_Status_System_OSPathSelectorKernel) WithValue ¶
func (s Probe_Status_System_OSPathSelectorKernel) WithValue(value string) *ProbeStatusSystemOS_FieldTerminalPathValue
type Probe_Status_System_OSPathSelectorName ¶
type Probe_Status_System_OSPathSelectorName struct{}
func (Probe_Status_System_OSPathSelectorName) FieldPath ¶
func (Probe_Status_System_OSPathSelectorName) FieldPath() *ProbeStatusSystemOS_FieldTerminalPath
func (Probe_Status_System_OSPathSelectorName) WithArrayOfValues ¶
func (s Probe_Status_System_OSPathSelectorName) WithArrayOfValues(values []string) *ProbeStatusSystemOS_FieldTerminalPathArrayOfValues
func (Probe_Status_System_OSPathSelectorName) WithValue ¶
func (s Probe_Status_System_OSPathSelectorName) WithValue(value string) *ProbeStatusSystemOS_FieldTerminalPathValue
type Probe_Status_System_OSPathSelectorVersion ¶
type Probe_Status_System_OSPathSelectorVersion struct{}
func (Probe_Status_System_OSPathSelectorVersion) FieldPath ¶
func (Probe_Status_System_OSPathSelectorVersion) FieldPath() *ProbeStatusSystemOS_FieldTerminalPath
func (Probe_Status_System_OSPathSelectorVersion) WithArrayOfValues ¶
func (s Probe_Status_System_OSPathSelectorVersion) WithArrayOfValues(values []string) *ProbeStatusSystemOS_FieldTerminalPathArrayOfValues
func (Probe_Status_System_OSPathSelectorVersion) WithValue ¶
func (s Probe_Status_System_OSPathSelectorVersion) WithValue(value string) *ProbeStatusSystemOS_FieldTerminalPathValue
type Probe_Status_System_OS_FieldMask ¶
type Probe_Status_System_OS_FieldMask struct {
Paths []ProbeStatusSystemOS_FieldPath
}
func FullProbe_Status_System_OS_FieldMask ¶
func FullProbe_Status_System_OS_FieldMask() *Probe_Status_System_OS_FieldMask
func (*Probe_Status_System_OS_FieldMask) AppendPath ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) AppendPath(path ProbeStatusSystemOS_FieldPath)
func (*Probe_Status_System_OS_FieldMask) AppendRawPath ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Probe_Status_System_OS_FieldMask) DecodeFirestore ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Probe_Status_System_OS_FieldMask) EncodeFirestore ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Probe_Status_System_OS_FieldMask) FilterInputFields ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) FilterInputFields() *Probe_Status_System_OS_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Probe_Status_System_OS_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Probe_Status_System_OS_FieldMask) GetPaths ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) GetPaths() []ProbeStatusSystemOS_FieldPath
func (*Probe_Status_System_OS_FieldMask) GetRawPaths ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Probe_Status_System_OS_FieldMask) IsFull ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) IsFull() bool
func (Probe_Status_System_OS_FieldMask) Marshal ¶
func (fieldMask Probe_Status_System_OS_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Probe_Status_System_OS_FieldMask) MarshalJSON ¶
func (fieldMask Probe_Status_System_OS_FieldMask) MarshalJSON() ([]byte, error)
func (*Probe_Status_System_OS_FieldMask) PathsCount ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) PathsCount() int
func (*Probe_Status_System_OS_FieldMask) Project ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) Project(source *Probe_Status_System_OS) *Probe_Status_System_OS
func (*Probe_Status_System_OS_FieldMask) ProjectRaw ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Probe_Status_System_OS_FieldMask) ProtoMessage ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) ProtoMessage()
func (*Probe_Status_System_OS_FieldMask) ProtoReflect ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) ProtoReflect() preflect.Message
func (*Probe_Status_System_OS_FieldMask) Reset ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) Reset()
func (*Probe_Status_System_OS_FieldMask) Set ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) Set(target, source *Probe_Status_System_OS)
func (*Probe_Status_System_OS_FieldMask) SetFromCliFlag ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) SetFromCliFlag(raw string) error
func (*Probe_Status_System_OS_FieldMask) SetRaw ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Probe_Status_System_OS_FieldMask) Size ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) Size() int
func (*Probe_Status_System_OS_FieldMask) String ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) String() string
func (*Probe_Status_System_OS_FieldMask) Subtract ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) Subtract(other *Probe_Status_System_OS_FieldMask) *Probe_Status_System_OS_FieldMask
func (*Probe_Status_System_OS_FieldMask) SubtractRaw ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Probe_Status_System_OS_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Probe_Status_System_OS_FieldMask) Unmarshal ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) Unmarshal(data []byte) error
func (*Probe_Status_System_OS_FieldMask) UnmarshalJSON ¶
func (fieldMask *Probe_Status_System_OS_FieldMask) UnmarshalJSON(data []byte) error
type QueryResultChange ¶
type QueryResultChange struct { Changes []*ProbeChange 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 { Probes []*Probe 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 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) 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) 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 }
func (*WatchQuery) GetMaximumChunkSize ¶
func (q *WatchQuery) GetMaximumChunkSize() int
func (*WatchQuery) GetResumeToken ¶
func (q *WatchQuery) GetResumeToken() string
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) 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.pb.access.go
- probe.pb.collections.go
- probe.pb.descriptor.go
- probe.pb.fieldmask.go
- probe.pb.fieldpath.go
- probe.pb.fieldpathbuilder.go
- probe.pb.filter.go
- probe.pb.filterbuilder.go
- probe.pb.go
- probe.pb.name.go
- probe.pb.namebuilder.go
- probe.pb.object_ext.go
- probe.pb.pagination.go
- probe.pb.parentname.go
- probe.pb.query.go
- probe.pb.validate.go
- probe.pb.view.go
- probe_change.pb.change.go
- probe_change.pb.go
- probe_change.pb.validate.go