Documentation ¶
Index ¶
- Constants
- func AsAnyCastAccess(access ProbingConfigAccess) 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 *ProbingConfig) bool
- func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
- func (filter *Filter) FilterSlice(in []*ProbingConfig) (out []*ProbingConfig)
- 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 ProbingConfig_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 *ProbingConfig) 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 ProbingConfig_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 *ProbingConfig) 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 ProbingConfig_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 *ProbingConfig) bool
- func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionContains) GetFieldPath() ProbingConfig_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 ProbingConfig_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 *ProbingConfig) 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 ProbingConfig_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 *ProbingConfig) 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 ProbingConfig_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 *ProbingConfig) 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 ProbingConfig_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 *ProbingConfig) 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 ProbingConfig_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 *ProbingConfig) 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 ProbingConfig_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) 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 *ProbingConfig) int
- func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
- func (orderBy *OrderBy) GetFieldMask() *ProbingConfig_FieldMask
- func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
- func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
- func (orderBy *OrderBy) InsertSorted(sorted ProbingConfigList, elem *ProbingConfig) (ProbingConfigList, 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 ProbingConfigList)
- 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
- 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) 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 (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 (ref *ParentReference) IsFullyQualified() bool
- func (ref *ParentReference) IsSpecified() bool
- func (name *ParentReference) Matches(other interface{}) bool
- func (ref *ParentReference) ParseProtoString(data string) error
- func (ref *ParentReference) ProtoString() (string, error)
- 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
- type ProbingConfig
- func (o *ProbingConfig) Clone() *ProbingConfig
- func (o *ProbingConfig) CloneRaw() gotenobject.GotenObjectExt
- func (*ProbingConfig) Descriptor() ([]byte, []int)
- func (m *ProbingConfig) GetDisplayName() string
- func (m *ProbingConfig) GetMetadata() *ntt_meta.Meta
- func (m *ProbingConfig) GetName() *Name
- func (r *ProbingConfig) GetRawName() gotenresource.Name
- func (r *ProbingConfig) GetResourceDescriptor() gotenresource.Descriptor
- func (m *ProbingConfig) GetSpec() *ProbingConfig_Spec
- func (m *ProbingConfig) GetStatus() *ProbingConfig_Status
- func (*ProbingConfig) GotenMessage()
- func (o *ProbingConfig) GotenObjectExt()
- func (obj *ProbingConfig) GotenValidate() error
- func (o *ProbingConfig) MakeDiffFieldMask(other *ProbingConfig) *ProbingConfig_FieldMask
- func (o *ProbingConfig) MakeFullFieldMask() *ProbingConfig_FieldMask
- func (o *ProbingConfig) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ProbingConfig) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ProbingConfig) Marshal() ([]byte, error)
- func (m *ProbingConfig) MarshalJSON() ([]byte, error)
- func (r *ProbingConfig) MaybePopulateDefaults() error
- func (o *ProbingConfig) Merge(source *ProbingConfig)
- func (o *ProbingConfig) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ProbingConfig) ProtoMessage()
- func (m *ProbingConfig) ProtoReflect() preflect.Message
- func (m *ProbingConfig) Reset()
- func (m *ProbingConfig) SetDisplayName(fv string)
- func (m *ProbingConfig) SetMetadata(fv *ntt_meta.Meta)
- func (m *ProbingConfig) SetName(fv *Name)
- func (m *ProbingConfig) SetSpec(fv *ProbingConfig_Spec)
- func (m *ProbingConfig) SetStatus(fv *ProbingConfig_Status)
- func (m *ProbingConfig) String() string
- func (m *ProbingConfig) Unmarshal(b []byte) error
- func (m *ProbingConfig) UnmarshalJSON(data []byte) error
- type ProbingConfigAccess
- type ProbingConfigChange
- func (*ProbingConfigChange) Descriptor() ([]byte, []int)
- func (m *ProbingConfigChange) GetAdded() *ProbingConfigChange_Added
- func (m *ProbingConfigChange) GetChangeType() isProbingConfigChange_ChangeType
- func (m *ProbingConfigChange) GetCurrent() *ProbingConfigChange_Current
- func (c *ProbingConfigChange) GetCurrentViewIndex() int32
- func (m *ProbingConfigChange) GetModified() *ProbingConfigChange_Modified
- func (c *ProbingConfigChange) GetPreviousViewIndex() int32
- func (c *ProbingConfigChange) GetProbingConfig() *ProbingConfig
- func (c *ProbingConfigChange) GetProbingConfigName() *Name
- func (c *ProbingConfigChange) GetRawName() gotenresource.Name
- func (m *ProbingConfigChange) GetRemoved() *ProbingConfigChange_Removed
- func (c *ProbingConfigChange) GetResource() gotenresource.Resource
- func (*ProbingConfigChange) GotenMessage()
- func (obj *ProbingConfigChange) GotenValidate() error
- func (c *ProbingConfigChange) IsAdd() bool
- func (c *ProbingConfigChange) IsCurrent() bool
- func (c *ProbingConfigChange) IsDelete() bool
- func (c *ProbingConfigChange) IsModify() bool
- func (m *ProbingConfigChange) Marshal() ([]byte, error)
- func (m *ProbingConfigChange) MarshalJSON() ([]byte, error)
- func (*ProbingConfigChange) ProtoMessage()
- func (m *ProbingConfigChange) ProtoReflect() preflect.Message
- func (m *ProbingConfigChange) Reset()
- func (m *ProbingConfigChange) SetAdded(fv *ProbingConfigChange_Added)
- func (c *ProbingConfigChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
- func (m *ProbingConfigChange) SetChangeType(ofv isProbingConfigChange_ChangeType)
- func (m *ProbingConfigChange) SetCurrent(fv *ProbingConfigChange_Current)
- func (c *ProbingConfigChange) SetCurrentRaw(snapshot gotenresource.Resource)
- func (c *ProbingConfigChange) SetDeletedRaw(name gotenresource.Name, idx int)
- func (m *ProbingConfigChange) SetModified(fv *ProbingConfigChange_Modified)
- func (c *ProbingConfigChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...)
- func (m *ProbingConfigChange) SetRemoved(fv *ProbingConfigChange_Removed)
- func (m *ProbingConfigChange) String() string
- func (m *ProbingConfigChange) Unmarshal(b []byte) error
- func (m *ProbingConfigChange) UnmarshalJSON(data []byte) error
- type ProbingConfigChangeList
- func (l ProbingConfigChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
- func (l ProbingConfigChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
- func (l ProbingConfigChangeList) At(idx int) gotenresource.ResourceChange
- func (l ProbingConfigChangeList) Length() int
- func (l ProbingConfigChangeList) Set(idx int, change gotenresource.ResourceChange)
- func (l ProbingConfigChangeList) Slice(first, second int) gotenresource.ResourceChangeList
- type ProbingConfigChangeMap
- func (m ProbingConfigChangeMap) Delete(name gotenresource.Name)
- func (m ProbingConfigChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
- func (m ProbingConfigChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
- func (m ProbingConfigChangeMap) Length() int
- func (m ProbingConfigChangeMap) Set(change gotenresource.ResourceChange)
- type ProbingConfigChange_Added
- func (*ProbingConfigChange_Added) Descriptor() ([]byte, []int)
- func (m *ProbingConfigChange_Added) GetProbingConfig() *ProbingConfig
- func (m *ProbingConfigChange_Added) GetViewIndex() int32
- func (*ProbingConfigChange_Added) GotenMessage()
- func (obj *ProbingConfigChange_Added) GotenValidate() error
- func (m *ProbingConfigChange_Added) Marshal() ([]byte, error)
- func (m *ProbingConfigChange_Added) MarshalJSON() ([]byte, error)
- func (*ProbingConfigChange_Added) ProtoMessage()
- func (m *ProbingConfigChange_Added) ProtoReflect() preflect.Message
- func (m *ProbingConfigChange_Added) Reset()
- func (m *ProbingConfigChange_Added) SetProbingConfig(fv *ProbingConfig)
- func (m *ProbingConfigChange_Added) SetViewIndex(fv int32)
- func (m *ProbingConfigChange_Added) String() string
- func (m *ProbingConfigChange_Added) Unmarshal(b []byte) error
- func (m *ProbingConfigChange_Added) UnmarshalJSON(data []byte) error
- type ProbingConfigChange_Added_
- type ProbingConfigChange_Current
- func (*ProbingConfigChange_Current) Descriptor() ([]byte, []int)
- func (m *ProbingConfigChange_Current) GetProbingConfig() *ProbingConfig
- func (*ProbingConfigChange_Current) GotenMessage()
- func (obj *ProbingConfigChange_Current) GotenValidate() error
- func (m *ProbingConfigChange_Current) Marshal() ([]byte, error)
- func (m *ProbingConfigChange_Current) MarshalJSON() ([]byte, error)
- func (*ProbingConfigChange_Current) ProtoMessage()
- func (m *ProbingConfigChange_Current) ProtoReflect() preflect.Message
- func (m *ProbingConfigChange_Current) Reset()
- func (m *ProbingConfigChange_Current) SetProbingConfig(fv *ProbingConfig)
- func (m *ProbingConfigChange_Current) String() string
- func (m *ProbingConfigChange_Current) Unmarshal(b []byte) error
- func (m *ProbingConfigChange_Current) UnmarshalJSON(data []byte) error
- type ProbingConfigChange_Current_
- type ProbingConfigChange_Modified
- func (*ProbingConfigChange_Modified) Descriptor() ([]byte, []int)
- func (m *ProbingConfigChange_Modified) GetFieldMask() *ProbingConfig_FieldMask
- func (m *ProbingConfigChange_Modified) GetName() *Name
- func (m *ProbingConfigChange_Modified) GetPreviousViewIndex() int32
- func (m *ProbingConfigChange_Modified) GetProbingConfig() *ProbingConfig
- func (m *ProbingConfigChange_Modified) GetViewIndex() int32
- func (*ProbingConfigChange_Modified) GotenMessage()
- func (obj *ProbingConfigChange_Modified) GotenValidate() error
- func (m *ProbingConfigChange_Modified) Marshal() ([]byte, error)
- func (m *ProbingConfigChange_Modified) MarshalJSON() ([]byte, error)
- func (*ProbingConfigChange_Modified) ProtoMessage()
- func (m *ProbingConfigChange_Modified) ProtoReflect() preflect.Message
- func (m *ProbingConfigChange_Modified) Reset()
- func (m *ProbingConfigChange_Modified) SetFieldMask(fv *ProbingConfig_FieldMask)
- func (m *ProbingConfigChange_Modified) SetName(fv *Name)
- func (m *ProbingConfigChange_Modified) SetPreviousViewIndex(fv int32)
- func (m *ProbingConfigChange_Modified) SetProbingConfig(fv *ProbingConfig)
- func (m *ProbingConfigChange_Modified) SetViewIndex(fv int32)
- func (m *ProbingConfigChange_Modified) String() string
- func (m *ProbingConfigChange_Modified) Unmarshal(b []byte) error
- func (m *ProbingConfigChange_Modified) UnmarshalJSON(data []byte) error
- type ProbingConfigChange_Modified_
- type ProbingConfigChange_Removed
- func (*ProbingConfigChange_Removed) Descriptor() ([]byte, []int)
- func (m *ProbingConfigChange_Removed) GetName() *Name
- func (m *ProbingConfigChange_Removed) GetViewIndex() int32
- func (*ProbingConfigChange_Removed) GotenMessage()
- func (obj *ProbingConfigChange_Removed) GotenValidate() error
- func (m *ProbingConfigChange_Removed) Marshal() ([]byte, error)
- func (m *ProbingConfigChange_Removed) MarshalJSON() ([]byte, error)
- func (*ProbingConfigChange_Removed) ProtoMessage()
- func (m *ProbingConfigChange_Removed) ProtoReflect() preflect.Message
- func (m *ProbingConfigChange_Removed) Reset()
- func (m *ProbingConfigChange_Removed) SetName(fv *Name)
- func (m *ProbingConfigChange_Removed) SetViewIndex(fv int32)
- func (m *ProbingConfigChange_Removed) String() string
- func (m *ProbingConfigChange_Removed) Unmarshal(b []byte) error
- func (m *ProbingConfigChange_Removed) UnmarshalJSON(data []byte) error
- type ProbingConfigChange_Removed_
- type ProbingConfigFieldPathBuilder
- func (ProbingConfigFieldPathBuilder) DisplayName() ProbingConfigPathSelectorDisplayName
- func (ProbingConfigFieldPathBuilder) Metadata() ProbingConfigPathSelectorMetadata
- func (ProbingConfigFieldPathBuilder) Name() ProbingConfigPathSelectorName
- func (ProbingConfigFieldPathBuilder) Spec() ProbingConfigPathSelectorSpec
- func (ProbingConfigFieldPathBuilder) Status() ProbingConfigPathSelectorStatus
- type ProbingConfigList
- func (l ProbingConfigList) Append(item gotenresource.Resource) gotenresource.ResourceList
- func (l ProbingConfigList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
- func (l ProbingConfigList) At(idx int) gotenresource.Resource
- func (l ProbingConfigList) Length() int
- func (l ProbingConfigList) Set(idx int, res gotenresource.Resource)
- func (l ProbingConfigList) Slice(first, second int) gotenresource.ResourceList
- type ProbingConfigMap
- func (m ProbingConfigMap) Delete(name gotenresource.Name)
- func (m ProbingConfigMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
- func (m ProbingConfigMap) Get(name gotenresource.Name) gotenresource.Resource
- func (m ProbingConfigMap) Length() int
- func (m ProbingConfigMap) Set(res gotenresource.Resource)
- type ProbingConfigMapPathSelectorMetadataAnnotations
- func (s ProbingConfigMapPathSelectorMetadataAnnotations) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigMapPathSelectorMetadataAnnotations) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigMapPathSelectorMetadataLabels
- func (s ProbingConfigMapPathSelectorMetadataLabels) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigMapPathSelectorMetadataLabels) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigMapPathSelectorMetadataShards
- func (s ProbingConfigMapPathSelectorMetadataShards) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigMapPathSelectorMetadataShards) WithValue(value int64) *ProbingConfig_FieldSubPathValue
- type ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (s ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody
- func (s ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithValue(value *common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfig_FieldSubPathValue
- type ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders
- func (s ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody
- func (s ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithValue(value *common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfig_FieldSubPathValue
- type ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (s ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody
- func (s ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithValue(value *common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfig_FieldSubPathValue
- type ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders
- func (s ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody
- func (s ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithValue(value *common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfig_FieldSubPathValue
- type ProbingConfigNameList
- func (l ProbingConfigNameList) Append(name gotenresource.Name) gotenresource.NameList
- func (l ProbingConfigNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
- func (l ProbingConfigNameList) At(idx int) gotenresource.Name
- func (l ProbingConfigNameList) Length() int
- func (l ProbingConfigNameList) Set(idx int, name gotenresource.Name)
- func (l ProbingConfigNameList) Slice(first, second int) gotenresource.NameList
- type ProbingConfigParentNameList
- func (l ProbingConfigParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
- func (l ProbingConfigParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
- func (l ProbingConfigParentNameList) At(idx int) gotenresource.Name
- func (l ProbingConfigParentNameList) Length() int
- func (l ProbingConfigParentNameList) Set(idx int, name gotenresource.Name)
- func (l ProbingConfigParentNameList) Slice(first, second int) gotenresource.ParentNameList
- type ProbingConfigParentReferenceList
- func (l ProbingConfigParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
- func (l ProbingConfigParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
- func (l ProbingConfigParentReferenceList) At(idx int) gotenresource.Reference
- func (l ProbingConfigParentReferenceList) Length() int
- func (l ProbingConfigParentReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l ProbingConfigParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
- type ProbingConfigPathSelectorDisplayName
- func (ProbingConfigPathSelectorDisplayName) FieldPath() *ProbingConfig_FieldTerminalPath
- func (s ProbingConfigPathSelectorDisplayName) WithArrayOfValues(values []string) *ProbingConfig_FieldTerminalPathArrayOfValues
- func (s ProbingConfigPathSelectorDisplayName) WithValue(value string) *ProbingConfig_FieldTerminalPathValue
- type ProbingConfigPathSelectorMetadata
- func (ProbingConfigPathSelectorMetadata) Annotations() ProbingConfigPathSelectorMetadataAnnotations
- func (ProbingConfigPathSelectorMetadata) CreateTime() ProbingConfigPathSelectorMetadataCreateTime
- func (ProbingConfigPathSelectorMetadata) FieldPath() *ProbingConfig_FieldTerminalPath
- func (ProbingConfigPathSelectorMetadata) Generation() ProbingConfigPathSelectorMetadataGeneration
- func (ProbingConfigPathSelectorMetadata) Labels() ProbingConfigPathSelectorMetadataLabels
- func (ProbingConfigPathSelectorMetadata) OwnerReferences() ProbingConfigPathSelectorMetadataOwnerReferences
- func (ProbingConfigPathSelectorMetadata) ResourceVersion() ProbingConfigPathSelectorMetadataResourceVersion
- func (ProbingConfigPathSelectorMetadata) Shards() ProbingConfigPathSelectorMetadataShards
- func (ProbingConfigPathSelectorMetadata) Syncing() ProbingConfigPathSelectorMetadataSyncing
- func (ProbingConfigPathSelectorMetadata) Tags() ProbingConfigPathSelectorMetadataTags
- func (ProbingConfigPathSelectorMetadata) UpdateTime() ProbingConfigPathSelectorMetadataUpdateTime
- func (ProbingConfigPathSelectorMetadata) Uuid() ProbingConfigPathSelectorMetadataUuid
- func (s ProbingConfigPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ProbingConfig_FieldTerminalPathArrayOfValues
- func (s ProbingConfigPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *ProbingConfig_FieldSubPathArrayItemValue
- func (s ProbingConfigPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *ProbingConfig_FieldSubPathArrayOfValues
- func (ProbingConfigPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *ProbingConfig_FieldSubPathValue
- func (s ProbingConfigPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *ProbingConfig_FieldTerminalPathValue
- type ProbingConfigPathSelectorMetadataAnnotations
- func (ProbingConfigPathSelectorMetadataAnnotations) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ProbingConfig_FieldSubPathArrayOfValues
- func (ProbingConfigPathSelectorMetadataAnnotations) WithKey(key string) ProbingConfigMapPathSelectorMetadataAnnotations
- func (s ProbingConfigPathSelectorMetadataAnnotations) WithValue(value map[string]string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorMetadataCreateTime
- func (ProbingConfigPathSelectorMetadataCreateTime) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorMetadataGeneration
- func (ProbingConfigPathSelectorMetadataGeneration) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorMetadataGeneration) WithValue(value int64) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorMetadataLabels
- func (ProbingConfigPathSelectorMetadataLabels) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *ProbingConfig_FieldSubPathArrayOfValues
- func (ProbingConfigPathSelectorMetadataLabels) WithKey(key string) ProbingConfigMapPathSelectorMetadataLabels
- func (s ProbingConfigPathSelectorMetadataLabels) WithValue(value map[string]string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorMetadataOwnerReferences
- func (ProbingConfigPathSelectorMetadataOwnerReferences) ApiVersion() ProbingConfigPathSelectorMetadataOwnerReferencesApiVersion
- func (ProbingConfigPathSelectorMetadataOwnerReferences) BlockOwnerDeletion() ProbingConfigPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (ProbingConfigPathSelectorMetadataOwnerReferences) Controller() ProbingConfigPathSelectorMetadataOwnerReferencesController
- func (ProbingConfigPathSelectorMetadataOwnerReferences) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorMetadataOwnerReferences) Kind() ProbingConfigPathSelectorMetadataOwnerReferencesKind
- func (ProbingConfigPathSelectorMetadataOwnerReferences) Name() ProbingConfigPathSelectorMetadataOwnerReferencesName
- func (ProbingConfigPathSelectorMetadataOwnerReferences) Uid() ProbingConfigPathSelectorMetadataOwnerReferencesUid
- func (s ProbingConfigPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ProbingConfig_FieldSubPathArrayItemValue
- func (s ProbingConfigPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorMetadataOwnerReferencesApiVersion
- func (ProbingConfigPathSelectorMetadataOwnerReferencesApiVersion) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorMetadataOwnerReferencesApiVersion) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (ProbingConfigPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorMetadataOwnerReferencesController
- func (ProbingConfigPathSelectorMetadataOwnerReferencesController) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorMetadataOwnerReferencesKind
- func (ProbingConfigPathSelectorMetadataOwnerReferencesKind) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorMetadataOwnerReferencesName
- func (ProbingConfigPathSelectorMetadataOwnerReferencesName) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorMetadataOwnerReferencesName) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorMetadataOwnerReferencesUid
- func (ProbingConfigPathSelectorMetadataOwnerReferencesUid) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorMetadataOwnerReferencesUid) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorMetadataResourceVersion
- func (ProbingConfigPathSelectorMetadataResourceVersion) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorMetadataResourceVersion) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorMetadataShards
- func (ProbingConfigPathSelectorMetadataShards) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *ProbingConfig_FieldSubPathArrayOfValues
- func (ProbingConfigPathSelectorMetadataShards) WithKey(key string) ProbingConfigMapPathSelectorMetadataShards
- func (s ProbingConfigPathSelectorMetadataShards) WithValue(value map[string]int64) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorMetadataSyncing
- func (ProbingConfigPathSelectorMetadataSyncing) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorMetadataSyncing) OwningRegion() ProbingConfigPathSelectorMetadataSyncingOwningRegion
- func (ProbingConfigPathSelectorMetadataSyncing) Regions() ProbingConfigPathSelectorMetadataSyncingRegions
- func (s ProbingConfigPathSelectorMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorMetadataSyncingOwningRegion
- func (ProbingConfigPathSelectorMetadataSyncingOwningRegion) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorMetadataSyncingRegions
- func (ProbingConfigPathSelectorMetadataSyncingRegions) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorMetadataSyncingRegions) WithItemValue(value string) *ProbingConfig_FieldSubPathArrayItemValue
- func (s ProbingConfigPathSelectorMetadataSyncingRegions) WithValue(value []string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorMetadataTags
- func (ProbingConfigPathSelectorMetadataTags) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorMetadataTags) WithItemValue(value string) *ProbingConfig_FieldSubPathArrayItemValue
- func (s ProbingConfigPathSelectorMetadataTags) WithValue(value []string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorMetadataUpdateTime
- func (ProbingConfigPathSelectorMetadataUpdateTime) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorMetadataUuid
- func (ProbingConfigPathSelectorMetadataUuid) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorMetadataUuid) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorMetadataUuid) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorName
- func (ProbingConfigPathSelectorName) FieldPath() *ProbingConfig_FieldTerminalPath
- func (s ProbingConfigPathSelectorName) WithArrayOfValues(values []*Name) *ProbingConfig_FieldTerminalPathArrayOfValues
- func (s ProbingConfigPathSelectorName) WithValue(value *Name) *ProbingConfig_FieldTerminalPathValue
- type ProbingConfigPathSelectorSpec
- func (ProbingConfigPathSelectorSpec) FieldPath() *ProbingConfig_FieldTerminalPath
- func (ProbingConfigPathSelectorSpec) Probe() ProbingConfigPathSelectorSpecProbe
- func (ProbingConfigPathSelectorSpec) ProbingSessions() ProbingConfigPathSelectorSpecProbingSessions
- func (ProbingConfigPathSelectorSpec) Speedtest() ProbingConfigPathSelectorSpecSpeedtest
- func (ProbingConfigPathSelectorSpec) TargetSessions() ProbingConfigPathSelectorSpecTargetSessions
- func (s ProbingConfigPathSelectorSpec) WithArrayOfValues(values []*ProbingConfig_Spec) *ProbingConfig_FieldTerminalPathArrayOfValues
- func (s ProbingConfigPathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue ProbingConfigSpec_FieldPathArrayItemValue) *ProbingConfig_FieldSubPathArrayItemValue
- func (s ProbingConfigPathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues ProbingConfigSpec_FieldPathArrayOfValues) *ProbingConfig_FieldSubPathArrayOfValues
- func (ProbingConfigPathSelectorSpec) WithSubPath(subPath ProbingConfigSpec_FieldPath) *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpec) WithSubValue(subPathValue ProbingConfigSpec_FieldPathValue) *ProbingConfig_FieldSubPathValue
- func (s ProbingConfigPathSelectorSpec) WithValue(value *ProbingConfig_Spec) *ProbingConfig_FieldTerminalPathValue
- type ProbingConfigPathSelectorSpecProbe
- func (ProbingConfigPathSelectorSpecProbe) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbe) WithArrayOfValues(values []*probe.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbe) WithValue(value *probe.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessions
- func (ProbingConfigPathSelectorSpecProbingSessions) Address() ProbingConfigPathSelectorSpecProbingSessionsAddress
- func (ProbingConfigPathSelectorSpecProbingSessions) Addresses() ProbingConfigPathSelectorSpecProbingSessionsAddresses
- func (ProbingConfigPathSelectorSpecProbingSessions) Category() ProbingConfigPathSelectorSpecProbingSessionsCategory
- func (ProbingConfigPathSelectorSpecProbingSessions) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecProbingSessions) GroupName() ProbingConfigPathSelectorSpecProbingSessionsGroupName
- func (ProbingConfigPathSelectorSpecProbingSessions) HttpProbingConfig() ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfig
- func (ProbingConfigPathSelectorSpecProbingSessions) Interval() ProbingConfigPathSelectorSpecProbingSessionsInterval
- func (ProbingConfigPathSelectorSpecProbingSessions) IntervalSec() ProbingConfigPathSelectorSpecProbingSessionsIntervalSec
- func (ProbingConfigPathSelectorSpecProbingSessions) IpVersion() ProbingConfigPathSelectorSpecProbingSessionsIpVersion
- func (ProbingConfigPathSelectorSpecProbingSessions) Location() ProbingConfigPathSelectorSpecProbingSessionsLocation
- func (ProbingConfigPathSelectorSpecProbingSessions) LocationType() ProbingConfigPathSelectorSpecProbingSessionsLocationType
- func (ProbingConfigPathSelectorSpecProbingSessions) Mode() ProbingConfigPathSelectorSpecProbingSessionsMode
- func (ProbingConfigPathSelectorSpecProbingSessions) PathProbing() ProbingConfigPathSelectorSpecProbingSessionsPathProbing
- func (ProbingConfigPathSelectorSpecProbingSessions) ProxyConfiguration() ProbingConfigPathSelectorSpecProbingSessionsProxyConfiguration
- func (ProbingConfigPathSelectorSpecProbingSessions) SpeedtestSettings() ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettings
- func (ProbingConfigPathSelectorSpecProbingSessions) Target() ProbingConfigPathSelectorSpecProbingSessionsTarget
- func (ProbingConfigPathSelectorSpecProbingSessions) TargetDisplayName() ProbingConfigPathSelectorSpecProbingSessionsTargetDisplayName
- func (ProbingConfigPathSelectorSpecProbingSessions) TargetGroup() ProbingConfigPathSelectorSpecProbingSessionsTargetGroup
- func (ProbingConfigPathSelectorSpecProbingSessions) Tos() ProbingConfigPathSelectorSpecProbingSessionsTos
- func (ProbingConfigPathSelectorSpecProbingSessions) WindowSize() ProbingConfigPathSelectorSpecProbingSessionsWindowSize
- func (s ProbingConfigPathSelectorSpecProbingSessions) WithArrayOfValues(values [][]*ProbingConfig_ProbingSession) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessions) WithItemValue(value *ProbingConfig_ProbingSession) *ProbingConfig_FieldSubPathArrayItemValue
- func (s ProbingConfigPathSelectorSpecProbingSessions) WithValue(value []*ProbingConfig_ProbingSession) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsAddress
- func (ProbingConfigPathSelectorSpecProbingSessionsAddress) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsAddress) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsAddress) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsAddresses
- func (ProbingConfigPathSelectorSpecProbingSessionsAddresses) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsAddresses) WithArrayOfValues(values [][]string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsAddresses) WithItemValue(value string) *ProbingConfig_FieldSubPathArrayItemValue
- func (s ProbingConfigPathSelectorSpecProbingSessionsAddresses) WithValue(value []string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsCategory
- func (ProbingConfigPathSelectorSpecProbingSessionsCategory) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsCategory) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsCategory) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsGroupName
- func (ProbingConfigPathSelectorSpecProbingSessionsGroupName) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsGroupName) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsGroupName) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfig
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfig) AuthConfig() ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfig) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfig) HttpRequest() ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfig) WithValue(value *common.HTTPProbingConfig) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig) Password() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig) RequestHeaderTokenKey() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig) TokenRequest() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig) TokenResponseBodyKey() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig) TokenResponseHeader() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig) Username() ...
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig) WithValue(value *common.HTTPProbingConfig_HTTPAuth) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigPassword
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigPassword) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigPassword) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) RequestBody() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) RequestHeaders() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) RequestMethod() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) Timeout() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) Url() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) UrlFormEncodedBody() ...
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue(value uint32) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfig_FieldSubPathArrayOfValues
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey(key string) ...
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value map[string]string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue(value *duration.Duration) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues(values []map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfig_FieldSubPathArrayOfValues
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithKey(key string) ...
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithValue(value map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigUsername
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigUsername) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigUsername) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) AuthenticationMethod() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) ExpectedResponseCode() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) RequestBody() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) RequestHeaders() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) RequestMethod() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) Timeout() ...
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) Url() ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrl
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) UrlFormEncodedBody() ...
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithValue(value uint32) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfig_FieldSubPathArrayOfValues
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithKey(key string) ...
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue(value map[string]string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestTimeout
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) WithValue(value *duration.Duration) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrl
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrl) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrl) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues(values []map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfig_FieldSubPathArrayOfValues
- func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithKey(key string) ...
- func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithValue(value map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsInterval
- func (ProbingConfigPathSelectorSpecProbingSessionsInterval) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsInterval) WithValue(value *duration.Duration) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsIntervalSec
- func (ProbingConfigPathSelectorSpecProbingSessionsIntervalSec) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsIntervalSec) WithArrayOfValues(values []int64) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsIntervalSec) WithValue(value int64) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsIpVersion
- func (ProbingConfigPathSelectorSpecProbingSessionsIpVersion) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsIpVersion) WithValue(value common.IpVersion) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocation
- func (ProbingConfigPathSelectorSpecProbingSessionsLocation) Accuracy() ProbingConfigPathSelectorSpecProbingSessionsLocationAccuracy
- func (ProbingConfigPathSelectorSpecProbingSessionsLocation) Address() ProbingConfigPathSelectorSpecProbingSessionsLocationAddress
- func (ProbingConfigPathSelectorSpecProbingSessionsLocation) AdminHierarchy() ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchy
- func (ProbingConfigPathSelectorSpecProbingSessionsLocation) Coordinates() ProbingConfigPathSelectorSpecProbingSessionsLocationCoordinates
- func (ProbingConfigPathSelectorSpecProbingSessionsLocation) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocation) WithArrayOfValues(values []*common.Location) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocation) WithValue(value *common.Location) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAccuracy
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAccuracy) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAccuracy) WithArrayOfValues(values []float64) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAccuracy) WithValue(value float64) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAddress
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) AdminArea1() ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea1
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) AdminArea2() ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea2
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) AdminArea3() ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea3
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) AdminArea4() ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea4
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) Continent() ProbingConfigPathSelectorSpecProbingSessionsLocationAddressContinent
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) Country() ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountry
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) CountryCode() ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountryCode
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) PostalCode() ProbingConfigPathSelectorSpecProbingSessionsLocationAddressPostalCode
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) StreetAddress() ProbingConfigPathSelectorSpecProbingSessionsLocationAddressStreetAddress
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) WithValue(value *common.Address) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea1
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea1) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea1) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea2
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea2) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea2) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea3
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea3) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea3) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea4
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea4) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea4) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressContinent
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressContinent) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressContinent) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressContinent) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountry
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountry) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountry) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountry) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountryCode
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountryCode) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountryCode) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressPostalCode
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressPostalCode) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressPostalCode) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressStreetAddress
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressStreetAddress) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressStreetAddress) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchy
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchy) Admin1() ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin1
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchy) Admin2() ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin2
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchy) Admin3() ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin3
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchy) Admin4() ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin4
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchy) Admin5() ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin5
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchy) Continent() ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyContinent
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchy) Country() ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyCountry
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchy) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin1
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin1) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin2
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin2) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin3
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin3) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin4
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin4) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin5
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin5) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyContinent
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyContinent) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyCountry
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyCountry) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationCoordinates
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationCoordinates) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsLocationType
- func (ProbingConfigPathSelectorSpecProbingSessionsLocationType) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationType) WithArrayOfValues(values []common.LocationType) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsLocationType) WithValue(value common.LocationType) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsMode
- func (ProbingConfigPathSelectorSpecProbingSessionsMode) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsMode) WithValue(value common.ProbingMode) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsPathProbing
- func (ProbingConfigPathSelectorSpecProbingSessionsPathProbing) Attempts() ProbingConfigPathSelectorSpecProbingSessionsPathProbingAttempts
- func (ProbingConfigPathSelectorSpecProbingSessionsPathProbing) Enabled() ProbingConfigPathSelectorSpecProbingSessionsPathProbingEnabled
- func (ProbingConfigPathSelectorSpecProbingSessionsPathProbing) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecProbingSessionsPathProbing) Interval() ProbingConfigPathSelectorSpecProbingSessionsPathProbingInterval
- func (ProbingConfigPathSelectorSpecProbingSessionsPathProbing) IntervalSec() ProbingConfigPathSelectorSpecProbingSessionsPathProbingIntervalSec
- func (ProbingConfigPathSelectorSpecProbingSessionsPathProbing) MaxTtl() ProbingConfigPathSelectorSpecProbingSessionsPathProbingMaxTtl
- func (ProbingConfigPathSelectorSpecProbingSessionsPathProbing) Mode() ProbingConfigPathSelectorSpecProbingSessionsPathProbingMode
- func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbing) WithArrayOfValues(values []*common.PathProbe) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbing) WithValue(value *common.PathProbe) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsPathProbingAttempts
- func (ProbingConfigPathSelectorSpecProbingSessionsPathProbingAttempts) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingAttempts) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingAttempts) WithValue(value *wrappers.UInt32Value) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsPathProbingEnabled
- func (ProbingConfigPathSelectorSpecProbingSessionsPathProbingEnabled) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingEnabled) WithArrayOfValues(values []bool) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingEnabled) WithValue(value bool) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsPathProbingInterval
- func (ProbingConfigPathSelectorSpecProbingSessionsPathProbingInterval) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingInterval) WithValue(value *duration.Duration) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsPathProbingIntervalSec
- func (ProbingConfigPathSelectorSpecProbingSessionsPathProbingIntervalSec) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingIntervalSec) WithArrayOfValues(values []int64) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingIntervalSec) WithValue(value int64) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsPathProbingMaxTtl
- func (ProbingConfigPathSelectorSpecProbingSessionsPathProbingMaxTtl) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingMaxTtl) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingMaxTtl) WithValue(value *wrappers.UInt32Value) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsPathProbingMode
- func (ProbingConfigPathSelectorSpecProbingSessionsPathProbingMode) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingMode) WithValue(value common.ProbingMode) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsProxyConfiguration
- func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfiguration) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfiguration) HttpProxy() ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpProxy
- func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfiguration) HttpsProxy() ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpsProxy
- func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfiguration) NoProxy() ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationNoProxy
- func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfiguration) ProxySetting() ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationProxySetting
- func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfiguration) WithArrayOfValues(values []*common.ProxyConfiguration) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfiguration) WithValue(value *common.ProxyConfiguration) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpProxy
- func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpProxy) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpProxy) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpProxy) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpsProxy
- func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpsProxy) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpsProxy) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpsProxy) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationNoProxy
- func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationNoProxy) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationNoProxy) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationNoProxy) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationProxySetting
- func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationProxySetting) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationProxySetting) WithArrayOfValues(values []common.ProxySetting) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationProxySetting) WithValue(value common.ProxySetting) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettings
- func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettings) Duration() ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsDuration
- func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettings) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettings) ServerSelection() ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsServerSelection
- func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettings) TcpPort() ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTcpPort
- func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettings) TlsPort() ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTlsPort
- func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettings) UseTls() ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsUseTls
- func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettings) WithArrayOfValues(values []*common.SpeedTestSettings) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettings) WithValue(value *common.SpeedTestSettings) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsDuration
- func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsDuration) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsDuration) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsDuration) WithValue(value *duration.Duration) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsServerSelection
- func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsServerSelection) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsServerSelection) WithArrayOfValues(values []common.SpeedTestSettings_ServerSelection) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsServerSelection) WithValue(value common.SpeedTestSettings_ServerSelection) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTcpPort
- func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTcpPort) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTcpPort) WithArrayOfValues(values []int32) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTcpPort) WithValue(value int32) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTlsPort
- func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTlsPort) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTlsPort) WithArrayOfValues(values []int32) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTlsPort) WithValue(value int32) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsUseTls
- func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsUseTls) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsUseTls) WithArrayOfValues(values []bool) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsUseTls) WithValue(value bool) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsTarget
- func (ProbingConfigPathSelectorSpecProbingSessionsTarget) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsTarget) WithArrayOfValues(values []*probing_target.Name) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsTarget) WithValue(value *probing_target.Name) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsTargetDisplayName
- func (ProbingConfigPathSelectorSpecProbingSessionsTargetDisplayName) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsTargetDisplayName) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsTargetDisplayName) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsTargetGroup
- func (ProbingConfigPathSelectorSpecProbingSessionsTargetGroup) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsTargetGroup) WithArrayOfValues(values []*probing_target_group.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsTargetGroup) WithValue(value *probing_target_group.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsTos
- func (ProbingConfigPathSelectorSpecProbingSessionsTos) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsTos) WithArrayOfValues(values []uint32) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsTos) WithValue(value uint32) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecProbingSessionsWindowSize
- func (ProbingConfigPathSelectorSpecProbingSessionsWindowSize) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecProbingSessionsWindowSize) WithArrayOfValues(values []uint32) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecProbingSessionsWindowSize) WithValue(value uint32) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtest
- func (ProbingConfigPathSelectorSpecSpeedtest) Enabled() ProbingConfigPathSelectorSpecSpeedtestEnabled
- func (ProbingConfigPathSelectorSpecSpeedtest) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecSpeedtest) Interval() ProbingConfigPathSelectorSpecSpeedtestInterval
- func (ProbingConfigPathSelectorSpecSpeedtest) IntervalMinutes() ProbingConfigPathSelectorSpecSpeedtestIntervalMinutes
- func (ProbingConfigPathSelectorSpecSpeedtest) Servers() ProbingConfigPathSelectorSpecSpeedtestServers
- func (s ProbingConfigPathSelectorSpecSpeedtest) WithArrayOfValues(values []*ProbingConfig_Spec_SpeedTest) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtest) WithValue(value *ProbingConfig_Spec_SpeedTest) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestEnabled
- func (ProbingConfigPathSelectorSpecSpeedtestEnabled) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestEnabled) WithArrayOfValues(values []bool) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestEnabled) WithValue(value bool) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestInterval
- func (ProbingConfigPathSelectorSpecSpeedtestInterval) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestInterval) WithValue(value *duration.Duration) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestIntervalMinutes
- func (ProbingConfigPathSelectorSpecSpeedtestIntervalMinutes) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestIntervalMinutes) WithArrayOfValues(values []int64) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestIntervalMinutes) WithValue(value int64) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServers
- func (ProbingConfigPathSelectorSpecSpeedtestServers) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecSpeedtestServers) IpAddresses() ProbingConfigPathSelectorSpecSpeedtestServersIpAddresses
- func (ProbingConfigPathSelectorSpecSpeedtestServers) Location() ProbingConfigPathSelectorSpecSpeedtestServersLocation
- func (ProbingConfigPathSelectorSpecSpeedtestServers) Name() ProbingConfigPathSelectorSpecSpeedtestServersName
- func (ProbingConfigPathSelectorSpecSpeedtestServers) Target() ProbingConfigPathSelectorSpecSpeedtestServersTarget
- func (s ProbingConfigPathSelectorSpecSpeedtestServers) WithArrayOfValues(values [][]*ProbingConfig_Spec_SpeedTest_Server) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServers) WithItemValue(value *ProbingConfig_Spec_SpeedTest_Server) *ProbingConfig_FieldSubPathArrayItemValue
- func (s ProbingConfigPathSelectorSpecSpeedtestServers) WithValue(value []*ProbingConfig_Spec_SpeedTest_Server) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersIpAddresses
- func (ProbingConfigPathSelectorSpecSpeedtestServersIpAddresses) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersIpAddresses) WithArrayOfValues(values [][]string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersIpAddresses) WithItemValue(value string) *ProbingConfig_FieldSubPathArrayItemValue
- func (s ProbingConfigPathSelectorSpecSpeedtestServersIpAddresses) WithValue(value []string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocation
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocation) Accuracy() ProbingConfigPathSelectorSpecSpeedtestServersLocationAccuracy
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocation) Address() ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocation) AdminHierarchy() ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchy
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocation) Coordinates() ProbingConfigPathSelectorSpecSpeedtestServersLocationCoordinates
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocation) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocation) WithArrayOfValues(values []*common.Location) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocation) WithValue(value *common.Location) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAccuracy
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAccuracy) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAccuracy) WithArrayOfValues(values []float64) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAccuracy) WithValue(value float64) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) AdminArea1() ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea1
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) AdminArea2() ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea2
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) AdminArea3() ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea3
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) AdminArea4() ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea4
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) Continent() ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressContinent
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) Country() ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountry
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) CountryCode() ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountryCode
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) PostalCode() ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressPostalCode
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) StreetAddress() ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressStreetAddress
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) WithValue(value *common.Address) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea1
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea1) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea1) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea2
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea2) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea2) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea3
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea3) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea3) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea4
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea4) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea4) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressContinent
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressContinent) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressContinent) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressContinent) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountry
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountry) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountry) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountry) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountryCode
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountryCode) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountryCode) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressPostalCode
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressPostalCode) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressPostalCode) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressStreetAddress
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressStreetAddress) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressStreetAddress) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchy
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchy) Admin1() ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin1
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchy) Admin2() ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin2
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchy) Admin3() ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin3
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchy) Admin4() ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin4
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchy) Admin5() ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin5
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchy) Continent() ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyContinent
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchy) Country() ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyCountry
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchy) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin1
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin1) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin2
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin2) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin3
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin3) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin4
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin4) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin5
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin5) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyContinent
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyContinent) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyCountry
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyCountry) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersLocationCoordinates
- func (ProbingConfigPathSelectorSpecSpeedtestServersLocationCoordinates) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersName
- func (ProbingConfigPathSelectorSpecSpeedtestServersName) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersName) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersName) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecSpeedtestServersTarget
- func (ProbingConfigPathSelectorSpecSpeedtestServersTarget) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecSpeedtestServersTarget) WithArrayOfValues(values []*probing_target.Name) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecSpeedtestServersTarget) WithValue(value *probing_target.Name) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessions
- func (ProbingConfigPathSelectorSpecTargetSessions) Address() ProbingConfigPathSelectorSpecTargetSessionsAddress
- func (ProbingConfigPathSelectorSpecTargetSessions) Addresses() ProbingConfigPathSelectorSpecTargetSessionsAddresses
- func (ProbingConfigPathSelectorSpecTargetSessions) Category() ProbingConfigPathSelectorSpecTargetSessionsCategory
- func (ProbingConfigPathSelectorSpecTargetSessions) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecTargetSessions) GroupName() ProbingConfigPathSelectorSpecTargetSessionsGroupName
- func (ProbingConfigPathSelectorSpecTargetSessions) HttpProbingConfig() ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfig
- func (ProbingConfigPathSelectorSpecTargetSessions) Interval() ProbingConfigPathSelectorSpecTargetSessionsInterval
- func (ProbingConfigPathSelectorSpecTargetSessions) IntervalSec() ProbingConfigPathSelectorSpecTargetSessionsIntervalSec
- func (ProbingConfigPathSelectorSpecTargetSessions) IpVersion() ProbingConfigPathSelectorSpecTargetSessionsIpVersion
- func (ProbingConfigPathSelectorSpecTargetSessions) Location() ProbingConfigPathSelectorSpecTargetSessionsLocation
- func (ProbingConfigPathSelectorSpecTargetSessions) LocationType() ProbingConfigPathSelectorSpecTargetSessionsLocationType
- func (ProbingConfigPathSelectorSpecTargetSessions) Mode() ProbingConfigPathSelectorSpecTargetSessionsMode
- func (ProbingConfigPathSelectorSpecTargetSessions) PathProbing() ProbingConfigPathSelectorSpecTargetSessionsPathProbing
- func (ProbingConfigPathSelectorSpecTargetSessions) ProxyConfiguration() ProbingConfigPathSelectorSpecTargetSessionsProxyConfiguration
- func (ProbingConfigPathSelectorSpecTargetSessions) SpeedtestSettings() ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettings
- func (ProbingConfigPathSelectorSpecTargetSessions) Target() ProbingConfigPathSelectorSpecTargetSessionsTarget
- func (ProbingConfigPathSelectorSpecTargetSessions) TargetDisplayName() ProbingConfigPathSelectorSpecTargetSessionsTargetDisplayName
- func (ProbingConfigPathSelectorSpecTargetSessions) TargetGroup() ProbingConfigPathSelectorSpecTargetSessionsTargetGroup
- func (ProbingConfigPathSelectorSpecTargetSessions) Tos() ProbingConfigPathSelectorSpecTargetSessionsTos
- func (ProbingConfigPathSelectorSpecTargetSessions) WindowSize() ProbingConfigPathSelectorSpecTargetSessionsWindowSize
- func (s ProbingConfigPathSelectorSpecTargetSessions) WithArrayOfValues(values [][]*ProbingConfig_ProbingSession) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessions) WithItemValue(value *ProbingConfig_ProbingSession) *ProbingConfig_FieldSubPathArrayItemValue
- func (s ProbingConfigPathSelectorSpecTargetSessions) WithValue(value []*ProbingConfig_ProbingSession) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsAddress
- func (ProbingConfigPathSelectorSpecTargetSessionsAddress) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsAddress) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsAddress) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsAddresses
- func (ProbingConfigPathSelectorSpecTargetSessionsAddresses) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsAddresses) WithArrayOfValues(values [][]string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsAddresses) WithItemValue(value string) *ProbingConfig_FieldSubPathArrayItemValue
- func (s ProbingConfigPathSelectorSpecTargetSessionsAddresses) WithValue(value []string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsCategory
- func (ProbingConfigPathSelectorSpecTargetSessionsCategory) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsCategory) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsCategory) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsGroupName
- func (ProbingConfigPathSelectorSpecTargetSessionsGroupName) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsGroupName) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsGroupName) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfig
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfig) AuthConfig() ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfig) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfig) HttpRequest() ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfig) WithValue(value *common.HTTPProbingConfig) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig) Password() ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigPassword
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig) RequestHeaderTokenKey() ...
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig) TokenRequest() ...
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey() ...
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig) TokenResponseBodyKey() ...
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig) TokenResponseHeader() ...
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig) Username() ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigUsername
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig) WithValue(value *common.HTTPProbingConfig_HTTPAuth) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigPassword
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigPassword) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigPassword) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod() ...
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode() ...
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) RequestBody() ...
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) RequestHeaders() ...
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) RequestMethod() ...
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) Timeout() ...
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) Url() ...
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) UrlFormEncodedBody() ...
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue(value uint32) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfig_FieldSubPathArrayOfValues
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey(key string) ...
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value map[string]string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue(value *duration.Duration) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues(values []map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfig_FieldSubPathArrayOfValues
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithKey(key string) ...
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithValue(value map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigUsername
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigUsername) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigUsername) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) AuthenticationMethod() ...
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) ExpectedResponseCode() ...
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) RequestBody() ...
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) RequestHeaders() ...
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) RequestMethod() ...
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) Timeout() ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestTimeout
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) Url() ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrl
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) UrlFormEncodedBody() ...
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithValue(value uint32) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfig_FieldSubPathArrayOfValues
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithKey(key string) ...
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue(value map[string]string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestTimeout
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) WithValue(value *duration.Duration) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrl
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrl) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrl) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues(values []map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfig_FieldSubPathArrayOfValues
- func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithKey(key string) ...
- func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithValue(value map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsInterval
- func (ProbingConfigPathSelectorSpecTargetSessionsInterval) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsInterval) WithValue(value *duration.Duration) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsIntervalSec
- func (ProbingConfigPathSelectorSpecTargetSessionsIntervalSec) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsIntervalSec) WithArrayOfValues(values []int64) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsIntervalSec) WithValue(value int64) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsIpVersion
- func (ProbingConfigPathSelectorSpecTargetSessionsIpVersion) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsIpVersion) WithValue(value common.IpVersion) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocation
- func (ProbingConfigPathSelectorSpecTargetSessionsLocation) Accuracy() ProbingConfigPathSelectorSpecTargetSessionsLocationAccuracy
- func (ProbingConfigPathSelectorSpecTargetSessionsLocation) Address() ProbingConfigPathSelectorSpecTargetSessionsLocationAddress
- func (ProbingConfigPathSelectorSpecTargetSessionsLocation) AdminHierarchy() ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchy
- func (ProbingConfigPathSelectorSpecTargetSessionsLocation) Coordinates() ProbingConfigPathSelectorSpecTargetSessionsLocationCoordinates
- func (ProbingConfigPathSelectorSpecTargetSessionsLocation) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocation) WithArrayOfValues(values []*common.Location) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocation) WithValue(value *common.Location) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAccuracy
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAccuracy) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAccuracy) WithArrayOfValues(values []float64) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAccuracy) WithValue(value float64) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAddress
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) AdminArea1() ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea1
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) AdminArea2() ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea2
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) AdminArea3() ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea3
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) AdminArea4() ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea4
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) Continent() ProbingConfigPathSelectorSpecTargetSessionsLocationAddressContinent
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) Country() ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountry
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) CountryCode() ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountryCode
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) PostalCode() ProbingConfigPathSelectorSpecTargetSessionsLocationAddressPostalCode
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) StreetAddress() ProbingConfigPathSelectorSpecTargetSessionsLocationAddressStreetAddress
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) WithValue(value *common.Address) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea1
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea1) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea1) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea2
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea2) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea2) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea3
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea3) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea3) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea4
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea4) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea4) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressContinent
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressContinent) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressContinent) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressContinent) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountry
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountry) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountry) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountry) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountryCode
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountryCode) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountryCode) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressPostalCode
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressPostalCode) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressPostalCode) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressStreetAddress
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressStreetAddress) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressStreetAddress) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchy
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchy) Admin1() ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin1
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchy) Admin2() ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin2
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchy) Admin3() ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin3
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchy) Admin4() ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin4
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchy) Admin5() ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin5
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchy) Continent() ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyContinent
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchy) Country() ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyCountry
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchy) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin1
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin1) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin2
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin2) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin3
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin3) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin4
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin4) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin5
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin5) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyContinent
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyContinent) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyCountry
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyCountry) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationCoordinates
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationCoordinates) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsLocationType
- func (ProbingConfigPathSelectorSpecTargetSessionsLocationType) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationType) WithArrayOfValues(values []common.LocationType) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsLocationType) WithValue(value common.LocationType) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsMode
- func (ProbingConfigPathSelectorSpecTargetSessionsMode) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsMode) WithValue(value common.ProbingMode) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsPathProbing
- func (ProbingConfigPathSelectorSpecTargetSessionsPathProbing) Attempts() ProbingConfigPathSelectorSpecTargetSessionsPathProbingAttempts
- func (ProbingConfigPathSelectorSpecTargetSessionsPathProbing) Enabled() ProbingConfigPathSelectorSpecTargetSessionsPathProbingEnabled
- func (ProbingConfigPathSelectorSpecTargetSessionsPathProbing) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecTargetSessionsPathProbing) Interval() ProbingConfigPathSelectorSpecTargetSessionsPathProbingInterval
- func (ProbingConfigPathSelectorSpecTargetSessionsPathProbing) IntervalSec() ProbingConfigPathSelectorSpecTargetSessionsPathProbingIntervalSec
- func (ProbingConfigPathSelectorSpecTargetSessionsPathProbing) MaxTtl() ProbingConfigPathSelectorSpecTargetSessionsPathProbingMaxTtl
- func (ProbingConfigPathSelectorSpecTargetSessionsPathProbing) Mode() ProbingConfigPathSelectorSpecTargetSessionsPathProbingMode
- func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbing) WithArrayOfValues(values []*common.PathProbe) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbing) WithValue(value *common.PathProbe) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsPathProbingAttempts
- func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingAttempts) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingAttempts) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingAttempts) WithValue(value *wrappers.UInt32Value) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsPathProbingEnabled
- func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingEnabled) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingEnabled) WithArrayOfValues(values []bool) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingEnabled) WithValue(value bool) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsPathProbingInterval
- func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingInterval) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingInterval) WithValue(value *duration.Duration) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsPathProbingIntervalSec
- func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingIntervalSec) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingIntervalSec) WithArrayOfValues(values []int64) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingIntervalSec) WithValue(value int64) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsPathProbingMaxTtl
- func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingMaxTtl) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingMaxTtl) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingMaxTtl) WithValue(value *wrappers.UInt32Value) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsPathProbingMode
- func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingMode) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingMode) WithValue(value common.ProbingMode) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsProxyConfiguration
- func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfiguration) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfiguration) HttpProxy() ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpProxy
- func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfiguration) HttpsProxy() ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpsProxy
- func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfiguration) NoProxy() ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationNoProxy
- func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfiguration) ProxySetting() ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationProxySetting
- func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfiguration) WithArrayOfValues(values []*common.ProxyConfiguration) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfiguration) WithValue(value *common.ProxyConfiguration) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpProxy
- func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpProxy) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpProxy) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpProxy) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpsProxy
- func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpsProxy) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpsProxy) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpsProxy) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationNoProxy
- func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationNoProxy) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationNoProxy) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationNoProxy) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationProxySetting
- func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationProxySetting) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationProxySetting) WithArrayOfValues(values []common.ProxySetting) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationProxySetting) WithValue(value common.ProxySetting) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettings
- func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettings) Duration() ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsDuration
- func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettings) FieldPath() *ProbingConfig_FieldSubPath
- func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettings) ServerSelection() ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsServerSelection
- func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettings) TcpPort() ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTcpPort
- func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettings) TlsPort() ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTlsPort
- func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettings) UseTls() ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsUseTls
- func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettings) WithArrayOfValues(values []*common.SpeedTestSettings) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettings) WithValue(value *common.SpeedTestSettings) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsDuration
- func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsDuration) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsDuration) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsDuration) WithValue(value *duration.Duration) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsServerSelection
- func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsServerSelection) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsServerSelection) WithArrayOfValues(values []common.SpeedTestSettings_ServerSelection) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsServerSelection) WithValue(value common.SpeedTestSettings_ServerSelection) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTcpPort
- func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTcpPort) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTcpPort) WithArrayOfValues(values []int32) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTcpPort) WithValue(value int32) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTlsPort
- func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTlsPort) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTlsPort) WithArrayOfValues(values []int32) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTlsPort) WithValue(value int32) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsUseTls
- func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsUseTls) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsUseTls) WithArrayOfValues(values []bool) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsUseTls) WithValue(value bool) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsTarget
- func (ProbingConfigPathSelectorSpecTargetSessionsTarget) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsTarget) WithArrayOfValues(values []*probing_target.Name) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsTarget) WithValue(value *probing_target.Name) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsTargetDisplayName
- func (ProbingConfigPathSelectorSpecTargetSessionsTargetDisplayName) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsTargetDisplayName) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsTargetDisplayName) WithValue(value string) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsTargetGroup
- func (ProbingConfigPathSelectorSpecTargetSessionsTargetGroup) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsTargetGroup) WithArrayOfValues(values []*probing_target_group.Reference) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsTargetGroup) WithValue(value *probing_target_group.Reference) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsTos
- func (ProbingConfigPathSelectorSpecTargetSessionsTos) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsTos) WithArrayOfValues(values []uint32) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsTos) WithValue(value uint32) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorSpecTargetSessionsWindowSize
- func (ProbingConfigPathSelectorSpecTargetSessionsWindowSize) FieldPath() *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorSpecTargetSessionsWindowSize) WithArrayOfValues(values []uint32) *ProbingConfig_FieldSubPathArrayOfValues
- func (s ProbingConfigPathSelectorSpecTargetSessionsWindowSize) WithValue(value uint32) *ProbingConfig_FieldSubPathValue
- type ProbingConfigPathSelectorStatus
- func (ProbingConfigPathSelectorStatus) FieldPath() *ProbingConfig_FieldTerminalPath
- func (s ProbingConfigPathSelectorStatus) WithArrayOfValues(values []*ProbingConfig_Status) *ProbingConfig_FieldTerminalPathArrayOfValues
- func (s ProbingConfigPathSelectorStatus) WithSubArrayItemValue(subPathArrayItemValue ProbingConfigStatus_FieldPathArrayItemValue) *ProbingConfig_FieldSubPathArrayItemValue
- func (s ProbingConfigPathSelectorStatus) WithSubArrayOfValues(subPathArrayOfValues ProbingConfigStatus_FieldPathArrayOfValues) *ProbingConfig_FieldSubPathArrayOfValues
- func (ProbingConfigPathSelectorStatus) WithSubPath(subPath ProbingConfigStatus_FieldPath) *ProbingConfig_FieldSubPath
- func (s ProbingConfigPathSelectorStatus) WithSubValue(subPathValue ProbingConfigStatus_FieldPathValue) *ProbingConfig_FieldSubPathValue
- func (s ProbingConfigPathSelectorStatus) WithValue(value *ProbingConfig_Status) *ProbingConfig_FieldTerminalPathValue
- type ProbingConfigProbingSessionFieldPathBuilder
- func (ProbingConfigProbingSessionFieldPathBuilder) Address() ProbingConfig_ProbingSessionPathSelectorAddress
- func (ProbingConfigProbingSessionFieldPathBuilder) Addresses() ProbingConfig_ProbingSessionPathSelectorAddresses
- func (ProbingConfigProbingSessionFieldPathBuilder) Category() ProbingConfig_ProbingSessionPathSelectorCategory
- func (ProbingConfigProbingSessionFieldPathBuilder) GroupName() ProbingConfig_ProbingSessionPathSelectorGroupName
- func (ProbingConfigProbingSessionFieldPathBuilder) HttpProbingConfig() ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig
- func (ProbingConfigProbingSessionFieldPathBuilder) Interval() ProbingConfig_ProbingSessionPathSelectorInterval
- func (ProbingConfigProbingSessionFieldPathBuilder) IntervalSec() ProbingConfig_ProbingSessionPathSelectorIntervalSec
- func (ProbingConfigProbingSessionFieldPathBuilder) IpVersion() ProbingConfig_ProbingSessionPathSelectorIpVersion
- func (ProbingConfigProbingSessionFieldPathBuilder) Location() ProbingConfig_ProbingSessionPathSelectorLocation
- func (ProbingConfigProbingSessionFieldPathBuilder) LocationType() ProbingConfig_ProbingSessionPathSelectorLocationType
- func (ProbingConfigProbingSessionFieldPathBuilder) Mode() ProbingConfig_ProbingSessionPathSelectorMode
- func (ProbingConfigProbingSessionFieldPathBuilder) PathProbing() ProbingConfig_ProbingSessionPathSelectorPathProbing
- func (ProbingConfigProbingSessionFieldPathBuilder) ProxyConfiguration() ProbingConfig_ProbingSessionPathSelectorProxyConfiguration
- func (ProbingConfigProbingSessionFieldPathBuilder) SpeedtestSettings() ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings
- func (ProbingConfigProbingSessionFieldPathBuilder) Target() ProbingConfig_ProbingSessionPathSelectorTarget
- func (ProbingConfigProbingSessionFieldPathBuilder) TargetDisplayName() ProbingConfig_ProbingSessionPathSelectorTargetDisplayName
- func (ProbingConfigProbingSessionFieldPathBuilder) TargetGroup() ProbingConfig_ProbingSessionPathSelectorTargetGroup
- func (ProbingConfigProbingSessionFieldPathBuilder) Tos() ProbingConfig_ProbingSessionPathSelectorTos
- func (ProbingConfigProbingSessionFieldPathBuilder) WindowSize() ProbingConfig_ProbingSessionPathSelectorWindowSize
- type ProbingConfigProbingSession_FieldPath
- func BuildProbingConfigProbingSession_FieldPath(fp gotenobject.RawFieldPath) (ProbingConfigProbingSession_FieldPath, error)
- func MustParseProbingConfigProbingSession_FieldPath(rawField string) ProbingConfigProbingSession_FieldPath
- func ParseProbingConfigProbingSession_FieldPath(rawField string) (ProbingConfigProbingSession_FieldPath, error)
- type ProbingConfigProbingSession_FieldPathArrayItemValue
- type ProbingConfigProbingSession_FieldPathArrayOfValues
- type ProbingConfigProbingSession_FieldPathSelector
- type ProbingConfigProbingSession_FieldPathValue
- type ProbingConfigProbingSession_FieldSubPath
- func (fps *ProbingConfigProbingSession_FieldSubPath) AsHttpProbingConfigSubPath() (common.HTTPProbingConfig_FieldPath, bool)
- func (fps *ProbingConfigProbingSession_FieldSubPath) AsLocationSubPath() (common.Location_FieldPath, bool)
- func (fps *ProbingConfigProbingSession_FieldSubPath) AsPathProbingSubPath() (common.PathProbe_FieldPath, bool)
- func (fps *ProbingConfigProbingSession_FieldSubPath) AsProxyConfigurationSubPath() (common.ProxyConfiguration_FieldPath, bool)
- func (fps *ProbingConfigProbingSession_FieldSubPath) AsSpeedtestSettingsSubPath() (common.SpeedTestSettings_FieldPath, bool)
- func (fps *ProbingConfigProbingSession_FieldSubPath) ClearValue(item *ProbingConfig_ProbingSession)
- func (fps *ProbingConfigProbingSession_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ProbingConfigProbingSession_FieldSubPath) Get(source *ProbingConfig_ProbingSession) (values []interface{})
- func (fps *ProbingConfigProbingSession_FieldSubPath) GetDefault() interface{}
- func (fps *ProbingConfigProbingSession_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ProbingConfigProbingSession_FieldSubPath) GetSingle(source *ProbingConfig_ProbingSession) (interface{}, bool)
- func (fps *ProbingConfigProbingSession_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ProbingConfigProbingSession_FieldSubPath) IsLeaf() bool
- func (fps *ProbingConfigProbingSession_FieldSubPath) JSONString() string
- func (fps *ProbingConfigProbingSession_FieldSubPath) Selector() ProbingConfigProbingSession_FieldPathSelector
- func (fps *ProbingConfigProbingSession_FieldSubPath) String() string
- func (fps *ProbingConfigProbingSession_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingConfigProbingSession_FieldPathArrayItemValue
- func (fps *ProbingConfigProbingSession_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingConfigProbingSession_FieldPathArrayOfValues
- func (fps *ProbingConfigProbingSession_FieldSubPath) WithIValue(value interface{}) ProbingConfigProbingSession_FieldPathValue
- func (fps *ProbingConfigProbingSession_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ProbingConfigProbingSession_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ProbingConfigProbingSession_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingConfigProbingSession_FieldSubPathArrayItemValue
- func (fpaivs *ProbingConfigProbingSession_FieldSubPathArrayItemValue) AsHttpProbingConfigPathItemValue() (common.HTTPProbingConfig_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingConfigProbingSession_FieldSubPathArrayItemValue) AsLocationPathItemValue() (common.Location_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingConfigProbingSession_FieldSubPathArrayItemValue) AsPathProbingPathItemValue() (common.PathProbe_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingConfigProbingSession_FieldSubPathArrayItemValue) AsProxyConfigurationPathItemValue() (common.ProxyConfiguration_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingConfigProbingSession_FieldSubPathArrayItemValue) AsSpeedtestSettingsPathItemValue() (common.SpeedTestSettings_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingConfigProbingSession_FieldSubPathArrayItemValue) ContainsValue(source *ProbingConfig_ProbingSession) bool
- func (fpaivs *ProbingConfigProbingSession_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (fpsaov *ProbingConfigProbingSession_FieldSubPathArrayOfValues) AsHttpProbingConfigPathArrayOfValues() (common.HTTPProbingConfig_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingConfigProbingSession_FieldSubPathArrayOfValues) AsLocationPathArrayOfValues() (common.Location_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingConfigProbingSession_FieldSubPathArrayOfValues) AsPathProbingPathArrayOfValues() (common.PathProbe_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingConfigProbingSession_FieldSubPathArrayOfValues) AsProxyConfigurationPathArrayOfValues() (common.ProxyConfiguration_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingConfigProbingSession_FieldSubPathArrayOfValues) AsSpeedtestSettingsPathArrayOfValues() (common.SpeedTestSettings_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingConfigProbingSession_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type ProbingConfigProbingSession_FieldSubPathValue
- func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) AsHttpProbingConfigPathValue() (common.HTTPProbingConfig_FieldPathValue, bool)
- func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) AsLocationPathValue() (common.Location_FieldPathValue, bool)
- func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) AsPathProbingPathValue() (common.PathProbe_FieldPathValue, bool)
- func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) AsProxyConfigurationPathValue() (common.ProxyConfiguration_FieldPathValue, bool)
- func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) AsSpeedtestSettingsPathValue() (common.SpeedTestSettings_FieldPathValue, bool)
- func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) CompareWith(source *ProbingConfig_ProbingSession) (int, bool)
- func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) SetTo(target **ProbingConfig_ProbingSession)
- func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) SetToRaw(target proto.Message)
- type ProbingConfigProbingSession_FieldTerminalPath
- func (fp *ProbingConfigProbingSession_FieldTerminalPath) ClearValue(item *ProbingConfig_ProbingSession)
- func (fp *ProbingConfigProbingSession_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbingConfigProbingSession_FieldTerminalPath) Get(source *ProbingConfig_ProbingSession) (values []interface{})
- func (fp *ProbingConfigProbingSession_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbingConfigProbingSession_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbingConfigProbingSession_FieldTerminalPath) GetSingle(source *ProbingConfig_ProbingSession) (interface{}, bool)
- func (fp *ProbingConfigProbingSession_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbingConfigProbingSession_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbingConfigProbingSession_FieldTerminalPath) JSONString() string
- func (fp *ProbingConfigProbingSession_FieldTerminalPath) Selector() ProbingConfigProbingSession_FieldPathSelector
- func (fp *ProbingConfigProbingSession_FieldTerminalPath) String() string
- func (fp *ProbingConfigProbingSession_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingConfigProbingSession_FieldPathArrayItemValue
- func (fp *ProbingConfigProbingSession_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingConfigProbingSession_FieldPathArrayOfValues
- func (fp *ProbingConfigProbingSession_FieldTerminalPath) WithIValue(value interface{}) ProbingConfigProbingSession_FieldPathValue
- func (fp *ProbingConfigProbingSession_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbingConfigProbingSession_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbingConfigProbingSession_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingConfigProbingSession_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbingConfigProbingSession_FieldTerminalPathArrayItemValue) AsAddressesItemValue() (string, bool)
- func (fpaiv *ProbingConfigProbingSession_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingConfig_ProbingSession) bool
- func (fpaiv *ProbingConfigProbingSession_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbingConfigProbingSession_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingConfig_ProbingSession) (interface{}, bool)
- func (fpaiv *ProbingConfigProbingSession_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsAddressArrayOfValues() ([]string, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsAddressesArrayOfValues() ([][]string, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsCategoryArrayOfValues() ([]string, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsGroupNameArrayOfValues() ([]string, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsHttpProbingConfigArrayOfValues() ([]*common.HTTPProbingConfig, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsIntervalArrayOfValues() ([]*duration.Duration, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsIntervalSecArrayOfValues() ([]int64, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsIpVersionArrayOfValues() ([]common.IpVersion, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsLocationArrayOfValues() ([]*common.Location, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsLocationTypeArrayOfValues() ([]common.LocationType, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsModeArrayOfValues() ([]common.ProbingMode, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsPathProbingArrayOfValues() ([]*common.PathProbe, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsProxyConfigurationArrayOfValues() ([]*common.ProxyConfiguration, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsSpeedtestSettingsArrayOfValues() ([]*common.SpeedTestSettings, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsTargetArrayOfValues() ([]*probing_target.Name, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsTargetDisplayNameArrayOfValues() ([]string, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsTargetGroupArrayOfValues() ([]*probing_target_group.Reference, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsTosArrayOfValues() ([]uint32, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsWindowSizeArrayOfValues() ([]uint32, bool)
- func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbingConfigProbingSession_FieldTerminalPathValue
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsAddressValue() (string, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsAddressesValue() ([]string, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsCategoryValue() (string, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsGroupNameValue() (string, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsHttpProbingConfigValue() (*common.HTTPProbingConfig, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsIntervalSecValue() (int64, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsIntervalValue() (*duration.Duration, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsIpVersionValue() (common.IpVersion, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsLocationTypeValue() (common.LocationType, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsLocationValue() (*common.Location, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsModeValue() (common.ProbingMode, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsPathProbingValue() (*common.PathProbe, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsProxyConfigurationValue() (*common.ProxyConfiguration, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsSpeedtestSettingsValue() (*common.SpeedTestSettings, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsTargetDisplayNameValue() (string, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsTargetGroupValue() (*probing_target_group.Reference, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsTargetValue() (*probing_target.Name, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsTosValue() (uint32, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsWindowSizeValue() (uint32, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) CompareWith(source *ProbingConfig_ProbingSession) (int, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) SetTo(target **ProbingConfig_ProbingSession)
- func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbingConfigReferenceList
- func (l ProbingConfigReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
- func (l ProbingConfigReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
- func (l ProbingConfigReferenceList) At(idx int) gotenresource.Reference
- func (l ProbingConfigReferenceList) Length() int
- func (l ProbingConfigReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l ProbingConfigReferenceList) Slice(first, second int) gotenresource.ReferenceList
- type ProbingConfigSpecFieldPathBuilder
- func (ProbingConfigSpecFieldPathBuilder) Probe() ProbingConfig_SpecPathSelectorProbe
- func (ProbingConfigSpecFieldPathBuilder) ProbingSessions() ProbingConfig_SpecPathSelectorProbingSessions
- func (ProbingConfigSpecFieldPathBuilder) Speedtest() ProbingConfig_SpecPathSelectorSpeedtest
- func (ProbingConfigSpecFieldPathBuilder) TargetSessions() ProbingConfig_SpecPathSelectorTargetSessions
- type ProbingConfigSpecSpeedTestFieldPathBuilder
- func (ProbingConfigSpecSpeedTestFieldPathBuilder) Enabled() ProbingConfig_Spec_SpeedTestPathSelectorEnabled
- func (ProbingConfigSpecSpeedTestFieldPathBuilder) Interval() ProbingConfig_Spec_SpeedTestPathSelectorInterval
- func (ProbingConfigSpecSpeedTestFieldPathBuilder) IntervalMinutes() ProbingConfig_Spec_SpeedTestPathSelectorIntervalMinutes
- func (ProbingConfigSpecSpeedTestFieldPathBuilder) Servers() ProbingConfig_Spec_SpeedTestPathSelectorServers
- type ProbingConfigSpecSpeedTestServerFieldPathBuilder
- func (ProbingConfigSpecSpeedTestServerFieldPathBuilder) IpAddresses() ProbingConfig_Spec_SpeedTest_ServerPathSelectorIpAddresses
- func (ProbingConfigSpecSpeedTestServerFieldPathBuilder) Location() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation
- func (ProbingConfigSpecSpeedTestServerFieldPathBuilder) Name() ProbingConfig_Spec_SpeedTest_ServerPathSelectorName
- func (ProbingConfigSpecSpeedTestServerFieldPathBuilder) Target() ProbingConfig_Spec_SpeedTest_ServerPathSelectorTarget
- type ProbingConfigSpecSpeedTestServer_FieldPath
- func BuildProbingConfigSpecSpeedTestServer_FieldPath(fp gotenobject.RawFieldPath) (ProbingConfigSpecSpeedTestServer_FieldPath, error)
- func MustParseProbingConfigSpecSpeedTestServer_FieldPath(rawField string) ProbingConfigSpecSpeedTestServer_FieldPath
- func ParseProbingConfigSpecSpeedTestServer_FieldPath(rawField string) (ProbingConfigSpecSpeedTestServer_FieldPath, error)
- type ProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue
- func MustParseProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue(pathStr, valueStr string) ProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue
- func ParseProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue(pathStr, valueStr string) (ProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue, error)
- type ProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues
- func MustParseProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues(pathStr, valuesStr string) ProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues
- func ParseProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues, error)
- type ProbingConfigSpecSpeedTestServer_FieldPathSelector
- type ProbingConfigSpecSpeedTestServer_FieldPathValue
- type ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) AsLocationSubPath() (common.Location_FieldPath, bool)
- func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) ClearValue(item *ProbingConfig_Spec_SpeedTest_Server)
- func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) Get(source *ProbingConfig_Spec_SpeedTest_Server) (values []interface{})
- func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) GetDefault() interface{}
- func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) GetSingle(source *ProbingConfig_Spec_SpeedTest_Server) (interface{}, bool)
- func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) IsLeaf() bool
- func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) JSONString() string
- func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) Selector() ProbingConfigSpecSpeedTestServer_FieldPathSelector
- func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) String() string
- func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue
- func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues
- func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) WithIValue(value interface{}) ProbingConfigSpecSpeedTestServer_FieldPathValue
- func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingConfigSpecSpeedTestServer_FieldSubPathArrayItemValue
- func (fpaivs *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayItemValue) AsLocationPathItemValue() (common.Location_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayItemValue) ContainsValue(source *ProbingConfig_Spec_SpeedTest_Server) bool
- func (fpaivs *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- type ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- func (fpvs *ProbingConfigSpecSpeedTestServer_FieldSubPathValue) AsLocationPathValue() (common.Location_FieldPathValue, bool)
- func (fpvs *ProbingConfigSpecSpeedTestServer_FieldSubPathValue) CompareWith(source *ProbingConfig_Spec_SpeedTest_Server) (int, bool)
- func (fpvs *ProbingConfigSpecSpeedTestServer_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ProbingConfigSpecSpeedTestServer_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ProbingConfigSpecSpeedTestServer_FieldSubPathValue) SetTo(target **ProbingConfig_Spec_SpeedTest_Server)
- func (fpvs *ProbingConfigSpecSpeedTestServer_FieldSubPathValue) SetToRaw(target proto.Message)
- type ProbingConfigSpecSpeedTestServer_FieldTerminalPath
- func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) ClearValue(item *ProbingConfig_Spec_SpeedTest_Server)
- func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) Get(source *ProbingConfig_Spec_SpeedTest_Server) (values []interface{})
- func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) GetSingle(source *ProbingConfig_Spec_SpeedTest_Server) (interface{}, bool)
- func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) JSONString() string
- func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) Selector() ProbingConfigSpecSpeedTestServer_FieldPathSelector
- func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) String() string
- func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue
- func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues
- func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) WithIValue(value interface{}) ProbingConfigSpecSpeedTestServer_FieldPathValue
- func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue) AsIpAddressesItemValue() (string, bool)
- func (fpaiv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingConfig_Spec_SpeedTest_Server) bool
- func (fpaiv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingConfig_Spec_SpeedTest_Server) (interface{}, bool)
- func (fpaiv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues
- func (fpaov *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues) AsIpAddressesArrayOfValues() ([][]string, bool)
- func (fpaov *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues) AsLocationArrayOfValues() ([]*common.Location, bool)
- func (fpaov *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
- func (fpaov *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues) AsTargetArrayOfValues() ([]*probing_target.Name, bool)
- func (fpaov *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue
- func (fpv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) AsIpAddressesValue() ([]string, bool)
- func (fpv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) AsLocationValue() (*common.Location, bool)
- func (fpv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) AsNameValue() (string, bool)
- func (fpv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) AsTargetValue() (*probing_target.Name, bool)
- func (fpv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) CompareWith(source *ProbingConfig_Spec_SpeedTest_Server) (int, bool)
- func (fpv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) SetTo(target **ProbingConfig_Spec_SpeedTest_Server)
- func (fpv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbingConfigSpecSpeedTest_FieldPath
- func BuildProbingConfigSpecSpeedTest_FieldPath(fp gotenobject.RawFieldPath) (ProbingConfigSpecSpeedTest_FieldPath, error)
- func MustParseProbingConfigSpecSpeedTest_FieldPath(rawField string) ProbingConfigSpecSpeedTest_FieldPath
- func ParseProbingConfigSpecSpeedTest_FieldPath(rawField string) (ProbingConfigSpecSpeedTest_FieldPath, error)
- type ProbingConfigSpecSpeedTest_FieldPathArrayItemValue
- type ProbingConfigSpecSpeedTest_FieldPathArrayOfValues
- type ProbingConfigSpecSpeedTest_FieldPathSelector
- type ProbingConfigSpecSpeedTest_FieldPathValue
- type ProbingConfigSpecSpeedTest_FieldSubPath
- func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) AsServersSubPath() (ProbingConfigSpecSpeedTestServer_FieldPath, bool)
- func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) ClearValue(item *ProbingConfig_Spec_SpeedTest)
- func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) Get(source *ProbingConfig_Spec_SpeedTest) (values []interface{})
- func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) GetDefault() interface{}
- func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) GetSingle(source *ProbingConfig_Spec_SpeedTest) (interface{}, bool)
- func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) IsLeaf() bool
- func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) JSONString() string
- func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) Selector() ProbingConfigSpecSpeedTest_FieldPathSelector
- func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) String() string
- func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingConfigSpecSpeedTest_FieldPathArrayItemValue
- func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingConfigSpecSpeedTest_FieldPathArrayOfValues
- func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) WithIValue(value interface{}) ProbingConfigSpecSpeedTest_FieldPathValue
- func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingConfigSpecSpeedTest_FieldSubPathArrayItemValue
- func (fpaivs *ProbingConfigSpecSpeedTest_FieldSubPathArrayItemValue) AsServersPathItemValue() (ProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingConfigSpecSpeedTest_FieldSubPathArrayItemValue) ContainsValue(source *ProbingConfig_Spec_SpeedTest) bool
- func (fpaivs *ProbingConfigSpecSpeedTest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- type ProbingConfigSpecSpeedTest_FieldSubPathValue
- func (fpvs *ProbingConfigSpecSpeedTest_FieldSubPathValue) AsServersPathValue() (ProbingConfigSpecSpeedTestServer_FieldPathValue, bool)
- func (fpvs *ProbingConfigSpecSpeedTest_FieldSubPathValue) CompareWith(source *ProbingConfig_Spec_SpeedTest) (int, bool)
- func (fpvs *ProbingConfigSpecSpeedTest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ProbingConfigSpecSpeedTest_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ProbingConfigSpecSpeedTest_FieldSubPathValue) SetTo(target **ProbingConfig_Spec_SpeedTest)
- func (fpvs *ProbingConfigSpecSpeedTest_FieldSubPathValue) SetToRaw(target proto.Message)
- type ProbingConfigSpecSpeedTest_FieldTerminalPath
- func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) ClearValue(item *ProbingConfig_Spec_SpeedTest)
- func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) Get(source *ProbingConfig_Spec_SpeedTest) (values []interface{})
- func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) GetSingle(source *ProbingConfig_Spec_SpeedTest) (interface{}, bool)
- func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) JSONString() string
- func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) Selector() ProbingConfigSpecSpeedTest_FieldPathSelector
- func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) String() string
- func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingConfigSpecSpeedTest_FieldPathArrayItemValue
- func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingConfigSpecSpeedTest_FieldPathArrayOfValues
- func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) WithIValue(value interface{}) ProbingConfigSpecSpeedTest_FieldPathValue
- func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue) AsServersItemValue() (*ProbingConfig_Spec_SpeedTest_Server, bool)
- func (fpaiv *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingConfig_Spec_SpeedTest) bool
- func (fpaiv *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingConfig_Spec_SpeedTest) (interface{}, bool)
- func (fpaiv *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues
- func (fpaov *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues() ([]bool, bool)
- func (fpaov *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues) AsIntervalArrayOfValues() ([]*duration.Duration, bool)
- func (fpaov *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues) AsIntervalMinutesArrayOfValues() ([]int64, bool)
- func (fpaov *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues) AsServersArrayOfValues() ([][]*ProbingConfig_Spec_SpeedTest_Server, bool)
- func (fpaov *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbingConfigSpecSpeedTest_FieldTerminalPathValue
- func (fpv *ProbingConfigSpecSpeedTest_FieldTerminalPathValue) AsEnabledValue() (bool, bool)
- func (fpv *ProbingConfigSpecSpeedTest_FieldTerminalPathValue) AsIntervalMinutesValue() (int64, bool)
- func (fpv *ProbingConfigSpecSpeedTest_FieldTerminalPathValue) AsIntervalValue() (*duration.Duration, bool)
- func (fpv *ProbingConfigSpecSpeedTest_FieldTerminalPathValue) AsServersValue() ([]*ProbingConfig_Spec_SpeedTest_Server, bool)
- func (fpv *ProbingConfigSpecSpeedTest_FieldTerminalPathValue) CompareWith(source *ProbingConfig_Spec_SpeedTest) (int, bool)
- func (fpv *ProbingConfigSpecSpeedTest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbingConfigSpecSpeedTest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbingConfigSpecSpeedTest_FieldTerminalPathValue) SetTo(target **ProbingConfig_Spec_SpeedTest)
- func (fpv *ProbingConfigSpecSpeedTest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbingConfigSpec_FieldPath
- type ProbingConfigSpec_FieldPathArrayItemValue
- type ProbingConfigSpec_FieldPathArrayOfValues
- type ProbingConfigSpec_FieldPathSelector
- type ProbingConfigSpec_FieldPathValue
- type ProbingConfigSpec_FieldSubPath
- func (fps *ProbingConfigSpec_FieldSubPath) AsProbingSessionsSubPath() (ProbingConfigProbingSession_FieldPath, bool)
- func (fps *ProbingConfigSpec_FieldSubPath) AsSpeedtestSubPath() (ProbingConfigSpecSpeedTest_FieldPath, bool)
- func (fps *ProbingConfigSpec_FieldSubPath) AsTargetSessionsSubPath() (ProbingConfigProbingSession_FieldPath, bool)
- func (fps *ProbingConfigSpec_FieldSubPath) ClearValue(item *ProbingConfig_Spec)
- func (fps *ProbingConfigSpec_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ProbingConfigSpec_FieldSubPath) Get(source *ProbingConfig_Spec) (values []interface{})
- func (fps *ProbingConfigSpec_FieldSubPath) GetDefault() interface{}
- func (fps *ProbingConfigSpec_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ProbingConfigSpec_FieldSubPath) GetSingle(source *ProbingConfig_Spec) (interface{}, bool)
- func (fps *ProbingConfigSpec_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ProbingConfigSpec_FieldSubPath) IsLeaf() bool
- func (fps *ProbingConfigSpec_FieldSubPath) JSONString() string
- func (fps *ProbingConfigSpec_FieldSubPath) Selector() ProbingConfigSpec_FieldPathSelector
- func (fps *ProbingConfigSpec_FieldSubPath) String() string
- func (fps *ProbingConfigSpec_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingConfigSpec_FieldPathArrayItemValue
- func (fps *ProbingConfigSpec_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingConfigSpec_FieldPathArrayOfValues
- func (fps *ProbingConfigSpec_FieldSubPath) WithIValue(value interface{}) ProbingConfigSpec_FieldPathValue
- func (fps *ProbingConfigSpec_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ProbingConfigSpec_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ProbingConfigSpec_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingConfigSpec_FieldSubPathArrayItemValue
- func (fpaivs *ProbingConfigSpec_FieldSubPathArrayItemValue) AsProbingSessionsPathItemValue() (ProbingConfigProbingSession_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingConfigSpec_FieldSubPathArrayItemValue) AsSpeedtestPathItemValue() (ProbingConfigSpecSpeedTest_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingConfigSpec_FieldSubPathArrayItemValue) AsTargetSessionsPathItemValue() (ProbingConfigProbingSession_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingConfigSpec_FieldSubPathArrayItemValue) ContainsValue(source *ProbingConfig_Spec) bool
- func (fpaivs *ProbingConfigSpec_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ProbingConfigSpec_FieldSubPathArrayOfValues
- func (fpsaov *ProbingConfigSpec_FieldSubPathArrayOfValues) AsProbingSessionsPathArrayOfValues() (ProbingConfigProbingSession_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingConfigSpec_FieldSubPathArrayOfValues) AsSpeedtestPathArrayOfValues() (ProbingConfigSpecSpeedTest_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingConfigSpec_FieldSubPathArrayOfValues) AsTargetSessionsPathArrayOfValues() (ProbingConfigProbingSession_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingConfigSpec_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type ProbingConfigSpec_FieldSubPathValue
- func (fpvs *ProbingConfigSpec_FieldSubPathValue) AsProbingSessionsPathValue() (ProbingConfigProbingSession_FieldPathValue, bool)
- func (fpvs *ProbingConfigSpec_FieldSubPathValue) AsSpeedtestPathValue() (ProbingConfigSpecSpeedTest_FieldPathValue, bool)
- func (fpvs *ProbingConfigSpec_FieldSubPathValue) AsTargetSessionsPathValue() (ProbingConfigProbingSession_FieldPathValue, bool)
- func (fpvs *ProbingConfigSpec_FieldSubPathValue) CompareWith(source *ProbingConfig_Spec) (int, bool)
- func (fpvs *ProbingConfigSpec_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ProbingConfigSpec_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ProbingConfigSpec_FieldSubPathValue) SetTo(target **ProbingConfig_Spec)
- func (fpvs *ProbingConfigSpec_FieldSubPathValue) SetToRaw(target proto.Message)
- type ProbingConfigSpec_FieldTerminalPath
- func (fp *ProbingConfigSpec_FieldTerminalPath) ClearValue(item *ProbingConfig_Spec)
- func (fp *ProbingConfigSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbingConfigSpec_FieldTerminalPath) Get(source *ProbingConfig_Spec) (values []interface{})
- func (fp *ProbingConfigSpec_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbingConfigSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbingConfigSpec_FieldTerminalPath) GetSingle(source *ProbingConfig_Spec) (interface{}, bool)
- func (fp *ProbingConfigSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbingConfigSpec_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbingConfigSpec_FieldTerminalPath) JSONString() string
- func (fp *ProbingConfigSpec_FieldTerminalPath) Selector() ProbingConfigSpec_FieldPathSelector
- func (fp *ProbingConfigSpec_FieldTerminalPath) String() string
- func (fp *ProbingConfigSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingConfigSpec_FieldPathArrayItemValue
- func (fp *ProbingConfigSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingConfigSpec_FieldPathArrayOfValues
- func (fp *ProbingConfigSpec_FieldTerminalPath) WithIValue(value interface{}) ProbingConfigSpec_FieldPathValue
- func (fp *ProbingConfigSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbingConfigSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbingConfigSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingConfigSpec_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbingConfigSpec_FieldTerminalPathArrayItemValue) AsProbingSessionsItemValue() (*ProbingConfig_ProbingSession, bool)
- func (fpaiv *ProbingConfigSpec_FieldTerminalPathArrayItemValue) AsTargetSessionsItemValue() (*ProbingConfig_ProbingSession, bool)
- func (fpaiv *ProbingConfigSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingConfig_Spec) bool
- func (fpaiv *ProbingConfigSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbingConfigSpec_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingConfig_Spec) (interface{}, bool)
- func (fpaiv *ProbingConfigSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbingConfigSpec_FieldTerminalPathArrayOfValues
- func (fpaov *ProbingConfigSpec_FieldTerminalPathArrayOfValues) AsProbeArrayOfValues() ([]*probe.Reference, bool)
- func (fpaov *ProbingConfigSpec_FieldTerminalPathArrayOfValues) AsProbingSessionsArrayOfValues() ([][]*ProbingConfig_ProbingSession, bool)
- func (fpaov *ProbingConfigSpec_FieldTerminalPathArrayOfValues) AsSpeedtestArrayOfValues() ([]*ProbingConfig_Spec_SpeedTest, bool)
- func (fpaov *ProbingConfigSpec_FieldTerminalPathArrayOfValues) AsTargetSessionsArrayOfValues() ([][]*ProbingConfig_ProbingSession, bool)
- func (fpaov *ProbingConfigSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbingConfigSpec_FieldTerminalPathValue
- func (fpv *ProbingConfigSpec_FieldTerminalPathValue) AsProbeValue() (*probe.Reference, bool)
- func (fpv *ProbingConfigSpec_FieldTerminalPathValue) AsProbingSessionsValue() ([]*ProbingConfig_ProbingSession, bool)
- func (fpv *ProbingConfigSpec_FieldTerminalPathValue) AsSpeedtestValue() (*ProbingConfig_Spec_SpeedTest, bool)
- func (fpv *ProbingConfigSpec_FieldTerminalPathValue) AsTargetSessionsValue() ([]*ProbingConfig_ProbingSession, bool)
- func (fpv *ProbingConfigSpec_FieldTerminalPathValue) CompareWith(source *ProbingConfig_Spec) (int, bool)
- func (fpv *ProbingConfigSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbingConfigSpec_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbingConfigSpec_FieldTerminalPathValue) SetTo(target **ProbingConfig_Spec)
- func (fpv *ProbingConfigSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbingConfigStatusFieldPathBuilder
- type ProbingConfigStatus_FieldPath
- type ProbingConfigStatus_FieldPathArrayItemValue
- type ProbingConfigStatus_FieldPathArrayOfValues
- type ProbingConfigStatus_FieldPathSelector
- type ProbingConfigStatus_FieldPathValue
- type ProbingConfigStatus_FieldTerminalPath
- func (fp *ProbingConfigStatus_FieldTerminalPath) ClearValue(item *ProbingConfig_Status)
- func (fp *ProbingConfigStatus_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbingConfigStatus_FieldTerminalPath) Get(source *ProbingConfig_Status) (values []interface{})
- func (fp *ProbingConfigStatus_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbingConfigStatus_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbingConfigStatus_FieldTerminalPath) GetSingle(source *ProbingConfig_Status) (interface{}, bool)
- func (fp *ProbingConfigStatus_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbingConfigStatus_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbingConfigStatus_FieldTerminalPath) JSONString() string
- func (fp *ProbingConfigStatus_FieldTerminalPath) Selector() ProbingConfigStatus_FieldPathSelector
- func (fp *ProbingConfigStatus_FieldTerminalPath) String() string
- func (fp *ProbingConfigStatus_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingConfigStatus_FieldPathArrayItemValue
- func (fp *ProbingConfigStatus_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingConfigStatus_FieldPathArrayOfValues
- func (fp *ProbingConfigStatus_FieldTerminalPath) WithIValue(value interface{}) ProbingConfigStatus_FieldPathValue
- func (fp *ProbingConfigStatus_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbingConfigStatus_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbingConfigStatus_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingConfigStatus_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbingConfigStatus_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingConfig_Status) bool
- func (fpaiv *ProbingConfigStatus_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbingConfigStatus_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingConfig_Status) (interface{}, bool)
- func (fpaiv *ProbingConfigStatus_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbingConfigStatus_FieldTerminalPathArrayOfValues
- type ProbingConfigStatus_FieldTerminalPathValue
- func (fpv *ProbingConfigStatus_FieldTerminalPathValue) CompareWith(source *ProbingConfig_Status) (int, bool)
- func (fpv *ProbingConfigStatus_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbingConfigStatus_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbingConfigStatus_FieldTerminalPathValue) SetTo(target **ProbingConfig_Status)
- func (fpv *ProbingConfigStatus_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbingConfig_FieldMask
- func (fieldMask *ProbingConfig_FieldMask) AppendPath(path ProbingConfig_FieldPath)
- func (fieldMask *ProbingConfig_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ProbingConfig_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ProbingConfig_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ProbingConfig_FieldMask) FilterInputFields() *ProbingConfig_FieldMask
- func (fieldMask *ProbingConfig_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ProbingConfig_FieldMask) GetPaths() []ProbingConfig_FieldPath
- func (fieldMask *ProbingConfig_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ProbingConfig_FieldMask) IsFull() bool
- func (fieldMask ProbingConfig_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ProbingConfig_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ProbingConfig_FieldMask) PathsCount() int
- func (fieldMask *ProbingConfig_FieldMask) Project(source *ProbingConfig) *ProbingConfig
- func (fieldMask *ProbingConfig_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ProbingConfig_FieldMask) ProtoMessage()
- func (fieldMask *ProbingConfig_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ProbingConfig_FieldMask) Reset()
- func (fieldMask *ProbingConfig_FieldMask) Set(target, source *ProbingConfig)
- func (fieldMask *ProbingConfig_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ProbingConfig_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ProbingConfig_FieldMask) Size() int
- func (fieldMask *ProbingConfig_FieldMask) String() string
- func (fieldMask *ProbingConfig_FieldMask) Subtract(other *ProbingConfig_FieldMask) *ProbingConfig_FieldMask
- func (fieldMask *ProbingConfig_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ProbingConfig_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ProbingConfig_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ProbingConfig_FieldMask) UnmarshalJSON(data []byte) error
- type ProbingConfig_FieldPath
- type ProbingConfig_FieldPathArrayItemValue
- type ProbingConfig_FieldPathArrayOfValues
- type ProbingConfig_FieldPathSelector
- type ProbingConfig_FieldPathValue
- type ProbingConfig_FieldSubPath
- func (fps *ProbingConfig_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
- func (fps *ProbingConfig_FieldSubPath) AsSpecSubPath() (ProbingConfigSpec_FieldPath, bool)
- func (fps *ProbingConfig_FieldSubPath) AsStatusSubPath() (ProbingConfigStatus_FieldPath, bool)
- func (fps *ProbingConfig_FieldSubPath) ClearValue(item *ProbingConfig)
- func (fps *ProbingConfig_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ProbingConfig_FieldSubPath) Get(source *ProbingConfig) (values []interface{})
- func (fps *ProbingConfig_FieldSubPath) GetDefault() interface{}
- func (fps *ProbingConfig_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ProbingConfig_FieldSubPath) GetSingle(source *ProbingConfig) (interface{}, bool)
- func (fps *ProbingConfig_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ProbingConfig_FieldSubPath) IsLeaf() bool
- func (fps *ProbingConfig_FieldSubPath) JSONString() string
- func (fps *ProbingConfig_FieldSubPath) Selector() ProbingConfig_FieldPathSelector
- func (fps *ProbingConfig_FieldSubPath) String() string
- func (fps *ProbingConfig_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingConfig_FieldPathArrayItemValue
- func (fps *ProbingConfig_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingConfig_FieldPathArrayOfValues
- func (fps *ProbingConfig_FieldSubPath) WithIValue(value interface{}) ProbingConfig_FieldPathValue
- func (fps *ProbingConfig_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ProbingConfig_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ProbingConfig_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingConfig_FieldSubPathArrayItemValue
- func (fpaivs *ProbingConfig_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingConfig_FieldSubPathArrayItemValue) AsSpecPathItemValue() (ProbingConfigSpec_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingConfig_FieldSubPathArrayItemValue) AsStatusPathItemValue() (ProbingConfigStatus_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingConfig_FieldSubPathArrayItemValue) ContainsValue(source *ProbingConfig) bool
- func (fpaivs *ProbingConfig_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ProbingConfig_FieldSubPathArrayOfValues
- func (fpsaov *ProbingConfig_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingConfig_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (ProbingConfigSpec_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingConfig_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues() (ProbingConfigStatus_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingConfig_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type ProbingConfig_FieldSubPathValue
- func (fpvs *ProbingConfig_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
- func (fpvs *ProbingConfig_FieldSubPathValue) AsSpecPathValue() (ProbingConfigSpec_FieldPathValue, bool)
- func (fpvs *ProbingConfig_FieldSubPathValue) AsStatusPathValue() (ProbingConfigStatus_FieldPathValue, bool)
- func (fpvs *ProbingConfig_FieldSubPathValue) CompareWith(source *ProbingConfig) (int, bool)
- func (fpvs *ProbingConfig_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ProbingConfig_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ProbingConfig_FieldSubPathValue) SetTo(target **ProbingConfig)
- func (fpvs *ProbingConfig_FieldSubPathValue) SetToRaw(target proto.Message)
- type ProbingConfig_FieldTerminalPath
- func (fp *ProbingConfig_FieldTerminalPath) ClearValue(item *ProbingConfig)
- func (fp *ProbingConfig_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbingConfig_FieldTerminalPath) Get(source *ProbingConfig) (values []interface{})
- func (fp *ProbingConfig_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbingConfig_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbingConfig_FieldTerminalPath) GetSingle(source *ProbingConfig) (interface{}, bool)
- func (fp *ProbingConfig_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbingConfig_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbingConfig_FieldTerminalPath) JSONString() string
- func (fp *ProbingConfig_FieldTerminalPath) Selector() ProbingConfig_FieldPathSelector
- func (fp *ProbingConfig_FieldTerminalPath) String() string
- func (fp *ProbingConfig_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingConfig_FieldPathArrayItemValue
- func (fp *ProbingConfig_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingConfig_FieldPathArrayOfValues
- func (fp *ProbingConfig_FieldTerminalPath) WithIValue(value interface{}) ProbingConfig_FieldPathValue
- func (fp *ProbingConfig_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbingConfig_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbingConfig_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingConfig_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbingConfig_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingConfig) bool
- func (fpaiv *ProbingConfig_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbingConfig_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingConfig) (interface{}, bool)
- func (fpaiv *ProbingConfig_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbingConfig_FieldTerminalPathArrayOfValues
- func (fpaov *ProbingConfig_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
- func (fpaov *ProbingConfig_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
- func (fpaov *ProbingConfig_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
- func (fpaov *ProbingConfig_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*ProbingConfig_Spec, bool)
- func (fpaov *ProbingConfig_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues() ([]*ProbingConfig_Status, bool)
- func (fpaov *ProbingConfig_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbingConfig_FieldTerminalPathValue
- func (fpv *ProbingConfig_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
- func (fpv *ProbingConfig_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
- func (fpv *ProbingConfig_FieldTerminalPathValue) AsNameValue() (*Name, bool)
- func (fpv *ProbingConfig_FieldTerminalPathValue) AsSpecValue() (*ProbingConfig_Spec, bool)
- func (fpv *ProbingConfig_FieldTerminalPathValue) AsStatusValue() (*ProbingConfig_Status, bool)
- func (fpv *ProbingConfig_FieldTerminalPathValue) CompareWith(source *ProbingConfig) (int, bool)
- func (fpv *ProbingConfig_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbingConfig_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbingConfig_FieldTerminalPathValue) SetTo(target **ProbingConfig)
- func (fpv *ProbingConfig_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbingConfig_ProbingSession
- func (o *ProbingConfig_ProbingSession) Clone() *ProbingConfig_ProbingSession
- func (o *ProbingConfig_ProbingSession) CloneRaw() gotenobject.GotenObjectExt
- func (*ProbingConfig_ProbingSession) Descriptor() ([]byte, []int)
- func (m *ProbingConfig_ProbingSession) GetAddress() string
- func (m *ProbingConfig_ProbingSession) GetAddresses() []string
- func (m *ProbingConfig_ProbingSession) GetCategory() string
- func (m *ProbingConfig_ProbingSession) GetGroupName() string
- func (m *ProbingConfig_ProbingSession) GetHttpProbingConfig() *common.HTTPProbingConfig
- func (m *ProbingConfig_ProbingSession) GetInterval() *duration.Duration
- func (m *ProbingConfig_ProbingSession) GetIntervalSec() int64
- func (m *ProbingConfig_ProbingSession) GetIpVersion() common.IpVersion
- func (m *ProbingConfig_ProbingSession) GetLocation() *common.Location
- func (m *ProbingConfig_ProbingSession) GetLocationType() common.LocationType
- func (m *ProbingConfig_ProbingSession) GetMode() common.ProbingMode
- func (m *ProbingConfig_ProbingSession) GetPathProbing() *common.PathProbe
- func (m *ProbingConfig_ProbingSession) GetProxyConfiguration() *common.ProxyConfiguration
- func (m *ProbingConfig_ProbingSession) GetSpeedtestSettings() *common.SpeedTestSettings
- func (m *ProbingConfig_ProbingSession) GetTarget() *probing_target.Name
- func (m *ProbingConfig_ProbingSession) GetTargetDisplayName() string
- func (m *ProbingConfig_ProbingSession) GetTargetGroup() *probing_target_group.Reference
- func (m *ProbingConfig_ProbingSession) GetTos() uint32
- func (m *ProbingConfig_ProbingSession) GetWindowSize() uint32
- func (*ProbingConfig_ProbingSession) GotenMessage()
- func (o *ProbingConfig_ProbingSession) GotenObjectExt()
- func (obj *ProbingConfig_ProbingSession) GotenValidate() error
- func (o *ProbingConfig_ProbingSession) MakeDiffFieldMask(other *ProbingConfig_ProbingSession) *ProbingConfig_ProbingSession_FieldMask
- func (o *ProbingConfig_ProbingSession) MakeFullFieldMask() *ProbingConfig_ProbingSession_FieldMask
- func (o *ProbingConfig_ProbingSession) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ProbingConfig_ProbingSession) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ProbingConfig_ProbingSession) Marshal() ([]byte, error)
- func (m *ProbingConfig_ProbingSession) MarshalJSON() ([]byte, error)
- func (o *ProbingConfig_ProbingSession) Merge(source *ProbingConfig_ProbingSession)
- func (o *ProbingConfig_ProbingSession) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ProbingConfig_ProbingSession) ProtoMessage()
- func (m *ProbingConfig_ProbingSession) ProtoReflect() preflect.Message
- func (m *ProbingConfig_ProbingSession) Reset()
- func (m *ProbingConfig_ProbingSession) SetAddress(fv string)
- func (m *ProbingConfig_ProbingSession) SetAddresses(fv []string)
- func (m *ProbingConfig_ProbingSession) SetCategory(fv string)
- func (m *ProbingConfig_ProbingSession) SetGroupName(fv string)
- func (m *ProbingConfig_ProbingSession) SetHttpProbingConfig(fv *common.HTTPProbingConfig)
- func (m *ProbingConfig_ProbingSession) SetInterval(fv *duration.Duration)
- func (m *ProbingConfig_ProbingSession) SetIntervalSec(fv int64)
- func (m *ProbingConfig_ProbingSession) SetIpVersion(fv common.IpVersion)
- func (m *ProbingConfig_ProbingSession) SetLocation(fv *common.Location)
- func (m *ProbingConfig_ProbingSession) SetLocationType(fv common.LocationType)
- func (m *ProbingConfig_ProbingSession) SetMode(fv common.ProbingMode)
- func (m *ProbingConfig_ProbingSession) SetPathProbing(fv *common.PathProbe)
- func (m *ProbingConfig_ProbingSession) SetProxyConfiguration(fv *common.ProxyConfiguration)
- func (m *ProbingConfig_ProbingSession) SetSpeedtestSettings(fv *common.SpeedTestSettings)
- func (m *ProbingConfig_ProbingSession) SetTarget(fv *probing_target.Name)
- func (m *ProbingConfig_ProbingSession) SetTargetDisplayName(fv string)
- func (m *ProbingConfig_ProbingSession) SetTargetGroup(fv *probing_target_group.Reference)
- func (m *ProbingConfig_ProbingSession) SetTos(fv uint32)
- func (m *ProbingConfig_ProbingSession) SetWindowSize(fv uint32)
- func (m *ProbingConfig_ProbingSession) String() string
- func (m *ProbingConfig_ProbingSession) Unmarshal(b []byte) error
- func (m *ProbingConfig_ProbingSession) UnmarshalJSON(data []byte) error
- type ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (s ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody
- func (s ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithValue(value *common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders
- func (s ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigHttpRequestUrlFormEncodedBody
- func (s ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigHttpRequestUrlFormEncodedBody) WithValue(value *common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorAddress
- func (ProbingConfig_ProbingSessionPathSelectorAddress) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (s ProbingConfig_ProbingSessionPathSelectorAddress) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorAddress) WithValue(value string) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSessionPathSelectorAddresses
- func (ProbingConfig_ProbingSessionPathSelectorAddresses) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (s ProbingConfig_ProbingSessionPathSelectorAddresses) WithArrayOfValues(values [][]string) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorAddresses) WithItemValue(value string) *ProbingConfigProbingSession_FieldTerminalPathArrayItemValue
- func (s ProbingConfig_ProbingSessionPathSelectorAddresses) WithValue(value []string) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSessionPathSelectorCategory
- func (ProbingConfig_ProbingSessionPathSelectorCategory) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (s ProbingConfig_ProbingSessionPathSelectorCategory) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorCategory) WithValue(value string) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSessionPathSelectorGroupName
- func (ProbingConfig_ProbingSessionPathSelectorGroupName) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (s ProbingConfig_ProbingSessionPathSelectorGroupName) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorGroupName) WithValue(value string) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) AuthConfig() ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) HttpRequest() ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) WithSubArrayItemValue(subPathArrayItemValue common.HTTPProbingConfig_FieldPathArrayItemValue) *ProbingConfigProbingSession_FieldSubPathArrayItemValue
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) WithSubArrayOfValues(subPathArrayOfValues common.HTTPProbingConfig_FieldPathArrayOfValues) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) WithSubPath(subPath common.HTTPProbingConfig_FieldPath) *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) WithSubValue(subPathValue common.HTTPProbingConfig_FieldPathValue) *ProbingConfigProbingSession_FieldSubPathValue
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) WithValue(value *common.HTTPProbingConfig) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) Password() ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigPassword
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) RequestHeaderTokenKey() ...
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) TokenRequest() ...
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey() ...
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) TokenResponseBodyKey() ...
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) TokenResponseHeader() ...
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) Username() ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigUsername
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) WithValue(value *common.HTTPProbingConfig_HTTPAuth) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigPassword
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigPassword) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigPassword) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod() ...
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode() ...
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) RequestBody() ...
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) RequestHeaders() ...
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) RequestMethod() ...
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) Timeout() ...
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) Url() ...
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) UrlFormEncodedBody() ...
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue(value uint32) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey(key string) ...
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value map[string]string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue(value *duration.Duration) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues(values []map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithKey(key string) ...
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithValue(value map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigUsername
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigUsername) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigUsername) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) AuthenticationMethod() ...
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) ExpectedResponseCode() ...
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) RequestBody() ...
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) RequestHeaders() ...
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) RequestMethod() ...
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) Timeout() ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestTimeout
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) Url() ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrl
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) UrlFormEncodedBody() ...
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode) WithValue(value uint32) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestBody
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestBody) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestBody) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestHeaders
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithKey(key string) ...
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithValue(value map[string]string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestMethod
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestMethod) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestTimeout
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestTimeout) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestTimeout) WithValue(value *duration.Duration) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrl
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrl) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrl) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrlFormEncodedBody
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues(values []map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrlFormEncodedBody) WithKey(key string) ...
- func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrlFormEncodedBody) WithValue(value map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorInterval
- func (ProbingConfig_ProbingSessionPathSelectorInterval) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (s ProbingConfig_ProbingSessionPathSelectorInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorInterval) WithValue(value *duration.Duration) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSessionPathSelectorIntervalSec
- func (ProbingConfig_ProbingSessionPathSelectorIntervalSec) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (s ProbingConfig_ProbingSessionPathSelectorIntervalSec) WithArrayOfValues(values []int64) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorIntervalSec) WithValue(value int64) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSessionPathSelectorIpVersion
- func (ProbingConfig_ProbingSessionPathSelectorIpVersion) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (s ProbingConfig_ProbingSessionPathSelectorIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorIpVersion) WithValue(value common.IpVersion) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocation
- func (ProbingConfig_ProbingSessionPathSelectorLocation) Accuracy() ProbingConfig_ProbingSessionPathSelectorLocationAccuracy
- func (ProbingConfig_ProbingSessionPathSelectorLocation) Address() ProbingConfig_ProbingSessionPathSelectorLocationAddress
- func (ProbingConfig_ProbingSessionPathSelectorLocation) AdminHierarchy() ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchy
- func (ProbingConfig_ProbingSessionPathSelectorLocation) Coordinates() ProbingConfig_ProbingSessionPathSelectorLocationCoordinates
- func (ProbingConfig_ProbingSessionPathSelectorLocation) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocation) WithArrayOfValues(values []*common.Location) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocation) WithSubArrayItemValue(subPathArrayItemValue common.Location_FieldPathArrayItemValue) *ProbingConfigProbingSession_FieldSubPathArrayItemValue
- func (s ProbingConfig_ProbingSessionPathSelectorLocation) WithSubArrayOfValues(subPathArrayOfValues common.Location_FieldPathArrayOfValues) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (ProbingConfig_ProbingSessionPathSelectorLocation) WithSubPath(subPath common.Location_FieldPath) *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocation) WithSubValue(subPathValue common.Location_FieldPathValue) *ProbingConfigProbingSession_FieldSubPathValue
- func (s ProbingConfig_ProbingSessionPathSelectorLocation) WithValue(value *common.Location) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAccuracy
- func (ProbingConfig_ProbingSessionPathSelectorLocationAccuracy) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAccuracy) WithArrayOfValues(values []float64) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAccuracy) WithValue(value float64) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAddress
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) AdminArea1() ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea1
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) AdminArea2() ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea2
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) AdminArea3() ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea3
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) AdminArea4() ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea4
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) Continent() ProbingConfig_ProbingSessionPathSelectorLocationAddressContinent
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) Country() ProbingConfig_ProbingSessionPathSelectorLocationAddressCountry
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) CountryCode() ProbingConfig_ProbingSessionPathSelectorLocationAddressCountryCode
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) PostalCode() ProbingConfig_ProbingSessionPathSelectorLocationAddressPostalCode
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) StreetAddress() ProbingConfig_ProbingSessionPathSelectorLocationAddressStreetAddress
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddress) WithValue(value *common.Address) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea1
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea1) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea1) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea2
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea2) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea2) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea3
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea3) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea3) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea4
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea4) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea4) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAddressContinent
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddressContinent) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressContinent) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressContinent) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAddressCountry
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddressCountry) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressCountry) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressCountry) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAddressCountryCode
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddressCountryCode) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressCountryCode) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAddressPostalCode
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddressPostalCode) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressPostalCode) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAddressStreetAddress
- func (ProbingConfig_ProbingSessionPathSelectorLocationAddressStreetAddress) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressStreetAddress) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchy
- func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchy) Admin1() ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin1
- func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchy) Admin2() ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin2
- func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchy) Admin3() ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin3
- func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchy) Admin4() ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin4
- func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchy) Admin5() ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin5
- func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchy) Continent() ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyContinent
- func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchy) Country() ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyCountry
- func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchy) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin1
- func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin1) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin2
- func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin2) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin3
- func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin3) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin4
- func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin4) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin5
- func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin5) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyContinent
- func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyContinent) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyCountry
- func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyCountry) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationCoordinates
- func (ProbingConfig_ProbingSessionPathSelectorLocationCoordinates) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorLocationType
- func (ProbingConfig_ProbingSessionPathSelectorLocationType) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (s ProbingConfig_ProbingSessionPathSelectorLocationType) WithArrayOfValues(values []common.LocationType) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorLocationType) WithValue(value common.LocationType) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSessionPathSelectorMode
- func (ProbingConfig_ProbingSessionPathSelectorMode) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (s ProbingConfig_ProbingSessionPathSelectorMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorMode) WithValue(value common.ProbingMode) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSessionPathSelectorPathProbing
- func (ProbingConfig_ProbingSessionPathSelectorPathProbing) Attempts() ProbingConfig_ProbingSessionPathSelectorPathProbingAttempts
- func (ProbingConfig_ProbingSessionPathSelectorPathProbing) Enabled() ProbingConfig_ProbingSessionPathSelectorPathProbingEnabled
- func (ProbingConfig_ProbingSessionPathSelectorPathProbing) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (ProbingConfig_ProbingSessionPathSelectorPathProbing) Interval() ProbingConfig_ProbingSessionPathSelectorPathProbingInterval
- func (ProbingConfig_ProbingSessionPathSelectorPathProbing) IntervalSec() ProbingConfig_ProbingSessionPathSelectorPathProbingIntervalSec
- func (ProbingConfig_ProbingSessionPathSelectorPathProbing) MaxTtl() ProbingConfig_ProbingSessionPathSelectorPathProbingMaxTtl
- func (ProbingConfig_ProbingSessionPathSelectorPathProbing) Mode() ProbingConfig_ProbingSessionPathSelectorPathProbingMode
- func (s ProbingConfig_ProbingSessionPathSelectorPathProbing) WithArrayOfValues(values []*common.PathProbe) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorPathProbing) WithSubArrayItemValue(subPathArrayItemValue common.PathProbe_FieldPathArrayItemValue) *ProbingConfigProbingSession_FieldSubPathArrayItemValue
- func (s ProbingConfig_ProbingSessionPathSelectorPathProbing) WithSubArrayOfValues(subPathArrayOfValues common.PathProbe_FieldPathArrayOfValues) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (ProbingConfig_ProbingSessionPathSelectorPathProbing) WithSubPath(subPath common.PathProbe_FieldPath) *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorPathProbing) WithSubValue(subPathValue common.PathProbe_FieldPathValue) *ProbingConfigProbingSession_FieldSubPathValue
- func (s ProbingConfig_ProbingSessionPathSelectorPathProbing) WithValue(value *common.PathProbe) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSessionPathSelectorPathProbingAttempts
- func (ProbingConfig_ProbingSessionPathSelectorPathProbingAttempts) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorPathProbingAttempts) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorPathProbingAttempts) WithValue(value *wrappers.UInt32Value) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorPathProbingEnabled
- func (ProbingConfig_ProbingSessionPathSelectorPathProbingEnabled) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorPathProbingEnabled) WithArrayOfValues(values []bool) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorPathProbingEnabled) WithValue(value bool) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorPathProbingInterval
- func (ProbingConfig_ProbingSessionPathSelectorPathProbingInterval) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorPathProbingInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorPathProbingInterval) WithValue(value *duration.Duration) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorPathProbingIntervalSec
- func (ProbingConfig_ProbingSessionPathSelectorPathProbingIntervalSec) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorPathProbingIntervalSec) WithArrayOfValues(values []int64) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorPathProbingIntervalSec) WithValue(value int64) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorPathProbingMaxTtl
- func (ProbingConfig_ProbingSessionPathSelectorPathProbingMaxTtl) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorPathProbingMaxTtl) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorPathProbingMaxTtl) WithValue(value *wrappers.UInt32Value) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorPathProbingMode
- func (ProbingConfig_ProbingSessionPathSelectorPathProbingMode) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorPathProbingMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorPathProbingMode) WithValue(value common.ProbingMode) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorProxyConfiguration
- func (ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) HttpProxy() ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpProxy
- func (ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) HttpsProxy() ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpsProxy
- func (ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) NoProxy() ProbingConfig_ProbingSessionPathSelectorProxyConfigurationNoProxy
- func (ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) ProxySetting() ProbingConfig_ProbingSessionPathSelectorProxyConfigurationProxySetting
- func (s ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) WithArrayOfValues(values []*common.ProxyConfiguration) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) WithSubArrayItemValue(subPathArrayItemValue common.ProxyConfiguration_FieldPathArrayItemValue) *ProbingConfigProbingSession_FieldSubPathArrayItemValue
- func (s ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) WithSubArrayOfValues(subPathArrayOfValues common.ProxyConfiguration_FieldPathArrayOfValues) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) WithSubPath(subPath common.ProxyConfiguration_FieldPath) *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) WithSubValue(subPathValue common.ProxyConfiguration_FieldPathValue) *ProbingConfigProbingSession_FieldSubPathValue
- func (s ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) WithValue(value *common.ProxyConfiguration) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpProxy
- func (ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpProxy) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpProxy) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpProxy) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpsProxy
- func (ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpsProxy) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpsProxy) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpsProxy) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorProxyConfigurationNoProxy
- func (ProbingConfig_ProbingSessionPathSelectorProxyConfigurationNoProxy) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorProxyConfigurationNoProxy) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorProxyConfigurationNoProxy) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorProxyConfigurationProxySetting
- func (ProbingConfig_ProbingSessionPathSelectorProxyConfigurationProxySetting) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorProxyConfigurationProxySetting) WithArrayOfValues(values []common.ProxySetting) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorProxyConfigurationProxySetting) WithValue(value common.ProxySetting) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings
- func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) Duration() ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsDuration
- func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) ServerSelection() ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsServerSelection
- func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) TcpPort() ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTcpPort
- func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) TlsPort() ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTlsPort
- func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) UseTls() ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsUseTls
- func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) WithArrayOfValues(values []*common.SpeedTestSettings) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) WithSubArrayItemValue(subPathArrayItemValue common.SpeedTestSettings_FieldPathArrayItemValue) *ProbingConfigProbingSession_FieldSubPathArrayItemValue
- func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) WithSubArrayOfValues(subPathArrayOfValues common.SpeedTestSettings_FieldPathArrayOfValues) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) WithSubPath(subPath common.SpeedTestSettings_FieldPath) *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) WithSubValue(subPathValue common.SpeedTestSettings_FieldPathValue) *ProbingConfigProbingSession_FieldSubPathValue
- func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) WithValue(value *common.SpeedTestSettings) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsDuration
- func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsDuration) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsDuration) WithArrayOfValues(values []*duration.Duration) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsDuration) WithValue(value *duration.Duration) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsServerSelection
- func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsServerSelection) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsServerSelection) WithArrayOfValues(values []common.SpeedTestSettings_ServerSelection) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsServerSelection) WithValue(value common.SpeedTestSettings_ServerSelection) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTcpPort
- func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTcpPort) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTcpPort) WithArrayOfValues(values []int32) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTcpPort) WithValue(value int32) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTlsPort
- func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTlsPort) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTlsPort) WithArrayOfValues(values []int32) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTlsPort) WithValue(value int32) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsUseTls
- func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsUseTls) FieldPath() *ProbingConfigProbingSession_FieldSubPath
- func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsUseTls) WithArrayOfValues(values []bool) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsUseTls) WithValue(value bool) *ProbingConfigProbingSession_FieldSubPathValue
- type ProbingConfig_ProbingSessionPathSelectorTarget
- func (ProbingConfig_ProbingSessionPathSelectorTarget) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (s ProbingConfig_ProbingSessionPathSelectorTarget) WithArrayOfValues(values []*probing_target.Name) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorTarget) WithValue(value *probing_target.Name) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSessionPathSelectorTargetDisplayName
- func (ProbingConfig_ProbingSessionPathSelectorTargetDisplayName) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (s ProbingConfig_ProbingSessionPathSelectorTargetDisplayName) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorTargetDisplayName) WithValue(value string) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSessionPathSelectorTargetGroup
- func (ProbingConfig_ProbingSessionPathSelectorTargetGroup) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (s ProbingConfig_ProbingSessionPathSelectorTargetGroup) WithArrayOfValues(values []*probing_target_group.Reference) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorTargetGroup) WithValue(value *probing_target_group.Reference) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSessionPathSelectorTos
- func (ProbingConfig_ProbingSessionPathSelectorTos) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (s ProbingConfig_ProbingSessionPathSelectorTos) WithArrayOfValues(values []uint32) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorTos) WithValue(value uint32) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSessionPathSelectorWindowSize
- func (ProbingConfig_ProbingSessionPathSelectorWindowSize) FieldPath() *ProbingConfigProbingSession_FieldTerminalPath
- func (s ProbingConfig_ProbingSessionPathSelectorWindowSize) WithArrayOfValues(values []uint32) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_ProbingSessionPathSelectorWindowSize) WithValue(value uint32) *ProbingConfigProbingSession_FieldTerminalPathValue
- type ProbingConfig_ProbingSession_FieldMask
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) AppendPath(path ProbingConfigProbingSession_FieldPath)
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) FilterInputFields() *ProbingConfig_ProbingSession_FieldMask
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) GetPaths() []ProbingConfigProbingSession_FieldPath
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) IsFull() bool
- func (fieldMask ProbingConfig_ProbingSession_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ProbingConfig_ProbingSession_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) PathsCount() int
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) Project(source *ProbingConfig_ProbingSession) *ProbingConfig_ProbingSession
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) ProtoMessage()
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) Reset()
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) Set(target, source *ProbingConfig_ProbingSession)
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) Size() int
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) String() string
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) Subtract(other *ProbingConfig_ProbingSession_FieldMask) *ProbingConfig_ProbingSession_FieldMask
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ProbingConfig_ProbingSession_FieldMask) UnmarshalJSON(data []byte) error
- type ProbingConfig_Spec
- func (o *ProbingConfig_Spec) Clone() *ProbingConfig_Spec
- func (o *ProbingConfig_Spec) CloneRaw() gotenobject.GotenObjectExt
- func (*ProbingConfig_Spec) Descriptor() ([]byte, []int)
- func (m *ProbingConfig_Spec) GetProbe() *probe.Reference
- func (m *ProbingConfig_Spec) GetProbingSessions() []*ProbingConfig_ProbingSession
- func (m *ProbingConfig_Spec) GetSpeedtest() *ProbingConfig_Spec_SpeedTest
- func (m *ProbingConfig_Spec) GetTargetSessions() []*ProbingConfig_ProbingSession
- func (*ProbingConfig_Spec) GotenMessage()
- func (o *ProbingConfig_Spec) GotenObjectExt()
- func (obj *ProbingConfig_Spec) GotenValidate() error
- func (o *ProbingConfig_Spec) MakeDiffFieldMask(other *ProbingConfig_Spec) *ProbingConfig_Spec_FieldMask
- func (o *ProbingConfig_Spec) MakeFullFieldMask() *ProbingConfig_Spec_FieldMask
- func (o *ProbingConfig_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ProbingConfig_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ProbingConfig_Spec) Marshal() ([]byte, error)
- func (m *ProbingConfig_Spec) MarshalJSON() ([]byte, error)
- func (o *ProbingConfig_Spec) Merge(source *ProbingConfig_Spec)
- func (o *ProbingConfig_Spec) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ProbingConfig_Spec) ProtoMessage()
- func (m *ProbingConfig_Spec) ProtoReflect() preflect.Message
- func (m *ProbingConfig_Spec) Reset()
- func (m *ProbingConfig_Spec) SetProbe(fv *probe.Reference)
- func (m *ProbingConfig_Spec) SetProbingSessions(fv []*ProbingConfig_ProbingSession)
- func (m *ProbingConfig_Spec) SetSpeedtest(fv *ProbingConfig_Spec_SpeedTest)
- func (m *ProbingConfig_Spec) SetTargetSessions(fv []*ProbingConfig_ProbingSession)
- func (m *ProbingConfig_Spec) String() string
- func (m *ProbingConfig_Spec) Unmarshal(b []byte) error
- func (m *ProbingConfig_Spec) UnmarshalJSON(data []byte) error
- type ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (s ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody
- func (s ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithValue(value *common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders
- func (s ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody
- func (s ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithValue(value *common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (s ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody
- func (s ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithValue(value *common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders
- func (s ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody
- func (s ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithValue(value *common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbe
- func (ProbingConfig_SpecPathSelectorProbe) FieldPath() *ProbingConfigSpec_FieldTerminalPath
- func (s ProbingConfig_SpecPathSelectorProbe) WithArrayOfValues(values []*probe.Reference) *ProbingConfigSpec_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbe) WithValue(value *probe.Reference) *ProbingConfigSpec_FieldTerminalPathValue
- type ProbingConfig_SpecPathSelectorProbingSessions
- func (ProbingConfig_SpecPathSelectorProbingSessions) Address() ProbingConfig_SpecPathSelectorProbingSessionsAddress
- func (ProbingConfig_SpecPathSelectorProbingSessions) Addresses() ProbingConfig_SpecPathSelectorProbingSessionsAddresses
- func (ProbingConfig_SpecPathSelectorProbingSessions) Category() ProbingConfig_SpecPathSelectorProbingSessionsCategory
- func (ProbingConfig_SpecPathSelectorProbingSessions) FieldPath() *ProbingConfigSpec_FieldTerminalPath
- func (ProbingConfig_SpecPathSelectorProbingSessions) GroupName() ProbingConfig_SpecPathSelectorProbingSessionsGroupName
- func (ProbingConfig_SpecPathSelectorProbingSessions) HttpProbingConfig() ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfig
- func (ProbingConfig_SpecPathSelectorProbingSessions) Interval() ProbingConfig_SpecPathSelectorProbingSessionsInterval
- func (ProbingConfig_SpecPathSelectorProbingSessions) IntervalSec() ProbingConfig_SpecPathSelectorProbingSessionsIntervalSec
- func (ProbingConfig_SpecPathSelectorProbingSessions) IpVersion() ProbingConfig_SpecPathSelectorProbingSessionsIpVersion
- func (ProbingConfig_SpecPathSelectorProbingSessions) Location() ProbingConfig_SpecPathSelectorProbingSessionsLocation
- func (ProbingConfig_SpecPathSelectorProbingSessions) LocationType() ProbingConfig_SpecPathSelectorProbingSessionsLocationType
- func (ProbingConfig_SpecPathSelectorProbingSessions) Mode() ProbingConfig_SpecPathSelectorProbingSessionsMode
- func (ProbingConfig_SpecPathSelectorProbingSessions) PathProbing() ProbingConfig_SpecPathSelectorProbingSessionsPathProbing
- func (ProbingConfig_SpecPathSelectorProbingSessions) ProxyConfiguration() ProbingConfig_SpecPathSelectorProbingSessionsProxyConfiguration
- func (ProbingConfig_SpecPathSelectorProbingSessions) SpeedtestSettings() ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettings
- func (ProbingConfig_SpecPathSelectorProbingSessions) Target() ProbingConfig_SpecPathSelectorProbingSessionsTarget
- func (ProbingConfig_SpecPathSelectorProbingSessions) TargetDisplayName() ProbingConfig_SpecPathSelectorProbingSessionsTargetDisplayName
- func (ProbingConfig_SpecPathSelectorProbingSessions) TargetGroup() ProbingConfig_SpecPathSelectorProbingSessionsTargetGroup
- func (ProbingConfig_SpecPathSelectorProbingSessions) Tos() ProbingConfig_SpecPathSelectorProbingSessionsTos
- func (ProbingConfig_SpecPathSelectorProbingSessions) WindowSize() ProbingConfig_SpecPathSelectorProbingSessionsWindowSize
- func (s ProbingConfig_SpecPathSelectorProbingSessions) WithArrayOfValues(values [][]*ProbingConfig_ProbingSession) *ProbingConfigSpec_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessions) WithItemValue(value *ProbingConfig_ProbingSession) *ProbingConfigSpec_FieldTerminalPathArrayItemValue
- func (s ProbingConfig_SpecPathSelectorProbingSessions) WithSubArrayItemValue(subPathArrayItemValue ProbingConfigProbingSession_FieldPathArrayItemValue) *ProbingConfigSpec_FieldSubPathArrayItemValue
- func (s ProbingConfig_SpecPathSelectorProbingSessions) WithSubArrayOfValues(subPathArrayOfValues ProbingConfigProbingSession_FieldPathArrayOfValues) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (ProbingConfig_SpecPathSelectorProbingSessions) WithSubPath(subPath ProbingConfigProbingSession_FieldPath) *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessions) WithSubValue(subPathValue ProbingConfigProbingSession_FieldPathValue) *ProbingConfigSpec_FieldSubPathValue
- func (s ProbingConfig_SpecPathSelectorProbingSessions) WithValue(value []*ProbingConfig_ProbingSession) *ProbingConfigSpec_FieldTerminalPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsAddress
- func (ProbingConfig_SpecPathSelectorProbingSessionsAddress) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsAddress) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsAddress) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsAddresses
- func (ProbingConfig_SpecPathSelectorProbingSessionsAddresses) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsAddresses) WithArrayOfValues(values [][]string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsAddresses) WithItemValue(value string) *ProbingConfigSpec_FieldSubPathArrayItemValue
- func (s ProbingConfig_SpecPathSelectorProbingSessionsAddresses) WithValue(value []string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsCategory
- func (ProbingConfig_SpecPathSelectorProbingSessionsCategory) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsCategory) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsCategory) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsGroupName
- func (ProbingConfig_SpecPathSelectorProbingSessionsGroupName) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsGroupName) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsGroupName) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfig
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfig) AuthConfig() ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfig) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfig) HttpRequest() ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfig) WithValue(value *common.HTTPProbingConfig) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig) Password() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig) RequestHeaderTokenKey() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig) TokenRequest() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig) TokenResponseBodyKey() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig) TokenResponseHeader() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig) Username() ...
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig) WithValue(value *common.HTTPProbingConfig_HTTPAuth) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigPassword
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigPassword) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigPassword) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) RequestBody() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) RequestHeaders() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) RequestMethod() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) Timeout() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) Url() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) UrlFormEncodedBody() ...
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue(value uint32) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey(key string) ...
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value map[string]string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue(value *duration.Duration) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues(values []map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithKey(key string) ...
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithValue(value map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigUsername
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigUsername) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigUsername) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) AuthenticationMethod() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) ExpectedResponseCode() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) RequestBody() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) RequestHeaders() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) RequestMethod() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) Timeout() ...
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) Url() ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrl
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) UrlFormEncodedBody() ...
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithValue(value uint32) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestBody
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithKey(key string) ...
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue(value map[string]string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestMethod
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestTimeout
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestTimeout) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestTimeout) WithValue(value *duration.Duration) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrl
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrl) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrl) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues(values []map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithKey(key string) ...
- func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithValue(value map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsInterval
- func (ProbingConfig_SpecPathSelectorProbingSessionsInterval) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsInterval) WithValue(value *duration.Duration) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsIntervalSec
- func (ProbingConfig_SpecPathSelectorProbingSessionsIntervalSec) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsIntervalSec) WithArrayOfValues(values []int64) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsIntervalSec) WithValue(value int64) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsIpVersion
- func (ProbingConfig_SpecPathSelectorProbingSessionsIpVersion) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsIpVersion) WithValue(value common.IpVersion) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocation
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocation) Accuracy() ProbingConfig_SpecPathSelectorProbingSessionsLocationAccuracy
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocation) Address() ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocation) AdminHierarchy() ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchy
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocation) Coordinates() ProbingConfig_SpecPathSelectorProbingSessionsLocationCoordinates
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocation) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocation) WithArrayOfValues(values []*common.Location) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocation) WithValue(value *common.Location) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAccuracy
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAccuracy) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAccuracy) WithArrayOfValues(values []float64) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAccuracy) WithValue(value float64) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) AdminArea1() ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea1
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) AdminArea2() ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea2
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) AdminArea3() ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea3
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) AdminArea4() ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea4
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) Continent() ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressContinent
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) Country() ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountry
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) CountryCode() ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountryCode
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) PostalCode() ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressPostalCode
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) StreetAddress() ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressStreetAddress
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) WithValue(value *common.Address) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea1
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea1) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea1) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea2
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea2) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea2) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea3
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea3) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea3) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea4
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea4) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea4) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressContinent
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressContinent) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressContinent) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressContinent) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountry
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountry) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountry) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountry) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountryCode
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountryCode) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountryCode) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressPostalCode
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressPostalCode) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressPostalCode) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressStreetAddress
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressStreetAddress) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressStreetAddress) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchy
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchy) Admin1() ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin1
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchy) Admin2() ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin2
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchy) Admin3() ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin3
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchy) Admin4() ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin4
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchy) Admin5() ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin5
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchy) Continent() ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyContinent
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchy) Country() ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyCountry
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchy) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin1
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin1) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin2
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin2) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin3
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin3) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin4
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin4) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin5
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin5) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyContinent
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyContinent) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyCountry
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyCountry) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationCoordinates
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationCoordinates) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsLocationType
- func (ProbingConfig_SpecPathSelectorProbingSessionsLocationType) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationType) WithArrayOfValues(values []common.LocationType) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationType) WithValue(value common.LocationType) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsMode
- func (ProbingConfig_SpecPathSelectorProbingSessionsMode) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsMode) WithValue(value common.ProbingMode) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsPathProbing
- func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbing) Attempts() ProbingConfig_SpecPathSelectorProbingSessionsPathProbingAttempts
- func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbing) Enabled() ProbingConfig_SpecPathSelectorProbingSessionsPathProbingEnabled
- func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbing) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbing) Interval() ProbingConfig_SpecPathSelectorProbingSessionsPathProbingInterval
- func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbing) IntervalSec() ProbingConfig_SpecPathSelectorProbingSessionsPathProbingIntervalSec
- func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbing) MaxTtl() ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMaxTtl
- func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbing) Mode() ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMode
- func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbing) WithArrayOfValues(values []*common.PathProbe) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbing) WithValue(value *common.PathProbe) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsPathProbingAttempts
- func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbingAttempts) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingAttempts) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingAttempts) WithValue(value *wrappers.UInt32Value) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsPathProbingEnabled
- func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbingEnabled) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingEnabled) WithArrayOfValues(values []bool) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingEnabled) WithValue(value bool) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsPathProbingInterval
- func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbingInterval) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingInterval) WithValue(value *duration.Duration) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsPathProbingIntervalSec
- func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbingIntervalSec) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingIntervalSec) WithArrayOfValues(values []int64) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingIntervalSec) WithValue(value int64) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMaxTtl
- func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMaxTtl) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMaxTtl) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMaxTtl) WithValue(value *wrappers.UInt32Value) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMode
- func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMode) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMode) WithValue(value common.ProbingMode) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsProxyConfiguration
- func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfiguration) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfiguration) HttpProxy() ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpProxy
- func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfiguration) HttpsProxy() ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpsProxy
- func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfiguration) NoProxy() ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationNoProxy
- func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfiguration) ProxySetting() ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationProxySetting
- func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfiguration) WithArrayOfValues(values []*common.ProxyConfiguration) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfiguration) WithValue(value *common.ProxyConfiguration) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpProxy
- func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpProxy) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpProxy) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpProxy) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpsProxy
- func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpsProxy) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpsProxy) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpsProxy) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationNoProxy
- func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationNoProxy) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationNoProxy) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationNoProxy) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationProxySetting
- func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationProxySetting) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationProxySetting) WithArrayOfValues(values []common.ProxySetting) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationProxySetting) WithValue(value common.ProxySetting) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettings
- func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettings) Duration() ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsDuration
- func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettings) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettings) ServerSelection() ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsServerSelection
- func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettings) TcpPort() ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTcpPort
- func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettings) TlsPort() ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTlsPort
- func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettings) UseTls() ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsUseTls
- func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettings) WithArrayOfValues(values []*common.SpeedTestSettings) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettings) WithValue(value *common.SpeedTestSettings) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsDuration
- func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsDuration) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsDuration) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsDuration) WithValue(value *duration.Duration) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsServerSelection
- func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsServerSelection) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsServerSelection) WithArrayOfValues(values []common.SpeedTestSettings_ServerSelection) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsServerSelection) WithValue(value common.SpeedTestSettings_ServerSelection) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTcpPort
- func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTcpPort) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTcpPort) WithArrayOfValues(values []int32) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTcpPort) WithValue(value int32) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTlsPort
- func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTlsPort) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTlsPort) WithArrayOfValues(values []int32) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTlsPort) WithValue(value int32) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsUseTls
- func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsUseTls) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsUseTls) WithArrayOfValues(values []bool) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsUseTls) WithValue(value bool) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsTarget
- func (ProbingConfig_SpecPathSelectorProbingSessionsTarget) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsTarget) WithArrayOfValues(values []*probing_target.Name) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsTarget) WithValue(value *probing_target.Name) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsTargetDisplayName
- func (ProbingConfig_SpecPathSelectorProbingSessionsTargetDisplayName) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsTargetDisplayName) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsTargetDisplayName) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsTargetGroup
- func (ProbingConfig_SpecPathSelectorProbingSessionsTargetGroup) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsTargetGroup) WithArrayOfValues(values []*probing_target_group.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsTargetGroup) WithValue(value *probing_target_group.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsTos
- func (ProbingConfig_SpecPathSelectorProbingSessionsTos) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsTos) WithArrayOfValues(values []uint32) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsTos) WithValue(value uint32) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorProbingSessionsWindowSize
- func (ProbingConfig_SpecPathSelectorProbingSessionsWindowSize) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorProbingSessionsWindowSize) WithArrayOfValues(values []uint32) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorProbingSessionsWindowSize) WithValue(value uint32) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtest
- func (ProbingConfig_SpecPathSelectorSpeedtest) Enabled() ProbingConfig_SpecPathSelectorSpeedtestEnabled
- func (ProbingConfig_SpecPathSelectorSpeedtest) FieldPath() *ProbingConfigSpec_FieldTerminalPath
- func (ProbingConfig_SpecPathSelectorSpeedtest) Interval() ProbingConfig_SpecPathSelectorSpeedtestInterval
- func (ProbingConfig_SpecPathSelectorSpeedtest) IntervalMinutes() ProbingConfig_SpecPathSelectorSpeedtestIntervalMinutes
- func (ProbingConfig_SpecPathSelectorSpeedtest) Servers() ProbingConfig_SpecPathSelectorSpeedtestServers
- func (s ProbingConfig_SpecPathSelectorSpeedtest) WithArrayOfValues(values []*ProbingConfig_Spec_SpeedTest) *ProbingConfigSpec_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtest) WithSubArrayItemValue(subPathArrayItemValue ProbingConfigSpecSpeedTest_FieldPathArrayItemValue) *ProbingConfigSpec_FieldSubPathArrayItemValue
- func (s ProbingConfig_SpecPathSelectorSpeedtest) WithSubArrayOfValues(subPathArrayOfValues ProbingConfigSpecSpeedTest_FieldPathArrayOfValues) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (ProbingConfig_SpecPathSelectorSpeedtest) WithSubPath(subPath ProbingConfigSpecSpeedTest_FieldPath) *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtest) WithSubValue(subPathValue ProbingConfigSpecSpeedTest_FieldPathValue) *ProbingConfigSpec_FieldSubPathValue
- func (s ProbingConfig_SpecPathSelectorSpeedtest) WithValue(value *ProbingConfig_Spec_SpeedTest) *ProbingConfigSpec_FieldTerminalPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestEnabled
- func (ProbingConfig_SpecPathSelectorSpeedtestEnabled) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestEnabled) WithArrayOfValues(values []bool) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestEnabled) WithValue(value bool) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestInterval
- func (ProbingConfig_SpecPathSelectorSpeedtestInterval) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestInterval) WithValue(value *duration.Duration) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestIntervalMinutes
- func (ProbingConfig_SpecPathSelectorSpeedtestIntervalMinutes) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestIntervalMinutes) WithArrayOfValues(values []int64) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestIntervalMinutes) WithValue(value int64) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServers
- func (ProbingConfig_SpecPathSelectorSpeedtestServers) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (ProbingConfig_SpecPathSelectorSpeedtestServers) IpAddresses() ProbingConfig_SpecPathSelectorSpeedtestServersIpAddresses
- func (ProbingConfig_SpecPathSelectorSpeedtestServers) Location() ProbingConfig_SpecPathSelectorSpeedtestServersLocation
- func (ProbingConfig_SpecPathSelectorSpeedtestServers) Name() ProbingConfig_SpecPathSelectorSpeedtestServersName
- func (ProbingConfig_SpecPathSelectorSpeedtestServers) Target() ProbingConfig_SpecPathSelectorSpeedtestServersTarget
- func (s ProbingConfig_SpecPathSelectorSpeedtestServers) WithArrayOfValues(values [][]*ProbingConfig_Spec_SpeedTest_Server) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServers) WithItemValue(value *ProbingConfig_Spec_SpeedTest_Server) *ProbingConfigSpec_FieldSubPathArrayItemValue
- func (s ProbingConfig_SpecPathSelectorSpeedtestServers) WithValue(value []*ProbingConfig_Spec_SpeedTest_Server) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersIpAddresses
- func (ProbingConfig_SpecPathSelectorSpeedtestServersIpAddresses) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersIpAddresses) WithArrayOfValues(values [][]string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersIpAddresses) WithItemValue(value string) *ProbingConfigSpec_FieldSubPathArrayItemValue
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersIpAddresses) WithValue(value []string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocation
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocation) Accuracy() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAccuracy
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocation) Address() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocation) AdminHierarchy() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchy
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocation) Coordinates() ProbingConfig_SpecPathSelectorSpeedtestServersLocationCoordinates
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocation) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocation) WithArrayOfValues(values []*common.Location) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocation) WithValue(value *common.Location) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAccuracy
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAccuracy) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAccuracy) WithArrayOfValues(values []float64) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAccuracy) WithValue(value float64) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) AdminArea1() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea1
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) AdminArea2() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea2
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) AdminArea3() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea3
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) AdminArea4() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea4
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) Continent() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressContinent
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) Country() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountry
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) CountryCode() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountryCode
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) PostalCode() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressPostalCode
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) StreetAddress() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressStreetAddress
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) WithValue(value *common.Address) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea1
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea1) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea1) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea2
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea2) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea2) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea3
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea3) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea3) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea4
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea4) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea4) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressContinent
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressContinent) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressContinent) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressContinent) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountry
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountry) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountry) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountry) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountryCode
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountryCode) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountryCode) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressPostalCode
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressPostalCode) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressPostalCode) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressStreetAddress
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressStreetAddress) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressStreetAddress) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchy
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchy) Admin1() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin1
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchy) Admin2() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin2
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchy) Admin3() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin3
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchy) Admin4() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin4
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchy) Admin5() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin5
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchy) Continent() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyContinent
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchy) Country() ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyCountry
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchy) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin1
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin1) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin2
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin2) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin3
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin3) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin4
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin4) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin5
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin5) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyContinent
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyContinent) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyCountry
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyCountry) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersLocationCoordinates
- func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationCoordinates) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersName
- func (ProbingConfig_SpecPathSelectorSpeedtestServersName) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersName) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersName) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorSpeedtestServersTarget
- func (ProbingConfig_SpecPathSelectorSpeedtestServersTarget) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersTarget) WithArrayOfValues(values []*probing_target.Name) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorSpeedtestServersTarget) WithValue(value *probing_target.Name) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessions
- func (ProbingConfig_SpecPathSelectorTargetSessions) Address() ProbingConfig_SpecPathSelectorTargetSessionsAddress
- func (ProbingConfig_SpecPathSelectorTargetSessions) Addresses() ProbingConfig_SpecPathSelectorTargetSessionsAddresses
- func (ProbingConfig_SpecPathSelectorTargetSessions) Category() ProbingConfig_SpecPathSelectorTargetSessionsCategory
- func (ProbingConfig_SpecPathSelectorTargetSessions) FieldPath() *ProbingConfigSpec_FieldTerminalPath
- func (ProbingConfig_SpecPathSelectorTargetSessions) GroupName() ProbingConfig_SpecPathSelectorTargetSessionsGroupName
- func (ProbingConfig_SpecPathSelectorTargetSessions) HttpProbingConfig() ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfig
- func (ProbingConfig_SpecPathSelectorTargetSessions) Interval() ProbingConfig_SpecPathSelectorTargetSessionsInterval
- func (ProbingConfig_SpecPathSelectorTargetSessions) IntervalSec() ProbingConfig_SpecPathSelectorTargetSessionsIntervalSec
- func (ProbingConfig_SpecPathSelectorTargetSessions) IpVersion() ProbingConfig_SpecPathSelectorTargetSessionsIpVersion
- func (ProbingConfig_SpecPathSelectorTargetSessions) Location() ProbingConfig_SpecPathSelectorTargetSessionsLocation
- func (ProbingConfig_SpecPathSelectorTargetSessions) LocationType() ProbingConfig_SpecPathSelectorTargetSessionsLocationType
- func (ProbingConfig_SpecPathSelectorTargetSessions) Mode() ProbingConfig_SpecPathSelectorTargetSessionsMode
- func (ProbingConfig_SpecPathSelectorTargetSessions) PathProbing() ProbingConfig_SpecPathSelectorTargetSessionsPathProbing
- func (ProbingConfig_SpecPathSelectorTargetSessions) ProxyConfiguration() ProbingConfig_SpecPathSelectorTargetSessionsProxyConfiguration
- func (ProbingConfig_SpecPathSelectorTargetSessions) SpeedtestSettings() ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettings
- func (ProbingConfig_SpecPathSelectorTargetSessions) Target() ProbingConfig_SpecPathSelectorTargetSessionsTarget
- func (ProbingConfig_SpecPathSelectorTargetSessions) TargetDisplayName() ProbingConfig_SpecPathSelectorTargetSessionsTargetDisplayName
- func (ProbingConfig_SpecPathSelectorTargetSessions) TargetGroup() ProbingConfig_SpecPathSelectorTargetSessionsTargetGroup
- func (ProbingConfig_SpecPathSelectorTargetSessions) Tos() ProbingConfig_SpecPathSelectorTargetSessionsTos
- func (ProbingConfig_SpecPathSelectorTargetSessions) WindowSize() ProbingConfig_SpecPathSelectorTargetSessionsWindowSize
- func (s ProbingConfig_SpecPathSelectorTargetSessions) WithArrayOfValues(values [][]*ProbingConfig_ProbingSession) *ProbingConfigSpec_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessions) WithItemValue(value *ProbingConfig_ProbingSession) *ProbingConfigSpec_FieldTerminalPathArrayItemValue
- func (s ProbingConfig_SpecPathSelectorTargetSessions) WithSubArrayItemValue(subPathArrayItemValue ProbingConfigProbingSession_FieldPathArrayItemValue) *ProbingConfigSpec_FieldSubPathArrayItemValue
- func (s ProbingConfig_SpecPathSelectorTargetSessions) WithSubArrayOfValues(subPathArrayOfValues ProbingConfigProbingSession_FieldPathArrayOfValues) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (ProbingConfig_SpecPathSelectorTargetSessions) WithSubPath(subPath ProbingConfigProbingSession_FieldPath) *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessions) WithSubValue(subPathValue ProbingConfigProbingSession_FieldPathValue) *ProbingConfigSpec_FieldSubPathValue
- func (s ProbingConfig_SpecPathSelectorTargetSessions) WithValue(value []*ProbingConfig_ProbingSession) *ProbingConfigSpec_FieldTerminalPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsAddress
- func (ProbingConfig_SpecPathSelectorTargetSessionsAddress) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsAddress) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsAddress) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsAddresses
- func (ProbingConfig_SpecPathSelectorTargetSessionsAddresses) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsAddresses) WithArrayOfValues(values [][]string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsAddresses) WithItemValue(value string) *ProbingConfigSpec_FieldSubPathArrayItemValue
- func (s ProbingConfig_SpecPathSelectorTargetSessionsAddresses) WithValue(value []string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsCategory
- func (ProbingConfig_SpecPathSelectorTargetSessionsCategory) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsCategory) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsCategory) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsGroupName
- func (ProbingConfig_SpecPathSelectorTargetSessionsGroupName) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsGroupName) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsGroupName) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfig
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfig) AuthConfig() ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfig) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfig) HttpRequest() ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfig) WithValue(value *common.HTTPProbingConfig) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig) Password() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig) RequestHeaderTokenKey() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig) TokenRequest() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig) TokenResponseBodyKey() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig) TokenResponseHeader() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig) Username() ...
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig) WithValue(value *common.HTTPProbingConfig_HTTPAuth) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigPassword
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigPassword) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigPassword) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) RequestBody() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) RequestHeaders() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) RequestMethod() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) Timeout() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) Url() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) UrlFormEncodedBody() ...
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue(value uint32) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey(key string) ...
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value map[string]string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue(value *duration.Duration) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues(values []map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithKey(key string) ...
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithValue(value map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigUsername
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigUsername) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigUsername) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) AuthenticationMethod() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) ExpectedResponseCode() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) RequestBody() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) RequestHeaders() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) RequestMethod() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) Timeout() ...
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) Url() ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrl
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) UrlFormEncodedBody() ...
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithValue(value uint32) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestBody
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithKey(key string) ...
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue(value map[string]string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestMethod
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestTimeout
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestTimeout) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestTimeout) WithValue(value *duration.Duration) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrl
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrl) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrl) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues(values []map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithKey(key string) ...
- func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithValue(value map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsInterval
- func (ProbingConfig_SpecPathSelectorTargetSessionsInterval) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsInterval) WithValue(value *duration.Duration) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsIntervalSec
- func (ProbingConfig_SpecPathSelectorTargetSessionsIntervalSec) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsIntervalSec) WithArrayOfValues(values []int64) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsIntervalSec) WithValue(value int64) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsIpVersion
- func (ProbingConfig_SpecPathSelectorTargetSessionsIpVersion) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsIpVersion) WithValue(value common.IpVersion) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocation
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocation) Accuracy() ProbingConfig_SpecPathSelectorTargetSessionsLocationAccuracy
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocation) Address() ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocation) AdminHierarchy() ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchy
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocation) Coordinates() ProbingConfig_SpecPathSelectorTargetSessionsLocationCoordinates
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocation) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocation) WithArrayOfValues(values []*common.Location) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocation) WithValue(value *common.Location) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAccuracy
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAccuracy) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAccuracy) WithArrayOfValues(values []float64) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAccuracy) WithValue(value float64) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) AdminArea1() ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea1
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) AdminArea2() ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea2
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) AdminArea3() ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea3
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) AdminArea4() ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea4
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) Continent() ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressContinent
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) Country() ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountry
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) CountryCode() ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountryCode
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) PostalCode() ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressPostalCode
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) StreetAddress() ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressStreetAddress
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) WithValue(value *common.Address) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea1
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea1) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea1) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea2
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea2) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea2) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea3
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea3) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea3) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea4
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea4) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea4) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressContinent
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressContinent) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressContinent) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressContinent) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountry
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountry) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountry) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountry) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountryCode
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountryCode) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountryCode) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressPostalCode
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressPostalCode) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressPostalCode) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressStreetAddress
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressStreetAddress) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressStreetAddress) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchy
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchy) Admin1() ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin1
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchy) Admin2() ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin2
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchy) Admin3() ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin3
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchy) Admin4() ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin4
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchy) Admin5() ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin5
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchy) Continent() ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyContinent
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchy) Country() ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyCountry
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchy) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin1
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin1) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin2
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin2) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin3
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin3) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin4
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin4) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin5
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin5) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyContinent
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyContinent) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyCountry
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyCountry) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationCoordinates
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationCoordinates) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsLocationType
- func (ProbingConfig_SpecPathSelectorTargetSessionsLocationType) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationType) WithArrayOfValues(values []common.LocationType) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationType) WithValue(value common.LocationType) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsMode
- func (ProbingConfig_SpecPathSelectorTargetSessionsMode) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsMode) WithValue(value common.ProbingMode) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsPathProbing
- func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbing) Attempts() ProbingConfig_SpecPathSelectorTargetSessionsPathProbingAttempts
- func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbing) Enabled() ProbingConfig_SpecPathSelectorTargetSessionsPathProbingEnabled
- func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbing) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbing) Interval() ProbingConfig_SpecPathSelectorTargetSessionsPathProbingInterval
- func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbing) IntervalSec() ProbingConfig_SpecPathSelectorTargetSessionsPathProbingIntervalSec
- func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbing) MaxTtl() ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMaxTtl
- func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbing) Mode() ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMode
- func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbing) WithArrayOfValues(values []*common.PathProbe) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbing) WithValue(value *common.PathProbe) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsPathProbingAttempts
- func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbingAttempts) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingAttempts) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingAttempts) WithValue(value *wrappers.UInt32Value) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsPathProbingEnabled
- func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbingEnabled) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingEnabled) WithArrayOfValues(values []bool) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingEnabled) WithValue(value bool) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsPathProbingInterval
- func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbingInterval) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingInterval) WithValue(value *duration.Duration) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsPathProbingIntervalSec
- func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbingIntervalSec) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingIntervalSec) WithArrayOfValues(values []int64) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingIntervalSec) WithValue(value int64) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMaxTtl
- func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMaxTtl) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMaxTtl) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMaxTtl) WithValue(value *wrappers.UInt32Value) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMode
- func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMode) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMode) WithValue(value common.ProbingMode) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsProxyConfiguration
- func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfiguration) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfiguration) HttpProxy() ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpProxy
- func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfiguration) HttpsProxy() ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpsProxy
- func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfiguration) NoProxy() ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationNoProxy
- func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfiguration) ProxySetting() ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationProxySetting
- func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfiguration) WithArrayOfValues(values []*common.ProxyConfiguration) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfiguration) WithValue(value *common.ProxyConfiguration) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpProxy
- func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpProxy) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpProxy) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpProxy) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpsProxy
- func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpsProxy) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpsProxy) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpsProxy) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationNoProxy
- func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationNoProxy) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationNoProxy) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationNoProxy) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationProxySetting
- func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationProxySetting) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationProxySetting) WithArrayOfValues(values []common.ProxySetting) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationProxySetting) WithValue(value common.ProxySetting) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettings
- func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettings) Duration() ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsDuration
- func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettings) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettings) ServerSelection() ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsServerSelection
- func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettings) TcpPort() ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTcpPort
- func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettings) TlsPort() ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTlsPort
- func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettings) UseTls() ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsUseTls
- func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettings) WithArrayOfValues(values []*common.SpeedTestSettings) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettings) WithValue(value *common.SpeedTestSettings) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsDuration
- func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsDuration) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsDuration) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsDuration) WithValue(value *duration.Duration) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsServerSelection
- func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsServerSelection) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsServerSelection) WithArrayOfValues(values []common.SpeedTestSettings_ServerSelection) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsServerSelection) WithValue(value common.SpeedTestSettings_ServerSelection) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTcpPort
- func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTcpPort) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTcpPort) WithArrayOfValues(values []int32) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTcpPort) WithValue(value int32) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTlsPort
- func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTlsPort) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTlsPort) WithArrayOfValues(values []int32) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTlsPort) WithValue(value int32) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsUseTls
- func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsUseTls) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsUseTls) WithArrayOfValues(values []bool) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsUseTls) WithValue(value bool) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsTarget
- func (ProbingConfig_SpecPathSelectorTargetSessionsTarget) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsTarget) WithArrayOfValues(values []*probing_target.Name) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsTarget) WithValue(value *probing_target.Name) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsTargetDisplayName
- func (ProbingConfig_SpecPathSelectorTargetSessionsTargetDisplayName) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsTargetDisplayName) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsTargetDisplayName) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsTargetGroup
- func (ProbingConfig_SpecPathSelectorTargetSessionsTargetGroup) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsTargetGroup) WithArrayOfValues(values []*probing_target_group.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsTargetGroup) WithValue(value *probing_target_group.Reference) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsTos
- func (ProbingConfig_SpecPathSelectorTargetSessionsTos) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsTos) WithArrayOfValues(values []uint32) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsTos) WithValue(value uint32) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_SpecPathSelectorTargetSessionsWindowSize
- func (ProbingConfig_SpecPathSelectorTargetSessionsWindowSize) FieldPath() *ProbingConfigSpec_FieldSubPath
- func (s ProbingConfig_SpecPathSelectorTargetSessionsWindowSize) WithArrayOfValues(values []uint32) *ProbingConfigSpec_FieldSubPathArrayOfValues
- func (s ProbingConfig_SpecPathSelectorTargetSessionsWindowSize) WithValue(value uint32) *ProbingConfigSpec_FieldSubPathValue
- type ProbingConfig_Spec_FieldMask
- func (fieldMask *ProbingConfig_Spec_FieldMask) AppendPath(path ProbingConfigSpec_FieldPath)
- func (fieldMask *ProbingConfig_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ProbingConfig_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ProbingConfig_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ProbingConfig_Spec_FieldMask) FilterInputFields() *ProbingConfig_Spec_FieldMask
- func (fieldMask *ProbingConfig_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ProbingConfig_Spec_FieldMask) GetPaths() []ProbingConfigSpec_FieldPath
- func (fieldMask *ProbingConfig_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ProbingConfig_Spec_FieldMask) IsFull() bool
- func (fieldMask ProbingConfig_Spec_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ProbingConfig_Spec_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ProbingConfig_Spec_FieldMask) PathsCount() int
- func (fieldMask *ProbingConfig_Spec_FieldMask) Project(source *ProbingConfig_Spec) *ProbingConfig_Spec
- func (fieldMask *ProbingConfig_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ProbingConfig_Spec_FieldMask) ProtoMessage()
- func (fieldMask *ProbingConfig_Spec_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ProbingConfig_Spec_FieldMask) Reset()
- func (fieldMask *ProbingConfig_Spec_FieldMask) Set(target, source *ProbingConfig_Spec)
- func (fieldMask *ProbingConfig_Spec_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ProbingConfig_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ProbingConfig_Spec_FieldMask) Size() int
- func (fieldMask *ProbingConfig_Spec_FieldMask) String() string
- func (fieldMask *ProbingConfig_Spec_FieldMask) Subtract(other *ProbingConfig_Spec_FieldMask) *ProbingConfig_Spec_FieldMask
- func (fieldMask *ProbingConfig_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ProbingConfig_Spec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ProbingConfig_Spec_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ProbingConfig_Spec_FieldMask) UnmarshalJSON(data []byte) error
- type ProbingConfig_Spec_SpeedTest
- func (o *ProbingConfig_Spec_SpeedTest) Clone() *ProbingConfig_Spec_SpeedTest
- func (o *ProbingConfig_Spec_SpeedTest) CloneRaw() gotenobject.GotenObjectExt
- func (*ProbingConfig_Spec_SpeedTest) Descriptor() ([]byte, []int)
- func (m *ProbingConfig_Spec_SpeedTest) GetEnabled() bool
- func (m *ProbingConfig_Spec_SpeedTest) GetInterval() *duration.Duration
- func (m *ProbingConfig_Spec_SpeedTest) GetIntervalMinutes() int64
- func (m *ProbingConfig_Spec_SpeedTest) GetServers() []*ProbingConfig_Spec_SpeedTest_Server
- func (*ProbingConfig_Spec_SpeedTest) GotenMessage()
- func (o *ProbingConfig_Spec_SpeedTest) GotenObjectExt()
- func (obj *ProbingConfig_Spec_SpeedTest) GotenValidate() error
- func (o *ProbingConfig_Spec_SpeedTest) MakeDiffFieldMask(other *ProbingConfig_Spec_SpeedTest) *ProbingConfig_Spec_SpeedTest_FieldMask
- func (o *ProbingConfig_Spec_SpeedTest) MakeFullFieldMask() *ProbingConfig_Spec_SpeedTest_FieldMask
- func (o *ProbingConfig_Spec_SpeedTest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ProbingConfig_Spec_SpeedTest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ProbingConfig_Spec_SpeedTest) Marshal() ([]byte, error)
- func (m *ProbingConfig_Spec_SpeedTest) MarshalJSON() ([]byte, error)
- func (o *ProbingConfig_Spec_SpeedTest) Merge(source *ProbingConfig_Spec_SpeedTest)
- func (o *ProbingConfig_Spec_SpeedTest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ProbingConfig_Spec_SpeedTest) ProtoMessage()
- func (m *ProbingConfig_Spec_SpeedTest) ProtoReflect() preflect.Message
- func (m *ProbingConfig_Spec_SpeedTest) Reset()
- func (m *ProbingConfig_Spec_SpeedTest) SetEnabled(fv bool)
- func (m *ProbingConfig_Spec_SpeedTest) SetInterval(fv *duration.Duration)
- func (m *ProbingConfig_Spec_SpeedTest) SetIntervalMinutes(fv int64)
- func (m *ProbingConfig_Spec_SpeedTest) SetServers(fv []*ProbingConfig_Spec_SpeedTest_Server)
- func (m *ProbingConfig_Spec_SpeedTest) String() string
- func (m *ProbingConfig_Spec_SpeedTest) Unmarshal(b []byte) error
- func (m *ProbingConfig_Spec_SpeedTest) UnmarshalJSON(data []byte) error
- type ProbingConfig_Spec_SpeedTestPathSelectorEnabled
- func (ProbingConfig_Spec_SpeedTestPathSelectorEnabled) FieldPath() *ProbingConfigSpecSpeedTest_FieldTerminalPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorEnabled) WithArrayOfValues(values []bool) *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorEnabled) WithValue(value bool) *ProbingConfigSpecSpeedTest_FieldTerminalPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorInterval
- func (ProbingConfig_Spec_SpeedTestPathSelectorInterval) FieldPath() *ProbingConfigSpecSpeedTest_FieldTerminalPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorInterval) WithValue(value *duration.Duration) *ProbingConfigSpecSpeedTest_FieldTerminalPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorIntervalMinutes
- func (ProbingConfig_Spec_SpeedTestPathSelectorIntervalMinutes) FieldPath() *ProbingConfigSpecSpeedTest_FieldTerminalPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorIntervalMinutes) WithArrayOfValues(values []int64) *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorIntervalMinutes) WithValue(value int64) *ProbingConfigSpecSpeedTest_FieldTerminalPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServers
- func (ProbingConfig_Spec_SpeedTestPathSelectorServers) FieldPath() *ProbingConfigSpecSpeedTest_FieldTerminalPath
- func (ProbingConfig_Spec_SpeedTestPathSelectorServers) IpAddresses() ProbingConfig_Spec_SpeedTestPathSelectorServersIpAddresses
- func (ProbingConfig_Spec_SpeedTestPathSelectorServers) Location() ProbingConfig_Spec_SpeedTestPathSelectorServersLocation
- func (ProbingConfig_Spec_SpeedTestPathSelectorServers) Name() ProbingConfig_Spec_SpeedTestPathSelectorServersName
- func (ProbingConfig_Spec_SpeedTestPathSelectorServers) Target() ProbingConfig_Spec_SpeedTestPathSelectorServersTarget
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServers) WithArrayOfValues(values [][]*ProbingConfig_Spec_SpeedTest_Server) *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServers) WithItemValue(value *ProbingConfig_Spec_SpeedTest_Server) *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServers) WithSubArrayItemValue(subPathArrayItemValue ProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue) *ProbingConfigSpecSpeedTest_FieldSubPathArrayItemValue
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServers) WithSubArrayOfValues(subPathArrayOfValues ProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (ProbingConfig_Spec_SpeedTestPathSelectorServers) WithSubPath(subPath ProbingConfigSpecSpeedTestServer_FieldPath) *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServers) WithSubValue(subPathValue ProbingConfigSpecSpeedTestServer_FieldPathValue) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServers) WithValue(value []*ProbingConfig_Spec_SpeedTest_Server) *ProbingConfigSpecSpeedTest_FieldTerminalPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersIpAddresses
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersIpAddresses) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersIpAddresses) WithArrayOfValues(values [][]string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersIpAddresses) WithItemValue(value string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayItemValue
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersIpAddresses) WithValue(value []string) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocation
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocation) Accuracy() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAccuracy
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocation) Address() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocation) AdminHierarchy() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchy
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocation) Coordinates() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationCoordinates
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocation) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocation) WithArrayOfValues(values []*common.Location) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocation) WithValue(value *common.Location) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAccuracy
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAccuracy) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAccuracy) WithArrayOfValues(values []float64) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAccuracy) WithValue(value float64) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) AdminArea1() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea1
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) AdminArea2() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea2
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) AdminArea3() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea3
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) AdminArea4() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea4
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) Continent() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressContinent
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) Country() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressCountry
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) CountryCode() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressCountryCode
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) PostalCode() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressPostalCode
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) StreetAddress() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressStreetAddress
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) WithValue(value *common.Address) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea1
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea1) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea1) WithValue(value string) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea2
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea2) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea2) WithValue(value string) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea3
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea3) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea3) WithValue(value string) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea4
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea4) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea4) WithValue(value string) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressContinent
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressContinent) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressContinent) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressContinent) WithValue(value string) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressCountry
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressCountry) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressCountry) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressCountry) WithValue(value string) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressCountryCode
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressCountryCode) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressCountryCode) WithValue(value string) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressPostalCode
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressPostalCode) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressPostalCode) WithValue(value string) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressStreetAddress
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressStreetAddress) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressStreetAddress) WithValue(value string) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchy
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchy) Admin1() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin1
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchy) Admin2() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin2
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchy) Admin3() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin3
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchy) Admin4() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin4
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchy) Admin5() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin5
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchy) Continent() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyContinent
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchy) Country() ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyCountry
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchy) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin1
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin1) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin2
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin2) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin3
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin3) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin4
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin4) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin5
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin5) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyContinent
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyContinent) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyCountry
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyCountry) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationCoordinates
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationCoordinates) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersName
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersName) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersName) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersName) WithValue(value string) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTestPathSelectorServersTarget
- func (ProbingConfig_Spec_SpeedTestPathSelectorServersTarget) FieldPath() *ProbingConfigSpecSpeedTest_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersTarget) WithArrayOfValues(values []*probing_target.Name) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTestPathSelectorServersTarget) WithValue(value *probing_target.Name) *ProbingConfigSpecSpeedTest_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_FieldMask
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) AppendPath(path ProbingConfigSpecSpeedTest_FieldPath)
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) FilterInputFields() *ProbingConfig_Spec_SpeedTest_FieldMask
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) GetPaths() []ProbingConfigSpecSpeedTest_FieldPath
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) IsFull() bool
- func (fieldMask ProbingConfig_Spec_SpeedTest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ProbingConfig_Spec_SpeedTest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) PathsCount() int
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) Project(source *ProbingConfig_Spec_SpeedTest) *ProbingConfig_Spec_SpeedTest
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) ProtoMessage()
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) Reset()
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) Set(target, source *ProbingConfig_Spec_SpeedTest)
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) Size() int
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) String() string
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) Subtract(other *ProbingConfig_Spec_SpeedTest_FieldMask) *ProbingConfig_Spec_SpeedTest_FieldMask
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) UnmarshalJSON(data []byte) error
- type ProbingConfig_Spec_SpeedTest_Server
- func (o *ProbingConfig_Spec_SpeedTest_Server) Clone() *ProbingConfig_Spec_SpeedTest_Server
- func (o *ProbingConfig_Spec_SpeedTest_Server) CloneRaw() gotenobject.GotenObjectExt
- func (*ProbingConfig_Spec_SpeedTest_Server) Descriptor() ([]byte, []int)
- func (m *ProbingConfig_Spec_SpeedTest_Server) GetIpAddresses() []string
- func (m *ProbingConfig_Spec_SpeedTest_Server) GetLocation() *common.Location
- func (m *ProbingConfig_Spec_SpeedTest_Server) GetName() string
- func (m *ProbingConfig_Spec_SpeedTest_Server) GetTarget() *probing_target.Name
- func (*ProbingConfig_Spec_SpeedTest_Server) GotenMessage()
- func (o *ProbingConfig_Spec_SpeedTest_Server) GotenObjectExt()
- func (obj *ProbingConfig_Spec_SpeedTest_Server) GotenValidate() error
- func (o *ProbingConfig_Spec_SpeedTest_Server) MakeDiffFieldMask(other *ProbingConfig_Spec_SpeedTest_Server) *ProbingConfig_Spec_SpeedTest_Server_FieldMask
- func (o *ProbingConfig_Spec_SpeedTest_Server) MakeFullFieldMask() *ProbingConfig_Spec_SpeedTest_Server_FieldMask
- func (o *ProbingConfig_Spec_SpeedTest_Server) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ProbingConfig_Spec_SpeedTest_Server) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ProbingConfig_Spec_SpeedTest_Server) Marshal() ([]byte, error)
- func (m *ProbingConfig_Spec_SpeedTest_Server) MarshalJSON() ([]byte, error)
- func (o *ProbingConfig_Spec_SpeedTest_Server) Merge(source *ProbingConfig_Spec_SpeedTest_Server)
- func (o *ProbingConfig_Spec_SpeedTest_Server) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ProbingConfig_Spec_SpeedTest_Server) ProtoMessage()
- func (m *ProbingConfig_Spec_SpeedTest_Server) ProtoReflect() preflect.Message
- func (m *ProbingConfig_Spec_SpeedTest_Server) Reset()
- func (m *ProbingConfig_Spec_SpeedTest_Server) SetIpAddresses(fv []string)
- func (m *ProbingConfig_Spec_SpeedTest_Server) SetLocation(fv *common.Location)
- func (m *ProbingConfig_Spec_SpeedTest_Server) SetName(fv string)
- func (m *ProbingConfig_Spec_SpeedTest_Server) SetTarget(fv *probing_target.Name)
- func (m *ProbingConfig_Spec_SpeedTest_Server) String() string
- func (m *ProbingConfig_Spec_SpeedTest_Server) Unmarshal(b []byte) error
- func (m *ProbingConfig_Spec_SpeedTest_Server) UnmarshalJSON(data []byte) error
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorIpAddresses
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorIpAddresses) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldTerminalPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorIpAddresses) WithArrayOfValues(values [][]string) *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorIpAddresses) WithItemValue(value string) *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorIpAddresses) WithValue(value []string) *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) Accuracy() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAccuracy
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) Address() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) AdminHierarchy() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchy
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) Coordinates() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationCoordinates
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldTerminalPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) WithArrayOfValues(values []*common.Location) *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) WithSubArrayItemValue(subPathArrayItemValue common.Location_FieldPathArrayItemValue) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayItemValue
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) WithSubArrayOfValues(subPathArrayOfValues common.Location_FieldPathArrayOfValues) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) WithSubPath(subPath common.Location_FieldPath) *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) WithSubValue(subPathValue common.Location_FieldPathValue) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) WithValue(value *common.Location) *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAccuracy
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAccuracy) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAccuracy) WithArrayOfValues(values []float64) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAccuracy) WithValue(value float64) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) AdminArea1() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea1
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) AdminArea2() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea2
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) AdminArea3() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea3
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) AdminArea4() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea4
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) Continent() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressContinent
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) Country() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressCountry
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) CountryCode() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressCountryCode
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) PostalCode() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressPostalCode
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) StreetAddress() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressStreetAddress
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) WithValue(value *common.Address) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea1
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea1) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea1) WithValue(value string) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea2
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea2) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea2) WithValue(value string) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea3
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea3) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea3) WithValue(value string) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea4
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea4) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea4) WithValue(value string) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressContinent
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressContinent) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressContinent) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressContinent) WithValue(value string) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressCountry
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressCountry) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressCountry) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressCountry) WithValue(value string) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressCountryCode
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressCountryCode) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressCountryCode) WithValue(value string) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressPostalCode
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressPostalCode) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressPostalCode) WithValue(value string) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressStreetAddress
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressStreetAddress) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressStreetAddress) WithValue(value string) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchy
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchy) Admin1() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin1
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchy) Admin2() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin2
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchy) Admin3() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin3
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchy) Admin4() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin4
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchy) Admin5() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin5
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchy) Continent() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyContinent
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchy) Country() ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyCountry
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchy) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin1
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin1) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin2
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin2) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin3
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin3) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin4
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin4) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin5
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin5) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyContinent
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyContinent) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyCountry
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyCountry) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationCoordinates
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationCoordinates) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldSubPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorName
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorName) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldTerminalPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorName) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorName) WithValue(value string) *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue
- type ProbingConfig_Spec_SpeedTest_ServerPathSelectorTarget
- func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorTarget) FieldPath() *ProbingConfigSpecSpeedTestServer_FieldTerminalPath
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorTarget) WithArrayOfValues(values []*probing_target.Name) *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues
- func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorTarget) WithValue(value *probing_target.Name) *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue
- type ProbingConfig_Spec_SpeedTest_Server_FieldMask
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) AppendPath(path ProbingConfigSpecSpeedTestServer_FieldPath)
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) FilterInputFields() *ProbingConfig_Spec_SpeedTest_Server_FieldMask
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) GetPaths() []ProbingConfigSpecSpeedTestServer_FieldPath
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) IsFull() bool
- func (fieldMask ProbingConfig_Spec_SpeedTest_Server_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ProbingConfig_Spec_SpeedTest_Server_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) PathsCount() int
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) Project(source *ProbingConfig_Spec_SpeedTest_Server) *ProbingConfig_Spec_SpeedTest_Server
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) ProtoMessage()
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) Reset()
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) Set(target, source *ProbingConfig_Spec_SpeedTest_Server)
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) Size() int
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) String() string
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) Subtract(other *ProbingConfig_Spec_SpeedTest_Server_FieldMask) *ProbingConfig_Spec_SpeedTest_Server_FieldMask
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) UnmarshalJSON(data []byte) error
- type ProbingConfig_Status
- func (o *ProbingConfig_Status) Clone() *ProbingConfig_Status
- func (o *ProbingConfig_Status) CloneRaw() gotenobject.GotenObjectExt
- func (*ProbingConfig_Status) Descriptor() ([]byte, []int)
- func (*ProbingConfig_Status) GotenMessage()
- func (o *ProbingConfig_Status) GotenObjectExt()
- func (obj *ProbingConfig_Status) GotenValidate() error
- func (o *ProbingConfig_Status) MakeDiffFieldMask(other *ProbingConfig_Status) *ProbingConfig_Status_FieldMask
- func (o *ProbingConfig_Status) MakeFullFieldMask() *ProbingConfig_Status_FieldMask
- func (o *ProbingConfig_Status) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ProbingConfig_Status) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ProbingConfig_Status) Marshal() ([]byte, error)
- func (m *ProbingConfig_Status) MarshalJSON() ([]byte, error)
- func (o *ProbingConfig_Status) Merge(source *ProbingConfig_Status)
- func (o *ProbingConfig_Status) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ProbingConfig_Status) ProtoMessage()
- func (m *ProbingConfig_Status) ProtoReflect() preflect.Message
- func (m *ProbingConfig_Status) Reset()
- func (m *ProbingConfig_Status) String() string
- func (m *ProbingConfig_Status) Unmarshal(b []byte) error
- func (m *ProbingConfig_Status) UnmarshalJSON(data []byte) error
- type ProbingConfig_Status_FieldMask
- func (fieldMask *ProbingConfig_Status_FieldMask) AppendPath(path ProbingConfigStatus_FieldPath)
- func (fieldMask *ProbingConfig_Status_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ProbingConfig_Status_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ProbingConfig_Status_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ProbingConfig_Status_FieldMask) FilterInputFields() *ProbingConfig_Status_FieldMask
- func (fieldMask *ProbingConfig_Status_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ProbingConfig_Status_FieldMask) GetPaths() []ProbingConfigStatus_FieldPath
- func (fieldMask *ProbingConfig_Status_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ProbingConfig_Status_FieldMask) IsFull() bool
- func (fieldMask ProbingConfig_Status_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ProbingConfig_Status_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ProbingConfig_Status_FieldMask) PathsCount() int
- func (fieldMask *ProbingConfig_Status_FieldMask) Project(source *ProbingConfig_Status) *ProbingConfig_Status
- func (fieldMask *ProbingConfig_Status_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ProbingConfig_Status_FieldMask) ProtoMessage()
- func (fieldMask *ProbingConfig_Status_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ProbingConfig_Status_FieldMask) Reset()
- func (fieldMask *ProbingConfig_Status_FieldMask) Set(target, source *ProbingConfig_Status)
- func (fieldMask *ProbingConfig_Status_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ProbingConfig_Status_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ProbingConfig_Status_FieldMask) Size() int
- func (fieldMask *ProbingConfig_Status_FieldMask) String() string
- func (fieldMask *ProbingConfig_Status_FieldMask) Subtract(other *ProbingConfig_Status_FieldMask) *ProbingConfig_Status_FieldMask
- func (fieldMask *ProbingConfig_Status_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ProbingConfig_Status_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ProbingConfig_Status_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ProbingConfig_Status_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) GetIdParts() map[string]string
- func (ref *Reference) GetPattern() gotenresource.NamePattern
- func (ref *Reference) GetProbingConfig() *ProbingConfig
- 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 *ProbingConfig)
- func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
- func (ref *Reference) Resolved() bool
- func (ref *Reference) SetFromCliFlag(raw string) error
- func (ref *Reference) String() string
- type WatchQuery
- func (q *WatchQuery) GetMaximumChunkSize() int
- func (q *WatchQuery) GetResumeToken() string
- func (q *WatchQuery) 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}/probingConfigs/{probing_config}"
)
Variables ¶
This section is empty.
Functions ¶
func AsAnyCastAccess ¶
func AsAnyCastAccess(access ProbingConfigAccess) 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) Evaluate ¶
func (filter *Filter) Evaluate(res *ProbingConfig) bool
Evaluate is a wrapper on FilterCondition, which also handles nil pointer
func (*Filter) EvaluateRaw ¶
func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
func (*Filter) FilterSlice ¶
func (filter *Filter) FilterSlice(in []*ProbingConfig) (out []*ProbingConfig)
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 ProbingConfig_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 *ProbingConfig) bool // Whether this condition is at least as specific as other. // When true, any ProbingConfig 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 ProbingConfig_FieldPath) bool // contains filtered or unexported methods }
func AndFilterConditions ¶
func AndFilterConditions(conds ...FilterCondition) FilterCondition
type FilterConditionCompare ¶
type FilterConditionCompare struct { Operator filterParser.CompareOperator ProbingConfig_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 *ProbingConfig) 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 ProbingConfig_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 *ProbingConfig) 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 ProbingConfig_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 ProbingConfig_FieldPath Value ProbingConfig_FieldPathArrayItemValue Values []ProbingConfig_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 *ProbingConfig) bool
func (*FilterConditionContains) EvaluateRaw ¶
func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionContains) GetFieldPath ¶
func (cond *FilterConditionContains) GetFieldPath() ProbingConfig_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 ProbingConfig_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 {
ProbingConfig_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 *ProbingConfig) 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 ProbingConfig_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 ProbingConfig_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 *ProbingConfig) 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 ProbingConfig_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 ProbingConfig_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 *ProbingConfig) 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 ProbingConfig_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 *ProbingConfig) 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 ProbingConfig_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 {
ProbingConfig_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 *ProbingConfig) 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 ProbingConfig_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 *ProbingConfig_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 *ProbingConfig_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 ProbingConfigId string `firestore:"probingConfigId"` }
func MustParseName ¶
func ParseNameOrId ¶
func (*Name) AsRawReference ¶
func (name *Name) AsRawReference() gotenresource.Reference
func (*Name) AsReference ¶
func (*Name) ConvertToNative ¶
func (*Name) FullyQualifiedName ¶
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) Compare ¶
func (orderBy *OrderBy) Compare(left, right *ProbingConfig) int
func (*OrderBy) CompareRaw ¶
func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
func (*OrderBy) GetFieldMask ¶
func (orderBy *OrderBy) GetFieldMask() *ProbingConfig_FieldMask
func (*OrderBy) GetOrderByFields ¶
func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
func (*OrderBy) GetRawFieldMask ¶
func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
func (*OrderBy) InsertSorted ¶
func (orderBy *OrderBy) InsertSorted(sorted ProbingConfigList, elem *ProbingConfig) (ProbingConfigList, int)
func (*OrderBy) InsertSortedRaw ¶
func (orderBy *OrderBy) InsertSortedRaw(sorted gotenresource.ResourceList, elem gotenresource.Resource) (gotenresource.ResourceList, int)
func (*OrderBy) ParseProtoString ¶
func (*OrderBy) ProtoString ¶
func (*OrderBy) SetFromCliFlag ¶
func (*OrderBy) Sort ¶
func (orderBy *OrderBy) Sort(results ProbingConfigList)
func (*OrderBy) SortRaw ¶
func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
type OrderByField ¶
type OrderByField struct { FieldPath ProbingConfig_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 *ProbingConfig) 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
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) 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) 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) IsFullyQualified ¶
func (ref *ParentReference) IsFullyQualified() bool
func (*ParentReference) IsSpecified ¶
func (ref *ParentReference) IsSpecified() bool
func (*ParentReference) Matches ¶
func (name *ParentReference) Matches(other interface{}) bool
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*ParentReference) ParseProtoString ¶
func (ref *ParentReference) ParseProtoString(data string) error
func (*ParentReference) ProtoString ¶
func (ref *ParentReference) ProtoString() (string, error)
func (*ParentReference) ResolveRaw ¶
func (ref *ParentReference) ResolveRaw(res gotenresource.Resource) error
func (*ParentReference) Resolved ¶
func (ref *ParentReference) Resolved() bool
func (*ParentReference) SetFromCliFlag ¶
func (ref *ParentReference) SetFromCliFlag(raw string) error
implement CustomTypeCliValue method
func (*ParentReference) String ¶
func (ref *ParentReference) String() string
type ProbingConfig ¶
type ProbingConfig struct { // Name of ProbingConfig Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Display name of ProbingConfig DisplayName string `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty" firestore:"displayName"` // metadata describes additional information of the probing config. Metadata *ntt_meta.Meta `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty" firestore:"metadata"` // spec describes the to-be state of the probing config. Spec *ProbingConfig_Spec `protobuf:"bytes,3,opt,name=spec,proto3" json:"spec,omitempty" firestore:"spec"` // status shows the current status of the probing config. Status *ProbingConfig_Status `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty" firestore:"status"` // contains filtered or unexported fields }
ProbingConfig Resource
func (*ProbingConfig) Clone ¶
func (o *ProbingConfig) Clone() *ProbingConfig
func (*ProbingConfig) CloneRaw ¶
func (o *ProbingConfig) CloneRaw() gotenobject.GotenObjectExt
func (*ProbingConfig) Descriptor ¶
func (*ProbingConfig) Descriptor() ([]byte, []int)
Deprecated, Use ProbingConfig.ProtoReflect.Descriptor instead.
func (*ProbingConfig) GetDisplayName ¶
func (m *ProbingConfig) GetDisplayName() string
func (*ProbingConfig) GetMetadata ¶
func (m *ProbingConfig) GetMetadata() *ntt_meta.Meta
func (*ProbingConfig) GetName ¶
func (m *ProbingConfig) GetName() *Name
func (*ProbingConfig) GetRawName ¶
func (r *ProbingConfig) GetRawName() gotenresource.Name
func (*ProbingConfig) GetResourceDescriptor ¶
func (r *ProbingConfig) GetResourceDescriptor() gotenresource.Descriptor
func (*ProbingConfig) GetSpec ¶
func (m *ProbingConfig) GetSpec() *ProbingConfig_Spec
func (*ProbingConfig) GetStatus ¶
func (m *ProbingConfig) GetStatus() *ProbingConfig_Status
func (*ProbingConfig) GotenMessage ¶
func (*ProbingConfig) GotenMessage()
func (*ProbingConfig) GotenObjectExt ¶
func (o *ProbingConfig) GotenObjectExt()
func (*ProbingConfig) GotenValidate ¶
func (obj *ProbingConfig) GotenValidate() error
func (*ProbingConfig) MakeDiffFieldMask ¶
func (o *ProbingConfig) MakeDiffFieldMask(other *ProbingConfig) *ProbingConfig_FieldMask
func (*ProbingConfig) MakeFullFieldMask ¶
func (o *ProbingConfig) MakeFullFieldMask() *ProbingConfig_FieldMask
func (*ProbingConfig) MakeRawDiffFieldMask ¶
func (o *ProbingConfig) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ProbingConfig) MakeRawFullFieldMask ¶
func (o *ProbingConfig) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ProbingConfig) Marshal ¶
func (m *ProbingConfig) Marshal() ([]byte, error)
func (*ProbingConfig) MarshalJSON ¶
func (m *ProbingConfig) MarshalJSON() ([]byte, error)
func (*ProbingConfig) MaybePopulateDefaults ¶
func (r *ProbingConfig) MaybePopulateDefaults() error
func (*ProbingConfig) Merge ¶
func (o *ProbingConfig) Merge(source *ProbingConfig)
func (*ProbingConfig) MergeRaw ¶
func (o *ProbingConfig) MergeRaw(source gotenobject.GotenObjectExt)
func (*ProbingConfig) ProtoMessage ¶
func (*ProbingConfig) ProtoMessage()
func (*ProbingConfig) ProtoReflect ¶
func (m *ProbingConfig) ProtoReflect() preflect.Message
func (*ProbingConfig) Reset ¶
func (m *ProbingConfig) Reset()
func (*ProbingConfig) SetDisplayName ¶
func (m *ProbingConfig) SetDisplayName(fv string)
func (*ProbingConfig) SetMetadata ¶
func (m *ProbingConfig) SetMetadata(fv *ntt_meta.Meta)
func (*ProbingConfig) SetName ¶
func (m *ProbingConfig) SetName(fv *Name)
func (*ProbingConfig) SetSpec ¶
func (m *ProbingConfig) SetSpec(fv *ProbingConfig_Spec)
func (*ProbingConfig) SetStatus ¶
func (m *ProbingConfig) SetStatus(fv *ProbingConfig_Status)
func (*ProbingConfig) String ¶
func (m *ProbingConfig) String() string
func (*ProbingConfig) Unmarshal ¶
func (m *ProbingConfig) Unmarshal(b []byte) error
func (*ProbingConfig) UnmarshalJSON ¶
func (m *ProbingConfig) UnmarshalJSON(data []byte) error
type ProbingConfigAccess ¶
type ProbingConfigAccess interface { GetProbingConfig(context.Context, *GetQuery) (*ProbingConfig, error) BatchGetProbingConfigs(context.Context, []*Reference, ...gotenresource.BatchGetOption) error QueryProbingConfigs(context.Context, *ListQuery) (*QueryResultSnapshot, error) WatchProbingConfig(context.Context, *GetQuery, func(*ProbingConfigChange) error) error WatchProbingConfigs(context.Context, *WatchQuery, func(*QueryResultChange) error) error SaveProbingConfig(context.Context, *ProbingConfig, ...gotenresource.SaveOption) error DeleteProbingConfig(context.Context, *Reference, ...gotenresource.DeleteOption) error }
type ProbingConfigChange ¶
type ProbingConfigChange struct { // ProbingConfig change // // Types that are valid to be assigned to ChangeType: // *ProbingConfigChange_Added_ // *ProbingConfigChange_Modified_ // *ProbingConfigChange_Current_ // *ProbingConfigChange_Removed_ ChangeType isProbingConfigChange_ChangeType `protobuf_oneof:"change_type"` // contains filtered or unexported fields }
ProbingConfigChange is used by Watch notifications Responses to describe change of single ProbingConfig One of Added, Modified, Removed
func (*ProbingConfigChange) Descriptor ¶
func (*ProbingConfigChange) Descriptor() ([]byte, []int)
Deprecated, Use ProbingConfigChange.ProtoReflect.Descriptor instead.
func (*ProbingConfigChange) GetAdded ¶
func (m *ProbingConfigChange) GetAdded() *ProbingConfigChange_Added
func (*ProbingConfigChange) GetChangeType ¶
func (m *ProbingConfigChange) GetChangeType() isProbingConfigChange_ChangeType
func (*ProbingConfigChange) GetCurrent ¶
func (m *ProbingConfigChange) GetCurrent() *ProbingConfigChange_Current
func (*ProbingConfigChange) GetCurrentViewIndex ¶
func (c *ProbingConfigChange) GetCurrentViewIndex() int32
func (*ProbingConfigChange) GetModified ¶
func (m *ProbingConfigChange) GetModified() *ProbingConfigChange_Modified
func (*ProbingConfigChange) GetPreviousViewIndex ¶
func (c *ProbingConfigChange) GetPreviousViewIndex() int32
func (*ProbingConfigChange) GetProbingConfig ¶
func (c *ProbingConfigChange) GetProbingConfig() *ProbingConfig
func (*ProbingConfigChange) GetProbingConfigName ¶
func (c *ProbingConfigChange) GetProbingConfigName() *Name
func (*ProbingConfigChange) GetRawName ¶
func (c *ProbingConfigChange) GetRawName() gotenresource.Name
func (*ProbingConfigChange) GetRemoved ¶
func (m *ProbingConfigChange) GetRemoved() *ProbingConfigChange_Removed
func (*ProbingConfigChange) GetResource ¶
func (c *ProbingConfigChange) GetResource() gotenresource.Resource
func (*ProbingConfigChange) GotenMessage ¶
func (*ProbingConfigChange) GotenMessage()
func (*ProbingConfigChange) GotenValidate ¶
func (obj *ProbingConfigChange) GotenValidate() error
func (*ProbingConfigChange) IsAdd ¶
func (c *ProbingConfigChange) IsAdd() bool
func (*ProbingConfigChange) IsCurrent ¶
func (c *ProbingConfigChange) IsCurrent() bool
func (*ProbingConfigChange) IsDelete ¶
func (c *ProbingConfigChange) IsDelete() bool
func (*ProbingConfigChange) IsModify ¶
func (c *ProbingConfigChange) IsModify() bool
func (*ProbingConfigChange) Marshal ¶
func (m *ProbingConfigChange) Marshal() ([]byte, error)
func (*ProbingConfigChange) MarshalJSON ¶
func (m *ProbingConfigChange) MarshalJSON() ([]byte, error)
func (*ProbingConfigChange) ProtoMessage ¶
func (*ProbingConfigChange) ProtoMessage()
func (*ProbingConfigChange) ProtoReflect ¶
func (m *ProbingConfigChange) ProtoReflect() preflect.Message
func (*ProbingConfigChange) Reset ¶
func (m *ProbingConfigChange) Reset()
func (*ProbingConfigChange) SetAdded ¶
func (m *ProbingConfigChange) SetAdded(fv *ProbingConfigChange_Added)
func (*ProbingConfigChange) SetAddedRaw ¶
func (c *ProbingConfigChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
func (*ProbingConfigChange) SetChangeType ¶
func (m *ProbingConfigChange) SetChangeType(ofv isProbingConfigChange_ChangeType)
func (*ProbingConfigChange) SetCurrent ¶
func (m *ProbingConfigChange) SetCurrent(fv *ProbingConfigChange_Current)
func (*ProbingConfigChange) SetCurrentRaw ¶
func (c *ProbingConfigChange) SetCurrentRaw(snapshot gotenresource.Resource)
func (*ProbingConfigChange) SetDeletedRaw ¶
func (c *ProbingConfigChange) SetDeletedRaw(name gotenresource.Name, idx int)
func (*ProbingConfigChange) SetModified ¶
func (m *ProbingConfigChange) SetModified(fv *ProbingConfigChange_Modified)
func (*ProbingConfigChange) SetModifiedRaw ¶
func (c *ProbingConfigChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)
func (*ProbingConfigChange) SetRemoved ¶
func (m *ProbingConfigChange) SetRemoved(fv *ProbingConfigChange_Removed)
func (*ProbingConfigChange) String ¶
func (m *ProbingConfigChange) String() string
func (*ProbingConfigChange) Unmarshal ¶
func (m *ProbingConfigChange) Unmarshal(b []byte) error
func (*ProbingConfigChange) UnmarshalJSON ¶
func (m *ProbingConfigChange) UnmarshalJSON(data []byte) error
type ProbingConfigChangeList ¶
type ProbingConfigChangeList []*ProbingConfigChange
func (ProbingConfigChangeList) Append ¶
func (l ProbingConfigChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
func (ProbingConfigChangeList) AppendList ¶
func (l ProbingConfigChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
func (ProbingConfigChangeList) At ¶
func (l ProbingConfigChangeList) At(idx int) gotenresource.ResourceChange
func (ProbingConfigChangeList) Length ¶
func (l ProbingConfigChangeList) Length() int
func (ProbingConfigChangeList) Set ¶
func (l ProbingConfigChangeList) Set(idx int, change gotenresource.ResourceChange)
func (ProbingConfigChangeList) Slice ¶
func (l ProbingConfigChangeList) Slice(first, second int) gotenresource.ResourceChangeList
type ProbingConfigChangeMap ¶
type ProbingConfigChangeMap map[Name]*ProbingConfigChange
func (ProbingConfigChangeMap) Delete ¶
func (m ProbingConfigChangeMap) Delete(name gotenresource.Name)
func (ProbingConfigChangeMap) ForEach ¶
func (m ProbingConfigChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
func (ProbingConfigChangeMap) Get ¶
func (m ProbingConfigChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
func (ProbingConfigChangeMap) Length ¶
func (m ProbingConfigChangeMap) Length() int
func (ProbingConfigChangeMap) Set ¶
func (m ProbingConfigChangeMap) Set(change gotenresource.ResourceChange)
type ProbingConfigChange_Added ¶
type ProbingConfigChange_Added struct { ProbingConfig *ProbingConfig `` /* 126-byte string literal not displayed */ // Integer describing index of added ProbingConfig 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 }
ProbingConfig has been added to query view
func (*ProbingConfigChange_Added) Descriptor ¶
func (*ProbingConfigChange_Added) Descriptor() ([]byte, []int)
Deprecated, Use ProbingConfigChange_Added.ProtoReflect.Descriptor instead.
func (*ProbingConfigChange_Added) GetProbingConfig ¶
func (m *ProbingConfigChange_Added) GetProbingConfig() *ProbingConfig
func (*ProbingConfigChange_Added) GetViewIndex ¶
func (m *ProbingConfigChange_Added) GetViewIndex() int32
func (*ProbingConfigChange_Added) GotenMessage ¶
func (*ProbingConfigChange_Added) GotenMessage()
func (*ProbingConfigChange_Added) GotenValidate ¶
func (obj *ProbingConfigChange_Added) GotenValidate() error
func (*ProbingConfigChange_Added) Marshal ¶
func (m *ProbingConfigChange_Added) Marshal() ([]byte, error)
func (*ProbingConfigChange_Added) MarshalJSON ¶
func (m *ProbingConfigChange_Added) MarshalJSON() ([]byte, error)
func (*ProbingConfigChange_Added) ProtoMessage ¶
func (*ProbingConfigChange_Added) ProtoMessage()
func (*ProbingConfigChange_Added) ProtoReflect ¶
func (m *ProbingConfigChange_Added) ProtoReflect() preflect.Message
func (*ProbingConfigChange_Added) Reset ¶
func (m *ProbingConfigChange_Added) Reset()
func (*ProbingConfigChange_Added) SetProbingConfig ¶
func (m *ProbingConfigChange_Added) SetProbingConfig(fv *ProbingConfig)
func (*ProbingConfigChange_Added) SetViewIndex ¶
func (m *ProbingConfigChange_Added) SetViewIndex(fv int32)
func (*ProbingConfigChange_Added) String ¶
func (m *ProbingConfigChange_Added) String() string
func (*ProbingConfigChange_Added) Unmarshal ¶
func (m *ProbingConfigChange_Added) Unmarshal(b []byte) error
func (*ProbingConfigChange_Added) UnmarshalJSON ¶
func (m *ProbingConfigChange_Added) UnmarshalJSON(data []byte) error
type ProbingConfigChange_Added_ ¶
type ProbingConfigChange_Added_ struct { // Added is returned when watched document is added, either created or // enters Query view Added *ProbingConfigChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"` }
type ProbingConfigChange_Current ¶
type ProbingConfigChange_Current struct { ProbingConfig *ProbingConfig `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
ProbingConfig has been added or modified in a query view. Version used for stateless watching
func (*ProbingConfigChange_Current) Descriptor ¶
func (*ProbingConfigChange_Current) Descriptor() ([]byte, []int)
Deprecated, Use ProbingConfigChange_Current.ProtoReflect.Descriptor instead.
func (*ProbingConfigChange_Current) GetProbingConfig ¶
func (m *ProbingConfigChange_Current) GetProbingConfig() *ProbingConfig
func (*ProbingConfigChange_Current) GotenMessage ¶
func (*ProbingConfigChange_Current) GotenMessage()
func (*ProbingConfigChange_Current) GotenValidate ¶
func (obj *ProbingConfigChange_Current) GotenValidate() error
func (*ProbingConfigChange_Current) Marshal ¶
func (m *ProbingConfigChange_Current) Marshal() ([]byte, error)
func (*ProbingConfigChange_Current) MarshalJSON ¶
func (m *ProbingConfigChange_Current) MarshalJSON() ([]byte, error)
func (*ProbingConfigChange_Current) ProtoMessage ¶
func (*ProbingConfigChange_Current) ProtoMessage()
func (*ProbingConfigChange_Current) ProtoReflect ¶
func (m *ProbingConfigChange_Current) ProtoReflect() preflect.Message
func (*ProbingConfigChange_Current) Reset ¶
func (m *ProbingConfigChange_Current) Reset()
func (*ProbingConfigChange_Current) SetProbingConfig ¶
func (m *ProbingConfigChange_Current) SetProbingConfig(fv *ProbingConfig)
func (*ProbingConfigChange_Current) String ¶
func (m *ProbingConfigChange_Current) String() string
func (*ProbingConfigChange_Current) Unmarshal ¶
func (m *ProbingConfigChange_Current) Unmarshal(b []byte) error
func (*ProbingConfigChange_Current) UnmarshalJSON ¶
func (m *ProbingConfigChange_Current) UnmarshalJSON(data []byte) error
type ProbingConfigChange_Current_ ¶
type ProbingConfigChange_Current_ struct { // Current is returned in stateless watch when document enters query view or // is modified within. Current *ProbingConfigChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"` }
type ProbingConfigChange_Modified ¶
type ProbingConfigChange_Modified struct { // Name of modified ProbingConfig Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // New version of ProbingConfig or masked difference, depending on // mask_changes instrumentation of issued [WatchProbingConfigRequest] or // [WatchProbingConfigsRequest] ProbingConfig *ProbingConfig `` /* 126-byte string literal not displayed */ // Used when mask_changes is set, contains field paths of modified // properties. FieldMask *ProbingConfig_FieldMask `` /* 145-byte string literal not displayed */ // Previous view index specifies previous position of modified // ProbingConfig. When modification doesn't affect sorted order, value will // remain identical to [view_index]. PreviousViewIndex int32 `` /* 145-byte string literal not displayed */ // Integer specifying ProbingConfig 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 }
ProbingConfig changed some of it's fields - contains either full document or masked change
func (*ProbingConfigChange_Modified) Descriptor ¶
func (*ProbingConfigChange_Modified) Descriptor() ([]byte, []int)
Deprecated, Use ProbingConfigChange_Modified.ProtoReflect.Descriptor instead.
func (*ProbingConfigChange_Modified) GetFieldMask ¶
func (m *ProbingConfigChange_Modified) GetFieldMask() *ProbingConfig_FieldMask
func (*ProbingConfigChange_Modified) GetName ¶
func (m *ProbingConfigChange_Modified) GetName() *Name
func (*ProbingConfigChange_Modified) GetPreviousViewIndex ¶
func (m *ProbingConfigChange_Modified) GetPreviousViewIndex() int32
func (*ProbingConfigChange_Modified) GetProbingConfig ¶
func (m *ProbingConfigChange_Modified) GetProbingConfig() *ProbingConfig
func (*ProbingConfigChange_Modified) GetViewIndex ¶
func (m *ProbingConfigChange_Modified) GetViewIndex() int32
func (*ProbingConfigChange_Modified) GotenMessage ¶
func (*ProbingConfigChange_Modified) GotenMessage()
func (*ProbingConfigChange_Modified) GotenValidate ¶
func (obj *ProbingConfigChange_Modified) GotenValidate() error
func (*ProbingConfigChange_Modified) Marshal ¶
func (m *ProbingConfigChange_Modified) Marshal() ([]byte, error)
func (*ProbingConfigChange_Modified) MarshalJSON ¶
func (m *ProbingConfigChange_Modified) MarshalJSON() ([]byte, error)
func (*ProbingConfigChange_Modified) ProtoMessage ¶
func (*ProbingConfigChange_Modified) ProtoMessage()
func (*ProbingConfigChange_Modified) ProtoReflect ¶
func (m *ProbingConfigChange_Modified) ProtoReflect() preflect.Message
func (*ProbingConfigChange_Modified) Reset ¶
func (m *ProbingConfigChange_Modified) Reset()
func (*ProbingConfigChange_Modified) SetFieldMask ¶
func (m *ProbingConfigChange_Modified) SetFieldMask(fv *ProbingConfig_FieldMask)
func (*ProbingConfigChange_Modified) SetName ¶
func (m *ProbingConfigChange_Modified) SetName(fv *Name)
func (*ProbingConfigChange_Modified) SetPreviousViewIndex ¶
func (m *ProbingConfigChange_Modified) SetPreviousViewIndex(fv int32)
func (*ProbingConfigChange_Modified) SetProbingConfig ¶
func (m *ProbingConfigChange_Modified) SetProbingConfig(fv *ProbingConfig)
func (*ProbingConfigChange_Modified) SetViewIndex ¶
func (m *ProbingConfigChange_Modified) SetViewIndex(fv int32)
func (*ProbingConfigChange_Modified) String ¶
func (m *ProbingConfigChange_Modified) String() string
func (*ProbingConfigChange_Modified) Unmarshal ¶
func (m *ProbingConfigChange_Modified) Unmarshal(b []byte) error
func (*ProbingConfigChange_Modified) UnmarshalJSON ¶
func (m *ProbingConfigChange_Modified) UnmarshalJSON(data []byte) error
type ProbingConfigChange_Modified_ ¶
type ProbingConfigChange_Modified_ struct { // Modified is returned when watched document is modified Modified *ProbingConfigChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"` }
type ProbingConfigChange_Removed ¶
type ProbingConfigChange_Removed struct { Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Integer specifying removed ProbingConfig 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 ProbingConfig is deleted or leaves Query view
func (*ProbingConfigChange_Removed) Descriptor ¶
func (*ProbingConfigChange_Removed) Descriptor() ([]byte, []int)
Deprecated, Use ProbingConfigChange_Removed.ProtoReflect.Descriptor instead.
func (*ProbingConfigChange_Removed) GetName ¶
func (m *ProbingConfigChange_Removed) GetName() *Name
func (*ProbingConfigChange_Removed) GetViewIndex ¶
func (m *ProbingConfigChange_Removed) GetViewIndex() int32
func (*ProbingConfigChange_Removed) GotenMessage ¶
func (*ProbingConfigChange_Removed) GotenMessage()
func (*ProbingConfigChange_Removed) GotenValidate ¶
func (obj *ProbingConfigChange_Removed) GotenValidate() error
func (*ProbingConfigChange_Removed) Marshal ¶
func (m *ProbingConfigChange_Removed) Marshal() ([]byte, error)
func (*ProbingConfigChange_Removed) MarshalJSON ¶
func (m *ProbingConfigChange_Removed) MarshalJSON() ([]byte, error)
func (*ProbingConfigChange_Removed) ProtoMessage ¶
func (*ProbingConfigChange_Removed) ProtoMessage()
func (*ProbingConfigChange_Removed) ProtoReflect ¶
func (m *ProbingConfigChange_Removed) ProtoReflect() preflect.Message
func (*ProbingConfigChange_Removed) Reset ¶
func (m *ProbingConfigChange_Removed) Reset()
func (*ProbingConfigChange_Removed) SetName ¶
func (m *ProbingConfigChange_Removed) SetName(fv *Name)
func (*ProbingConfigChange_Removed) SetViewIndex ¶
func (m *ProbingConfigChange_Removed) SetViewIndex(fv int32)
func (*ProbingConfigChange_Removed) String ¶
func (m *ProbingConfigChange_Removed) String() string
func (*ProbingConfigChange_Removed) Unmarshal ¶
func (m *ProbingConfigChange_Removed) Unmarshal(b []byte) error
func (*ProbingConfigChange_Removed) UnmarshalJSON ¶
func (m *ProbingConfigChange_Removed) UnmarshalJSON(data []byte) error
type ProbingConfigChange_Removed_ ¶
type ProbingConfigChange_Removed_ struct { // Removed is returned when ProbingConfig is deleted or leaves Query view Removed *ProbingConfigChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"` }
type ProbingConfigFieldPathBuilder ¶
type ProbingConfigFieldPathBuilder struct{}
func NewProbingConfigFieldPathBuilder ¶
func NewProbingConfigFieldPathBuilder() ProbingConfigFieldPathBuilder
func (ProbingConfigFieldPathBuilder) DisplayName ¶
func (ProbingConfigFieldPathBuilder) DisplayName() ProbingConfigPathSelectorDisplayName
func (ProbingConfigFieldPathBuilder) Metadata ¶
func (ProbingConfigFieldPathBuilder) Metadata() ProbingConfigPathSelectorMetadata
func (ProbingConfigFieldPathBuilder) Name ¶
func (ProbingConfigFieldPathBuilder) Name() ProbingConfigPathSelectorName
func (ProbingConfigFieldPathBuilder) Spec ¶
func (ProbingConfigFieldPathBuilder) Spec() ProbingConfigPathSelectorSpec
func (ProbingConfigFieldPathBuilder) Status ¶
func (ProbingConfigFieldPathBuilder) Status() ProbingConfigPathSelectorStatus
type ProbingConfigList ¶
type ProbingConfigList []*ProbingConfig
func (ProbingConfigList) Append ¶
func (l ProbingConfigList) Append(item gotenresource.Resource) gotenresource.ResourceList
func (ProbingConfigList) AppendList ¶
func (l ProbingConfigList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
func (ProbingConfigList) At ¶
func (l ProbingConfigList) At(idx int) gotenresource.Resource
func (ProbingConfigList) Length ¶
func (l ProbingConfigList) Length() int
func (ProbingConfigList) Set ¶
func (l ProbingConfigList) Set(idx int, res gotenresource.Resource)
func (ProbingConfigList) Slice ¶
func (l ProbingConfigList) Slice(first, second int) gotenresource.ResourceList
type ProbingConfigMap ¶
type ProbingConfigMap map[Name]*ProbingConfig
func (ProbingConfigMap) Delete ¶
func (m ProbingConfigMap) Delete(name gotenresource.Name)
func (ProbingConfigMap) ForEach ¶
func (m ProbingConfigMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
func (ProbingConfigMap) Get ¶
func (m ProbingConfigMap) Get(name gotenresource.Name) gotenresource.Resource
func (ProbingConfigMap) Length ¶
func (m ProbingConfigMap) Length() int
func (ProbingConfigMap) Set ¶
func (m ProbingConfigMap) Set(res gotenresource.Resource)
type ProbingConfigMapPathSelectorMetadataAnnotations ¶
type ProbingConfigMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (ProbingConfigMapPathSelectorMetadataAnnotations) FieldPath ¶
func (s ProbingConfigMapPathSelectorMetadataAnnotations) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s ProbingConfigMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigMapPathSelectorMetadataAnnotations) WithValue ¶
func (s ProbingConfigMapPathSelectorMetadataAnnotations) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigMapPathSelectorMetadataLabels ¶
type ProbingConfigMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (ProbingConfigMapPathSelectorMetadataLabels) FieldPath ¶
func (s ProbingConfigMapPathSelectorMetadataLabels) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s ProbingConfigMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigMapPathSelectorMetadataLabels) WithValue ¶
func (s ProbingConfigMapPathSelectorMetadataLabels) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigMapPathSelectorMetadataShards ¶
type ProbingConfigMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (ProbingConfigMapPathSelectorMetadataShards) FieldPath ¶
func (s ProbingConfigMapPathSelectorMetadataShards) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s ProbingConfigMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigMapPathSelectorMetadataShards) WithValue ¶
func (s ProbingConfigMapPathSelectorMetadataShards) WithValue(value int64) *ProbingConfig_FieldSubPathValue
type ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶
type ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶
func (ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody ¶
type ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody struct {
// contains filtered or unexported fields
}
func (ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues ¶
type ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders ¶
type ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath ¶
func (ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody ¶
type ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody struct {
// contains filtered or unexported fields
}
func (ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingConfigMapPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues ¶
type ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶
type ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶
func (ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody ¶
type ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody struct {
// contains filtered or unexported fields
}
func (ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues ¶
type ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders ¶
type ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath ¶
func (ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody ¶
type ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody struct {
// contains filtered or unexported fields
}
func (ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingConfigMapPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues ¶
type ProbingConfigNameList ¶
type ProbingConfigNameList []*Name
func (ProbingConfigNameList) Append ¶
func (l ProbingConfigNameList) Append(name gotenresource.Name) gotenresource.NameList
func (ProbingConfigNameList) AppendList ¶
func (l ProbingConfigNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
func (ProbingConfigNameList) At ¶
func (l ProbingConfigNameList) At(idx int) gotenresource.Name
func (ProbingConfigNameList) Length ¶
func (l ProbingConfigNameList) Length() int
func (ProbingConfigNameList) Set ¶
func (l ProbingConfigNameList) Set(idx int, name gotenresource.Name)
func (ProbingConfigNameList) Slice ¶
func (l ProbingConfigNameList) Slice(first, second int) gotenresource.NameList
type ProbingConfigParentNameList ¶
type ProbingConfigParentNameList []*ParentName
func (ProbingConfigParentNameList) Append ¶
func (l ProbingConfigParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
func (ProbingConfigParentNameList) AppendList ¶
func (l ProbingConfigParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
func (ProbingConfigParentNameList) At ¶
func (l ProbingConfigParentNameList) At(idx int) gotenresource.Name
func (ProbingConfigParentNameList) Length ¶
func (l ProbingConfigParentNameList) Length() int
func (ProbingConfigParentNameList) Set ¶
func (l ProbingConfigParentNameList) Set(idx int, name gotenresource.Name)
func (ProbingConfigParentNameList) Slice ¶
func (l ProbingConfigParentNameList) Slice(first, second int) gotenresource.ParentNameList
type ProbingConfigParentReferenceList ¶
type ProbingConfigParentReferenceList []*ParentReference
func (ProbingConfigParentReferenceList) Append ¶
func (l ProbingConfigParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
func (ProbingConfigParentReferenceList) AppendList ¶
func (l ProbingConfigParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
func (ProbingConfigParentReferenceList) At ¶
func (l ProbingConfigParentReferenceList) At(idx int) gotenresource.Reference
func (ProbingConfigParentReferenceList) Length ¶
func (l ProbingConfigParentReferenceList) Length() int
func (ProbingConfigParentReferenceList) Set ¶
func (l ProbingConfigParentReferenceList) Set(idx int, ref gotenresource.Reference)
func (ProbingConfigParentReferenceList) Slice ¶
func (l ProbingConfigParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
type ProbingConfigPathSelectorDisplayName ¶
type ProbingConfigPathSelectorDisplayName struct{}
func (ProbingConfigPathSelectorDisplayName) FieldPath ¶
func (ProbingConfigPathSelectorDisplayName) FieldPath() *ProbingConfig_FieldTerminalPath
func (ProbingConfigPathSelectorDisplayName) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorDisplayName) WithArrayOfValues(values []string) *ProbingConfig_FieldTerminalPathArrayOfValues
func (ProbingConfigPathSelectorDisplayName) WithValue ¶
func (s ProbingConfigPathSelectorDisplayName) WithValue(value string) *ProbingConfig_FieldTerminalPathValue
type ProbingConfigPathSelectorMetadata ¶
type ProbingConfigPathSelectorMetadata struct{}
func (ProbingConfigPathSelectorMetadata) Annotations ¶
func (ProbingConfigPathSelectorMetadata) Annotations() ProbingConfigPathSelectorMetadataAnnotations
func (ProbingConfigPathSelectorMetadata) CreateTime ¶
func (ProbingConfigPathSelectorMetadata) CreateTime() ProbingConfigPathSelectorMetadataCreateTime
func (ProbingConfigPathSelectorMetadata) FieldPath ¶
func (ProbingConfigPathSelectorMetadata) FieldPath() *ProbingConfig_FieldTerminalPath
func (ProbingConfigPathSelectorMetadata) Generation ¶
func (ProbingConfigPathSelectorMetadata) Generation() ProbingConfigPathSelectorMetadataGeneration
func (ProbingConfigPathSelectorMetadata) OwnerReferences ¶
func (ProbingConfigPathSelectorMetadata) OwnerReferences() ProbingConfigPathSelectorMetadataOwnerReferences
func (ProbingConfigPathSelectorMetadata) ResourceVersion ¶
func (ProbingConfigPathSelectorMetadata) ResourceVersion() ProbingConfigPathSelectorMetadataResourceVersion
func (ProbingConfigPathSelectorMetadata) UpdateTime ¶
func (ProbingConfigPathSelectorMetadata) UpdateTime() ProbingConfigPathSelectorMetadataUpdateTime
func (ProbingConfigPathSelectorMetadata) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ProbingConfig_FieldTerminalPathArrayOfValues
func (ProbingConfigPathSelectorMetadata) WithSubArrayItemValue ¶
func (s ProbingConfigPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *ProbingConfig_FieldSubPathArrayItemValue
func (ProbingConfigPathSelectorMetadata) WithSubArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadata) WithSubPath ¶
func (ProbingConfigPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadata) WithSubValue ¶
func (s ProbingConfigPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *ProbingConfig_FieldSubPathValue
func (ProbingConfigPathSelectorMetadata) WithValue ¶
func (s ProbingConfigPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *ProbingConfig_FieldTerminalPathValue
type ProbingConfigPathSelectorMetadataAnnotations ¶
type ProbingConfigPathSelectorMetadataAnnotations struct{}
func (ProbingConfigPathSelectorMetadataAnnotations) FieldPath ¶
func (ProbingConfigPathSelectorMetadataAnnotations) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataAnnotations) WithValue ¶
func (s ProbingConfigPathSelectorMetadataAnnotations) WithValue(value map[string]string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorMetadataCreateTime ¶
type ProbingConfigPathSelectorMetadataCreateTime struct{}
func (ProbingConfigPathSelectorMetadataCreateTime) FieldPath ¶
func (ProbingConfigPathSelectorMetadataCreateTime) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataCreateTime) WithValue ¶
func (s ProbingConfigPathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorMetadataGeneration ¶
type ProbingConfigPathSelectorMetadataGeneration struct{}
func (ProbingConfigPathSelectorMetadataGeneration) FieldPath ¶
func (ProbingConfigPathSelectorMetadataGeneration) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataGeneration) WithValue ¶
func (s ProbingConfigPathSelectorMetadataGeneration) WithValue(value int64) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorMetadataLabels ¶
type ProbingConfigPathSelectorMetadataLabels struct{}
func (ProbingConfigPathSelectorMetadataLabels) FieldPath ¶
func (ProbingConfigPathSelectorMetadataLabels) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataLabels) WithKey ¶
func (ProbingConfigPathSelectorMetadataLabels) WithKey(key string) ProbingConfigMapPathSelectorMetadataLabels
func (ProbingConfigPathSelectorMetadataLabels) WithValue ¶
func (s ProbingConfigPathSelectorMetadataLabels) WithValue(value map[string]string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorMetadataOwnerReferences ¶
type ProbingConfigPathSelectorMetadataOwnerReferences struct{}
func (ProbingConfigPathSelectorMetadataOwnerReferences) ApiVersion ¶
func (ProbingConfigPathSelectorMetadataOwnerReferences) BlockOwnerDeletion ¶
func (ProbingConfigPathSelectorMetadataOwnerReferences) BlockOwnerDeletion() ProbingConfigPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
func (ProbingConfigPathSelectorMetadataOwnerReferences) Controller ¶
func (ProbingConfigPathSelectorMetadataOwnerReferences) FieldPath ¶
func (ProbingConfigPathSelectorMetadataOwnerReferences) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s ProbingConfigPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ProbingConfig_FieldSubPathArrayItemValue
func (ProbingConfigPathSelectorMetadataOwnerReferences) WithValue ¶
func (s ProbingConfigPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorMetadataOwnerReferencesApiVersion ¶
type ProbingConfigPathSelectorMetadataOwnerReferencesApiVersion struct{}
func (ProbingConfigPathSelectorMetadataOwnerReferencesApiVersion) FieldPath ¶
func (ProbingConfigPathSelectorMetadataOwnerReferencesApiVersion) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataOwnerReferencesApiVersion) WithValue ¶
func (s ProbingConfigPathSelectorMetadataOwnerReferencesApiVersion) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorMetadataOwnerReferencesBlockOwnerDeletion ¶
type ProbingConfigPathSelectorMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (ProbingConfigPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue ¶
func (s ProbingConfigPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorMetadataOwnerReferencesController ¶
type ProbingConfigPathSelectorMetadataOwnerReferencesController struct{}
func (ProbingConfigPathSelectorMetadataOwnerReferencesController) FieldPath ¶
func (ProbingConfigPathSelectorMetadataOwnerReferencesController) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataOwnerReferencesController) WithValue ¶
func (s ProbingConfigPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorMetadataOwnerReferencesKind ¶
type ProbingConfigPathSelectorMetadataOwnerReferencesKind struct{}
func (ProbingConfigPathSelectorMetadataOwnerReferencesKind) FieldPath ¶
func (ProbingConfigPathSelectorMetadataOwnerReferencesKind) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s ProbingConfigPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorMetadataOwnerReferencesName ¶
type ProbingConfigPathSelectorMetadataOwnerReferencesName struct{}
func (ProbingConfigPathSelectorMetadataOwnerReferencesName) FieldPath ¶
func (ProbingConfigPathSelectorMetadataOwnerReferencesName) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s ProbingConfigPathSelectorMetadataOwnerReferencesName) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorMetadataOwnerReferencesUid ¶
type ProbingConfigPathSelectorMetadataOwnerReferencesUid struct{}
func (ProbingConfigPathSelectorMetadataOwnerReferencesUid) FieldPath ¶
func (ProbingConfigPathSelectorMetadataOwnerReferencesUid) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataOwnerReferencesUid) WithValue ¶
func (s ProbingConfigPathSelectorMetadataOwnerReferencesUid) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorMetadataResourceVersion ¶
type ProbingConfigPathSelectorMetadataResourceVersion struct{}
func (ProbingConfigPathSelectorMetadataResourceVersion) FieldPath ¶
func (ProbingConfigPathSelectorMetadataResourceVersion) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataResourceVersion) WithValue ¶
func (s ProbingConfigPathSelectorMetadataResourceVersion) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorMetadataShards ¶
type ProbingConfigPathSelectorMetadataShards struct{}
func (ProbingConfigPathSelectorMetadataShards) FieldPath ¶
func (ProbingConfigPathSelectorMetadataShards) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadataShards) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataShards) WithKey ¶
func (ProbingConfigPathSelectorMetadataShards) WithKey(key string) ProbingConfigMapPathSelectorMetadataShards
func (ProbingConfigPathSelectorMetadataShards) WithValue ¶
func (s ProbingConfigPathSelectorMetadataShards) WithValue(value map[string]int64) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorMetadataSyncing ¶
type ProbingConfigPathSelectorMetadataSyncing struct{}
func (ProbingConfigPathSelectorMetadataSyncing) FieldPath ¶
func (ProbingConfigPathSelectorMetadataSyncing) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadataSyncing) OwningRegion ¶
func (ProbingConfigPathSelectorMetadataSyncing) OwningRegion() ProbingConfigPathSelectorMetadataSyncingOwningRegion
func (ProbingConfigPathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataSyncing) WithValue ¶
func (s ProbingConfigPathSelectorMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorMetadataSyncingOwningRegion ¶
type ProbingConfigPathSelectorMetadataSyncingOwningRegion struct{}
func (ProbingConfigPathSelectorMetadataSyncingOwningRegion) FieldPath ¶
func (ProbingConfigPathSelectorMetadataSyncingOwningRegion) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s ProbingConfigPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorMetadataSyncingRegions ¶
type ProbingConfigPathSelectorMetadataSyncingRegions struct{}
func (ProbingConfigPathSelectorMetadataSyncingRegions) FieldPath ¶
func (ProbingConfigPathSelectorMetadataSyncingRegions) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s ProbingConfigPathSelectorMetadataSyncingRegions) WithItemValue(value string) *ProbingConfig_FieldSubPathArrayItemValue
func (ProbingConfigPathSelectorMetadataSyncingRegions) WithValue ¶
func (s ProbingConfigPathSelectorMetadataSyncingRegions) WithValue(value []string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorMetadataTags ¶
type ProbingConfigPathSelectorMetadataTags struct{}
func (ProbingConfigPathSelectorMetadataTags) FieldPath ¶
func (ProbingConfigPathSelectorMetadataTags) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadataTags) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataTags) WithItemValue ¶
func (s ProbingConfigPathSelectorMetadataTags) WithItemValue(value string) *ProbingConfig_FieldSubPathArrayItemValue
func (ProbingConfigPathSelectorMetadataTags) WithValue ¶
func (s ProbingConfigPathSelectorMetadataTags) WithValue(value []string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorMetadataUpdateTime ¶
type ProbingConfigPathSelectorMetadataUpdateTime struct{}
func (ProbingConfigPathSelectorMetadataUpdateTime) FieldPath ¶
func (ProbingConfigPathSelectorMetadataUpdateTime) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataUpdateTime) WithValue ¶
func (s ProbingConfigPathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorMetadataUuid ¶
type ProbingConfigPathSelectorMetadataUuid struct{}
func (ProbingConfigPathSelectorMetadataUuid) FieldPath ¶
func (ProbingConfigPathSelectorMetadataUuid) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorMetadataUuid) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorMetadataUuid) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorMetadataUuid) WithValue ¶
func (s ProbingConfigPathSelectorMetadataUuid) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorName ¶
type ProbingConfigPathSelectorName struct{}
func (ProbingConfigPathSelectorName) FieldPath ¶
func (ProbingConfigPathSelectorName) FieldPath() *ProbingConfig_FieldTerminalPath
func (ProbingConfigPathSelectorName) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorName) WithArrayOfValues(values []*Name) *ProbingConfig_FieldTerminalPathArrayOfValues
func (ProbingConfigPathSelectorName) WithValue ¶
func (s ProbingConfigPathSelectorName) WithValue(value *Name) *ProbingConfig_FieldTerminalPathValue
type ProbingConfigPathSelectorSpec ¶
type ProbingConfigPathSelectorSpec struct{}
func (ProbingConfigPathSelectorSpec) FieldPath ¶
func (ProbingConfigPathSelectorSpec) FieldPath() *ProbingConfig_FieldTerminalPath
func (ProbingConfigPathSelectorSpec) Probe ¶
func (ProbingConfigPathSelectorSpec) Probe() ProbingConfigPathSelectorSpecProbe
func (ProbingConfigPathSelectorSpec) ProbingSessions ¶
func (ProbingConfigPathSelectorSpec) ProbingSessions() ProbingConfigPathSelectorSpecProbingSessions
func (ProbingConfigPathSelectorSpec) Speedtest ¶
func (ProbingConfigPathSelectorSpec) Speedtest() ProbingConfigPathSelectorSpecSpeedtest
func (ProbingConfigPathSelectorSpec) TargetSessions ¶
func (ProbingConfigPathSelectorSpec) TargetSessions() ProbingConfigPathSelectorSpecTargetSessions
func (ProbingConfigPathSelectorSpec) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpec) WithArrayOfValues(values []*ProbingConfig_Spec) *ProbingConfig_FieldTerminalPathArrayOfValues
func (ProbingConfigPathSelectorSpec) WithSubArrayItemValue ¶
func (s ProbingConfigPathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue ProbingConfigSpec_FieldPathArrayItemValue) *ProbingConfig_FieldSubPathArrayItemValue
func (ProbingConfigPathSelectorSpec) WithSubArrayOfValues ¶
func (s ProbingConfigPathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues ProbingConfigSpec_FieldPathArrayOfValues) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpec) WithSubPath ¶
func (ProbingConfigPathSelectorSpec) WithSubPath(subPath ProbingConfigSpec_FieldPath) *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpec) WithSubValue ¶
func (s ProbingConfigPathSelectorSpec) WithSubValue(subPathValue ProbingConfigSpec_FieldPathValue) *ProbingConfig_FieldSubPathValue
func (ProbingConfigPathSelectorSpec) WithValue ¶
func (s ProbingConfigPathSelectorSpec) WithValue(value *ProbingConfig_Spec) *ProbingConfig_FieldTerminalPathValue
type ProbingConfigPathSelectorSpecProbe ¶
type ProbingConfigPathSelectorSpecProbe struct{}
func (ProbingConfigPathSelectorSpecProbe) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbe) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecProbe) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbe) WithArrayOfValues(values []*probe.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbe) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbe) WithValue(value *probe.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessions ¶
type ProbingConfigPathSelectorSpecProbingSessions struct{}
func (ProbingConfigPathSelectorSpecProbingSessions) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessions) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecProbingSessions) HttpProbingConfig ¶
func (ProbingConfigPathSelectorSpecProbingSessions) HttpProbingConfig() ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfig
func (ProbingConfigPathSelectorSpecProbingSessions) IntervalSec ¶
func (ProbingConfigPathSelectorSpecProbingSessions) LocationType ¶
func (ProbingConfigPathSelectorSpecProbingSessions) PathProbing ¶
func (ProbingConfigPathSelectorSpecProbingSessions) ProxyConfiguration ¶
func (ProbingConfigPathSelectorSpecProbingSessions) ProxyConfiguration() ProbingConfigPathSelectorSpecProbingSessionsProxyConfiguration
func (ProbingConfigPathSelectorSpecProbingSessions) SpeedtestSettings ¶ added in v0.4.26
func (ProbingConfigPathSelectorSpecProbingSessions) SpeedtestSettings() ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettings
func (ProbingConfigPathSelectorSpecProbingSessions) TargetDisplayName ¶
func (ProbingConfigPathSelectorSpecProbingSessions) TargetDisplayName() ProbingConfigPathSelectorSpecProbingSessionsTargetDisplayName
func (ProbingConfigPathSelectorSpecProbingSessions) TargetGroup ¶
func (ProbingConfigPathSelectorSpecProbingSessions) WindowSize ¶
func (ProbingConfigPathSelectorSpecProbingSessions) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessions) WithArrayOfValues(values [][]*ProbingConfig_ProbingSession) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessions) WithItemValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessions) WithItemValue(value *ProbingConfig_ProbingSession) *ProbingConfig_FieldSubPathArrayItemValue
func (ProbingConfigPathSelectorSpecProbingSessions) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessions) WithValue(value []*ProbingConfig_ProbingSession) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsAddress ¶
type ProbingConfigPathSelectorSpecProbingSessionsAddress struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsAddress) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsAddress) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecProbingSessionsAddress) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsAddress) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsAddress) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsAddress) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsAddresses ¶
type ProbingConfigPathSelectorSpecProbingSessionsAddresses struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsAddresses) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsAddresses) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecProbingSessionsAddresses) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsAddresses) WithArrayOfValues(values [][]string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsAddresses) WithItemValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsAddresses) WithItemValue(value string) *ProbingConfig_FieldSubPathArrayItemValue
func (ProbingConfigPathSelectorSpecProbingSessionsAddresses) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsAddresses) WithValue(value []string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsCategory ¶
type ProbingConfigPathSelectorSpecProbingSessionsCategory struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsCategory) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsCategory) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecProbingSessionsCategory) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsCategory) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsCategory) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsCategory) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsGroupName ¶
type ProbingConfigPathSelectorSpecProbingSessionsGroupName struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsGroupName) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsGroupName) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecProbingSessionsGroupName) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsGroupName) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsGroupName) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsGroupName) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfig ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfig struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfig) AuthConfig ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfig) HttpRequest ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfig) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfig) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfig) WithValue(value *common.HTTPProbingConfig) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig) RequestHeaderTokenKey ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig) TokenRequest ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig) TokenResponseBodyKey ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig) TokenResponseHeader ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigPassword ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigPassword struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigPassword) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigPassword) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) RequestBody ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) RequestHeaders ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) RequestMethod ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) Timeout ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) UrlFormEncodedBody ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithKey ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigUsername ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigUsername struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigUsername) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigAuthConfigUsername) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) AuthenticationMethod ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) ExpectedResponseCode ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) RequestBody ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) RequestHeaders ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) RequestMethod ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) UrlFormEncodedBody ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithKey ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue(value map[string]string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestTimeout ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestTimeout struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrl ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrl struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrl) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrl) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody ¶
type ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues(values []map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithKey ¶
type ProbingConfigPathSelectorSpecProbingSessionsInterval ¶
type ProbingConfigPathSelectorSpecProbingSessionsInterval struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsInterval) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsInterval) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecProbingSessionsInterval) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsInterval) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsInterval) WithValue(value *duration.Duration) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsIntervalSec ¶
type ProbingConfigPathSelectorSpecProbingSessionsIntervalSec struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsIntervalSec) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsIntervalSec) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecProbingSessionsIntervalSec) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsIntervalSec) WithArrayOfValues(values []int64) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsIntervalSec) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsIntervalSec) WithValue(value int64) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsIpVersion ¶
type ProbingConfigPathSelectorSpecProbingSessionsIpVersion struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsIpVersion) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsIpVersion) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecProbingSessionsIpVersion) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsIpVersion) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsIpVersion) WithValue(value common.IpVersion) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocation ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocation struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocation) AdminHierarchy ¶
func (ProbingConfigPathSelectorSpecProbingSessionsLocation) Coordinates ¶
func (ProbingConfigPathSelectorSpecProbingSessionsLocation) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsLocation) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecProbingSessionsLocation) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocation) WithArrayOfValues(values []*common.Location) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocation) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocation) WithValue(value *common.Location) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationAccuracy ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAccuracy struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAccuracy) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAccuracy) WithArrayOfValues(values []float64) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAccuracy) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAccuracy) WithValue(value float64) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddress ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddress struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) AdminArea1 ¶
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) AdminArea2 ¶
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) AdminArea3 ¶
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) AdminArea4 ¶
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) CountryCode ¶
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) PostalCode ¶
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) StreetAddress ¶
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddress) WithValue(value *common.Address) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea1 ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea1 struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea1) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea1) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea1) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea2 ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea2 struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea2) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea2) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea2) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea3 ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea3 struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea3) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea3) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea3) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea4 ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea4 struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea4) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea4) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressAdminArea4) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressContinent ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressContinent struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressContinent) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressContinent) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressContinent) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressContinent) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountry ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountry struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountry) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountry) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountry) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountry) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountryCode ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountryCode struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountryCode) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountryCode) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressCountryCode) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressPostalCode ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressPostalCode struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressPostalCode) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressPostalCode) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressPostalCode) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressStreetAddress ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAddressStreetAddress struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressStreetAddress) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAddressStreetAddress) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAddressStreetAddress) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchy ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchy struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchy) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchy) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin1 ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin1 struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin1) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin2 ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin2 struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin2) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin3 ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin3 struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin3) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin4 ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin4 struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin4) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin5 ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin5 struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin5) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyContinent ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyContinent struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyContinent) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyCountry ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyCountry struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyCountry) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyCountry) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationCoordinates ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationCoordinates struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationCoordinates) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationCoordinates) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsLocationType ¶
type ProbingConfigPathSelectorSpecProbingSessionsLocationType struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsLocationType) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsLocationType) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecProbingSessionsLocationType) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationType) WithArrayOfValues(values []common.LocationType) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsLocationType) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsLocationType) WithValue(value common.LocationType) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsMode ¶
type ProbingConfigPathSelectorSpecProbingSessionsMode struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsMode) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsMode) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecProbingSessionsMode) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsMode) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsMode) WithValue(value common.ProbingMode) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsPathProbing ¶
type ProbingConfigPathSelectorSpecProbingSessionsPathProbing struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsPathProbing) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsPathProbing) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecProbingSessionsPathProbing) IntervalSec ¶
func (ProbingConfigPathSelectorSpecProbingSessionsPathProbing) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbing) WithArrayOfValues(values []*common.PathProbe) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsPathProbing) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbing) WithValue(value *common.PathProbe) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsPathProbingAttempts ¶
type ProbingConfigPathSelectorSpecProbingSessionsPathProbingAttempts struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsPathProbingAttempts) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingAttempts) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsPathProbingAttempts) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingAttempts) WithValue(value *wrappers.UInt32Value) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsPathProbingEnabled ¶
type ProbingConfigPathSelectorSpecProbingSessionsPathProbingEnabled struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsPathProbingEnabled) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingEnabled) WithArrayOfValues(values []bool) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsPathProbingEnabled) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingEnabled) WithValue(value bool) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsPathProbingInterval ¶
type ProbingConfigPathSelectorSpecProbingSessionsPathProbingInterval struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsPathProbingInterval) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsPathProbingInterval) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingInterval) WithValue(value *duration.Duration) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsPathProbingIntervalSec ¶
type ProbingConfigPathSelectorSpecProbingSessionsPathProbingIntervalSec struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsPathProbingIntervalSec) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingIntervalSec) WithArrayOfValues(values []int64) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsPathProbingIntervalSec) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingIntervalSec) WithValue(value int64) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsPathProbingMaxTtl ¶
type ProbingConfigPathSelectorSpecProbingSessionsPathProbingMaxTtl struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsPathProbingMaxTtl) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingMaxTtl) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsPathProbingMaxTtl) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingMaxTtl) WithValue(value *wrappers.UInt32Value) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsPathProbingMode ¶
type ProbingConfigPathSelectorSpecProbingSessionsPathProbingMode struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsPathProbingMode) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsPathProbingMode) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsPathProbingMode) WithValue(value common.ProbingMode) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsProxyConfiguration ¶
type ProbingConfigPathSelectorSpecProbingSessionsProxyConfiguration struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfiguration) HttpsProxy ¶
func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfiguration) ProxySetting ¶
func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfiguration) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfiguration) WithArrayOfValues(values []*common.ProxyConfiguration) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfiguration) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfiguration) WithValue(value *common.ProxyConfiguration) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpProxy ¶
type ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpProxy struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpProxy) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpProxy) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpProxy) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpProxy) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpsProxy ¶
type ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpsProxy struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpsProxy) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpsProxy) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpsProxy) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationHttpsProxy) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationNoProxy ¶
type ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationNoProxy struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationNoProxy) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationNoProxy) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationNoProxy) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationNoProxy) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationProxySetting ¶
type ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationProxySetting struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationProxySetting) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsProxyConfigurationProxySetting) WithArrayOfValues(values []common.ProxySetting) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettings ¶ added in v0.4.26
type ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettings struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettings) ServerSelection ¶ added in v0.4.26
func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettings) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettings) WithArrayOfValues(values []*common.SpeedTestSettings) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettings) WithValue ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettings) WithValue(value *common.SpeedTestSettings) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsDuration ¶ added in v0.4.26
type ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsDuration struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsDuration) FieldPath ¶ added in v0.4.26
func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsDuration) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsDuration) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsDuration) WithValue ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsDuration) WithValue(value *duration.Duration) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsServerSelection ¶ added in v0.4.26
type ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsServerSelection struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsServerSelection) FieldPath ¶ added in v0.4.26
func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsServerSelection) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsServerSelection) WithArrayOfValues(values []common.SpeedTestSettings_ServerSelection) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTcpPort ¶ added in v0.4.26
type ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTcpPort struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTcpPort) FieldPath ¶ added in v0.4.26
func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTcpPort) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTcpPort) WithArrayOfValues(values []int32) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTcpPort) WithValue ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTcpPort) WithValue(value int32) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTlsPort ¶ added in v0.4.26
type ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTlsPort struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTlsPort) FieldPath ¶ added in v0.4.26
func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTlsPort) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTlsPort) WithArrayOfValues(values []int32) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTlsPort) WithValue ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsTlsPort) WithValue(value int32) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsUseTls ¶ added in v0.4.26
type ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsUseTls struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsUseTls) FieldPath ¶ added in v0.4.26
func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsUseTls) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsUseTls) WithArrayOfValues(values []bool) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsUseTls) WithValue ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecProbingSessionsSpeedtestSettingsUseTls) WithValue(value bool) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsTarget ¶
type ProbingConfigPathSelectorSpecProbingSessionsTarget struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsTarget) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsTarget) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecProbingSessionsTarget) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsTarget) WithArrayOfValues(values []*probing_target.Name) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsTarget) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsTarget) WithValue(value *probing_target.Name) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsTargetDisplayName ¶
type ProbingConfigPathSelectorSpecProbingSessionsTargetDisplayName struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsTargetDisplayName) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsTargetDisplayName) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsTargetDisplayName) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsTargetDisplayName) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsTargetGroup ¶
type ProbingConfigPathSelectorSpecProbingSessionsTargetGroup struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsTargetGroup) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsTargetGroup) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecProbingSessionsTargetGroup) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsTargetGroup) WithArrayOfValues(values []*probing_target_group.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsTargetGroup) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsTargetGroup) WithValue(value *probing_target_group.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsTos ¶
type ProbingConfigPathSelectorSpecProbingSessionsTos struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsTos) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsTos) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecProbingSessionsTos) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsTos) WithArrayOfValues(values []uint32) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsTos) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsTos) WithValue(value uint32) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecProbingSessionsWindowSize ¶
type ProbingConfigPathSelectorSpecProbingSessionsWindowSize struct{}
func (ProbingConfigPathSelectorSpecProbingSessionsWindowSize) FieldPath ¶
func (ProbingConfigPathSelectorSpecProbingSessionsWindowSize) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecProbingSessionsWindowSize) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsWindowSize) WithArrayOfValues(values []uint32) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecProbingSessionsWindowSize) WithValue ¶
func (s ProbingConfigPathSelectorSpecProbingSessionsWindowSize) WithValue(value uint32) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtest ¶
type ProbingConfigPathSelectorSpecSpeedtest struct{}
func (ProbingConfigPathSelectorSpecSpeedtest) FieldPath ¶
func (ProbingConfigPathSelectorSpecSpeedtest) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecSpeedtest) IntervalMinutes ¶
func (ProbingConfigPathSelectorSpecSpeedtest) IntervalMinutes() ProbingConfigPathSelectorSpecSpeedtestIntervalMinutes
func (ProbingConfigPathSelectorSpecSpeedtest) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtest) WithArrayOfValues(values []*ProbingConfig_Spec_SpeedTest) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtest) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtest) WithValue(value *ProbingConfig_Spec_SpeedTest) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestEnabled ¶
type ProbingConfigPathSelectorSpecSpeedtestEnabled struct{}
func (ProbingConfigPathSelectorSpecSpeedtestEnabled) FieldPath ¶
func (ProbingConfigPathSelectorSpecSpeedtestEnabled) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecSpeedtestEnabled) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestEnabled) WithArrayOfValues(values []bool) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestEnabled) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestEnabled) WithValue(value bool) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestInterval ¶
type ProbingConfigPathSelectorSpecSpeedtestInterval struct{}
func (ProbingConfigPathSelectorSpecSpeedtestInterval) FieldPath ¶
func (ProbingConfigPathSelectorSpecSpeedtestInterval) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecSpeedtestInterval) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestInterval) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestInterval) WithValue(value *duration.Duration) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestIntervalMinutes ¶
type ProbingConfigPathSelectorSpecSpeedtestIntervalMinutes struct{}
func (ProbingConfigPathSelectorSpecSpeedtestIntervalMinutes) FieldPath ¶
func (ProbingConfigPathSelectorSpecSpeedtestIntervalMinutes) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecSpeedtestIntervalMinutes) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestIntervalMinutes) WithArrayOfValues(values []int64) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestIntervalMinutes) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestIntervalMinutes) WithValue(value int64) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServers ¶
type ProbingConfigPathSelectorSpecSpeedtestServers struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServers) FieldPath ¶
func (ProbingConfigPathSelectorSpecSpeedtestServers) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecSpeedtestServers) IpAddresses ¶
func (ProbingConfigPathSelectorSpecSpeedtestServers) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServers) WithArrayOfValues(values [][]*ProbingConfig_Spec_SpeedTest_Server) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServers) WithItemValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServers) WithItemValue(value *ProbingConfig_Spec_SpeedTest_Server) *ProbingConfig_FieldSubPathArrayItemValue
func (ProbingConfigPathSelectorSpecSpeedtestServers) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServers) WithValue(value []*ProbingConfig_Spec_SpeedTest_Server) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersIpAddresses ¶
type ProbingConfigPathSelectorSpecSpeedtestServersIpAddresses struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersIpAddresses) FieldPath ¶
func (ProbingConfigPathSelectorSpecSpeedtestServersIpAddresses) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecSpeedtestServersIpAddresses) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersIpAddresses) WithArrayOfValues(values [][]string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersIpAddresses) WithItemValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersIpAddresses) WithItemValue(value string) *ProbingConfig_FieldSubPathArrayItemValue
func (ProbingConfigPathSelectorSpecSpeedtestServersIpAddresses) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersIpAddresses) WithValue(value []string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocation ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocation struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocation) AdminHierarchy ¶
func (ProbingConfigPathSelectorSpecSpeedtestServersLocation) Coordinates ¶
func (ProbingConfigPathSelectorSpecSpeedtestServersLocation) FieldPath ¶
func (ProbingConfigPathSelectorSpecSpeedtestServersLocation) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecSpeedtestServersLocation) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocation) WithArrayOfValues(values []*common.Location) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocation) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocation) WithValue(value *common.Location) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAccuracy ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAccuracy struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAccuracy) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAccuracy) WithArrayOfValues(values []float64) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAccuracy) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAccuracy) WithValue(value float64) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) AdminArea1 ¶
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) AdminArea2 ¶
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) AdminArea3 ¶
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) AdminArea4 ¶
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) CountryCode ¶
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) PostalCode ¶
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) StreetAddress ¶
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddress) WithValue(value *common.Address) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea1 ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea1 struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea1) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea1) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea1) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea2 ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea2 struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea2) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea2) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea2) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea3 ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea3 struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea3) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea3) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea3) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea4 ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea4 struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea4) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea4) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressAdminArea4) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressContinent ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressContinent struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressContinent) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressContinent) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressContinent) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressContinent) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountry ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountry struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountry) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountry) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountry) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountry) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountryCode ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountryCode struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountryCode) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountryCode) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressCountryCode) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressPostalCode ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressPostalCode struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressPostalCode) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressPostalCode) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressPostalCode) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressStreetAddress ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressStreetAddress struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressStreetAddress) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressStreetAddress) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAddressStreetAddress) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchy ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchy struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchy) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchy) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin1 ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin1 struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin1) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin1) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin2 ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin2 struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin2) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin2) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin3 ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin3 struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin3) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin3) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin4 ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin4 struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin4) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin4) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin5 ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin5 struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin5) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin5) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyContinent ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyContinent struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyContinent) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyCountry ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyCountry struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyCountry) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyCountry) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersLocationCoordinates ¶
type ProbingConfigPathSelectorSpecSpeedtestServersLocationCoordinates struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationCoordinates) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersLocationCoordinates) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersName ¶
type ProbingConfigPathSelectorSpecSpeedtestServersName struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersName) FieldPath ¶
func (ProbingConfigPathSelectorSpecSpeedtestServersName) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecSpeedtestServersName) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersName) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersName) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersName) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecSpeedtestServersTarget ¶
type ProbingConfigPathSelectorSpecSpeedtestServersTarget struct{}
func (ProbingConfigPathSelectorSpecSpeedtestServersTarget) FieldPath ¶
func (ProbingConfigPathSelectorSpecSpeedtestServersTarget) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecSpeedtestServersTarget) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersTarget) WithArrayOfValues(values []*probing_target.Name) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecSpeedtestServersTarget) WithValue ¶
func (s ProbingConfigPathSelectorSpecSpeedtestServersTarget) WithValue(value *probing_target.Name) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessions ¶
type ProbingConfigPathSelectorSpecTargetSessions struct{}
func (ProbingConfigPathSelectorSpecTargetSessions) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessions) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecTargetSessions) HttpProbingConfig ¶
func (ProbingConfigPathSelectorSpecTargetSessions) HttpProbingConfig() ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfig
func (ProbingConfigPathSelectorSpecTargetSessions) IntervalSec ¶
func (ProbingConfigPathSelectorSpecTargetSessions) LocationType ¶
func (ProbingConfigPathSelectorSpecTargetSessions) PathProbing ¶
func (ProbingConfigPathSelectorSpecTargetSessions) ProxyConfiguration ¶
func (ProbingConfigPathSelectorSpecTargetSessions) ProxyConfiguration() ProbingConfigPathSelectorSpecTargetSessionsProxyConfiguration
func (ProbingConfigPathSelectorSpecTargetSessions) SpeedtestSettings ¶ added in v0.4.26
func (ProbingConfigPathSelectorSpecTargetSessions) SpeedtestSettings() ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettings
func (ProbingConfigPathSelectorSpecTargetSessions) TargetDisplayName ¶
func (ProbingConfigPathSelectorSpecTargetSessions) TargetDisplayName() ProbingConfigPathSelectorSpecTargetSessionsTargetDisplayName
func (ProbingConfigPathSelectorSpecTargetSessions) TargetGroup ¶
func (ProbingConfigPathSelectorSpecTargetSessions) WindowSize ¶
func (ProbingConfigPathSelectorSpecTargetSessions) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessions) WithArrayOfValues(values [][]*ProbingConfig_ProbingSession) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessions) WithItemValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessions) WithItemValue(value *ProbingConfig_ProbingSession) *ProbingConfig_FieldSubPathArrayItemValue
func (ProbingConfigPathSelectorSpecTargetSessions) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessions) WithValue(value []*ProbingConfig_ProbingSession) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsAddress ¶
type ProbingConfigPathSelectorSpecTargetSessionsAddress struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsAddress) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsAddress) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecTargetSessionsAddress) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsAddress) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsAddress) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsAddress) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsAddresses ¶
type ProbingConfigPathSelectorSpecTargetSessionsAddresses struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsAddresses) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsAddresses) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecTargetSessionsAddresses) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsAddresses) WithArrayOfValues(values [][]string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsAddresses) WithItemValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsAddresses) WithItemValue(value string) *ProbingConfig_FieldSubPathArrayItemValue
func (ProbingConfigPathSelectorSpecTargetSessionsAddresses) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsAddresses) WithValue(value []string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsCategory ¶
type ProbingConfigPathSelectorSpecTargetSessionsCategory struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsCategory) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsCategory) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecTargetSessionsCategory) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsCategory) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsCategory) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsCategory) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsGroupName ¶
type ProbingConfigPathSelectorSpecTargetSessionsGroupName struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsGroupName) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsGroupName) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecTargetSessionsGroupName) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsGroupName) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsGroupName) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsGroupName) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfig ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfig struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfig) AuthConfig ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfig) HttpRequest ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfig) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfig) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfig) WithValue(value *common.HTTPProbingConfig) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig) RequestHeaderTokenKey ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig) TokenRequest ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig) TokenResponseBodyKey ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig) TokenResponseHeader ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigPassword ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigPassword struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigPassword) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigPassword) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) RequestBody ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) RequestHeaders ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) RequestMethod ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) UrlFormEncodedBody ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithKey ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigUsername ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigUsername struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigUsername) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigAuthConfigUsername) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) AuthenticationMethod ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) ExpectedResponseCode ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) RequestBody ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) RequestHeaders ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) RequestMethod ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) UrlFormEncodedBody ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithKey ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue(value map[string]string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestTimeout ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestTimeout struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrl ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrl struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrl) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrl) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody ¶
type ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues(values []map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithKey ¶
type ProbingConfigPathSelectorSpecTargetSessionsInterval ¶
type ProbingConfigPathSelectorSpecTargetSessionsInterval struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsInterval) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsInterval) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecTargetSessionsInterval) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsInterval) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsInterval) WithValue(value *duration.Duration) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsIntervalSec ¶
type ProbingConfigPathSelectorSpecTargetSessionsIntervalSec struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsIntervalSec) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsIntervalSec) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecTargetSessionsIntervalSec) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsIntervalSec) WithArrayOfValues(values []int64) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsIntervalSec) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsIntervalSec) WithValue(value int64) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsIpVersion ¶
type ProbingConfigPathSelectorSpecTargetSessionsIpVersion struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsIpVersion) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsIpVersion) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecTargetSessionsIpVersion) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsIpVersion) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsIpVersion) WithValue(value common.IpVersion) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocation ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocation struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocation) AdminHierarchy ¶
func (ProbingConfigPathSelectorSpecTargetSessionsLocation) Coordinates ¶
func (ProbingConfigPathSelectorSpecTargetSessionsLocation) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsLocation) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecTargetSessionsLocation) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocation) WithArrayOfValues(values []*common.Location) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocation) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocation) WithValue(value *common.Location) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAccuracy ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAccuracy struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAccuracy) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAccuracy) WithArrayOfValues(values []float64) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAccuracy) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAccuracy) WithValue(value float64) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddress ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddress struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) AdminArea1 ¶
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) AdminArea2 ¶
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) AdminArea3 ¶
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) AdminArea4 ¶
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) CountryCode ¶
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) PostalCode ¶
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) StreetAddress ¶
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddress) WithValue(value *common.Address) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea1 ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea1 struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea1) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea1) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea1) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea2 ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea2 struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea2) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea2) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea2) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea3 ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea3 struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea3) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea3) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea3) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea4 ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea4 struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea4) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea4) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressAdminArea4) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressContinent ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressContinent struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressContinent) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressContinent) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressContinent) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressContinent) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountry ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountry struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountry) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountry) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountry) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountry) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountryCode ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountryCode struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountryCode) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountryCode) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressCountryCode) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressPostalCode ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressPostalCode struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressPostalCode) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressPostalCode) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressPostalCode) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressStreetAddress ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAddressStreetAddress struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressStreetAddress) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAddressStreetAddress) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAddressStreetAddress) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchy ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchy struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchy) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchy) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin1 ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin1 struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin1) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin2 ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin2 struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin2) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin3 ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin3 struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin3) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin4 ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin4 struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin4) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin5 ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin5 struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin5) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyContinent ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyContinent struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyContinent) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyContinent) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyCountry ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyCountry struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyCountry) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyCountry) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationCoordinates ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationCoordinates struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationCoordinates) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationCoordinates) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsLocationType ¶
type ProbingConfigPathSelectorSpecTargetSessionsLocationType struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsLocationType) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsLocationType) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecTargetSessionsLocationType) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationType) WithArrayOfValues(values []common.LocationType) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsLocationType) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsLocationType) WithValue(value common.LocationType) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsMode ¶
type ProbingConfigPathSelectorSpecTargetSessionsMode struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsMode) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsMode) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecTargetSessionsMode) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsMode) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsMode) WithValue(value common.ProbingMode) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsPathProbing ¶
type ProbingConfigPathSelectorSpecTargetSessionsPathProbing struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbing) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbing) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbing) IntervalSec ¶
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbing) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbing) WithArrayOfValues(values []*common.PathProbe) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbing) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbing) WithValue(value *common.PathProbe) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsPathProbingAttempts ¶
type ProbingConfigPathSelectorSpecTargetSessionsPathProbingAttempts struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingAttempts) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingAttempts) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingAttempts) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingAttempts) WithValue(value *wrappers.UInt32Value) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsPathProbingEnabled ¶
type ProbingConfigPathSelectorSpecTargetSessionsPathProbingEnabled struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingEnabled) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingEnabled) WithArrayOfValues(values []bool) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingEnabled) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingEnabled) WithValue(value bool) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsPathProbingInterval ¶
type ProbingConfigPathSelectorSpecTargetSessionsPathProbingInterval struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingInterval) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingInterval) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingInterval) WithValue(value *duration.Duration) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsPathProbingIntervalSec ¶
type ProbingConfigPathSelectorSpecTargetSessionsPathProbingIntervalSec struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingIntervalSec) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingIntervalSec) WithArrayOfValues(values []int64) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingIntervalSec) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingIntervalSec) WithValue(value int64) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsPathProbingMaxTtl ¶
type ProbingConfigPathSelectorSpecTargetSessionsPathProbingMaxTtl struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingMaxTtl) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingMaxTtl) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingMaxTtl) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingMaxTtl) WithValue(value *wrappers.UInt32Value) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsPathProbingMode ¶
type ProbingConfigPathSelectorSpecTargetSessionsPathProbingMode struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingMode) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingMode) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingMode) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsPathProbingMode) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsPathProbingMode) WithValue(value common.ProbingMode) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsProxyConfiguration ¶
type ProbingConfigPathSelectorSpecTargetSessionsProxyConfiguration struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfiguration) HttpsProxy ¶
func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfiguration) ProxySetting ¶
func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfiguration) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfiguration) WithArrayOfValues(values []*common.ProxyConfiguration) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfiguration) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfiguration) WithValue(value *common.ProxyConfiguration) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpProxy ¶
type ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpProxy struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpProxy) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpProxy) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpProxy) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpProxy) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpsProxy ¶
type ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpsProxy struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpsProxy) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpsProxy) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpsProxy) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationHttpsProxy) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationNoProxy ¶
type ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationNoProxy struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationNoProxy) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationNoProxy) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationNoProxy) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationNoProxy) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationProxySetting ¶
type ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationProxySetting struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationProxySetting) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsProxyConfigurationProxySetting) WithArrayOfValues(values []common.ProxySetting) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettings ¶ added in v0.4.26
type ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettings struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettings) ServerSelection ¶ added in v0.4.26
func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettings) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettings) WithArrayOfValues(values []*common.SpeedTestSettings) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettings) WithValue ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettings) WithValue(value *common.SpeedTestSettings) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsDuration ¶ added in v0.4.26
type ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsDuration struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsDuration) FieldPath ¶ added in v0.4.26
func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsDuration) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsDuration) WithArrayOfValues(values []*duration.Duration) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsDuration) WithValue ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsDuration) WithValue(value *duration.Duration) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsServerSelection ¶ added in v0.4.26
type ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsServerSelection struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsServerSelection) FieldPath ¶ added in v0.4.26
func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsServerSelection) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsServerSelection) WithArrayOfValues(values []common.SpeedTestSettings_ServerSelection) *ProbingConfig_FieldSubPathArrayOfValues
type ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTcpPort ¶ added in v0.4.26
type ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTcpPort struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTcpPort) FieldPath ¶ added in v0.4.26
func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTcpPort) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTcpPort) WithArrayOfValues(values []int32) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTcpPort) WithValue ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTcpPort) WithValue(value int32) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTlsPort ¶ added in v0.4.26
type ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTlsPort struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTlsPort) FieldPath ¶ added in v0.4.26
func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTlsPort) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTlsPort) WithArrayOfValues(values []int32) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTlsPort) WithValue ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsTlsPort) WithValue(value int32) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsUseTls ¶ added in v0.4.26
type ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsUseTls struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsUseTls) FieldPath ¶ added in v0.4.26
func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsUseTls) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsUseTls) WithArrayOfValues(values []bool) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsUseTls) WithValue ¶ added in v0.4.26
func (s ProbingConfigPathSelectorSpecTargetSessionsSpeedtestSettingsUseTls) WithValue(value bool) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsTarget ¶
type ProbingConfigPathSelectorSpecTargetSessionsTarget struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsTarget) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsTarget) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecTargetSessionsTarget) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsTarget) WithArrayOfValues(values []*probing_target.Name) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsTarget) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsTarget) WithValue(value *probing_target.Name) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsTargetDisplayName ¶
type ProbingConfigPathSelectorSpecTargetSessionsTargetDisplayName struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsTargetDisplayName) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsTargetDisplayName) WithArrayOfValues(values []string) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsTargetDisplayName) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsTargetDisplayName) WithValue(value string) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsTargetGroup ¶
type ProbingConfigPathSelectorSpecTargetSessionsTargetGroup struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsTargetGroup) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsTargetGroup) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecTargetSessionsTargetGroup) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsTargetGroup) WithArrayOfValues(values []*probing_target_group.Reference) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsTargetGroup) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsTargetGroup) WithValue(value *probing_target_group.Reference) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsTos ¶
type ProbingConfigPathSelectorSpecTargetSessionsTos struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsTos) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsTos) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecTargetSessionsTos) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsTos) WithArrayOfValues(values []uint32) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsTos) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsTos) WithValue(value uint32) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorSpecTargetSessionsWindowSize ¶
type ProbingConfigPathSelectorSpecTargetSessionsWindowSize struct{}
func (ProbingConfigPathSelectorSpecTargetSessionsWindowSize) FieldPath ¶
func (ProbingConfigPathSelectorSpecTargetSessionsWindowSize) FieldPath() *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorSpecTargetSessionsWindowSize) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsWindowSize) WithArrayOfValues(values []uint32) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorSpecTargetSessionsWindowSize) WithValue ¶
func (s ProbingConfigPathSelectorSpecTargetSessionsWindowSize) WithValue(value uint32) *ProbingConfig_FieldSubPathValue
type ProbingConfigPathSelectorStatus ¶
type ProbingConfigPathSelectorStatus struct{}
func (ProbingConfigPathSelectorStatus) FieldPath ¶
func (ProbingConfigPathSelectorStatus) FieldPath() *ProbingConfig_FieldTerminalPath
func (ProbingConfigPathSelectorStatus) WithArrayOfValues ¶
func (s ProbingConfigPathSelectorStatus) WithArrayOfValues(values []*ProbingConfig_Status) *ProbingConfig_FieldTerminalPathArrayOfValues
func (ProbingConfigPathSelectorStatus) WithSubArrayItemValue ¶
func (s ProbingConfigPathSelectorStatus) WithSubArrayItemValue(subPathArrayItemValue ProbingConfigStatus_FieldPathArrayItemValue) *ProbingConfig_FieldSubPathArrayItemValue
func (ProbingConfigPathSelectorStatus) WithSubArrayOfValues ¶
func (s ProbingConfigPathSelectorStatus) WithSubArrayOfValues(subPathArrayOfValues ProbingConfigStatus_FieldPathArrayOfValues) *ProbingConfig_FieldSubPathArrayOfValues
func (ProbingConfigPathSelectorStatus) WithSubPath ¶
func (ProbingConfigPathSelectorStatus) WithSubPath(subPath ProbingConfigStatus_FieldPath) *ProbingConfig_FieldSubPath
func (ProbingConfigPathSelectorStatus) WithSubValue ¶
func (s ProbingConfigPathSelectorStatus) WithSubValue(subPathValue ProbingConfigStatus_FieldPathValue) *ProbingConfig_FieldSubPathValue
func (ProbingConfigPathSelectorStatus) WithValue ¶
func (s ProbingConfigPathSelectorStatus) WithValue(value *ProbingConfig_Status) *ProbingConfig_FieldTerminalPathValue
type ProbingConfigProbingSessionFieldPathBuilder ¶ added in v0.4.27
type ProbingConfigProbingSessionFieldPathBuilder struct{}
func NewProbingConfigProbingSessionFieldPathBuilder ¶ added in v0.4.27
func NewProbingConfigProbingSessionFieldPathBuilder() ProbingConfigProbingSessionFieldPathBuilder
func (ProbingConfigProbingSessionFieldPathBuilder) HttpProbingConfig ¶ added in v0.4.27
func (ProbingConfigProbingSessionFieldPathBuilder) HttpProbingConfig() ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig
func (ProbingConfigProbingSessionFieldPathBuilder) IntervalSec ¶ added in v0.4.27
func (ProbingConfigProbingSessionFieldPathBuilder) LocationType ¶ added in v0.4.27
func (ProbingConfigProbingSessionFieldPathBuilder) PathProbing ¶ added in v0.4.27
func (ProbingConfigProbingSessionFieldPathBuilder) ProxyConfiguration ¶ added in v0.4.27
func (ProbingConfigProbingSessionFieldPathBuilder) ProxyConfiguration() ProbingConfig_ProbingSessionPathSelectorProxyConfiguration
func (ProbingConfigProbingSessionFieldPathBuilder) SpeedtestSettings ¶ added in v0.4.27
func (ProbingConfigProbingSessionFieldPathBuilder) SpeedtestSettings() ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings
func (ProbingConfigProbingSessionFieldPathBuilder) TargetDisplayName ¶ added in v0.4.27
func (ProbingConfigProbingSessionFieldPathBuilder) TargetDisplayName() ProbingConfig_ProbingSessionPathSelectorTargetDisplayName
func (ProbingConfigProbingSessionFieldPathBuilder) TargetGroup ¶ added in v0.4.27
func (ProbingConfigProbingSessionFieldPathBuilder) WindowSize ¶ added in v0.4.27
type ProbingConfigProbingSession_FieldPath ¶ added in v0.4.27
type ProbingConfigProbingSession_FieldPath interface { gotenobject.FieldPath Selector() ProbingConfigProbingSession_FieldPathSelector Get(source *ProbingConfig_ProbingSession) []interface{} GetSingle(source *ProbingConfig_ProbingSession) (interface{}, bool) ClearValue(item *ProbingConfig_ProbingSession) // Those methods build corresponding ProbingConfigProbingSession_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbingConfigProbingSession_FieldPathValue WithIArrayOfValues(values interface{}) ProbingConfigProbingSession_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbingConfigProbingSession_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbingConfigProbingSession_FieldPath ¶ added in v0.4.27
func BuildProbingConfigProbingSession_FieldPath(fp gotenobject.RawFieldPath) (ProbingConfigProbingSession_FieldPath, error)
func MustParseProbingConfigProbingSession_FieldPath ¶ added in v0.4.27
func MustParseProbingConfigProbingSession_FieldPath(rawField string) ProbingConfigProbingSession_FieldPath
func ParseProbingConfigProbingSession_FieldPath ¶ added in v0.4.27
func ParseProbingConfigProbingSession_FieldPath(rawField string) (ProbingConfigProbingSession_FieldPath, error)
type ProbingConfigProbingSession_FieldPathArrayItemValue ¶ added in v0.4.27
type ProbingConfigProbingSession_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbingConfigProbingSession_FieldPath ContainsValue(*ProbingConfig_ProbingSession) bool }
ProbingConfigProbingSession_FieldPathArrayItemValue allows storing single item in Path-specific values for ProbingSession according to their type Present only for array (repeated) types.
func MustParseProbingConfigProbingSession_FieldPathArrayItemValue ¶ added in v0.4.27
func MustParseProbingConfigProbingSession_FieldPathArrayItemValue(pathStr, valueStr string) ProbingConfigProbingSession_FieldPathArrayItemValue
func ParseProbingConfigProbingSession_FieldPathArrayItemValue ¶ added in v0.4.27
func ParseProbingConfigProbingSession_FieldPathArrayItemValue(pathStr, valueStr string) (ProbingConfigProbingSession_FieldPathArrayItemValue, error)
ParseProbingConfigProbingSession_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbingConfigProbingSession_FieldPathArrayOfValues ¶ added in v0.4.27
type ProbingConfigProbingSession_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbingConfigProbingSession_FieldPath }
ProbingConfigProbingSession_FieldPathArrayOfValues allows storing slice of values for ProbingSession fields according to their type
func MustParseProbingConfigProbingSession_FieldPathArrayOfValues ¶ added in v0.4.27
func MustParseProbingConfigProbingSession_FieldPathArrayOfValues(pathStr, valuesStr string) ProbingConfigProbingSession_FieldPathArrayOfValues
func ParseProbingConfigProbingSession_FieldPathArrayOfValues ¶ added in v0.4.27
func ParseProbingConfigProbingSession_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbingConfigProbingSession_FieldPathArrayOfValues, error)
type ProbingConfigProbingSession_FieldPathSelector ¶ added in v0.4.27
type ProbingConfigProbingSession_FieldPathSelector int32
const ( ProbingConfigProbingSession_FieldPathSelectorTarget ProbingConfigProbingSession_FieldPathSelector = 0 ProbingConfigProbingSession_FieldPathSelectorTargetDisplayName ProbingConfigProbingSession_FieldPathSelector = 1 ProbingConfigProbingSession_FieldPathSelectorTargetGroup ProbingConfigProbingSession_FieldPathSelector = 2 ProbingConfigProbingSession_FieldPathSelectorMode ProbingConfigProbingSession_FieldPathSelector = 3 ProbingConfigProbingSession_FieldPathSelectorIpVersion ProbingConfigProbingSession_FieldPathSelector = 4 ProbingConfigProbingSession_FieldPathSelectorAddress ProbingConfigProbingSession_FieldPathSelector = 5 ProbingConfigProbingSession_FieldPathSelectorGroupName ProbingConfigProbingSession_FieldPathSelector = 6 ProbingConfigProbingSession_FieldPathSelectorCategory ProbingConfigProbingSession_FieldPathSelector = 7 ProbingConfigProbingSession_FieldPathSelectorLocationType ProbingConfigProbingSession_FieldPathSelector = 8 ProbingConfigProbingSession_FieldPathSelectorLocation ProbingConfigProbingSession_FieldPathSelector = 9 ProbingConfigProbingSession_FieldPathSelectorIntervalSec ProbingConfigProbingSession_FieldPathSelector = 10 ProbingConfigProbingSession_FieldPathSelectorInterval ProbingConfigProbingSession_FieldPathSelector = 11 ProbingConfigProbingSession_FieldPathSelectorTos ProbingConfigProbingSession_FieldPathSelector = 12 ProbingConfigProbingSession_FieldPathSelectorWindowSize ProbingConfigProbingSession_FieldPathSelector = 13 ProbingConfigProbingSession_FieldPathSelectorPathProbing ProbingConfigProbingSession_FieldPathSelector = 14 ProbingConfigProbingSession_FieldPathSelectorSpeedtestSettings ProbingConfigProbingSession_FieldPathSelector = 15 ProbingConfigProbingSession_FieldPathSelectorHttpProbingConfig ProbingConfigProbingSession_FieldPathSelector = 16 ProbingConfigProbingSession_FieldPathSelectorProxyConfiguration ProbingConfigProbingSession_FieldPathSelector = 17 ProbingConfigProbingSession_FieldPathSelectorAddresses ProbingConfigProbingSession_FieldPathSelector = 18 )
func (ProbingConfigProbingSession_FieldPathSelector) String ¶ added in v0.4.27
func (s ProbingConfigProbingSession_FieldPathSelector) String() string
type ProbingConfigProbingSession_FieldPathValue ¶ added in v0.4.27
type ProbingConfigProbingSession_FieldPathValue interface { ProbingConfigProbingSession_FieldPath gotenobject.FieldPathValue SetTo(target **ProbingConfig_ProbingSession) CompareWith(*ProbingConfig_ProbingSession) (cmp int, comparable bool) }
ProbingConfigProbingSession_FieldPathValue allows storing values for ProbingSession fields according to their type
func MustParseProbingConfigProbingSession_FieldPathValue ¶ added in v0.4.27
func MustParseProbingConfigProbingSession_FieldPathValue(pathStr, valueStr string) ProbingConfigProbingSession_FieldPathValue
func ParseProbingConfigProbingSession_FieldPathValue ¶ added in v0.4.27
func ParseProbingConfigProbingSession_FieldPathValue(pathStr, valueStr string) (ProbingConfigProbingSession_FieldPathValue, error)
type ProbingConfigProbingSession_FieldSubPath ¶ added in v0.4.27
type ProbingConfigProbingSession_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ProbingConfigProbingSession_FieldSubPath) AsHttpProbingConfigSubPath ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) AsHttpProbingConfigSubPath() (common.HTTPProbingConfig_FieldPath, bool)
func (*ProbingConfigProbingSession_FieldSubPath) AsLocationSubPath ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) AsLocationSubPath() (common.Location_FieldPath, bool)
func (*ProbingConfigProbingSession_FieldSubPath) AsPathProbingSubPath ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) AsPathProbingSubPath() (common.PathProbe_FieldPath, bool)
func (*ProbingConfigProbingSession_FieldSubPath) AsProxyConfigurationSubPath ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) AsProxyConfigurationSubPath() (common.ProxyConfiguration_FieldPath, bool)
func (*ProbingConfigProbingSession_FieldSubPath) AsSpeedtestSettingsSubPath ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) AsSpeedtestSettingsSubPath() (common.SpeedTestSettings_FieldPath, bool)
func (*ProbingConfigProbingSession_FieldSubPath) ClearValue ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) ClearValue(item *ProbingConfig_ProbingSession)
func (*ProbingConfigProbingSession_FieldSubPath) ClearValueRaw ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ProbingConfigProbingSession_FieldSubPath) Get ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) Get(source *ProbingConfig_ProbingSession) (values []interface{})
Get returns all values pointed by selected field from source ProbingConfig_ProbingSession
func (*ProbingConfigProbingSession_FieldSubPath) GetDefault ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingConfigProbingSession_FieldSubPath) GetRaw ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ProbingConfigProbingSession_FieldSubPath) GetSingle ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) GetSingle(source *ProbingConfig_ProbingSession) (interface{}, bool)
GetSingle returns value of selected field from source ProbingConfig_ProbingSession
func (*ProbingConfigProbingSession_FieldSubPath) GetSingleRaw ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingConfigProbingSession_FieldSubPath) IsLeaf ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingConfigProbingSession_FieldSubPath) JSONString ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingConfigProbingSession_FieldSubPath) Selector ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) Selector() ProbingConfigProbingSession_FieldPathSelector
func (*ProbingConfigProbingSession_FieldSubPath) String ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) String() string
String returns path representation in proto convention
func (*ProbingConfigProbingSession_FieldSubPath) WithIArrayItemValue ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingConfigProbingSession_FieldPathArrayItemValue
func (*ProbingConfigProbingSession_FieldSubPath) WithIArrayOfValues ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingConfigProbingSession_FieldPathArrayOfValues
func (*ProbingConfigProbingSession_FieldSubPath) WithIValue ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) WithIValue(value interface{}) ProbingConfigProbingSession_FieldPathValue
func (*ProbingConfigProbingSession_FieldSubPath) WithRawIArrayItemValue ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingConfigProbingSession_FieldSubPath) WithRawIArrayOfValues ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingConfigProbingSession_FieldSubPath) WithRawIValue ¶ added in v0.4.27
func (fps *ProbingConfigProbingSession_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingConfigProbingSession_FieldSubPathArrayItemValue ¶ added in v0.4.27
type ProbingConfigProbingSession_FieldSubPathArrayItemValue struct { ProbingConfigProbingSession_FieldPath // contains filtered or unexported fields }
func (*ProbingConfigProbingSession_FieldSubPathArrayItemValue) AsHttpProbingConfigPathItemValue ¶ added in v0.4.27
func (fpaivs *ProbingConfigProbingSession_FieldSubPathArrayItemValue) AsHttpProbingConfigPathItemValue() (common.HTTPProbingConfig_FieldPathArrayItemValue, bool)
func (*ProbingConfigProbingSession_FieldSubPathArrayItemValue) AsLocationPathItemValue ¶ added in v0.4.27
func (fpaivs *ProbingConfigProbingSession_FieldSubPathArrayItemValue) AsLocationPathItemValue() (common.Location_FieldPathArrayItemValue, bool)
func (*ProbingConfigProbingSession_FieldSubPathArrayItemValue) AsPathProbingPathItemValue ¶ added in v0.4.27
func (fpaivs *ProbingConfigProbingSession_FieldSubPathArrayItemValue) AsPathProbingPathItemValue() (common.PathProbe_FieldPathArrayItemValue, bool)
func (*ProbingConfigProbingSession_FieldSubPathArrayItemValue) AsProxyConfigurationPathItemValue ¶ added in v0.4.27
func (fpaivs *ProbingConfigProbingSession_FieldSubPathArrayItemValue) AsProxyConfigurationPathItemValue() (common.ProxyConfiguration_FieldPathArrayItemValue, bool)
func (*ProbingConfigProbingSession_FieldSubPathArrayItemValue) AsSpeedtestSettingsPathItemValue ¶ added in v0.4.27
func (fpaivs *ProbingConfigProbingSession_FieldSubPathArrayItemValue) AsSpeedtestSettingsPathItemValue() (common.SpeedTestSettings_FieldPathArrayItemValue, bool)
func (*ProbingConfigProbingSession_FieldSubPathArrayItemValue) ContainsValue ¶ added in v0.4.27
func (fpaivs *ProbingConfigProbingSession_FieldSubPathArrayItemValue) ContainsValue(source *ProbingConfig_ProbingSession) bool
Contains returns a boolean indicating if value that is being held is present in given 'ProbingSession'
func (*ProbingConfigProbingSession_FieldSubPathArrayItemValue) GetRawItemValue ¶ added in v0.4.27
func (fpaivs *ProbingConfigProbingSession_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ProbingConfigProbingSession_FieldSubPathArrayOfValues ¶ added in v0.4.27
type ProbingConfigProbingSession_FieldSubPathArrayOfValues struct { ProbingConfigProbingSession_FieldPath // contains filtered or unexported fields }
func (*ProbingConfigProbingSession_FieldSubPathArrayOfValues) AsHttpProbingConfigPathArrayOfValues ¶ added in v0.4.27
func (fpsaov *ProbingConfigProbingSession_FieldSubPathArrayOfValues) AsHttpProbingConfigPathArrayOfValues() (common.HTTPProbingConfig_FieldPathArrayOfValues, bool)
func (*ProbingConfigProbingSession_FieldSubPathArrayOfValues) AsLocationPathArrayOfValues ¶ added in v0.4.27
func (fpsaov *ProbingConfigProbingSession_FieldSubPathArrayOfValues) AsLocationPathArrayOfValues() (common.Location_FieldPathArrayOfValues, bool)
func (*ProbingConfigProbingSession_FieldSubPathArrayOfValues) AsPathProbingPathArrayOfValues ¶ added in v0.4.27
func (fpsaov *ProbingConfigProbingSession_FieldSubPathArrayOfValues) AsPathProbingPathArrayOfValues() (common.PathProbe_FieldPathArrayOfValues, bool)
func (*ProbingConfigProbingSession_FieldSubPathArrayOfValues) AsProxyConfigurationPathArrayOfValues ¶ added in v0.4.27
func (fpsaov *ProbingConfigProbingSession_FieldSubPathArrayOfValues) AsProxyConfigurationPathArrayOfValues() (common.ProxyConfiguration_FieldPathArrayOfValues, bool)
func (*ProbingConfigProbingSession_FieldSubPathArrayOfValues) AsSpeedtestSettingsPathArrayOfValues ¶ added in v0.4.27
func (fpsaov *ProbingConfigProbingSession_FieldSubPathArrayOfValues) AsSpeedtestSettingsPathArrayOfValues() (common.SpeedTestSettings_FieldPathArrayOfValues, bool)
func (*ProbingConfigProbingSession_FieldSubPathArrayOfValues) GetRawValues ¶ added in v0.4.27
func (fpsaov *ProbingConfigProbingSession_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ProbingConfigProbingSession_FieldSubPathValue ¶ added in v0.4.27
type ProbingConfigProbingSession_FieldSubPathValue struct { ProbingConfigProbingSession_FieldPath // contains filtered or unexported fields }
func (*ProbingConfigProbingSession_FieldSubPathValue) AsHttpProbingConfigPathValue ¶ added in v0.4.27
func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) AsHttpProbingConfigPathValue() (common.HTTPProbingConfig_FieldPathValue, bool)
func (*ProbingConfigProbingSession_FieldSubPathValue) AsLocationPathValue ¶ added in v0.4.27
func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) AsLocationPathValue() (common.Location_FieldPathValue, bool)
func (*ProbingConfigProbingSession_FieldSubPathValue) AsPathProbingPathValue ¶ added in v0.4.27
func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) AsPathProbingPathValue() (common.PathProbe_FieldPathValue, bool)
func (*ProbingConfigProbingSession_FieldSubPathValue) AsProxyConfigurationPathValue ¶ added in v0.4.27
func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) AsProxyConfigurationPathValue() (common.ProxyConfiguration_FieldPathValue, bool)
func (*ProbingConfigProbingSession_FieldSubPathValue) AsSpeedtestSettingsPathValue ¶ added in v0.4.27
func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) AsSpeedtestSettingsPathValue() (common.SpeedTestSettings_FieldPathValue, bool)
func (*ProbingConfigProbingSession_FieldSubPathValue) CompareWith ¶ added in v0.4.27
func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) CompareWith(source *ProbingConfig_ProbingSession) (int, bool)
func (*ProbingConfigProbingSession_FieldSubPathValue) CompareWithRaw ¶ added in v0.4.27
func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingConfigProbingSession_FieldSubPathValue) GetRawValue ¶ added in v0.4.27
func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) GetRawValue() interface{}
func (*ProbingConfigProbingSession_FieldSubPathValue) SetTo ¶ added in v0.4.27
func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) SetTo(target **ProbingConfig_ProbingSession)
func (*ProbingConfigProbingSession_FieldSubPathValue) SetToRaw ¶ added in v0.4.27
func (fpvs *ProbingConfigProbingSession_FieldSubPathValue) SetToRaw(target proto.Message)
type ProbingConfigProbingSession_FieldTerminalPath ¶ added in v0.4.27
type ProbingConfigProbingSession_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbingConfigProbingSession_FieldTerminalPath) ClearValue ¶ added in v0.4.27
func (fp *ProbingConfigProbingSession_FieldTerminalPath) ClearValue(item *ProbingConfig_ProbingSession)
func (*ProbingConfigProbingSession_FieldTerminalPath) ClearValueRaw ¶ added in v0.4.27
func (fp *ProbingConfigProbingSession_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbingConfigProbingSession_FieldTerminalPath) Get ¶ added in v0.4.27
func (fp *ProbingConfigProbingSession_FieldTerminalPath) Get(source *ProbingConfig_ProbingSession) (values []interface{})
Get returns all values pointed by specific field from source ProbingConfig_ProbingSession
func (*ProbingConfigProbingSession_FieldTerminalPath) GetDefault ¶ added in v0.4.27
func (fp *ProbingConfigProbingSession_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingConfigProbingSession_FieldTerminalPath) GetRaw ¶ added in v0.4.27
func (fp *ProbingConfigProbingSession_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbingConfigProbingSession_FieldTerminalPath) GetSingle ¶ added in v0.4.27
func (fp *ProbingConfigProbingSession_FieldTerminalPath) GetSingle(source *ProbingConfig_ProbingSession) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ProbingConfig_ProbingSession
func (*ProbingConfigProbingSession_FieldTerminalPath) GetSingleRaw ¶ added in v0.4.27
func (fp *ProbingConfigProbingSession_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingConfigProbingSession_FieldTerminalPath) IsLeaf ¶ added in v0.4.27
func (fp *ProbingConfigProbingSession_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingConfigProbingSession_FieldTerminalPath) JSONString ¶ added in v0.4.27
func (fp *ProbingConfigProbingSession_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingConfigProbingSession_FieldTerminalPath) Selector ¶ added in v0.4.27
func (fp *ProbingConfigProbingSession_FieldTerminalPath) Selector() ProbingConfigProbingSession_FieldPathSelector
func (*ProbingConfigProbingSession_FieldTerminalPath) String ¶ added in v0.4.27
func (fp *ProbingConfigProbingSession_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbingConfigProbingSession_FieldTerminalPath) WithIArrayItemValue ¶ added in v0.4.27
func (fp *ProbingConfigProbingSession_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingConfigProbingSession_FieldPathArrayItemValue
func (*ProbingConfigProbingSession_FieldTerminalPath) WithIArrayOfValues ¶ added in v0.4.27
func (fp *ProbingConfigProbingSession_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingConfigProbingSession_FieldPathArrayOfValues
func (*ProbingConfigProbingSession_FieldTerminalPath) WithIValue ¶ added in v0.4.27
func (fp *ProbingConfigProbingSession_FieldTerminalPath) WithIValue(value interface{}) ProbingConfigProbingSession_FieldPathValue
func (*ProbingConfigProbingSession_FieldTerminalPath) WithRawIArrayItemValue ¶ added in v0.4.27
func (fp *ProbingConfigProbingSession_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingConfigProbingSession_FieldTerminalPath) WithRawIArrayOfValues ¶ added in v0.4.27
func (fp *ProbingConfigProbingSession_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingConfigProbingSession_FieldTerminalPath) WithRawIValue ¶ added in v0.4.27
func (fp *ProbingConfigProbingSession_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingConfigProbingSession_FieldTerminalPathArrayItemValue ¶ added in v0.4.27
type ProbingConfigProbingSession_FieldTerminalPathArrayItemValue struct { ProbingConfigProbingSession_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingConfigProbingSession_FieldTerminalPathArrayItemValue) AsAddressesItemValue ¶ added in v0.4.27
func (fpaiv *ProbingConfigProbingSession_FieldTerminalPathArrayItemValue) AsAddressesItemValue() (string, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayItemValue) ContainsValue ¶ added in v0.4.27
func (fpaiv *ProbingConfigProbingSession_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingConfig_ProbingSession) bool
Contains returns a boolean indicating if value that is being held is present in given 'ProbingSession'
func (*ProbingConfigProbingSession_FieldTerminalPathArrayItemValue) GetRawItemValue ¶ added in v0.4.27
func (fpaiv *ProbingConfigProbingSession_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ProbingConfig_ProbingSession as interface{}
func (*ProbingConfigProbingSession_FieldTerminalPathArrayItemValue) GetSingle ¶ added in v0.4.27
func (fpaiv *ProbingConfigProbingSession_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingConfig_ProbingSession) (interface{}, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayItemValue) GetSingleRaw ¶ added in v0.4.27
func (fpaiv *ProbingConfigProbingSession_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbingConfigProbingSession_FieldTerminalPathArrayOfValues ¶ added in v0.4.27
type ProbingConfigProbingSession_FieldTerminalPathArrayOfValues struct { ProbingConfigProbingSession_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsAddressArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsAddressArrayOfValues() ([]string, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsAddressesArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsAddressesArrayOfValues() ([][]string, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsCategoryArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsCategoryArrayOfValues() ([]string, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsGroupNameArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsGroupNameArrayOfValues() ([]string, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsHttpProbingConfigArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsHttpProbingConfigArrayOfValues() ([]*common.HTTPProbingConfig, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsIntervalArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsIntervalArrayOfValues() ([]*duration.Duration, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsIntervalSecArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsIntervalSecArrayOfValues() ([]int64, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsIpVersionArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsIpVersionArrayOfValues() ([]common.IpVersion, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsLocationArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsLocationArrayOfValues() ([]*common.Location, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsLocationTypeArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsLocationTypeArrayOfValues() ([]common.LocationType, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsModeArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsModeArrayOfValues() ([]common.ProbingMode, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsPathProbingArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsPathProbingArrayOfValues() ([]*common.PathProbe, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsProxyConfigurationArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsProxyConfigurationArrayOfValues() ([]*common.ProxyConfiguration, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsSpeedtestSettingsArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsSpeedtestSettingsArrayOfValues() ([]*common.SpeedTestSettings, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsTargetArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsTargetArrayOfValues() ([]*probing_target.Name, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsTargetDisplayNameArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsTargetDisplayNameArrayOfValues() ([]string, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsTargetGroupArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsTargetGroupArrayOfValues() ([]*probing_target_group.Reference, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsTosArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsTosArrayOfValues() ([]uint32, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsWindowSizeArrayOfValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) AsWindowSizeArrayOfValues() ([]uint32, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) GetRawValues ¶ added in v0.4.27
func (fpaov *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbingConfigProbingSession_FieldTerminalPathValue ¶ added in v0.4.27
type ProbingConfigProbingSession_FieldTerminalPathValue struct { ProbingConfigProbingSession_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsAddressValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsAddressValue() (string, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsAddressesValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsAddressesValue() ([]string, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsCategoryValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsCategoryValue() (string, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsGroupNameValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsGroupNameValue() (string, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsHttpProbingConfigValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsHttpProbingConfigValue() (*common.HTTPProbingConfig, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsIntervalSecValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsIntervalSecValue() (int64, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsIntervalValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsIntervalValue() (*duration.Duration, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsIpVersionValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsIpVersionValue() (common.IpVersion, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsLocationTypeValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsLocationTypeValue() (common.LocationType, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsLocationValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsLocationValue() (*common.Location, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsModeValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsModeValue() (common.ProbingMode, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsPathProbingValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsPathProbingValue() (*common.PathProbe, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsProxyConfigurationValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsProxyConfigurationValue() (*common.ProxyConfiguration, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsSpeedtestSettingsValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsSpeedtestSettingsValue() (*common.SpeedTestSettings, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsTargetDisplayNameValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsTargetDisplayNameValue() (string, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsTargetGroupValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsTargetGroupValue() (*probing_target_group.Reference, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsTargetValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsTargetValue() (*probing_target.Name, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsTosValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsTosValue() (uint32, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) AsWindowSizeValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) AsWindowSizeValue() (uint32, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) CompareWith ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) CompareWith(source *ProbingConfig_ProbingSession) (int, bool)
CompareWith compares value in the 'ProbingConfigProbingSession_FieldTerminalPathValue' with the value under path in 'ProbingConfig_ProbingSession'.
func (*ProbingConfigProbingSession_FieldTerminalPathValue) CompareWithRaw ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingConfigProbingSession_FieldTerminalPathValue) GetRawValue ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ProbingSession' as interface{}
func (*ProbingConfigProbingSession_FieldTerminalPathValue) SetTo ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) SetTo(target **ProbingConfig_ProbingSession)
SetTo stores value for selected field for object ProbingSession
func (*ProbingConfigProbingSession_FieldTerminalPathValue) SetToRaw ¶ added in v0.4.27
func (fpv *ProbingConfigProbingSession_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbingConfigReferenceList ¶
type ProbingConfigReferenceList []*Reference
func (ProbingConfigReferenceList) Append ¶
func (l ProbingConfigReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
func (ProbingConfigReferenceList) AppendList ¶
func (l ProbingConfigReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
func (ProbingConfigReferenceList) At ¶
func (l ProbingConfigReferenceList) At(idx int) gotenresource.Reference
func (ProbingConfigReferenceList) Length ¶
func (l ProbingConfigReferenceList) Length() int
func (ProbingConfigReferenceList) Set ¶
func (l ProbingConfigReferenceList) Set(idx int, ref gotenresource.Reference)
func (ProbingConfigReferenceList) Slice ¶
func (l ProbingConfigReferenceList) Slice(first, second int) gotenresource.ReferenceList
type ProbingConfigSpecFieldPathBuilder ¶
type ProbingConfigSpecFieldPathBuilder struct{}
func NewProbingConfigSpecFieldPathBuilder ¶
func NewProbingConfigSpecFieldPathBuilder() ProbingConfigSpecFieldPathBuilder
func (ProbingConfigSpecFieldPathBuilder) ProbingSessions ¶
func (ProbingConfigSpecFieldPathBuilder) ProbingSessions() ProbingConfig_SpecPathSelectorProbingSessions
func (ProbingConfigSpecFieldPathBuilder) Speedtest ¶
func (ProbingConfigSpecFieldPathBuilder) Speedtest() ProbingConfig_SpecPathSelectorSpeedtest
func (ProbingConfigSpecFieldPathBuilder) TargetSessions ¶
func (ProbingConfigSpecFieldPathBuilder) TargetSessions() ProbingConfig_SpecPathSelectorTargetSessions
type ProbingConfigSpecSpeedTestFieldPathBuilder ¶
type ProbingConfigSpecSpeedTestFieldPathBuilder struct{}
func NewProbingConfigSpecSpeedTestFieldPathBuilder ¶
func NewProbingConfigSpecSpeedTestFieldPathBuilder() ProbingConfigSpecSpeedTestFieldPathBuilder
func (ProbingConfigSpecSpeedTestFieldPathBuilder) IntervalMinutes ¶
func (ProbingConfigSpecSpeedTestFieldPathBuilder) IntervalMinutes() ProbingConfig_Spec_SpeedTestPathSelectorIntervalMinutes
type ProbingConfigSpecSpeedTestServerFieldPathBuilder ¶
type ProbingConfigSpecSpeedTestServerFieldPathBuilder struct{}
func NewProbingConfigSpecSpeedTestServerFieldPathBuilder ¶
func NewProbingConfigSpecSpeedTestServerFieldPathBuilder() ProbingConfigSpecSpeedTestServerFieldPathBuilder
func (ProbingConfigSpecSpeedTestServerFieldPathBuilder) IpAddresses ¶
type ProbingConfigSpecSpeedTestServer_FieldPath ¶
type ProbingConfigSpecSpeedTestServer_FieldPath interface { gotenobject.FieldPath Selector() ProbingConfigSpecSpeedTestServer_FieldPathSelector Get(source *ProbingConfig_Spec_SpeedTest_Server) []interface{} GetSingle(source *ProbingConfig_Spec_SpeedTest_Server) (interface{}, bool) ClearValue(item *ProbingConfig_Spec_SpeedTest_Server) // Those methods build corresponding ProbingConfigSpecSpeedTestServer_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbingConfigSpecSpeedTestServer_FieldPathValue WithIArrayOfValues(values interface{}) ProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbingConfigSpecSpeedTestServer_FieldPath ¶
func BuildProbingConfigSpecSpeedTestServer_FieldPath(fp gotenobject.RawFieldPath) (ProbingConfigSpecSpeedTestServer_FieldPath, error)
func MustParseProbingConfigSpecSpeedTestServer_FieldPath ¶
func MustParseProbingConfigSpecSpeedTestServer_FieldPath(rawField string) ProbingConfigSpecSpeedTestServer_FieldPath
func ParseProbingConfigSpecSpeedTestServer_FieldPath ¶
func ParseProbingConfigSpecSpeedTestServer_FieldPath(rawField string) (ProbingConfigSpecSpeedTestServer_FieldPath, error)
type ProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue ¶
type ProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbingConfigSpecSpeedTestServer_FieldPath ContainsValue(*ProbingConfig_Spec_SpeedTest_Server) bool }
ProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue allows storing single item in Path-specific values for Server according to their type Present only for array (repeated) types.
func MustParseProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue ¶
func MustParseProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue(pathStr, valueStr string) ProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue
func ParseProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue ¶
func ParseProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue(pathStr, valueStr string) (ProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue, error)
ParseProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues ¶
type ProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbingConfigSpecSpeedTestServer_FieldPath }
ProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues allows storing slice of values for Server fields according to their type
func MustParseProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues ¶
func MustParseProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues(pathStr, valuesStr string) ProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues
func ParseProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues ¶
func ParseProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues, error)
type ProbingConfigSpecSpeedTestServer_FieldPathSelector ¶
type ProbingConfigSpecSpeedTestServer_FieldPathSelector int32
const ( ProbingConfigSpecSpeedTestServer_FieldPathSelectorName ProbingConfigSpecSpeedTestServer_FieldPathSelector = 0 ProbingConfigSpecSpeedTestServer_FieldPathSelectorIpAddresses ProbingConfigSpecSpeedTestServer_FieldPathSelector = 1 ProbingConfigSpecSpeedTestServer_FieldPathSelectorLocation ProbingConfigSpecSpeedTestServer_FieldPathSelector = 2 ProbingConfigSpecSpeedTestServer_FieldPathSelectorTarget ProbingConfigSpecSpeedTestServer_FieldPathSelector = 3 )
func (ProbingConfigSpecSpeedTestServer_FieldPathSelector) String ¶
func (s ProbingConfigSpecSpeedTestServer_FieldPathSelector) String() string
type ProbingConfigSpecSpeedTestServer_FieldPathValue ¶
type ProbingConfigSpecSpeedTestServer_FieldPathValue interface { ProbingConfigSpecSpeedTestServer_FieldPath gotenobject.FieldPathValue SetTo(target **ProbingConfig_Spec_SpeedTest_Server) CompareWith(*ProbingConfig_Spec_SpeedTest_Server) (cmp int, comparable bool) }
ProbingConfigSpecSpeedTestServer_FieldPathValue allows storing values for Server fields according to their type
func MustParseProbingConfigSpecSpeedTestServer_FieldPathValue ¶
func MustParseProbingConfigSpecSpeedTestServer_FieldPathValue(pathStr, valueStr string) ProbingConfigSpecSpeedTestServer_FieldPathValue
func ParseProbingConfigSpecSpeedTestServer_FieldPathValue ¶
func ParseProbingConfigSpecSpeedTestServer_FieldPathValue(pathStr, valueStr string) (ProbingConfigSpecSpeedTestServer_FieldPathValue, error)
type ProbingConfigSpecSpeedTestServer_FieldSubPath ¶
type ProbingConfigSpecSpeedTestServer_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ProbingConfigSpecSpeedTestServer_FieldSubPath) AsLocationSubPath ¶
func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) AsLocationSubPath() (common.Location_FieldPath, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldSubPath) ClearValue ¶
func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) ClearValue(item *ProbingConfig_Spec_SpeedTest_Server)
func (*ProbingConfigSpecSpeedTestServer_FieldSubPath) ClearValueRaw ¶
func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ProbingConfigSpecSpeedTestServer_FieldSubPath) Get ¶
func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) Get(source *ProbingConfig_Spec_SpeedTest_Server) (values []interface{})
Get returns all values pointed by selected field from source ProbingConfig_Spec_SpeedTest_Server
func (*ProbingConfigSpecSpeedTestServer_FieldSubPath) GetDefault ¶
func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingConfigSpecSpeedTestServer_FieldSubPath) GetRaw ¶
func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ProbingConfigSpecSpeedTestServer_FieldSubPath) GetSingle ¶
func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) GetSingle(source *ProbingConfig_Spec_SpeedTest_Server) (interface{}, bool)
GetSingle returns value of selected field from source ProbingConfig_Spec_SpeedTest_Server
func (*ProbingConfigSpecSpeedTestServer_FieldSubPath) GetSingleRaw ¶
func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldSubPath) IsLeaf ¶
func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingConfigSpecSpeedTestServer_FieldSubPath) JSONString ¶
func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingConfigSpecSpeedTestServer_FieldSubPath) Selector ¶
func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) Selector() ProbingConfigSpecSpeedTestServer_FieldPathSelector
func (*ProbingConfigSpecSpeedTestServer_FieldSubPath) String ¶
func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) String() string
String returns path representation in proto convention
func (*ProbingConfigSpecSpeedTestServer_FieldSubPath) WithIArrayItemValue ¶
func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue
func (*ProbingConfigSpecSpeedTestServer_FieldSubPath) WithIArrayOfValues ¶
func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues
func (*ProbingConfigSpecSpeedTestServer_FieldSubPath) WithIValue ¶
func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) WithIValue(value interface{}) ProbingConfigSpecSpeedTestServer_FieldPathValue
func (*ProbingConfigSpecSpeedTestServer_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingConfigSpecSpeedTestServer_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingConfigSpecSpeedTestServer_FieldSubPath) WithRawIValue ¶
func (fps *ProbingConfigSpecSpeedTestServer_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingConfigSpecSpeedTestServer_FieldSubPathArrayItemValue ¶
type ProbingConfigSpecSpeedTestServer_FieldSubPathArrayItemValue struct { ProbingConfigSpecSpeedTestServer_FieldPath // contains filtered or unexported fields }
func (*ProbingConfigSpecSpeedTestServer_FieldSubPathArrayItemValue) AsLocationPathItemValue ¶
func (fpaivs *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayItemValue) AsLocationPathItemValue() (common.Location_FieldPathArrayItemValue, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayItemValue) ContainsValue(source *ProbingConfig_Spec_SpeedTest_Server) bool
Contains returns a boolean indicating if value that is being held is present in given 'Server'
func (*ProbingConfigSpecSpeedTestServer_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues ¶
type ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues struct { ProbingConfigSpecSpeedTestServer_FieldPath // contains filtered or unexported fields }
func (*ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues) AsLocationPathArrayOfValues ¶
func (fpsaov *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues) AsLocationPathArrayOfValues() (common.Location_FieldPathArrayOfValues, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ProbingConfigSpecSpeedTestServer_FieldSubPathValue ¶
type ProbingConfigSpecSpeedTestServer_FieldSubPathValue struct { ProbingConfigSpecSpeedTestServer_FieldPath // contains filtered or unexported fields }
func (*ProbingConfigSpecSpeedTestServer_FieldSubPathValue) AsLocationPathValue ¶
func (fpvs *ProbingConfigSpecSpeedTestServer_FieldSubPathValue) AsLocationPathValue() (common.Location_FieldPathValue, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldSubPathValue) CompareWith ¶
func (fpvs *ProbingConfigSpecSpeedTestServer_FieldSubPathValue) CompareWith(source *ProbingConfig_Spec_SpeedTest_Server) (int, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ProbingConfigSpecSpeedTestServer_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldSubPathValue) GetRawValue ¶
func (fpvs *ProbingConfigSpecSpeedTestServer_FieldSubPathValue) GetRawValue() interface{}
func (*ProbingConfigSpecSpeedTestServer_FieldSubPathValue) SetTo ¶
func (fpvs *ProbingConfigSpecSpeedTestServer_FieldSubPathValue) SetTo(target **ProbingConfig_Spec_SpeedTest_Server)
func (*ProbingConfigSpecSpeedTestServer_FieldSubPathValue) SetToRaw ¶
func (fpvs *ProbingConfigSpecSpeedTestServer_FieldSubPathValue) SetToRaw(target proto.Message)
type ProbingConfigSpecSpeedTestServer_FieldTerminalPath ¶
type ProbingConfigSpecSpeedTestServer_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPath) ClearValue ¶
func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) ClearValue(item *ProbingConfig_Spec_SpeedTest_Server)
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPath) Get ¶
func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) Get(source *ProbingConfig_Spec_SpeedTest_Server) (values []interface{})
Get returns all values pointed by specific field from source ProbingConfig_Spec_SpeedTest_Server
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPath) GetDefault ¶
func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPath) GetRaw ¶
func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPath) GetSingle ¶
func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) GetSingle(source *ProbingConfig_Spec_SpeedTest_Server) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ProbingConfig_Spec_SpeedTest_Server
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPath) IsLeaf ¶
func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPath) JSONString ¶
func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPath) String ¶
func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPath) WithIValue ¶
func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) WithIValue(value interface{}) ProbingConfigSpecSpeedTestServer_FieldPathValue
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbingConfigSpecSpeedTestServer_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue ¶
type ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue struct { ProbingConfigSpecSpeedTestServer_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue) AsIpAddressesItemValue ¶
func (fpaiv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue) AsIpAddressesItemValue() (string, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingConfig_Spec_SpeedTest_Server) bool
Contains returns a boolean indicating if value that is being held is present in given 'Server'
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ProbingConfig_Spec_SpeedTest_Server as interface{}
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingConfig_Spec_SpeedTest_Server) (interface{}, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues ¶
type ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues struct { ProbingConfigSpecSpeedTestServer_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues) AsIpAddressesArrayOfValues ¶
func (fpaov *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues) AsIpAddressesArrayOfValues() ([][]string, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues) AsLocationArrayOfValues ¶
func (fpaov *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues) AsLocationArrayOfValues() ([]*common.Location, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues) AsTargetArrayOfValues ¶
func (fpaov *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues) AsTargetArrayOfValues() ([]*probing_target.Name, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue ¶
type ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue struct { ProbingConfigSpecSpeedTestServer_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) AsIpAddressesValue ¶
func (fpv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) AsIpAddressesValue() ([]string, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) AsLocationValue ¶
func (fpv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) AsLocationValue() (*common.Location, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) AsNameValue ¶
func (fpv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) AsNameValue() (string, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) AsTargetValue ¶
func (fpv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) AsTargetValue() (*probing_target.Name, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) CompareWith(source *ProbingConfig_Spec_SpeedTest_Server) (int, bool)
CompareWith compares value in the 'ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue' with the value under path in 'ProbingConfig_Spec_SpeedTest_Server'.
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Server' as interface{}
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) SetTo(target **ProbingConfig_Spec_SpeedTest_Server)
SetTo stores value for selected field for object Server
func (*ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbingConfigSpecSpeedTest_FieldPath ¶
type ProbingConfigSpecSpeedTest_FieldPath interface { gotenobject.FieldPath Selector() ProbingConfigSpecSpeedTest_FieldPathSelector Get(source *ProbingConfig_Spec_SpeedTest) []interface{} GetSingle(source *ProbingConfig_Spec_SpeedTest) (interface{}, bool) ClearValue(item *ProbingConfig_Spec_SpeedTest) // Those methods build corresponding ProbingConfigSpecSpeedTest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbingConfigSpecSpeedTest_FieldPathValue WithIArrayOfValues(values interface{}) ProbingConfigSpecSpeedTest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbingConfigSpecSpeedTest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbingConfigSpecSpeedTest_FieldPath ¶
func BuildProbingConfigSpecSpeedTest_FieldPath(fp gotenobject.RawFieldPath) (ProbingConfigSpecSpeedTest_FieldPath, error)
func MustParseProbingConfigSpecSpeedTest_FieldPath ¶
func MustParseProbingConfigSpecSpeedTest_FieldPath(rawField string) ProbingConfigSpecSpeedTest_FieldPath
func ParseProbingConfigSpecSpeedTest_FieldPath ¶
func ParseProbingConfigSpecSpeedTest_FieldPath(rawField string) (ProbingConfigSpecSpeedTest_FieldPath, error)
type ProbingConfigSpecSpeedTest_FieldPathArrayItemValue ¶
type ProbingConfigSpecSpeedTest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbingConfigSpecSpeedTest_FieldPath ContainsValue(*ProbingConfig_Spec_SpeedTest) bool }
ProbingConfigSpecSpeedTest_FieldPathArrayItemValue allows storing single item in Path-specific values for SpeedTest according to their type Present only for array (repeated) types.
func MustParseProbingConfigSpecSpeedTest_FieldPathArrayItemValue ¶
func MustParseProbingConfigSpecSpeedTest_FieldPathArrayItemValue(pathStr, valueStr string) ProbingConfigSpecSpeedTest_FieldPathArrayItemValue
func ParseProbingConfigSpecSpeedTest_FieldPathArrayItemValue ¶
func ParseProbingConfigSpecSpeedTest_FieldPathArrayItemValue(pathStr, valueStr string) (ProbingConfigSpecSpeedTest_FieldPathArrayItemValue, error)
ParseProbingConfigSpecSpeedTest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbingConfigSpecSpeedTest_FieldPathArrayOfValues ¶
type ProbingConfigSpecSpeedTest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbingConfigSpecSpeedTest_FieldPath }
ProbingConfigSpecSpeedTest_FieldPathArrayOfValues allows storing slice of values for SpeedTest fields according to their type
func MustParseProbingConfigSpecSpeedTest_FieldPathArrayOfValues ¶
func MustParseProbingConfigSpecSpeedTest_FieldPathArrayOfValues(pathStr, valuesStr string) ProbingConfigSpecSpeedTest_FieldPathArrayOfValues
func ParseProbingConfigSpecSpeedTest_FieldPathArrayOfValues ¶
func ParseProbingConfigSpecSpeedTest_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbingConfigSpecSpeedTest_FieldPathArrayOfValues, error)
type ProbingConfigSpecSpeedTest_FieldPathSelector ¶
type ProbingConfigSpecSpeedTest_FieldPathSelector int32
const ( ProbingConfigSpecSpeedTest_FieldPathSelectorEnabled ProbingConfigSpecSpeedTest_FieldPathSelector = 0 ProbingConfigSpecSpeedTest_FieldPathSelectorIntervalMinutes ProbingConfigSpecSpeedTest_FieldPathSelector = 1 ProbingConfigSpecSpeedTest_FieldPathSelectorInterval ProbingConfigSpecSpeedTest_FieldPathSelector = 2 ProbingConfigSpecSpeedTest_FieldPathSelectorServers ProbingConfigSpecSpeedTest_FieldPathSelector = 3 )
func (ProbingConfigSpecSpeedTest_FieldPathSelector) String ¶
func (s ProbingConfigSpecSpeedTest_FieldPathSelector) String() string
type ProbingConfigSpecSpeedTest_FieldPathValue ¶
type ProbingConfigSpecSpeedTest_FieldPathValue interface { ProbingConfigSpecSpeedTest_FieldPath gotenobject.FieldPathValue SetTo(target **ProbingConfig_Spec_SpeedTest) CompareWith(*ProbingConfig_Spec_SpeedTest) (cmp int, comparable bool) }
ProbingConfigSpecSpeedTest_FieldPathValue allows storing values for SpeedTest fields according to their type
func MustParseProbingConfigSpecSpeedTest_FieldPathValue ¶
func MustParseProbingConfigSpecSpeedTest_FieldPathValue(pathStr, valueStr string) ProbingConfigSpecSpeedTest_FieldPathValue
func ParseProbingConfigSpecSpeedTest_FieldPathValue ¶
func ParseProbingConfigSpecSpeedTest_FieldPathValue(pathStr, valueStr string) (ProbingConfigSpecSpeedTest_FieldPathValue, error)
type ProbingConfigSpecSpeedTest_FieldSubPath ¶
type ProbingConfigSpecSpeedTest_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ProbingConfigSpecSpeedTest_FieldSubPath) AsServersSubPath ¶
func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) AsServersSubPath() (ProbingConfigSpecSpeedTestServer_FieldPath, bool)
func (*ProbingConfigSpecSpeedTest_FieldSubPath) ClearValue ¶
func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) ClearValue(item *ProbingConfig_Spec_SpeedTest)
func (*ProbingConfigSpecSpeedTest_FieldSubPath) ClearValueRaw ¶
func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ProbingConfigSpecSpeedTest_FieldSubPath) Get ¶
func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) Get(source *ProbingConfig_Spec_SpeedTest) (values []interface{})
Get returns all values pointed by selected field from source ProbingConfig_Spec_SpeedTest
func (*ProbingConfigSpecSpeedTest_FieldSubPath) GetDefault ¶
func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingConfigSpecSpeedTest_FieldSubPath) GetRaw ¶
func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ProbingConfigSpecSpeedTest_FieldSubPath) GetSingle ¶
func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) GetSingle(source *ProbingConfig_Spec_SpeedTest) (interface{}, bool)
GetSingle returns value of selected field from source ProbingConfig_Spec_SpeedTest
func (*ProbingConfigSpecSpeedTest_FieldSubPath) GetSingleRaw ¶
func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingConfigSpecSpeedTest_FieldSubPath) IsLeaf ¶
func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingConfigSpecSpeedTest_FieldSubPath) JSONString ¶
func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingConfigSpecSpeedTest_FieldSubPath) Selector ¶
func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) Selector() ProbingConfigSpecSpeedTest_FieldPathSelector
func (*ProbingConfigSpecSpeedTest_FieldSubPath) String ¶
func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) String() string
String returns path representation in proto convention
func (*ProbingConfigSpecSpeedTest_FieldSubPath) WithIArrayItemValue ¶
func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingConfigSpecSpeedTest_FieldPathArrayItemValue
func (*ProbingConfigSpecSpeedTest_FieldSubPath) WithIArrayOfValues ¶
func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingConfigSpecSpeedTest_FieldPathArrayOfValues
func (*ProbingConfigSpecSpeedTest_FieldSubPath) WithIValue ¶
func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) WithIValue(value interface{}) ProbingConfigSpecSpeedTest_FieldPathValue
func (*ProbingConfigSpecSpeedTest_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingConfigSpecSpeedTest_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingConfigSpecSpeedTest_FieldSubPath) WithRawIValue ¶
func (fps *ProbingConfigSpecSpeedTest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingConfigSpecSpeedTest_FieldSubPathArrayItemValue ¶
type ProbingConfigSpecSpeedTest_FieldSubPathArrayItemValue struct { ProbingConfigSpecSpeedTest_FieldPath // contains filtered or unexported fields }
func (*ProbingConfigSpecSpeedTest_FieldSubPathArrayItemValue) AsServersPathItemValue ¶
func (fpaivs *ProbingConfigSpecSpeedTest_FieldSubPathArrayItemValue) AsServersPathItemValue() (ProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue, bool)
func (*ProbingConfigSpecSpeedTest_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ProbingConfigSpecSpeedTest_FieldSubPathArrayItemValue) ContainsValue(source *ProbingConfig_Spec_SpeedTest) bool
Contains returns a boolean indicating if value that is being held is present in given 'SpeedTest'
func (*ProbingConfigSpecSpeedTest_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ProbingConfigSpecSpeedTest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues ¶
type ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues struct { ProbingConfigSpecSpeedTest_FieldPath // contains filtered or unexported fields }
func (*ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues) AsServersPathArrayOfValues ¶
func (fpsaov *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues) AsServersPathArrayOfValues() (ProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues, bool)
func (*ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ProbingConfigSpecSpeedTest_FieldSubPathValue ¶
type ProbingConfigSpecSpeedTest_FieldSubPathValue struct { ProbingConfigSpecSpeedTest_FieldPath // contains filtered or unexported fields }
func (*ProbingConfigSpecSpeedTest_FieldSubPathValue) AsServersPathValue ¶
func (fpvs *ProbingConfigSpecSpeedTest_FieldSubPathValue) AsServersPathValue() (ProbingConfigSpecSpeedTestServer_FieldPathValue, bool)
func (*ProbingConfigSpecSpeedTest_FieldSubPathValue) CompareWith ¶
func (fpvs *ProbingConfigSpecSpeedTest_FieldSubPathValue) CompareWith(source *ProbingConfig_Spec_SpeedTest) (int, bool)
func (*ProbingConfigSpecSpeedTest_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ProbingConfigSpecSpeedTest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingConfigSpecSpeedTest_FieldSubPathValue) GetRawValue ¶
func (fpvs *ProbingConfigSpecSpeedTest_FieldSubPathValue) GetRawValue() interface{}
func (*ProbingConfigSpecSpeedTest_FieldSubPathValue) SetTo ¶
func (fpvs *ProbingConfigSpecSpeedTest_FieldSubPathValue) SetTo(target **ProbingConfig_Spec_SpeedTest)
func (*ProbingConfigSpecSpeedTest_FieldSubPathValue) SetToRaw ¶
func (fpvs *ProbingConfigSpecSpeedTest_FieldSubPathValue) SetToRaw(target proto.Message)
type ProbingConfigSpecSpeedTest_FieldTerminalPath ¶
type ProbingConfigSpecSpeedTest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbingConfigSpecSpeedTest_FieldTerminalPath) ClearValue ¶
func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) ClearValue(item *ProbingConfig_Spec_SpeedTest)
func (*ProbingConfigSpecSpeedTest_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbingConfigSpecSpeedTest_FieldTerminalPath) Get ¶
func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) Get(source *ProbingConfig_Spec_SpeedTest) (values []interface{})
Get returns all values pointed by specific field from source ProbingConfig_Spec_SpeedTest
func (*ProbingConfigSpecSpeedTest_FieldTerminalPath) GetDefault ¶
func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingConfigSpecSpeedTest_FieldTerminalPath) GetRaw ¶
func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbingConfigSpecSpeedTest_FieldTerminalPath) GetSingle ¶
func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) GetSingle(source *ProbingConfig_Spec_SpeedTest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ProbingConfig_Spec_SpeedTest
func (*ProbingConfigSpecSpeedTest_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingConfigSpecSpeedTest_FieldTerminalPath) IsLeaf ¶
func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingConfigSpecSpeedTest_FieldTerminalPath) JSONString ¶
func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingConfigSpecSpeedTest_FieldTerminalPath) Selector ¶
func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) Selector() ProbingConfigSpecSpeedTest_FieldPathSelector
func (*ProbingConfigSpecSpeedTest_FieldTerminalPath) String ¶
func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbingConfigSpecSpeedTest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingConfigSpecSpeedTest_FieldPathArrayItemValue
func (*ProbingConfigSpecSpeedTest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingConfigSpecSpeedTest_FieldPathArrayOfValues
func (*ProbingConfigSpecSpeedTest_FieldTerminalPath) WithIValue ¶
func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) WithIValue(value interface{}) ProbingConfigSpecSpeedTest_FieldPathValue
func (*ProbingConfigSpecSpeedTest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingConfigSpecSpeedTest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingConfigSpecSpeedTest_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbingConfigSpecSpeedTest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue ¶
type ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue struct { ProbingConfigSpecSpeedTest_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue) AsServersItemValue ¶
func (fpaiv *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue) AsServersItemValue() (*ProbingConfig_Spec_SpeedTest_Server, bool)
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingConfig_Spec_SpeedTest) bool
Contains returns a boolean indicating if value that is being held is present in given 'SpeedTest'
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ProbingConfig_Spec_SpeedTest as interface{}
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingConfig_Spec_SpeedTest) (interface{}, bool)
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues ¶
type ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues struct { ProbingConfigSpecSpeedTest_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues ¶
func (fpaov *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues() ([]bool, bool)
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues) AsIntervalArrayOfValues ¶
func (fpaov *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues) AsIntervalArrayOfValues() ([]*duration.Duration, bool)
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues) AsIntervalMinutesArrayOfValues ¶
func (fpaov *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues) AsIntervalMinutesArrayOfValues() ([]int64, bool)
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues) AsServersArrayOfValues ¶
func (fpaov *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues) AsServersArrayOfValues() ([][]*ProbingConfig_Spec_SpeedTest_Server, bool)
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbingConfigSpecSpeedTest_FieldTerminalPathValue ¶
type ProbingConfigSpecSpeedTest_FieldTerminalPathValue struct { ProbingConfigSpecSpeedTest_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathValue) AsEnabledValue ¶
func (fpv *ProbingConfigSpecSpeedTest_FieldTerminalPathValue) AsEnabledValue() (bool, bool)
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathValue) AsIntervalMinutesValue ¶
func (fpv *ProbingConfigSpecSpeedTest_FieldTerminalPathValue) AsIntervalMinutesValue() (int64, bool)
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathValue) AsIntervalValue ¶
func (fpv *ProbingConfigSpecSpeedTest_FieldTerminalPathValue) AsIntervalValue() (*duration.Duration, bool)
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathValue) AsServersValue ¶
func (fpv *ProbingConfigSpecSpeedTest_FieldTerminalPathValue) AsServersValue() ([]*ProbingConfig_Spec_SpeedTest_Server, bool)
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbingConfigSpecSpeedTest_FieldTerminalPathValue) CompareWith(source *ProbingConfig_Spec_SpeedTest) (int, bool)
CompareWith compares value in the 'ProbingConfigSpecSpeedTest_FieldTerminalPathValue' with the value under path in 'ProbingConfig_Spec_SpeedTest'.
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbingConfigSpecSpeedTest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbingConfigSpecSpeedTest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'SpeedTest' as interface{}
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbingConfigSpecSpeedTest_FieldTerminalPathValue) SetTo(target **ProbingConfig_Spec_SpeedTest)
SetTo stores value for selected field for object SpeedTest
func (*ProbingConfigSpecSpeedTest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbingConfigSpecSpeedTest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbingConfigSpec_FieldPath ¶
type ProbingConfigSpec_FieldPath interface { gotenobject.FieldPath Selector() ProbingConfigSpec_FieldPathSelector Get(source *ProbingConfig_Spec) []interface{} GetSingle(source *ProbingConfig_Spec) (interface{}, bool) ClearValue(item *ProbingConfig_Spec) // Those methods build corresponding ProbingConfigSpec_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbingConfigSpec_FieldPathValue WithIArrayOfValues(values interface{}) ProbingConfigSpec_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbingConfigSpec_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbingConfigSpec_FieldPath ¶
func BuildProbingConfigSpec_FieldPath(fp gotenobject.RawFieldPath) (ProbingConfigSpec_FieldPath, error)
func MustParseProbingConfigSpec_FieldPath ¶
func MustParseProbingConfigSpec_FieldPath(rawField string) ProbingConfigSpec_FieldPath
func ParseProbingConfigSpec_FieldPath ¶
func ParseProbingConfigSpec_FieldPath(rawField string) (ProbingConfigSpec_FieldPath, error)
type ProbingConfigSpec_FieldPathArrayItemValue ¶
type ProbingConfigSpec_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbingConfigSpec_FieldPath ContainsValue(*ProbingConfig_Spec) bool }
ProbingConfigSpec_FieldPathArrayItemValue allows storing single item in Path-specific values for Spec according to their type Present only for array (repeated) types.
func MustParseProbingConfigSpec_FieldPathArrayItemValue ¶
func MustParseProbingConfigSpec_FieldPathArrayItemValue(pathStr, valueStr string) ProbingConfigSpec_FieldPathArrayItemValue
func ParseProbingConfigSpec_FieldPathArrayItemValue ¶
func ParseProbingConfigSpec_FieldPathArrayItemValue(pathStr, valueStr string) (ProbingConfigSpec_FieldPathArrayItemValue, error)
ParseProbingConfigSpec_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbingConfigSpec_FieldPathArrayOfValues ¶
type ProbingConfigSpec_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbingConfigSpec_FieldPath }
ProbingConfigSpec_FieldPathArrayOfValues allows storing slice of values for Spec fields according to their type
func MustParseProbingConfigSpec_FieldPathArrayOfValues ¶
func MustParseProbingConfigSpec_FieldPathArrayOfValues(pathStr, valuesStr string) ProbingConfigSpec_FieldPathArrayOfValues
func ParseProbingConfigSpec_FieldPathArrayOfValues ¶
func ParseProbingConfigSpec_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbingConfigSpec_FieldPathArrayOfValues, error)
type ProbingConfigSpec_FieldPathSelector ¶
type ProbingConfigSpec_FieldPathSelector int32
const ( ProbingConfigSpec_FieldPathSelectorProbe ProbingConfigSpec_FieldPathSelector = 0 ProbingConfigSpec_FieldPathSelectorProbingSessions ProbingConfigSpec_FieldPathSelector = 1 ProbingConfigSpec_FieldPathSelectorSpeedtest ProbingConfigSpec_FieldPathSelector = 2 ProbingConfigSpec_FieldPathSelectorTargetSessions ProbingConfigSpec_FieldPathSelector = 3 )
func (ProbingConfigSpec_FieldPathSelector) String ¶
func (s ProbingConfigSpec_FieldPathSelector) String() string
type ProbingConfigSpec_FieldPathValue ¶
type ProbingConfigSpec_FieldPathValue interface { ProbingConfigSpec_FieldPath gotenobject.FieldPathValue SetTo(target **ProbingConfig_Spec) CompareWith(*ProbingConfig_Spec) (cmp int, comparable bool) }
ProbingConfigSpec_FieldPathValue allows storing values for Spec fields according to their type
func MustParseProbingConfigSpec_FieldPathValue ¶
func MustParseProbingConfigSpec_FieldPathValue(pathStr, valueStr string) ProbingConfigSpec_FieldPathValue
func ParseProbingConfigSpec_FieldPathValue ¶
func ParseProbingConfigSpec_FieldPathValue(pathStr, valueStr string) (ProbingConfigSpec_FieldPathValue, error)
type ProbingConfigSpec_FieldSubPath ¶
type ProbingConfigSpec_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ProbingConfigSpec_FieldSubPath) AsProbingSessionsSubPath ¶
func (fps *ProbingConfigSpec_FieldSubPath) AsProbingSessionsSubPath() (ProbingConfigProbingSession_FieldPath, bool)
func (*ProbingConfigSpec_FieldSubPath) AsSpeedtestSubPath ¶
func (fps *ProbingConfigSpec_FieldSubPath) AsSpeedtestSubPath() (ProbingConfigSpecSpeedTest_FieldPath, bool)
func (*ProbingConfigSpec_FieldSubPath) AsTargetSessionsSubPath ¶
func (fps *ProbingConfigSpec_FieldSubPath) AsTargetSessionsSubPath() (ProbingConfigProbingSession_FieldPath, bool)
func (*ProbingConfigSpec_FieldSubPath) ClearValue ¶
func (fps *ProbingConfigSpec_FieldSubPath) ClearValue(item *ProbingConfig_Spec)
func (*ProbingConfigSpec_FieldSubPath) ClearValueRaw ¶
func (fps *ProbingConfigSpec_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ProbingConfigSpec_FieldSubPath) Get ¶
func (fps *ProbingConfigSpec_FieldSubPath) Get(source *ProbingConfig_Spec) (values []interface{})
Get returns all values pointed by selected field from source ProbingConfig_Spec
func (*ProbingConfigSpec_FieldSubPath) GetDefault ¶
func (fps *ProbingConfigSpec_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingConfigSpec_FieldSubPath) GetRaw ¶
func (fps *ProbingConfigSpec_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ProbingConfigSpec_FieldSubPath) GetSingle ¶
func (fps *ProbingConfigSpec_FieldSubPath) GetSingle(source *ProbingConfig_Spec) (interface{}, bool)
GetSingle returns value of selected field from source ProbingConfig_Spec
func (*ProbingConfigSpec_FieldSubPath) GetSingleRaw ¶
func (fps *ProbingConfigSpec_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingConfigSpec_FieldSubPath) IsLeaf ¶
func (fps *ProbingConfigSpec_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingConfigSpec_FieldSubPath) JSONString ¶
func (fps *ProbingConfigSpec_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingConfigSpec_FieldSubPath) Selector ¶
func (fps *ProbingConfigSpec_FieldSubPath) Selector() ProbingConfigSpec_FieldPathSelector
func (*ProbingConfigSpec_FieldSubPath) String ¶
func (fps *ProbingConfigSpec_FieldSubPath) String() string
String returns path representation in proto convention
func (*ProbingConfigSpec_FieldSubPath) WithIArrayItemValue ¶
func (fps *ProbingConfigSpec_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingConfigSpec_FieldPathArrayItemValue
func (*ProbingConfigSpec_FieldSubPath) WithIArrayOfValues ¶
func (fps *ProbingConfigSpec_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingConfigSpec_FieldPathArrayOfValues
func (*ProbingConfigSpec_FieldSubPath) WithIValue ¶
func (fps *ProbingConfigSpec_FieldSubPath) WithIValue(value interface{}) ProbingConfigSpec_FieldPathValue
func (*ProbingConfigSpec_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ProbingConfigSpec_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingConfigSpec_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ProbingConfigSpec_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingConfigSpec_FieldSubPath) WithRawIValue ¶
func (fps *ProbingConfigSpec_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingConfigSpec_FieldSubPathArrayItemValue ¶
type ProbingConfigSpec_FieldSubPathArrayItemValue struct { ProbingConfigSpec_FieldPath // contains filtered or unexported fields }
func (*ProbingConfigSpec_FieldSubPathArrayItemValue) AsProbingSessionsPathItemValue ¶
func (fpaivs *ProbingConfigSpec_FieldSubPathArrayItemValue) AsProbingSessionsPathItemValue() (ProbingConfigProbingSession_FieldPathArrayItemValue, bool)
func (*ProbingConfigSpec_FieldSubPathArrayItemValue) AsSpeedtestPathItemValue ¶
func (fpaivs *ProbingConfigSpec_FieldSubPathArrayItemValue) AsSpeedtestPathItemValue() (ProbingConfigSpecSpeedTest_FieldPathArrayItemValue, bool)
func (*ProbingConfigSpec_FieldSubPathArrayItemValue) AsTargetSessionsPathItemValue ¶
func (fpaivs *ProbingConfigSpec_FieldSubPathArrayItemValue) AsTargetSessionsPathItemValue() (ProbingConfigProbingSession_FieldPathArrayItemValue, bool)
func (*ProbingConfigSpec_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ProbingConfigSpec_FieldSubPathArrayItemValue) ContainsValue(source *ProbingConfig_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*ProbingConfigSpec_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ProbingConfigSpec_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ProbingConfigSpec_FieldSubPathArrayOfValues ¶
type ProbingConfigSpec_FieldSubPathArrayOfValues struct { ProbingConfigSpec_FieldPath // contains filtered or unexported fields }
func (*ProbingConfigSpec_FieldSubPathArrayOfValues) AsProbingSessionsPathArrayOfValues ¶
func (fpsaov *ProbingConfigSpec_FieldSubPathArrayOfValues) AsProbingSessionsPathArrayOfValues() (ProbingConfigProbingSession_FieldPathArrayOfValues, bool)
func (*ProbingConfigSpec_FieldSubPathArrayOfValues) AsSpeedtestPathArrayOfValues ¶
func (fpsaov *ProbingConfigSpec_FieldSubPathArrayOfValues) AsSpeedtestPathArrayOfValues() (ProbingConfigSpecSpeedTest_FieldPathArrayOfValues, bool)
func (*ProbingConfigSpec_FieldSubPathArrayOfValues) AsTargetSessionsPathArrayOfValues ¶
func (fpsaov *ProbingConfigSpec_FieldSubPathArrayOfValues) AsTargetSessionsPathArrayOfValues() (ProbingConfigProbingSession_FieldPathArrayOfValues, bool)
func (*ProbingConfigSpec_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ProbingConfigSpec_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ProbingConfigSpec_FieldSubPathValue ¶
type ProbingConfigSpec_FieldSubPathValue struct { ProbingConfigSpec_FieldPath // contains filtered or unexported fields }
func (*ProbingConfigSpec_FieldSubPathValue) AsProbingSessionsPathValue ¶
func (fpvs *ProbingConfigSpec_FieldSubPathValue) AsProbingSessionsPathValue() (ProbingConfigProbingSession_FieldPathValue, bool)
func (*ProbingConfigSpec_FieldSubPathValue) AsSpeedtestPathValue ¶
func (fpvs *ProbingConfigSpec_FieldSubPathValue) AsSpeedtestPathValue() (ProbingConfigSpecSpeedTest_FieldPathValue, bool)
func (*ProbingConfigSpec_FieldSubPathValue) AsTargetSessionsPathValue ¶
func (fpvs *ProbingConfigSpec_FieldSubPathValue) AsTargetSessionsPathValue() (ProbingConfigProbingSession_FieldPathValue, bool)
func (*ProbingConfigSpec_FieldSubPathValue) CompareWith ¶
func (fpvs *ProbingConfigSpec_FieldSubPathValue) CompareWith(source *ProbingConfig_Spec) (int, bool)
func (*ProbingConfigSpec_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ProbingConfigSpec_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingConfigSpec_FieldSubPathValue) GetRawValue ¶
func (fpvs *ProbingConfigSpec_FieldSubPathValue) GetRawValue() interface{}
func (*ProbingConfigSpec_FieldSubPathValue) SetTo ¶
func (fpvs *ProbingConfigSpec_FieldSubPathValue) SetTo(target **ProbingConfig_Spec)
func (*ProbingConfigSpec_FieldSubPathValue) SetToRaw ¶
func (fpvs *ProbingConfigSpec_FieldSubPathValue) SetToRaw(target proto.Message)
type ProbingConfigSpec_FieldTerminalPath ¶
type ProbingConfigSpec_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbingConfigSpec_FieldTerminalPath) ClearValue ¶
func (fp *ProbingConfigSpec_FieldTerminalPath) ClearValue(item *ProbingConfig_Spec)
func (*ProbingConfigSpec_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbingConfigSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbingConfigSpec_FieldTerminalPath) Get ¶
func (fp *ProbingConfigSpec_FieldTerminalPath) Get(source *ProbingConfig_Spec) (values []interface{})
Get returns all values pointed by specific field from source ProbingConfig_Spec
func (*ProbingConfigSpec_FieldTerminalPath) GetDefault ¶
func (fp *ProbingConfigSpec_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingConfigSpec_FieldTerminalPath) GetRaw ¶
func (fp *ProbingConfigSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbingConfigSpec_FieldTerminalPath) GetSingle ¶
func (fp *ProbingConfigSpec_FieldTerminalPath) GetSingle(source *ProbingConfig_Spec) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ProbingConfig_Spec
func (*ProbingConfigSpec_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbingConfigSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingConfigSpec_FieldTerminalPath) IsLeaf ¶
func (fp *ProbingConfigSpec_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingConfigSpec_FieldTerminalPath) JSONString ¶
func (fp *ProbingConfigSpec_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingConfigSpec_FieldTerminalPath) Selector ¶
func (fp *ProbingConfigSpec_FieldTerminalPath) Selector() ProbingConfigSpec_FieldPathSelector
func (*ProbingConfigSpec_FieldTerminalPath) String ¶
func (fp *ProbingConfigSpec_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbingConfigSpec_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbingConfigSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingConfigSpec_FieldPathArrayItemValue
func (*ProbingConfigSpec_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbingConfigSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingConfigSpec_FieldPathArrayOfValues
func (*ProbingConfigSpec_FieldTerminalPath) WithIValue ¶
func (fp *ProbingConfigSpec_FieldTerminalPath) WithIValue(value interface{}) ProbingConfigSpec_FieldPathValue
func (*ProbingConfigSpec_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbingConfigSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingConfigSpec_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbingConfigSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingConfigSpec_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbingConfigSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingConfigSpec_FieldTerminalPathArrayItemValue ¶
type ProbingConfigSpec_FieldTerminalPathArrayItemValue struct { ProbingConfigSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingConfigSpec_FieldTerminalPathArrayItemValue) AsProbingSessionsItemValue ¶
func (fpaiv *ProbingConfigSpec_FieldTerminalPathArrayItemValue) AsProbingSessionsItemValue() (*ProbingConfig_ProbingSession, bool)
func (*ProbingConfigSpec_FieldTerminalPathArrayItemValue) AsTargetSessionsItemValue ¶
func (fpaiv *ProbingConfigSpec_FieldTerminalPathArrayItemValue) AsTargetSessionsItemValue() (*ProbingConfig_ProbingSession, bool)
func (*ProbingConfigSpec_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbingConfigSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingConfig_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*ProbingConfigSpec_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbingConfigSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ProbingConfig_Spec as interface{}
func (*ProbingConfigSpec_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbingConfigSpec_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingConfig_Spec) (interface{}, bool)
func (*ProbingConfigSpec_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbingConfigSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbingConfigSpec_FieldTerminalPathArrayOfValues ¶
type ProbingConfigSpec_FieldTerminalPathArrayOfValues struct { ProbingConfigSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingConfigSpec_FieldTerminalPathArrayOfValues) AsProbeArrayOfValues ¶
func (fpaov *ProbingConfigSpec_FieldTerminalPathArrayOfValues) AsProbeArrayOfValues() ([]*probe.Reference, bool)
func (*ProbingConfigSpec_FieldTerminalPathArrayOfValues) AsProbingSessionsArrayOfValues ¶
func (fpaov *ProbingConfigSpec_FieldTerminalPathArrayOfValues) AsProbingSessionsArrayOfValues() ([][]*ProbingConfig_ProbingSession, bool)
func (*ProbingConfigSpec_FieldTerminalPathArrayOfValues) AsSpeedtestArrayOfValues ¶
func (fpaov *ProbingConfigSpec_FieldTerminalPathArrayOfValues) AsSpeedtestArrayOfValues() ([]*ProbingConfig_Spec_SpeedTest, bool)
func (*ProbingConfigSpec_FieldTerminalPathArrayOfValues) AsTargetSessionsArrayOfValues ¶
func (fpaov *ProbingConfigSpec_FieldTerminalPathArrayOfValues) AsTargetSessionsArrayOfValues() ([][]*ProbingConfig_ProbingSession, bool)
func (*ProbingConfigSpec_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbingConfigSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbingConfigSpec_FieldTerminalPathValue ¶
type ProbingConfigSpec_FieldTerminalPathValue struct { ProbingConfigSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingConfigSpec_FieldTerminalPathValue) AsProbeValue ¶
func (fpv *ProbingConfigSpec_FieldTerminalPathValue) AsProbeValue() (*probe.Reference, bool)
func (*ProbingConfigSpec_FieldTerminalPathValue) AsProbingSessionsValue ¶
func (fpv *ProbingConfigSpec_FieldTerminalPathValue) AsProbingSessionsValue() ([]*ProbingConfig_ProbingSession, bool)
func (*ProbingConfigSpec_FieldTerminalPathValue) AsSpeedtestValue ¶
func (fpv *ProbingConfigSpec_FieldTerminalPathValue) AsSpeedtestValue() (*ProbingConfig_Spec_SpeedTest, bool)
func (*ProbingConfigSpec_FieldTerminalPathValue) AsTargetSessionsValue ¶
func (fpv *ProbingConfigSpec_FieldTerminalPathValue) AsTargetSessionsValue() ([]*ProbingConfig_ProbingSession, bool)
func (*ProbingConfigSpec_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbingConfigSpec_FieldTerminalPathValue) CompareWith(source *ProbingConfig_Spec) (int, bool)
CompareWith compares value in the 'ProbingConfigSpec_FieldTerminalPathValue' with the value under path in 'ProbingConfig_Spec'.
func (*ProbingConfigSpec_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbingConfigSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingConfigSpec_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbingConfigSpec_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Spec' as interface{}
func (*ProbingConfigSpec_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbingConfigSpec_FieldTerminalPathValue) SetTo(target **ProbingConfig_Spec)
SetTo stores value for selected field for object Spec
func (*ProbingConfigSpec_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbingConfigSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbingConfigStatusFieldPathBuilder ¶
type ProbingConfigStatusFieldPathBuilder struct{}
func NewProbingConfigStatusFieldPathBuilder ¶
func NewProbingConfigStatusFieldPathBuilder() ProbingConfigStatusFieldPathBuilder
type ProbingConfigStatus_FieldPath ¶
type ProbingConfigStatus_FieldPath interface { gotenobject.FieldPath Selector() ProbingConfigStatus_FieldPathSelector Get(source *ProbingConfig_Status) []interface{} GetSingle(source *ProbingConfig_Status) (interface{}, bool) ClearValue(item *ProbingConfig_Status) // Those methods build corresponding ProbingConfigStatus_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbingConfigStatus_FieldPathValue WithIArrayOfValues(values interface{}) ProbingConfigStatus_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbingConfigStatus_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbingConfigStatus_FieldPath ¶
func BuildProbingConfigStatus_FieldPath(fp gotenobject.RawFieldPath) (ProbingConfigStatus_FieldPath, error)
func MustParseProbingConfigStatus_FieldPath ¶
func MustParseProbingConfigStatus_FieldPath(rawField string) ProbingConfigStatus_FieldPath
func ParseProbingConfigStatus_FieldPath ¶
func ParseProbingConfigStatus_FieldPath(rawField string) (ProbingConfigStatus_FieldPath, error)
type ProbingConfigStatus_FieldPathArrayItemValue ¶
type ProbingConfigStatus_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbingConfigStatus_FieldPath ContainsValue(*ProbingConfig_Status) bool }
ProbingConfigStatus_FieldPathArrayItemValue allows storing single item in Path-specific values for Status according to their type Present only for array (repeated) types.
func MustParseProbingConfigStatus_FieldPathArrayItemValue ¶
func MustParseProbingConfigStatus_FieldPathArrayItemValue(pathStr, valueStr string) ProbingConfigStatus_FieldPathArrayItemValue
func ParseProbingConfigStatus_FieldPathArrayItemValue ¶
func ParseProbingConfigStatus_FieldPathArrayItemValue(pathStr, valueStr string) (ProbingConfigStatus_FieldPathArrayItemValue, error)
ParseProbingConfigStatus_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbingConfigStatus_FieldPathArrayOfValues ¶
type ProbingConfigStatus_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbingConfigStatus_FieldPath }
ProbingConfigStatus_FieldPathArrayOfValues allows storing slice of values for Status fields according to their type
func MustParseProbingConfigStatus_FieldPathArrayOfValues ¶
func MustParseProbingConfigStatus_FieldPathArrayOfValues(pathStr, valuesStr string) ProbingConfigStatus_FieldPathArrayOfValues
func ParseProbingConfigStatus_FieldPathArrayOfValues ¶
func ParseProbingConfigStatus_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbingConfigStatus_FieldPathArrayOfValues, error)
type ProbingConfigStatus_FieldPathSelector ¶
type ProbingConfigStatus_FieldPathSelector int32
func (ProbingConfigStatus_FieldPathSelector) String ¶
func (s ProbingConfigStatus_FieldPathSelector) String() string
type ProbingConfigStatus_FieldPathValue ¶
type ProbingConfigStatus_FieldPathValue interface { ProbingConfigStatus_FieldPath gotenobject.FieldPathValue SetTo(target **ProbingConfig_Status) CompareWith(*ProbingConfig_Status) (cmp int, comparable bool) }
ProbingConfigStatus_FieldPathValue allows storing values for Status fields according to their type
func MustParseProbingConfigStatus_FieldPathValue ¶
func MustParseProbingConfigStatus_FieldPathValue(pathStr, valueStr string) ProbingConfigStatus_FieldPathValue
func ParseProbingConfigStatus_FieldPathValue ¶
func ParseProbingConfigStatus_FieldPathValue(pathStr, valueStr string) (ProbingConfigStatus_FieldPathValue, error)
type ProbingConfigStatus_FieldTerminalPath ¶
type ProbingConfigStatus_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbingConfigStatus_FieldTerminalPath) ClearValue ¶
func (fp *ProbingConfigStatus_FieldTerminalPath) ClearValue(item *ProbingConfig_Status)
func (*ProbingConfigStatus_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbingConfigStatus_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbingConfigStatus_FieldTerminalPath) Get ¶
func (fp *ProbingConfigStatus_FieldTerminalPath) Get(source *ProbingConfig_Status) (values []interface{})
Get returns all values pointed by specific field from source ProbingConfig_Status
func (*ProbingConfigStatus_FieldTerminalPath) GetDefault ¶
func (fp *ProbingConfigStatus_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingConfigStatus_FieldTerminalPath) GetRaw ¶
func (fp *ProbingConfigStatus_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbingConfigStatus_FieldTerminalPath) GetSingle ¶
func (fp *ProbingConfigStatus_FieldTerminalPath) GetSingle(source *ProbingConfig_Status) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ProbingConfig_Status
func (*ProbingConfigStatus_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbingConfigStatus_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingConfigStatus_FieldTerminalPath) IsLeaf ¶
func (fp *ProbingConfigStatus_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingConfigStatus_FieldTerminalPath) JSONString ¶
func (fp *ProbingConfigStatus_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingConfigStatus_FieldTerminalPath) Selector ¶
func (fp *ProbingConfigStatus_FieldTerminalPath) Selector() ProbingConfigStatus_FieldPathSelector
func (*ProbingConfigStatus_FieldTerminalPath) String ¶
func (fp *ProbingConfigStatus_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbingConfigStatus_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbingConfigStatus_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingConfigStatus_FieldPathArrayItemValue
func (*ProbingConfigStatus_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbingConfigStatus_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingConfigStatus_FieldPathArrayOfValues
func (*ProbingConfigStatus_FieldTerminalPath) WithIValue ¶
func (fp *ProbingConfigStatus_FieldTerminalPath) WithIValue(value interface{}) ProbingConfigStatus_FieldPathValue
func (*ProbingConfigStatus_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbingConfigStatus_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingConfigStatus_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbingConfigStatus_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingConfigStatus_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbingConfigStatus_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingConfigStatus_FieldTerminalPathArrayItemValue ¶
type ProbingConfigStatus_FieldTerminalPathArrayItemValue struct { ProbingConfigStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingConfigStatus_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbingConfigStatus_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingConfig_Status) bool
Contains returns a boolean indicating if value that is being held is present in given 'Status'
func (*ProbingConfigStatus_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbingConfigStatus_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ProbingConfig_Status as interface{}
func (*ProbingConfigStatus_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbingConfigStatus_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingConfig_Status) (interface{}, bool)
func (*ProbingConfigStatus_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbingConfigStatus_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbingConfigStatus_FieldTerminalPathArrayOfValues ¶
type ProbingConfigStatus_FieldTerminalPathArrayOfValues struct { ProbingConfigStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingConfigStatus_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbingConfigStatus_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbingConfigStatus_FieldTerminalPathValue ¶
type ProbingConfigStatus_FieldTerminalPathValue struct { ProbingConfigStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingConfigStatus_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbingConfigStatus_FieldTerminalPathValue) CompareWith(source *ProbingConfig_Status) (int, bool)
CompareWith compares value in the 'ProbingConfigStatus_FieldTerminalPathValue' with the value under path in 'ProbingConfig_Status'.
func (*ProbingConfigStatus_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbingConfigStatus_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingConfigStatus_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbingConfigStatus_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Status' as interface{}
func (*ProbingConfigStatus_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbingConfigStatus_FieldTerminalPathValue) SetTo(target **ProbingConfig_Status)
SetTo stores value for selected field for object Status
func (*ProbingConfigStatus_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbingConfigStatus_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbingConfig_FieldMask ¶
type ProbingConfig_FieldMask struct {
Paths []ProbingConfig_FieldPath
}
func FullProbingConfig_FieldMask ¶
func FullProbingConfig_FieldMask() *ProbingConfig_FieldMask
func ResourceViewFieldMask ¶
func ResourceViewFieldMask(viewName view.View, extraMask *ProbingConfig_FieldMask) *ProbingConfig_FieldMask
func (*ProbingConfig_FieldMask) AppendPath ¶
func (fieldMask *ProbingConfig_FieldMask) AppendPath(path ProbingConfig_FieldPath)
func (*ProbingConfig_FieldMask) AppendRawPath ¶
func (fieldMask *ProbingConfig_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ProbingConfig_FieldMask) DecodeFirestore ¶
func (fieldMask *ProbingConfig_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ProbingConfig_FieldMask) EncodeFirestore ¶
func (fieldMask *ProbingConfig_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ProbingConfig_FieldMask) FilterInputFields ¶
func (fieldMask *ProbingConfig_FieldMask) FilterInputFields() *ProbingConfig_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ProbingConfig_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ProbingConfig_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ProbingConfig_FieldMask) GetPaths ¶
func (fieldMask *ProbingConfig_FieldMask) GetPaths() []ProbingConfig_FieldPath
func (*ProbingConfig_FieldMask) GetRawPaths ¶
func (fieldMask *ProbingConfig_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ProbingConfig_FieldMask) IsFull ¶
func (fieldMask *ProbingConfig_FieldMask) IsFull() bool
func (ProbingConfig_FieldMask) Marshal ¶
func (fieldMask ProbingConfig_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ProbingConfig_FieldMask) MarshalJSON ¶
func (fieldMask ProbingConfig_FieldMask) MarshalJSON() ([]byte, error)
func (*ProbingConfig_FieldMask) PathsCount ¶
func (fieldMask *ProbingConfig_FieldMask) PathsCount() int
func (*ProbingConfig_FieldMask) Project ¶
func (fieldMask *ProbingConfig_FieldMask) Project(source *ProbingConfig) *ProbingConfig
func (*ProbingConfig_FieldMask) ProjectRaw ¶
func (fieldMask *ProbingConfig_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ProbingConfig_FieldMask) ProtoMessage ¶
func (fieldMask *ProbingConfig_FieldMask) ProtoMessage()
func (*ProbingConfig_FieldMask) ProtoReflect ¶
func (fieldMask *ProbingConfig_FieldMask) ProtoReflect() preflect.Message
func (*ProbingConfig_FieldMask) Reset ¶
func (fieldMask *ProbingConfig_FieldMask) Reset()
func (*ProbingConfig_FieldMask) Set ¶
func (fieldMask *ProbingConfig_FieldMask) Set(target, source *ProbingConfig)
func (*ProbingConfig_FieldMask) SetFromCliFlag ¶
func (fieldMask *ProbingConfig_FieldMask) SetFromCliFlag(raw string) error
func (*ProbingConfig_FieldMask) SetRaw ¶
func (fieldMask *ProbingConfig_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ProbingConfig_FieldMask) Size ¶
func (fieldMask *ProbingConfig_FieldMask) Size() int
func (*ProbingConfig_FieldMask) String ¶
func (fieldMask *ProbingConfig_FieldMask) String() string
func (*ProbingConfig_FieldMask) Subtract ¶
func (fieldMask *ProbingConfig_FieldMask) Subtract(other *ProbingConfig_FieldMask) *ProbingConfig_FieldMask
func (*ProbingConfig_FieldMask) SubtractRaw ¶
func (fieldMask *ProbingConfig_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ProbingConfig_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ProbingConfig_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ProbingConfig_FieldMask) Unmarshal ¶
func (fieldMask *ProbingConfig_FieldMask) Unmarshal(data []byte) error
func (*ProbingConfig_FieldMask) UnmarshalJSON ¶
func (fieldMask *ProbingConfig_FieldMask) UnmarshalJSON(data []byte) error
type ProbingConfig_FieldPath ¶
type ProbingConfig_FieldPath interface { gotenobject.FieldPath Selector() ProbingConfig_FieldPathSelector Get(source *ProbingConfig) []interface{} GetSingle(source *ProbingConfig) (interface{}, bool) ClearValue(item *ProbingConfig) // Those methods build corresponding ProbingConfig_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbingConfig_FieldPathValue WithIArrayOfValues(values interface{}) ProbingConfig_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbingConfig_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbingConfig_FieldPath ¶
func BuildProbingConfig_FieldPath(fp gotenobject.RawFieldPath) (ProbingConfig_FieldPath, error)
func MustParseProbingConfig_FieldPath ¶
func MustParseProbingConfig_FieldPath(rawField string) ProbingConfig_FieldPath
func ParseProbingConfig_FieldPath ¶
func ParseProbingConfig_FieldPath(rawField string) (ProbingConfig_FieldPath, error)
type ProbingConfig_FieldPathArrayItemValue ¶
type ProbingConfig_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbingConfig_FieldPath ContainsValue(*ProbingConfig) bool }
ProbingConfig_FieldPathArrayItemValue allows storing single item in Path-specific values for ProbingConfig according to their type Present only for array (repeated) types.
func MustParseProbingConfig_FieldPathArrayItemValue ¶
func MustParseProbingConfig_FieldPathArrayItemValue(pathStr, valueStr string) ProbingConfig_FieldPathArrayItemValue
func ParseProbingConfig_FieldPathArrayItemValue ¶
func ParseProbingConfig_FieldPathArrayItemValue(pathStr, valueStr string) (ProbingConfig_FieldPathArrayItemValue, error)
ParseProbingConfig_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbingConfig_FieldPathArrayOfValues ¶
type ProbingConfig_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbingConfig_FieldPath }
ProbingConfig_FieldPathArrayOfValues allows storing slice of values for ProbingConfig fields according to their type
func MustParseProbingConfig_FieldPathArrayOfValues ¶
func MustParseProbingConfig_FieldPathArrayOfValues(pathStr, valuesStr string) ProbingConfig_FieldPathArrayOfValues
func ParseProbingConfig_FieldPathArrayOfValues ¶
func ParseProbingConfig_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbingConfig_FieldPathArrayOfValues, error)
type ProbingConfig_FieldPathSelector ¶
type ProbingConfig_FieldPathSelector int32
const ( ProbingConfig_FieldPathSelectorName ProbingConfig_FieldPathSelector = 0 ProbingConfig_FieldPathSelectorDisplayName ProbingConfig_FieldPathSelector = 1 ProbingConfig_FieldPathSelectorMetadata ProbingConfig_FieldPathSelector = 2 ProbingConfig_FieldPathSelectorSpec ProbingConfig_FieldPathSelector = 3 ProbingConfig_FieldPathSelectorStatus ProbingConfig_FieldPathSelector = 4 )
func (ProbingConfig_FieldPathSelector) String ¶
func (s ProbingConfig_FieldPathSelector) String() string
type ProbingConfig_FieldPathValue ¶
type ProbingConfig_FieldPathValue interface { ProbingConfig_FieldPath gotenobject.FieldPathValue SetTo(target **ProbingConfig) CompareWith(*ProbingConfig) (cmp int, comparable bool) }
ProbingConfig_FieldPathValue allows storing values for ProbingConfig fields according to their type
func MustParseProbingConfig_FieldPathValue ¶
func MustParseProbingConfig_FieldPathValue(pathStr, valueStr string) ProbingConfig_FieldPathValue
func ParseProbingConfig_FieldPathValue ¶
func ParseProbingConfig_FieldPathValue(pathStr, valueStr string) (ProbingConfig_FieldPathValue, error)
type ProbingConfig_FieldSubPath ¶
type ProbingConfig_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ProbingConfig_FieldSubPath) AsMetadataSubPath ¶
func (fps *ProbingConfig_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
func (*ProbingConfig_FieldSubPath) AsSpecSubPath ¶
func (fps *ProbingConfig_FieldSubPath) AsSpecSubPath() (ProbingConfigSpec_FieldPath, bool)
func (*ProbingConfig_FieldSubPath) AsStatusSubPath ¶
func (fps *ProbingConfig_FieldSubPath) AsStatusSubPath() (ProbingConfigStatus_FieldPath, bool)
func (*ProbingConfig_FieldSubPath) ClearValue ¶
func (fps *ProbingConfig_FieldSubPath) ClearValue(item *ProbingConfig)
func (*ProbingConfig_FieldSubPath) ClearValueRaw ¶
func (fps *ProbingConfig_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ProbingConfig_FieldSubPath) Get ¶
func (fps *ProbingConfig_FieldSubPath) Get(source *ProbingConfig) (values []interface{})
Get returns all values pointed by selected field from source ProbingConfig
func (*ProbingConfig_FieldSubPath) GetDefault ¶
func (fps *ProbingConfig_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingConfig_FieldSubPath) GetRaw ¶
func (fps *ProbingConfig_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ProbingConfig_FieldSubPath) GetSingle ¶
func (fps *ProbingConfig_FieldSubPath) GetSingle(source *ProbingConfig) (interface{}, bool)
GetSingle returns value of selected field from source ProbingConfig
func (*ProbingConfig_FieldSubPath) GetSingleRaw ¶
func (fps *ProbingConfig_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingConfig_FieldSubPath) IsLeaf ¶
func (fps *ProbingConfig_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingConfig_FieldSubPath) JSONString ¶
func (fps *ProbingConfig_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingConfig_FieldSubPath) Selector ¶
func (fps *ProbingConfig_FieldSubPath) Selector() ProbingConfig_FieldPathSelector
func (*ProbingConfig_FieldSubPath) String ¶
func (fps *ProbingConfig_FieldSubPath) String() string
String returns path representation in proto convention
func (*ProbingConfig_FieldSubPath) WithIArrayItemValue ¶
func (fps *ProbingConfig_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingConfig_FieldPathArrayItemValue
func (*ProbingConfig_FieldSubPath) WithIArrayOfValues ¶
func (fps *ProbingConfig_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingConfig_FieldPathArrayOfValues
func (*ProbingConfig_FieldSubPath) WithIValue ¶
func (fps *ProbingConfig_FieldSubPath) WithIValue(value interface{}) ProbingConfig_FieldPathValue
func (*ProbingConfig_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ProbingConfig_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingConfig_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ProbingConfig_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingConfig_FieldSubPath) WithRawIValue ¶
func (fps *ProbingConfig_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingConfig_FieldSubPathArrayItemValue ¶
type ProbingConfig_FieldSubPathArrayItemValue struct { ProbingConfig_FieldPath // contains filtered or unexported fields }
func (*ProbingConfig_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *ProbingConfig_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
func (*ProbingConfig_FieldSubPathArrayItemValue) AsSpecPathItemValue ¶
func (fpaivs *ProbingConfig_FieldSubPathArrayItemValue) AsSpecPathItemValue() (ProbingConfigSpec_FieldPathArrayItemValue, bool)
func (*ProbingConfig_FieldSubPathArrayItemValue) AsStatusPathItemValue ¶
func (fpaivs *ProbingConfig_FieldSubPathArrayItemValue) AsStatusPathItemValue() (ProbingConfigStatus_FieldPathArrayItemValue, bool)
func (*ProbingConfig_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ProbingConfig_FieldSubPathArrayItemValue) ContainsValue(source *ProbingConfig) bool
Contains returns a boolean indicating if value that is being held is present in given 'ProbingConfig'
func (*ProbingConfig_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ProbingConfig_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ProbingConfig_FieldSubPathArrayOfValues ¶
type ProbingConfig_FieldSubPathArrayOfValues struct { ProbingConfig_FieldPath // contains filtered or unexported fields }
func (*ProbingConfig_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *ProbingConfig_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
func (*ProbingConfig_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues ¶
func (fpsaov *ProbingConfig_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (ProbingConfigSpec_FieldPathArrayOfValues, bool)
func (*ProbingConfig_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues ¶
func (fpsaov *ProbingConfig_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues() (ProbingConfigStatus_FieldPathArrayOfValues, bool)
func (*ProbingConfig_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ProbingConfig_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ProbingConfig_FieldSubPathValue ¶
type ProbingConfig_FieldSubPathValue struct { ProbingConfig_FieldPath // contains filtered or unexported fields }
func (*ProbingConfig_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *ProbingConfig_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
func (*ProbingConfig_FieldSubPathValue) AsSpecPathValue ¶
func (fpvs *ProbingConfig_FieldSubPathValue) AsSpecPathValue() (ProbingConfigSpec_FieldPathValue, bool)
func (*ProbingConfig_FieldSubPathValue) AsStatusPathValue ¶
func (fpvs *ProbingConfig_FieldSubPathValue) AsStatusPathValue() (ProbingConfigStatus_FieldPathValue, bool)
func (*ProbingConfig_FieldSubPathValue) CompareWith ¶
func (fpvs *ProbingConfig_FieldSubPathValue) CompareWith(source *ProbingConfig) (int, bool)
func (*ProbingConfig_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ProbingConfig_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingConfig_FieldSubPathValue) GetRawValue ¶
func (fpvs *ProbingConfig_FieldSubPathValue) GetRawValue() interface{}
func (*ProbingConfig_FieldSubPathValue) SetTo ¶
func (fpvs *ProbingConfig_FieldSubPathValue) SetTo(target **ProbingConfig)
func (*ProbingConfig_FieldSubPathValue) SetToRaw ¶
func (fpvs *ProbingConfig_FieldSubPathValue) SetToRaw(target proto.Message)
type ProbingConfig_FieldTerminalPath ¶
type ProbingConfig_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbingConfig_FieldTerminalPath) ClearValue ¶
func (fp *ProbingConfig_FieldTerminalPath) ClearValue(item *ProbingConfig)
func (*ProbingConfig_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbingConfig_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbingConfig_FieldTerminalPath) Get ¶
func (fp *ProbingConfig_FieldTerminalPath) Get(source *ProbingConfig) (values []interface{})
Get returns all values pointed by specific field from source ProbingConfig
func (*ProbingConfig_FieldTerminalPath) GetDefault ¶
func (fp *ProbingConfig_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingConfig_FieldTerminalPath) GetRaw ¶
func (fp *ProbingConfig_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbingConfig_FieldTerminalPath) GetSingle ¶
func (fp *ProbingConfig_FieldTerminalPath) GetSingle(source *ProbingConfig) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ProbingConfig
func (*ProbingConfig_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbingConfig_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingConfig_FieldTerminalPath) IsLeaf ¶
func (fp *ProbingConfig_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingConfig_FieldTerminalPath) JSONString ¶
func (fp *ProbingConfig_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingConfig_FieldTerminalPath) Selector ¶
func (fp *ProbingConfig_FieldTerminalPath) Selector() ProbingConfig_FieldPathSelector
func (*ProbingConfig_FieldTerminalPath) String ¶
func (fp *ProbingConfig_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbingConfig_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbingConfig_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingConfig_FieldPathArrayItemValue
func (*ProbingConfig_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbingConfig_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingConfig_FieldPathArrayOfValues
func (*ProbingConfig_FieldTerminalPath) WithIValue ¶
func (fp *ProbingConfig_FieldTerminalPath) WithIValue(value interface{}) ProbingConfig_FieldPathValue
func (*ProbingConfig_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbingConfig_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingConfig_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbingConfig_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingConfig_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbingConfig_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingConfig_FieldTerminalPathArrayItemValue ¶
type ProbingConfig_FieldTerminalPathArrayItemValue struct { ProbingConfig_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingConfig_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbingConfig_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingConfig) bool
Contains returns a boolean indicating if value that is being held is present in given 'ProbingConfig'
func (*ProbingConfig_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbingConfig_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ProbingConfig as interface{}
func (*ProbingConfig_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbingConfig_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingConfig) (interface{}, bool)
func (*ProbingConfig_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbingConfig_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbingConfig_FieldTerminalPathArrayOfValues ¶
type ProbingConfig_FieldTerminalPathArrayOfValues struct { ProbingConfig_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingConfig_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues ¶
func (fpaov *ProbingConfig_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
func (*ProbingConfig_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *ProbingConfig_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
func (*ProbingConfig_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *ProbingConfig_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
func (*ProbingConfig_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues ¶
func (fpaov *ProbingConfig_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*ProbingConfig_Spec, bool)
func (*ProbingConfig_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues ¶
func (fpaov *ProbingConfig_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues() ([]*ProbingConfig_Status, bool)
func (*ProbingConfig_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbingConfig_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbingConfig_FieldTerminalPathValue ¶
type ProbingConfig_FieldTerminalPathValue struct { ProbingConfig_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingConfig_FieldTerminalPathValue) AsDisplayNameValue ¶
func (fpv *ProbingConfig_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
func (*ProbingConfig_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *ProbingConfig_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
func (*ProbingConfig_FieldTerminalPathValue) AsNameValue ¶
func (fpv *ProbingConfig_FieldTerminalPathValue) AsNameValue() (*Name, bool)
func (*ProbingConfig_FieldTerminalPathValue) AsSpecValue ¶
func (fpv *ProbingConfig_FieldTerminalPathValue) AsSpecValue() (*ProbingConfig_Spec, bool)
func (*ProbingConfig_FieldTerminalPathValue) AsStatusValue ¶
func (fpv *ProbingConfig_FieldTerminalPathValue) AsStatusValue() (*ProbingConfig_Status, bool)
func (*ProbingConfig_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbingConfig_FieldTerminalPathValue) CompareWith(source *ProbingConfig) (int, bool)
CompareWith compares value in the 'ProbingConfig_FieldTerminalPathValue' with the value under path in 'ProbingConfig'.
func (*ProbingConfig_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbingConfig_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingConfig_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbingConfig_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ProbingConfig' as interface{}
func (*ProbingConfig_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbingConfig_FieldTerminalPathValue) SetTo(target **ProbingConfig)
SetTo stores value for selected field for object ProbingConfig
func (*ProbingConfig_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbingConfig_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbingConfig_ProbingSession ¶ added in v0.4.27
type ProbingConfig_ProbingSession struct { // Name of ProbingTarget Target *probing_target.Name `protobuf:"bytes,1,opt,customtype=Name,name=target,proto3" json:"target,omitempty" firestore:"target"` // Display name is a human readable representation of the target TargetDisplayName string `` /* 144-byte string literal not displayed */ // group reference TargetGroup *probing_target_group.Reference `` /* 140-byte string literal not displayed */ // mode defines the mode for this probe target - icmp/udp/http/tcp Mode common.ProbingMode `protobuf:"varint,2,opt,name=mode,proto3,enum=ntt.watchdog.v1alpha2.ProbingMode" json:"mode,omitempty" firestore:"mode"` // ip_version defines which IP version should be used. IpVersion common.IpVersion `` /* 148-byte string literal not displayed */ // address is the actual target for the probe - IP addreses/http endpoint Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty" firestore:"address"` // Additional Group Name to enrich data. GroupName string `protobuf:"bytes,11,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty" firestore:"groupName"` // Additional Category Name to enrich data Category string `protobuf:"bytes,12,opt,name=category,proto3" json:"category,omitempty" firestore:"category"` // Target location type LocationType common.LocationType `` /* 164-byte string literal not displayed */ // Specific location if applicable Location *common.Location `protobuf:"bytes,15,opt,name=location,proto3" json:"location,omitempty" firestore:"location"` // (deprecated) Interval defines the interval of probing in seconds. IntervalSec int64 `protobuf:"varint,5,opt,name=interval_sec,json=intervalSec,proto3" json:"interval_sec,omitempty" firestore:"intervalSec"` // Interval defines probing interval Interval *duration.Duration `protobuf:"bytes,16,opt,name=interval,proto3" json:"interval,omitempty" firestore:"interval"` // TOS for ipv4 or Traffic class for ipv6. Don't set it (use defaults or // distribution overrides) Tos uint32 `protobuf:"varint,7,opt,name=tos,proto3" json:"tos,omitempty" firestore:"tos"` // Window size. Don't set it (use default_settings or distribution // overrides) WindowSize uint32 `protobuf:"varint,9,opt,name=window_size,json=windowSize,proto3" json:"window_size,omitempty" firestore:"windowSize"` // Path Probing settings. Don't set it (use default_settings or distribution // overrides) PathProbing *common.PathProbe `protobuf:"bytes,8,opt,name=path_probing,json=pathProbing,proto3" json:"path_probing,omitempty" firestore:"pathProbing"` // Speedtest specific settings SpeedtestSettings *common.SpeedTestSettings `` /* 143-byte string literal not displayed */ // HTTP Probing Settings HttpProbingConfig *common.HTTPProbingConfig `` /* 145-byte string literal not displayed */ // Proxy configuration (for speedtest and http) ProxyConfiguration *common.ProxyConfiguration `` /* 147-byte string literal not displayed */ // addresses list the list of IP addresses that this target is reachable on // used for managed targets that might have dual stack Addresses []string `protobuf:"bytes,21,rep,name=addresses,proto3" json:"addresses,omitempty" firestore:"addresses"` // contains filtered or unexported fields }
ProbingSession is target
func (*ProbingConfig_ProbingSession) Clone ¶ added in v0.4.27
func (o *ProbingConfig_ProbingSession) Clone() *ProbingConfig_ProbingSession
func (*ProbingConfig_ProbingSession) CloneRaw ¶ added in v0.4.27
func (o *ProbingConfig_ProbingSession) CloneRaw() gotenobject.GotenObjectExt
func (*ProbingConfig_ProbingSession) Descriptor ¶ added in v0.4.27
func (*ProbingConfig_ProbingSession) Descriptor() ([]byte, []int)
Deprecated, Use ProbingConfig_ProbingSession.ProtoReflect.Descriptor instead.
func (*ProbingConfig_ProbingSession) GetAddress ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetAddress() string
func (*ProbingConfig_ProbingSession) GetAddresses ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetAddresses() []string
func (*ProbingConfig_ProbingSession) GetCategory ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetCategory() string
func (*ProbingConfig_ProbingSession) GetGroupName ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetGroupName() string
func (*ProbingConfig_ProbingSession) GetHttpProbingConfig ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetHttpProbingConfig() *common.HTTPProbingConfig
func (*ProbingConfig_ProbingSession) GetInterval ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetInterval() *duration.Duration
func (*ProbingConfig_ProbingSession) GetIntervalSec ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetIntervalSec() int64
func (*ProbingConfig_ProbingSession) GetIpVersion ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetIpVersion() common.IpVersion
func (*ProbingConfig_ProbingSession) GetLocation ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetLocation() *common.Location
func (*ProbingConfig_ProbingSession) GetLocationType ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetLocationType() common.LocationType
func (*ProbingConfig_ProbingSession) GetMode ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetMode() common.ProbingMode
func (*ProbingConfig_ProbingSession) GetPathProbing ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetPathProbing() *common.PathProbe
func (*ProbingConfig_ProbingSession) GetProxyConfiguration ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetProxyConfiguration() *common.ProxyConfiguration
func (*ProbingConfig_ProbingSession) GetSpeedtestSettings ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetSpeedtestSettings() *common.SpeedTestSettings
func (*ProbingConfig_ProbingSession) GetTarget ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetTarget() *probing_target.Name
func (*ProbingConfig_ProbingSession) GetTargetDisplayName ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetTargetDisplayName() string
func (*ProbingConfig_ProbingSession) GetTargetGroup ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetTargetGroup() *probing_target_group.Reference
func (*ProbingConfig_ProbingSession) GetTos ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetTos() uint32
func (*ProbingConfig_ProbingSession) GetWindowSize ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) GetWindowSize() uint32
func (*ProbingConfig_ProbingSession) GotenMessage ¶ added in v0.4.27
func (*ProbingConfig_ProbingSession) GotenMessage()
func (*ProbingConfig_ProbingSession) GotenObjectExt ¶ added in v0.4.27
func (o *ProbingConfig_ProbingSession) GotenObjectExt()
func (*ProbingConfig_ProbingSession) GotenValidate ¶ added in v0.4.27
func (obj *ProbingConfig_ProbingSession) GotenValidate() error
func (*ProbingConfig_ProbingSession) MakeDiffFieldMask ¶ added in v0.4.27
func (o *ProbingConfig_ProbingSession) MakeDiffFieldMask(other *ProbingConfig_ProbingSession) *ProbingConfig_ProbingSession_FieldMask
func (*ProbingConfig_ProbingSession) MakeFullFieldMask ¶ added in v0.4.27
func (o *ProbingConfig_ProbingSession) MakeFullFieldMask() *ProbingConfig_ProbingSession_FieldMask
func (*ProbingConfig_ProbingSession) MakeRawDiffFieldMask ¶ added in v0.4.27
func (o *ProbingConfig_ProbingSession) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ProbingConfig_ProbingSession) MakeRawFullFieldMask ¶ added in v0.4.27
func (o *ProbingConfig_ProbingSession) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ProbingConfig_ProbingSession) Marshal ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) Marshal() ([]byte, error)
func (*ProbingConfig_ProbingSession) MarshalJSON ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) MarshalJSON() ([]byte, error)
func (*ProbingConfig_ProbingSession) Merge ¶ added in v0.4.27
func (o *ProbingConfig_ProbingSession) Merge(source *ProbingConfig_ProbingSession)
func (*ProbingConfig_ProbingSession) MergeRaw ¶ added in v0.4.27
func (o *ProbingConfig_ProbingSession) MergeRaw(source gotenobject.GotenObjectExt)
func (*ProbingConfig_ProbingSession) ProtoMessage ¶ added in v0.4.27
func (*ProbingConfig_ProbingSession) ProtoMessage()
func (*ProbingConfig_ProbingSession) ProtoReflect ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) ProtoReflect() preflect.Message
func (*ProbingConfig_ProbingSession) Reset ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) Reset()
func (*ProbingConfig_ProbingSession) SetAddress ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetAddress(fv string)
func (*ProbingConfig_ProbingSession) SetAddresses ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetAddresses(fv []string)
func (*ProbingConfig_ProbingSession) SetCategory ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetCategory(fv string)
func (*ProbingConfig_ProbingSession) SetGroupName ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetGroupName(fv string)
func (*ProbingConfig_ProbingSession) SetHttpProbingConfig ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetHttpProbingConfig(fv *common.HTTPProbingConfig)
func (*ProbingConfig_ProbingSession) SetInterval ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetInterval(fv *duration.Duration)
func (*ProbingConfig_ProbingSession) SetIntervalSec ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetIntervalSec(fv int64)
func (*ProbingConfig_ProbingSession) SetIpVersion ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetIpVersion(fv common.IpVersion)
func (*ProbingConfig_ProbingSession) SetLocation ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetLocation(fv *common.Location)
func (*ProbingConfig_ProbingSession) SetLocationType ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetLocationType(fv common.LocationType)
func (*ProbingConfig_ProbingSession) SetMode ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetMode(fv common.ProbingMode)
func (*ProbingConfig_ProbingSession) SetPathProbing ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetPathProbing(fv *common.PathProbe)
func (*ProbingConfig_ProbingSession) SetProxyConfiguration ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetProxyConfiguration(fv *common.ProxyConfiguration)
func (*ProbingConfig_ProbingSession) SetSpeedtestSettings ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetSpeedtestSettings(fv *common.SpeedTestSettings)
func (*ProbingConfig_ProbingSession) SetTarget ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetTarget(fv *probing_target.Name)
func (*ProbingConfig_ProbingSession) SetTargetDisplayName ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetTargetDisplayName(fv string)
func (*ProbingConfig_ProbingSession) SetTargetGroup ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetTargetGroup(fv *probing_target_group.Reference)
func (*ProbingConfig_ProbingSession) SetTos ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetTos(fv uint32)
func (*ProbingConfig_ProbingSession) SetWindowSize ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) SetWindowSize(fv uint32)
func (*ProbingConfig_ProbingSession) String ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) String() string
func (*ProbingConfig_ProbingSession) Unmarshal ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) Unmarshal(b []byte) error
func (*ProbingConfig_ProbingSession) UnmarshalJSON ¶ added in v0.4.27
func (m *ProbingConfig_ProbingSession) UnmarshalJSON(data []byte) error
type ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶ added in v0.4.27
type ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody ¶ added in v0.4.27
type ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody struct {
// contains filtered or unexported fields
}
func (ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues ¶ added in v0.4.27
type ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders ¶ added in v0.4.27
type ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigHttpRequestUrlFormEncodedBody ¶ added in v0.4.27
type ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigHttpRequestUrlFormEncodedBody struct {
// contains filtered or unexported fields
}
func (ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionMapPathSelectorHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorAddress ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorAddress struct{}
func (ProbingConfig_ProbingSessionPathSelectorAddress) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorAddress) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorAddress) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorAddress) WithValue(value string) *ProbingConfigProbingSession_FieldTerminalPathValue
type ProbingConfig_ProbingSessionPathSelectorAddresses ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorAddresses struct{}
func (ProbingConfig_ProbingSessionPathSelectorAddresses) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorAddresses) WithArrayOfValues(values [][]string) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorAddresses) WithItemValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorAddresses) WithItemValue(value string) *ProbingConfigProbingSession_FieldTerminalPathArrayItemValue
func (ProbingConfig_ProbingSessionPathSelectorAddresses) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorAddresses) WithValue(value []string) *ProbingConfigProbingSession_FieldTerminalPathValue
type ProbingConfig_ProbingSessionPathSelectorCategory ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorCategory struct{}
func (ProbingConfig_ProbingSessionPathSelectorCategory) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorCategory) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorCategory) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorCategory) WithValue(value string) *ProbingConfigProbingSession_FieldTerminalPathValue
type ProbingConfig_ProbingSessionPathSelectorGroupName ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorGroupName struct{}
func (ProbingConfig_ProbingSessionPathSelectorGroupName) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorGroupName) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorGroupName) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorGroupName) WithValue(value string) *ProbingConfigProbingSession_FieldTerminalPathValue
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) AuthConfig ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) HttpRequest ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) WithSubArrayItemValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) WithSubArrayItemValue(subPathArrayItemValue common.HTTPProbingConfig_FieldPathArrayItemValue) *ProbingConfigProbingSession_FieldSubPathArrayItemValue
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) WithSubArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) WithSubArrayOfValues(subPathArrayOfValues common.HTTPProbingConfig_FieldPathArrayOfValues) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) WithSubPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) WithSubValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfig) WithSubValue(subPathValue common.HTTPProbingConfig_FieldPathValue) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) Password ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) RequestHeaderTokenKey ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) TokenRequest ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) TokenResponseBodyKey ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) TokenResponseHeader ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) Username ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigPassword ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigPassword struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigPassword) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigPassword) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) RequestBody ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) RequestHeaders ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) RequestMethod ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) Timeout ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) Url ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) UrlFormEncodedBody ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithKey ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigUsername ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigUsername struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigUsername) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigUsername) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) AuthenticationMethod ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) ExpectedResponseCode ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) RequestBody ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) RequestHeaders ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) RequestMethod ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) Timeout ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) UrlFormEncodedBody ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestBody ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestBody struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestBody) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestHeaders ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestHeaders struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestHeaders) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithKey ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestMethod ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestMethod struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestMethod) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestTimeout ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestTimeout struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestTimeout) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestTimeout) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrl ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrl struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrl) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrl) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrlFormEncodedBody ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrlFormEncodedBody struct{}
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorHttpProbingConfigHttpRequestUrlFormEncodedBody) WithKey ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorInterval ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorInterval struct{}
func (ProbingConfig_ProbingSessionPathSelectorInterval) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorInterval) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorInterval) WithValue(value *duration.Duration) *ProbingConfigProbingSession_FieldTerminalPathValue
type ProbingConfig_ProbingSessionPathSelectorIntervalSec ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorIntervalSec struct{}
func (ProbingConfig_ProbingSessionPathSelectorIntervalSec) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorIntervalSec) WithArrayOfValues(values []int64) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorIntervalSec) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorIntervalSec) WithValue(value int64) *ProbingConfigProbingSession_FieldTerminalPathValue
type ProbingConfig_ProbingSessionPathSelectorIpVersion ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorIpVersion struct{}
func (ProbingConfig_ProbingSessionPathSelectorIpVersion) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorIpVersion) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorIpVersion) WithValue(value common.IpVersion) *ProbingConfigProbingSession_FieldTerminalPathValue
type ProbingConfig_ProbingSessionPathSelectorLocation ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocation struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocation) AdminHierarchy ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocation) Coordinates ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocation) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocation) WithArrayOfValues(values []*common.Location) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorLocation) WithSubArrayItemValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocation) WithSubArrayItemValue(subPathArrayItemValue common.Location_FieldPathArrayItemValue) *ProbingConfigProbingSession_FieldSubPathArrayItemValue
func (ProbingConfig_ProbingSessionPathSelectorLocation) WithSubArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocation) WithSubArrayOfValues(subPathArrayOfValues common.Location_FieldPathArrayOfValues) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorLocation) WithSubPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocation) WithSubPath(subPath common.Location_FieldPath) *ProbingConfigProbingSession_FieldSubPath
func (ProbingConfig_ProbingSessionPathSelectorLocation) WithSubValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocation) WithSubValue(subPathValue common.Location_FieldPathValue) *ProbingConfigProbingSession_FieldSubPathValue
func (ProbingConfig_ProbingSessionPathSelectorLocation) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocation) WithValue(value *common.Location) *ProbingConfigProbingSession_FieldTerminalPathValue
type ProbingConfig_ProbingSessionPathSelectorLocationAccuracy ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAccuracy struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAccuracy) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAccuracy) WithArrayOfValues(values []float64) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorLocationAccuracy) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAccuracy) WithValue(value float64) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorLocationAddress ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAddress struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) AdminArea1 ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) AdminArea2 ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) AdminArea3 ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) AdminArea4 ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) CountryCode ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) PostalCode ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) StreetAddress ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorLocationAddress) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAddress) WithValue(value *common.Address) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea1 ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea1 struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea1) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea1) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea1) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea1) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea2 ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea2 struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea2) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea2) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea2) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea2) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea3 ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea3 struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea3) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea3) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea3) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea3) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea4 ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea4 struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea4) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea4) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea4) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressAdminArea4) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorLocationAddressContinent ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAddressContinent struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressContinent) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressContinent) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressContinent) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressContinent) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressContinent) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorLocationAddressCountry ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAddressCountry struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressCountry) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressCountry) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressCountry) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressCountry) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorLocationAddressCountryCode ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAddressCountryCode struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressCountryCode) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressCountryCode) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorLocationAddressPostalCode ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAddressPostalCode struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressPostalCode) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressPostalCode) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressPostalCode) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressPostalCode) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorLocationAddressStreetAddress ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAddressStreetAddress struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressStreetAddress) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAddressStreetAddress) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchy ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchy struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchy) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin1 ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin1 struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin1) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin1) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin2 ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin2 struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin2) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin2) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin3 ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin3 struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin3) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin3) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin4 ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin4 struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin4) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin4) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin5 ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin5 struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin5) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin5) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyContinent ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyContinent struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyContinent) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyContinent) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyCountry ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyCountry struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyCountry) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyCountry) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorLocationCoordinates ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationCoordinates struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationCoordinates) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorLocationCoordinates) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorLocationType ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorLocationType struct{}
func (ProbingConfig_ProbingSessionPathSelectorLocationType) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationType) WithArrayOfValues(values []common.LocationType) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorLocationType) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorLocationType) WithValue(value common.LocationType) *ProbingConfigProbingSession_FieldTerminalPathValue
type ProbingConfig_ProbingSessionPathSelectorMode ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorMode struct{}
func (ProbingConfig_ProbingSessionPathSelectorMode) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorMode) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorMode) WithValue(value common.ProbingMode) *ProbingConfigProbingSession_FieldTerminalPathValue
type ProbingConfig_ProbingSessionPathSelectorPathProbing ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorPathProbing struct{}
func (ProbingConfig_ProbingSessionPathSelectorPathProbing) IntervalSec ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorPathProbing) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorPathProbing) WithArrayOfValues(values []*common.PathProbe) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorPathProbing) WithSubArrayItemValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorPathProbing) WithSubArrayItemValue(subPathArrayItemValue common.PathProbe_FieldPathArrayItemValue) *ProbingConfigProbingSession_FieldSubPathArrayItemValue
func (ProbingConfig_ProbingSessionPathSelectorPathProbing) WithSubArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorPathProbing) WithSubArrayOfValues(subPathArrayOfValues common.PathProbe_FieldPathArrayOfValues) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorPathProbing) WithSubPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorPathProbing) WithSubPath(subPath common.PathProbe_FieldPath) *ProbingConfigProbingSession_FieldSubPath
func (ProbingConfig_ProbingSessionPathSelectorPathProbing) WithSubValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorPathProbing) WithSubValue(subPathValue common.PathProbe_FieldPathValue) *ProbingConfigProbingSession_FieldSubPathValue
func (ProbingConfig_ProbingSessionPathSelectorPathProbing) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorPathProbing) WithValue(value *common.PathProbe) *ProbingConfigProbingSession_FieldTerminalPathValue
type ProbingConfig_ProbingSessionPathSelectorPathProbingAttempts ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorPathProbingAttempts struct{}
func (ProbingConfig_ProbingSessionPathSelectorPathProbingAttempts) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorPathProbingAttempts) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorPathProbingAttempts) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorPathProbingAttempts) WithValue(value *wrappers.UInt32Value) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorPathProbingEnabled ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorPathProbingEnabled struct{}
func (ProbingConfig_ProbingSessionPathSelectorPathProbingEnabled) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorPathProbingEnabled) WithArrayOfValues(values []bool) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorPathProbingEnabled) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorPathProbingEnabled) WithValue(value bool) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorPathProbingInterval ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorPathProbingInterval struct{}
func (ProbingConfig_ProbingSessionPathSelectorPathProbingInterval) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorPathProbingInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorPathProbingInterval) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorPathProbingInterval) WithValue(value *duration.Duration) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorPathProbingIntervalSec ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorPathProbingIntervalSec struct{}
func (ProbingConfig_ProbingSessionPathSelectorPathProbingIntervalSec) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorPathProbingIntervalSec) WithArrayOfValues(values []int64) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorPathProbingIntervalSec) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorPathProbingIntervalSec) WithValue(value int64) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorPathProbingMaxTtl ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorPathProbingMaxTtl struct{}
func (ProbingConfig_ProbingSessionPathSelectorPathProbingMaxTtl) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorPathProbingMaxTtl) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorPathProbingMaxTtl) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorPathProbingMaxTtl) WithValue(value *wrappers.UInt32Value) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorPathProbingMode ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorPathProbingMode struct{}
func (ProbingConfig_ProbingSessionPathSelectorPathProbingMode) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorPathProbingMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorPathProbingMode) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorPathProbingMode) WithValue(value common.ProbingMode) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorProxyConfiguration ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorProxyConfiguration struct{}
func (ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) HttpsProxy ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) ProxySetting ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) WithArrayOfValues(values []*common.ProxyConfiguration) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) WithSubArrayItemValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) WithSubArrayItemValue(subPathArrayItemValue common.ProxyConfiguration_FieldPathArrayItemValue) *ProbingConfigProbingSession_FieldSubPathArrayItemValue
func (ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) WithSubArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) WithSubArrayOfValues(subPathArrayOfValues common.ProxyConfiguration_FieldPathArrayOfValues) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) WithSubPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) WithSubValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorProxyConfiguration) WithSubValue(subPathValue common.ProxyConfiguration_FieldPathValue) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpProxy ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpProxy struct{}
func (ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpProxy) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpProxy) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpProxy) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpsProxy ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpsProxy struct{}
func (ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpsProxy) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpsProxy) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorProxyConfigurationHttpsProxy) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorProxyConfigurationNoProxy ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorProxyConfigurationNoProxy struct{}
func (ProbingConfig_ProbingSessionPathSelectorProxyConfigurationNoProxy) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorProxyConfigurationNoProxy) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorProxyConfigurationNoProxy) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorProxyConfigurationNoProxy) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorProxyConfigurationNoProxy) WithValue(value string) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorProxyConfigurationProxySetting ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorProxyConfigurationProxySetting struct{}
func (ProbingConfig_ProbingSessionPathSelectorProxyConfigurationProxySetting) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorProxyConfigurationProxySetting) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorProxyConfigurationProxySetting) WithArrayOfValues(values []common.ProxySetting) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings struct{}
func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) ServerSelection ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) WithArrayOfValues(values []*common.SpeedTestSettings) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) WithSubArrayItemValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) WithSubArrayItemValue(subPathArrayItemValue common.SpeedTestSettings_FieldPathArrayItemValue) *ProbingConfigProbingSession_FieldSubPathArrayItemValue
func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) WithSubArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) WithSubArrayOfValues(subPathArrayOfValues common.SpeedTestSettings_FieldPathArrayOfValues) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) WithSubPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) WithSubValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettings) WithSubValue(subPathValue common.SpeedTestSettings_FieldPathValue) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsDuration ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsDuration struct{}
func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsDuration) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsDuration) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsDuration) WithArrayOfValues(values []*duration.Duration) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsServerSelection ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsServerSelection struct{}
func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsServerSelection) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsServerSelection) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsServerSelection) WithArrayOfValues(values []common.SpeedTestSettings_ServerSelection) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTcpPort ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTcpPort struct{}
func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTcpPort) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTcpPort) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTcpPort) WithArrayOfValues(values []int32) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTcpPort) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTcpPort) WithValue(value int32) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTlsPort ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTlsPort struct{}
func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTlsPort) FieldPath ¶ added in v0.4.27
func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTlsPort) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTlsPort) WithArrayOfValues(values []int32) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTlsPort) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsTlsPort) WithValue(value int32) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsUseTls ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsUseTls struct{}
func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsUseTls) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsUseTls) WithArrayOfValues(values []bool) *ProbingConfigProbingSession_FieldSubPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsUseTls) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorSpeedtestSettingsUseTls) WithValue(value bool) *ProbingConfigProbingSession_FieldSubPathValue
type ProbingConfig_ProbingSessionPathSelectorTarget ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorTarget struct{}
func (ProbingConfig_ProbingSessionPathSelectorTarget) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorTarget) WithArrayOfValues(values []*probing_target.Name) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorTarget) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorTarget) WithValue(value *probing_target.Name) *ProbingConfigProbingSession_FieldTerminalPathValue
type ProbingConfig_ProbingSessionPathSelectorTargetDisplayName ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorTargetDisplayName struct{}
func (ProbingConfig_ProbingSessionPathSelectorTargetDisplayName) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorTargetDisplayName) WithArrayOfValues(values []string) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorTargetDisplayName) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorTargetDisplayName) WithValue(value string) *ProbingConfigProbingSession_FieldTerminalPathValue
type ProbingConfig_ProbingSessionPathSelectorTargetGroup ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorTargetGroup struct{}
func (ProbingConfig_ProbingSessionPathSelectorTargetGroup) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorTargetGroup) WithArrayOfValues(values []*probing_target_group.Reference) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
type ProbingConfig_ProbingSessionPathSelectorTos ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorTos struct{}
func (ProbingConfig_ProbingSessionPathSelectorTos) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorTos) WithArrayOfValues(values []uint32) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorTos) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorTos) WithValue(value uint32) *ProbingConfigProbingSession_FieldTerminalPathValue
type ProbingConfig_ProbingSessionPathSelectorWindowSize ¶ added in v0.4.27
type ProbingConfig_ProbingSessionPathSelectorWindowSize struct{}
func (ProbingConfig_ProbingSessionPathSelectorWindowSize) WithArrayOfValues ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorWindowSize) WithArrayOfValues(values []uint32) *ProbingConfigProbingSession_FieldTerminalPathArrayOfValues
func (ProbingConfig_ProbingSessionPathSelectorWindowSize) WithValue ¶ added in v0.4.27
func (s ProbingConfig_ProbingSessionPathSelectorWindowSize) WithValue(value uint32) *ProbingConfigProbingSession_FieldTerminalPathValue
type ProbingConfig_ProbingSession_FieldMask ¶ added in v0.4.27
type ProbingConfig_ProbingSession_FieldMask struct {
Paths []ProbingConfigProbingSession_FieldPath
}
func FullProbingConfig_ProbingSession_FieldMask ¶ added in v0.4.27
func FullProbingConfig_ProbingSession_FieldMask() *ProbingConfig_ProbingSession_FieldMask
func (*ProbingConfig_ProbingSession_FieldMask) AppendPath ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) AppendPath(path ProbingConfigProbingSession_FieldPath)
func (*ProbingConfig_ProbingSession_FieldMask) AppendRawPath ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ProbingConfig_ProbingSession_FieldMask) DecodeFirestore ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ProbingConfig_ProbingSession_FieldMask) EncodeFirestore ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ProbingConfig_ProbingSession_FieldMask) FilterInputFields ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) FilterInputFields() *ProbingConfig_ProbingSession_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ProbingConfig_ProbingSession_FieldMask) FromProtoFieldMask ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ProbingConfig_ProbingSession_FieldMask) GetPaths ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) GetPaths() []ProbingConfigProbingSession_FieldPath
func (*ProbingConfig_ProbingSession_FieldMask) GetRawPaths ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ProbingConfig_ProbingSession_FieldMask) IsFull ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) IsFull() bool
func (ProbingConfig_ProbingSession_FieldMask) Marshal ¶ added in v0.4.27
func (fieldMask ProbingConfig_ProbingSession_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ProbingConfig_ProbingSession_FieldMask) MarshalJSON ¶ added in v0.4.27
func (fieldMask ProbingConfig_ProbingSession_FieldMask) MarshalJSON() ([]byte, error)
func (*ProbingConfig_ProbingSession_FieldMask) PathsCount ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) PathsCount() int
func (*ProbingConfig_ProbingSession_FieldMask) Project ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) Project(source *ProbingConfig_ProbingSession) *ProbingConfig_ProbingSession
func (*ProbingConfig_ProbingSession_FieldMask) ProjectRaw ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ProbingConfig_ProbingSession_FieldMask) ProtoMessage ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) ProtoMessage()
func (*ProbingConfig_ProbingSession_FieldMask) ProtoReflect ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) ProtoReflect() preflect.Message
func (*ProbingConfig_ProbingSession_FieldMask) Reset ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) Reset()
func (*ProbingConfig_ProbingSession_FieldMask) Set ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) Set(target, source *ProbingConfig_ProbingSession)
func (*ProbingConfig_ProbingSession_FieldMask) SetFromCliFlag ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) SetFromCliFlag(raw string) error
func (*ProbingConfig_ProbingSession_FieldMask) SetRaw ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ProbingConfig_ProbingSession_FieldMask) Size ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) Size() int
func (*ProbingConfig_ProbingSession_FieldMask) String ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) String() string
func (*ProbingConfig_ProbingSession_FieldMask) Subtract ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) Subtract(other *ProbingConfig_ProbingSession_FieldMask) *ProbingConfig_ProbingSession_FieldMask
func (*ProbingConfig_ProbingSession_FieldMask) SubtractRaw ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ProbingConfig_ProbingSession_FieldMask) ToProtoFieldMask ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ProbingConfig_ProbingSession_FieldMask) Unmarshal ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) Unmarshal(data []byte) error
func (*ProbingConfig_ProbingSession_FieldMask) UnmarshalJSON ¶ added in v0.4.27
func (fieldMask *ProbingConfig_ProbingSession_FieldMask) UnmarshalJSON(data []byte) error
type ProbingConfig_Spec ¶
type ProbingConfig_Spec struct { // probe is the probe resource which is expexted to execute // the probe config. Probe *probe.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=probe,proto3" json:"probe,omitempty" firestore:"probe"` // probing target defines a single probe destination target. ProbingSessions []*ProbingConfig_ProbingSession `` /* 134-byte string literal not displayed */ Speedtest *ProbingConfig_Spec_SpeedTest `protobuf:"bytes,3,opt,name=speedtest,proto3" json:"speedtest,omitempty" firestore:"speedtest"` // target session defines a target server instance. TargetSessions []*ProbingConfig_ProbingSession `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
describes how to probe a target
func (*ProbingConfig_Spec) Clone ¶
func (o *ProbingConfig_Spec) Clone() *ProbingConfig_Spec
func (*ProbingConfig_Spec) CloneRaw ¶
func (o *ProbingConfig_Spec) CloneRaw() gotenobject.GotenObjectExt
func (*ProbingConfig_Spec) Descriptor ¶
func (*ProbingConfig_Spec) Descriptor() ([]byte, []int)
Deprecated, Use ProbingConfig_Spec.ProtoReflect.Descriptor instead.
func (*ProbingConfig_Spec) GetProbe ¶
func (m *ProbingConfig_Spec) GetProbe() *probe.Reference
func (*ProbingConfig_Spec) GetProbingSessions ¶
func (m *ProbingConfig_Spec) GetProbingSessions() []*ProbingConfig_ProbingSession
func (*ProbingConfig_Spec) GetSpeedtest ¶
func (m *ProbingConfig_Spec) GetSpeedtest() *ProbingConfig_Spec_SpeedTest
func (*ProbingConfig_Spec) GetTargetSessions ¶
func (m *ProbingConfig_Spec) GetTargetSessions() []*ProbingConfig_ProbingSession
func (*ProbingConfig_Spec) GotenMessage ¶
func (*ProbingConfig_Spec) GotenMessage()
func (*ProbingConfig_Spec) GotenObjectExt ¶
func (o *ProbingConfig_Spec) GotenObjectExt()
func (*ProbingConfig_Spec) GotenValidate ¶
func (obj *ProbingConfig_Spec) GotenValidate() error
func (*ProbingConfig_Spec) MakeDiffFieldMask ¶
func (o *ProbingConfig_Spec) MakeDiffFieldMask(other *ProbingConfig_Spec) *ProbingConfig_Spec_FieldMask
func (*ProbingConfig_Spec) MakeFullFieldMask ¶
func (o *ProbingConfig_Spec) MakeFullFieldMask() *ProbingConfig_Spec_FieldMask
func (*ProbingConfig_Spec) MakeRawDiffFieldMask ¶
func (o *ProbingConfig_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ProbingConfig_Spec) MakeRawFullFieldMask ¶
func (o *ProbingConfig_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ProbingConfig_Spec) Marshal ¶
func (m *ProbingConfig_Spec) Marshal() ([]byte, error)
func (*ProbingConfig_Spec) MarshalJSON ¶
func (m *ProbingConfig_Spec) MarshalJSON() ([]byte, error)
func (*ProbingConfig_Spec) Merge ¶
func (o *ProbingConfig_Spec) Merge(source *ProbingConfig_Spec)
func (*ProbingConfig_Spec) MergeRaw ¶
func (o *ProbingConfig_Spec) MergeRaw(source gotenobject.GotenObjectExt)
func (*ProbingConfig_Spec) ProtoMessage ¶
func (*ProbingConfig_Spec) ProtoMessage()
func (*ProbingConfig_Spec) ProtoReflect ¶
func (m *ProbingConfig_Spec) ProtoReflect() preflect.Message
func (*ProbingConfig_Spec) Reset ¶
func (m *ProbingConfig_Spec) Reset()
func (*ProbingConfig_Spec) SetProbe ¶
func (m *ProbingConfig_Spec) SetProbe(fv *probe.Reference)
func (*ProbingConfig_Spec) SetProbingSessions ¶
func (m *ProbingConfig_Spec) SetProbingSessions(fv []*ProbingConfig_ProbingSession)
func (*ProbingConfig_Spec) SetSpeedtest ¶
func (m *ProbingConfig_Spec) SetSpeedtest(fv *ProbingConfig_Spec_SpeedTest)
func (*ProbingConfig_Spec) SetTargetSessions ¶
func (m *ProbingConfig_Spec) SetTargetSessions(fv []*ProbingConfig_ProbingSession)
func (*ProbingConfig_Spec) String ¶
func (m *ProbingConfig_Spec) String() string
func (*ProbingConfig_Spec) Unmarshal ¶
func (m *ProbingConfig_Spec) Unmarshal(b []byte) error
func (*ProbingConfig_Spec) UnmarshalJSON ¶
func (m *ProbingConfig_Spec) UnmarshalJSON(data []byte) error
type ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶
type ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶
func (ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody ¶
type ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody struct {
// contains filtered or unexported fields
}
func (ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues ¶
type ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders ¶
type ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath ¶
func (ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody ¶
type ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody struct {
// contains filtered or unexported fields
}
func (ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingConfig_SpecMapPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues ¶
type ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶
type ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶
func (ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody ¶
type ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody struct {
// contains filtered or unexported fields
}
func (ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues ¶
type ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders ¶
type ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath ¶
func (ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody ¶
type ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody struct {
// contains filtered or unexported fields
}
func (ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingConfig_SpecMapPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues ¶
type ProbingConfig_SpecPathSelectorProbe ¶
type ProbingConfig_SpecPathSelectorProbe struct{}
func (ProbingConfig_SpecPathSelectorProbe) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbe) FieldPath() *ProbingConfigSpec_FieldTerminalPath
func (ProbingConfig_SpecPathSelectorProbe) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbe) WithArrayOfValues(values []*probe.Reference) *ProbingConfigSpec_FieldTerminalPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbe) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbe) WithValue(value *probe.Reference) *ProbingConfigSpec_FieldTerminalPathValue
type ProbingConfig_SpecPathSelectorProbingSessions ¶
type ProbingConfig_SpecPathSelectorProbingSessions struct{}
func (ProbingConfig_SpecPathSelectorProbingSessions) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessions) FieldPath() *ProbingConfigSpec_FieldTerminalPath
func (ProbingConfig_SpecPathSelectorProbingSessions) HttpProbingConfig ¶
func (ProbingConfig_SpecPathSelectorProbingSessions) HttpProbingConfig() ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfig
func (ProbingConfig_SpecPathSelectorProbingSessions) IntervalSec ¶
func (ProbingConfig_SpecPathSelectorProbingSessions) LocationType ¶
func (ProbingConfig_SpecPathSelectorProbingSessions) PathProbing ¶
func (ProbingConfig_SpecPathSelectorProbingSessions) ProxyConfiguration ¶
func (ProbingConfig_SpecPathSelectorProbingSessions) ProxyConfiguration() ProbingConfig_SpecPathSelectorProbingSessionsProxyConfiguration
func (ProbingConfig_SpecPathSelectorProbingSessions) SpeedtestSettings ¶ added in v0.4.26
func (ProbingConfig_SpecPathSelectorProbingSessions) SpeedtestSettings() ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettings
func (ProbingConfig_SpecPathSelectorProbingSessions) TargetDisplayName ¶
func (ProbingConfig_SpecPathSelectorProbingSessions) TargetDisplayName() ProbingConfig_SpecPathSelectorProbingSessionsTargetDisplayName
func (ProbingConfig_SpecPathSelectorProbingSessions) TargetGroup ¶
func (ProbingConfig_SpecPathSelectorProbingSessions) WindowSize ¶
func (ProbingConfig_SpecPathSelectorProbingSessions) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessions) WithArrayOfValues(values [][]*ProbingConfig_ProbingSession) *ProbingConfigSpec_FieldTerminalPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessions) WithItemValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessions) WithItemValue(value *ProbingConfig_ProbingSession) *ProbingConfigSpec_FieldTerminalPathArrayItemValue
func (ProbingConfig_SpecPathSelectorProbingSessions) WithSubArrayItemValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessions) WithSubArrayItemValue(subPathArrayItemValue ProbingConfigProbingSession_FieldPathArrayItemValue) *ProbingConfigSpec_FieldSubPathArrayItemValue
func (ProbingConfig_SpecPathSelectorProbingSessions) WithSubArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessions) WithSubArrayOfValues(subPathArrayOfValues ProbingConfigProbingSession_FieldPathArrayOfValues) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessions) WithSubPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessions) WithSubPath(subPath ProbingConfigProbingSession_FieldPath) *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorProbingSessions) WithSubValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessions) WithSubValue(subPathValue ProbingConfigProbingSession_FieldPathValue) *ProbingConfigSpec_FieldSubPathValue
func (ProbingConfig_SpecPathSelectorProbingSessions) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessions) WithValue(value []*ProbingConfig_ProbingSession) *ProbingConfigSpec_FieldTerminalPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsAddress ¶
type ProbingConfig_SpecPathSelectorProbingSessionsAddress struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsAddress) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsAddress) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorProbingSessionsAddress) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsAddress) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsAddress) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsAddress) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsAddresses ¶
type ProbingConfig_SpecPathSelectorProbingSessionsAddresses struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsAddresses) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsAddresses) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorProbingSessionsAddresses) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsAddresses) WithArrayOfValues(values [][]string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsAddresses) WithItemValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsAddresses) WithItemValue(value string) *ProbingConfigSpec_FieldSubPathArrayItemValue
func (ProbingConfig_SpecPathSelectorProbingSessionsAddresses) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsAddresses) WithValue(value []string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsCategory ¶
type ProbingConfig_SpecPathSelectorProbingSessionsCategory struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsCategory) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsCategory) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorProbingSessionsCategory) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsCategory) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsCategory) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsCategory) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsGroupName ¶
type ProbingConfig_SpecPathSelectorProbingSessionsGroupName struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsGroupName) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsGroupName) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorProbingSessionsGroupName) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsGroupName) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsGroupName) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsGroupName) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfig ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfig struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfig) AuthConfig ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfig) HttpRequest ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfig) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfig) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfig) WithValue(value *common.HTTPProbingConfig) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig) RequestHeaderTokenKey ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig) TokenRequest ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig) TokenResponseBodyKey ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig) TokenResponseHeader ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigPassword ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigPassword struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) RequestBody ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) RequestHeaders ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) RequestMethod ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) Timeout ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) UrlFormEncodedBody ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithKey ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigUsername ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigUsername struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) AuthenticationMethod ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) ExpectedResponseCode ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) RequestBody ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) RequestHeaders ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) RequestMethod ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) UrlFormEncodedBody ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestBody ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestBody struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithKey ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue(value map[string]string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestMethod ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestMethod struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestTimeout ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestTimeout struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrl ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrl struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody ¶
type ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues(values []map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithKey ¶
type ProbingConfig_SpecPathSelectorProbingSessionsInterval ¶
type ProbingConfig_SpecPathSelectorProbingSessionsInterval struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsInterval) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsInterval) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorProbingSessionsInterval) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsInterval) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsInterval) WithValue(value *duration.Duration) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsIntervalSec ¶
type ProbingConfig_SpecPathSelectorProbingSessionsIntervalSec struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsIntervalSec) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsIntervalSec) WithArrayOfValues(values []int64) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsIntervalSec) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsIntervalSec) WithValue(value int64) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsIpVersion ¶
type ProbingConfig_SpecPathSelectorProbingSessionsIpVersion struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsIpVersion) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsIpVersion) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorProbingSessionsIpVersion) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsIpVersion) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsIpVersion) WithValue(value common.IpVersion) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsLocation ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocation struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocation) AdminHierarchy ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsLocation) Coordinates ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsLocation) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsLocation) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorProbingSessionsLocation) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocation) WithArrayOfValues(values []*common.Location) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsLocation) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocation) WithValue(value *common.Location) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAccuracy ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAccuracy struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAccuracy) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAccuracy) WithArrayOfValues(values []float64) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAccuracy) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAccuracy) WithValue(value float64) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) AdminArea1 ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) AdminArea2 ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) AdminArea3 ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) AdminArea4 ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) CountryCode ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) PostalCode ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) StreetAddress ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddress) WithValue(value *common.Address) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea1 ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea1 struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea1) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea1) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea1) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea2 ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea2 struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea2) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea2) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea2) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea3 ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea3 struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea3) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea3) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea3) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea4 ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea4 struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea4) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea4) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressAdminArea4) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressContinent ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressContinent struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressContinent) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressContinent) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressContinent) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressContinent) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountry ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountry struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountry) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountry) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountry) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountry) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountryCode ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountryCode struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountryCode) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountryCode) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressCountryCode) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressPostalCode ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressPostalCode struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressPostalCode) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressPostalCode) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressPostalCode) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressStreetAddress ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressStreetAddress struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressStreetAddress) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressStreetAddress) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAddressStreetAddress) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchy ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchy struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchy) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin1 ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin1 struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin2 ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin2 struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin3 ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin3 struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin4 ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin4 struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin5 ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin5 struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyContinent ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyContinent struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyContinent) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyCountry ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyCountry struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyCountry) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsLocationCoordinates ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationCoordinates struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationCoordinates) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationCoordinates) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsLocationType ¶
type ProbingConfig_SpecPathSelectorProbingSessionsLocationType struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationType) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationType) WithArrayOfValues(values []common.LocationType) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsLocationType) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsLocationType) WithValue(value common.LocationType) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsMode ¶
type ProbingConfig_SpecPathSelectorProbingSessionsMode struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsMode) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsMode) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorProbingSessionsMode) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsMode) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsMode) WithValue(value common.ProbingMode) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsPathProbing ¶
type ProbingConfig_SpecPathSelectorProbingSessionsPathProbing struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbing) IntervalSec ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbing) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbing) WithArrayOfValues(values []*common.PathProbe) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbing) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbing) WithValue(value *common.PathProbe) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsPathProbingAttempts ¶
type ProbingConfig_SpecPathSelectorProbingSessionsPathProbingAttempts struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbingAttempts) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingAttempts) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbingAttempts) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingAttempts) WithValue(value *wrappers.UInt32Value) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsPathProbingEnabled ¶
type ProbingConfig_SpecPathSelectorProbingSessionsPathProbingEnabled struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbingEnabled) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingEnabled) WithArrayOfValues(values []bool) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbingEnabled) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingEnabled) WithValue(value bool) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsPathProbingInterval ¶
type ProbingConfig_SpecPathSelectorProbingSessionsPathProbingInterval struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbingInterval) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbingInterval) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingInterval) WithValue(value *duration.Duration) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsPathProbingIntervalSec ¶
type ProbingConfig_SpecPathSelectorProbingSessionsPathProbingIntervalSec struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbingIntervalSec) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingIntervalSec) WithArrayOfValues(values []int64) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbingIntervalSec) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingIntervalSec) WithValue(value int64) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMaxTtl ¶
type ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMaxTtl struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMaxTtl) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMaxTtl) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMaxTtl) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMaxTtl) WithValue(value *wrappers.UInt32Value) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMode ¶
type ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMode struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMode) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMode) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsPathProbingMode) WithValue(value common.ProbingMode) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsProxyConfiguration ¶
type ProbingConfig_SpecPathSelectorProbingSessionsProxyConfiguration struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfiguration) HttpsProxy ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfiguration) ProxySetting ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfiguration) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfiguration) WithArrayOfValues(values []*common.ProxyConfiguration) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfiguration) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfiguration) WithValue(value *common.ProxyConfiguration) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpProxy ¶
type ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpProxy struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpProxy) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpProxy) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpProxy) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpProxy) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpsProxy ¶
type ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpsProxy struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpsProxy) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpsProxy) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpsProxy) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationHttpsProxy) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationNoProxy ¶
type ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationNoProxy struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationNoProxy) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationNoProxy) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationNoProxy) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationNoProxy) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationProxySetting ¶
type ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationProxySetting struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationProxySetting) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsProxyConfigurationProxySetting) WithArrayOfValues(values []common.ProxySetting) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettings ¶ added in v0.4.26
type ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettings struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettings) ServerSelection ¶ added in v0.4.26
func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettings) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettings) WithArrayOfValues(values []*common.SpeedTestSettings) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettings) WithValue ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettings) WithValue(value *common.SpeedTestSettings) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsDuration ¶ added in v0.4.26
type ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsDuration struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsDuration) FieldPath ¶ added in v0.4.26
func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsDuration) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsDuration) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsDuration) WithValue ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsDuration) WithValue(value *duration.Duration) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsServerSelection ¶ added in v0.4.26
type ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsServerSelection struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsServerSelection) FieldPath ¶ added in v0.4.26
func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsServerSelection) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsServerSelection) WithArrayOfValues(values []common.SpeedTestSettings_ServerSelection) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTcpPort ¶ added in v0.4.26
type ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTcpPort struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTcpPort) FieldPath ¶ added in v0.4.26
func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTcpPort) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTcpPort) WithArrayOfValues(values []int32) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTcpPort) WithValue ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTcpPort) WithValue(value int32) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTlsPort ¶ added in v0.4.26
type ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTlsPort struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTlsPort) FieldPath ¶ added in v0.4.26
func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTlsPort) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTlsPort) WithArrayOfValues(values []int32) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTlsPort) WithValue ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsTlsPort) WithValue(value int32) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsUseTls ¶ added in v0.4.26
type ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsUseTls struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsUseTls) FieldPath ¶ added in v0.4.26
func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsUseTls) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsUseTls) WithArrayOfValues(values []bool) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsUseTls) WithValue ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorProbingSessionsSpeedtestSettingsUseTls) WithValue(value bool) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsTarget ¶
type ProbingConfig_SpecPathSelectorProbingSessionsTarget struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsTarget) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsTarget) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorProbingSessionsTarget) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsTarget) WithArrayOfValues(values []*probing_target.Name) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsTarget) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsTarget) WithValue(value *probing_target.Name) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsTargetDisplayName ¶
type ProbingConfig_SpecPathSelectorProbingSessionsTargetDisplayName struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsTargetDisplayName) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsTargetDisplayName) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsTargetDisplayName) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsTargetDisplayName) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsTargetGroup ¶
type ProbingConfig_SpecPathSelectorProbingSessionsTargetGroup struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsTargetGroup) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsTargetGroup) WithArrayOfValues(values []*probing_target_group.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsTargetGroup) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsTargetGroup) WithValue(value *probing_target_group.Reference) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsTos ¶
type ProbingConfig_SpecPathSelectorProbingSessionsTos struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsTos) FieldPath ¶
func (ProbingConfig_SpecPathSelectorProbingSessionsTos) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorProbingSessionsTos) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsTos) WithArrayOfValues(values []uint32) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsTos) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsTos) WithValue(value uint32) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorProbingSessionsWindowSize ¶
type ProbingConfig_SpecPathSelectorProbingSessionsWindowSize struct{}
func (ProbingConfig_SpecPathSelectorProbingSessionsWindowSize) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsWindowSize) WithArrayOfValues(values []uint32) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorProbingSessionsWindowSize) WithValue ¶
func (s ProbingConfig_SpecPathSelectorProbingSessionsWindowSize) WithValue(value uint32) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtest ¶
type ProbingConfig_SpecPathSelectorSpeedtest struct{}
func (ProbingConfig_SpecPathSelectorSpeedtest) FieldPath ¶
func (ProbingConfig_SpecPathSelectorSpeedtest) FieldPath() *ProbingConfigSpec_FieldTerminalPath
func (ProbingConfig_SpecPathSelectorSpeedtest) IntervalMinutes ¶
func (ProbingConfig_SpecPathSelectorSpeedtest) IntervalMinutes() ProbingConfig_SpecPathSelectorSpeedtestIntervalMinutes
func (ProbingConfig_SpecPathSelectorSpeedtest) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtest) WithArrayOfValues(values []*ProbingConfig_Spec_SpeedTest) *ProbingConfigSpec_FieldTerminalPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtest) WithSubArrayItemValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtest) WithSubArrayItemValue(subPathArrayItemValue ProbingConfigSpecSpeedTest_FieldPathArrayItemValue) *ProbingConfigSpec_FieldSubPathArrayItemValue
func (ProbingConfig_SpecPathSelectorSpeedtest) WithSubArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtest) WithSubArrayOfValues(subPathArrayOfValues ProbingConfigSpecSpeedTest_FieldPathArrayOfValues) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtest) WithSubPath ¶
func (ProbingConfig_SpecPathSelectorSpeedtest) WithSubPath(subPath ProbingConfigSpecSpeedTest_FieldPath) *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorSpeedtest) WithSubValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtest) WithSubValue(subPathValue ProbingConfigSpecSpeedTest_FieldPathValue) *ProbingConfigSpec_FieldSubPathValue
func (ProbingConfig_SpecPathSelectorSpeedtest) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtest) WithValue(value *ProbingConfig_Spec_SpeedTest) *ProbingConfigSpec_FieldTerminalPathValue
type ProbingConfig_SpecPathSelectorSpeedtestEnabled ¶
type ProbingConfig_SpecPathSelectorSpeedtestEnabled struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestEnabled) FieldPath ¶
func (ProbingConfig_SpecPathSelectorSpeedtestEnabled) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorSpeedtestEnabled) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestEnabled) WithArrayOfValues(values []bool) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestEnabled) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestEnabled) WithValue(value bool) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestInterval ¶
type ProbingConfig_SpecPathSelectorSpeedtestInterval struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestInterval) FieldPath ¶
func (ProbingConfig_SpecPathSelectorSpeedtestInterval) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorSpeedtestInterval) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestInterval) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestInterval) WithValue(value *duration.Duration) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestIntervalMinutes ¶
type ProbingConfig_SpecPathSelectorSpeedtestIntervalMinutes struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestIntervalMinutes) FieldPath ¶
func (ProbingConfig_SpecPathSelectorSpeedtestIntervalMinutes) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorSpeedtestIntervalMinutes) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestIntervalMinutes) WithArrayOfValues(values []int64) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestIntervalMinutes) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestIntervalMinutes) WithValue(value int64) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestServers ¶
type ProbingConfig_SpecPathSelectorSpeedtestServers struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServers) FieldPath ¶
func (ProbingConfig_SpecPathSelectorSpeedtestServers) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorSpeedtestServers) IpAddresses ¶
func (ProbingConfig_SpecPathSelectorSpeedtestServers) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServers) WithArrayOfValues(values [][]*ProbingConfig_Spec_SpeedTest_Server) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestServers) WithItemValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServers) WithItemValue(value *ProbingConfig_Spec_SpeedTest_Server) *ProbingConfigSpec_FieldSubPathArrayItemValue
func (ProbingConfig_SpecPathSelectorSpeedtestServers) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServers) WithValue(value []*ProbingConfig_Spec_SpeedTest_Server) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestServersIpAddresses ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersIpAddresses struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersIpAddresses) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersIpAddresses) WithArrayOfValues(values [][]string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestServersIpAddresses) WithItemValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersIpAddresses) WithItemValue(value string) *ProbingConfigSpec_FieldSubPathArrayItemValue
func (ProbingConfig_SpecPathSelectorSpeedtestServersIpAddresses) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersIpAddresses) WithValue(value []string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestServersLocation ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocation struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocation) AdminHierarchy ¶
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocation) Coordinates ¶
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocation) FieldPath ¶
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocation) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocation) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocation) WithArrayOfValues(values []*common.Location) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocation) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocation) WithValue(value *common.Location) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAccuracy ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAccuracy struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAccuracy) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAccuracy) WithArrayOfValues(values []float64) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAccuracy) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAccuracy) WithValue(value float64) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) AdminArea1 ¶
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) AdminArea2 ¶
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) AdminArea3 ¶
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) AdminArea4 ¶
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) CountryCode ¶
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) PostalCode ¶
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) StreetAddress ¶
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddress) WithValue(value *common.Address) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea1 ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea1 struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea1) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea1) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea1) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea2 ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea2 struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea2) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea2) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea2) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea3 ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea3 struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea3) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea3) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea3) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea4 ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea4 struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea4) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea4) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressAdminArea4) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressContinent ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressContinent struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressContinent) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressContinent) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressContinent) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressContinent) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountry ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountry struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountry) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountry) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountry) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountry) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountryCode ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountryCode struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountryCode) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountryCode) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressCountryCode) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressPostalCode ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressPostalCode struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressPostalCode) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressPostalCode) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressPostalCode) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressStreetAddress ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressStreetAddress struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressStreetAddress) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressStreetAddress) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAddressStreetAddress) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchy ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchy struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchy) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin1 ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin1 struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin1) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin2 ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin2 struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin2) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin3 ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin3 struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin3) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin4 ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin4 struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin4) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin5 ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin5 struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin5) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyContinent ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyContinent struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyContinent) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyCountry ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyCountry struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyCountry) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationCoordinates ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersLocationCoordinates struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationCoordinates) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestServersLocationCoordinates) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestServersName ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersName struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersName) FieldPath ¶
func (ProbingConfig_SpecPathSelectorSpeedtestServersName) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorSpeedtestServersName) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersName) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestServersName) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersName) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorSpeedtestServersTarget ¶
type ProbingConfig_SpecPathSelectorSpeedtestServersTarget struct{}
func (ProbingConfig_SpecPathSelectorSpeedtestServersTarget) FieldPath ¶
func (ProbingConfig_SpecPathSelectorSpeedtestServersTarget) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorSpeedtestServersTarget) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersTarget) WithArrayOfValues(values []*probing_target.Name) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorSpeedtestServersTarget) WithValue ¶
func (s ProbingConfig_SpecPathSelectorSpeedtestServersTarget) WithValue(value *probing_target.Name) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessions ¶
type ProbingConfig_SpecPathSelectorTargetSessions struct{}
func (ProbingConfig_SpecPathSelectorTargetSessions) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessions) FieldPath() *ProbingConfigSpec_FieldTerminalPath
func (ProbingConfig_SpecPathSelectorTargetSessions) HttpProbingConfig ¶
func (ProbingConfig_SpecPathSelectorTargetSessions) HttpProbingConfig() ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfig
func (ProbingConfig_SpecPathSelectorTargetSessions) IntervalSec ¶
func (ProbingConfig_SpecPathSelectorTargetSessions) LocationType ¶
func (ProbingConfig_SpecPathSelectorTargetSessions) PathProbing ¶
func (ProbingConfig_SpecPathSelectorTargetSessions) ProxyConfiguration ¶
func (ProbingConfig_SpecPathSelectorTargetSessions) ProxyConfiguration() ProbingConfig_SpecPathSelectorTargetSessionsProxyConfiguration
func (ProbingConfig_SpecPathSelectorTargetSessions) SpeedtestSettings ¶ added in v0.4.26
func (ProbingConfig_SpecPathSelectorTargetSessions) SpeedtestSettings() ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettings
func (ProbingConfig_SpecPathSelectorTargetSessions) TargetDisplayName ¶
func (ProbingConfig_SpecPathSelectorTargetSessions) TargetDisplayName() ProbingConfig_SpecPathSelectorTargetSessionsTargetDisplayName
func (ProbingConfig_SpecPathSelectorTargetSessions) TargetGroup ¶
func (ProbingConfig_SpecPathSelectorTargetSessions) WindowSize ¶
func (ProbingConfig_SpecPathSelectorTargetSessions) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessions) WithArrayOfValues(values [][]*ProbingConfig_ProbingSession) *ProbingConfigSpec_FieldTerminalPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessions) WithItemValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessions) WithItemValue(value *ProbingConfig_ProbingSession) *ProbingConfigSpec_FieldTerminalPathArrayItemValue
func (ProbingConfig_SpecPathSelectorTargetSessions) WithSubArrayItemValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessions) WithSubArrayItemValue(subPathArrayItemValue ProbingConfigProbingSession_FieldPathArrayItemValue) *ProbingConfigSpec_FieldSubPathArrayItemValue
func (ProbingConfig_SpecPathSelectorTargetSessions) WithSubArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessions) WithSubArrayOfValues(subPathArrayOfValues ProbingConfigProbingSession_FieldPathArrayOfValues) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessions) WithSubPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessions) WithSubPath(subPath ProbingConfigProbingSession_FieldPath) *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorTargetSessions) WithSubValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessions) WithSubValue(subPathValue ProbingConfigProbingSession_FieldPathValue) *ProbingConfigSpec_FieldSubPathValue
func (ProbingConfig_SpecPathSelectorTargetSessions) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessions) WithValue(value []*ProbingConfig_ProbingSession) *ProbingConfigSpec_FieldTerminalPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsAddress ¶
type ProbingConfig_SpecPathSelectorTargetSessionsAddress struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsAddress) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsAddress) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorTargetSessionsAddress) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsAddress) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsAddress) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsAddress) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsAddresses ¶
type ProbingConfig_SpecPathSelectorTargetSessionsAddresses struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsAddresses) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsAddresses) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorTargetSessionsAddresses) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsAddresses) WithArrayOfValues(values [][]string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsAddresses) WithItemValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsAddresses) WithItemValue(value string) *ProbingConfigSpec_FieldSubPathArrayItemValue
func (ProbingConfig_SpecPathSelectorTargetSessionsAddresses) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsAddresses) WithValue(value []string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsCategory ¶
type ProbingConfig_SpecPathSelectorTargetSessionsCategory struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsCategory) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsCategory) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorTargetSessionsCategory) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsCategory) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsCategory) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsCategory) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsGroupName ¶
type ProbingConfig_SpecPathSelectorTargetSessionsGroupName struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsGroupName) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsGroupName) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorTargetSessionsGroupName) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsGroupName) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsGroupName) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsGroupName) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfig ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfig struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfig) AuthConfig ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfig) HttpRequest ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfig) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfig) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfig) WithValue(value *common.HTTPProbingConfig) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig) RequestHeaderTokenKey ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig) TokenRequest ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig) TokenResponseBodyKey ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig) TokenResponseHeader ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigPassword ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigPassword struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) RequestBody ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) RequestHeaders ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) RequestMethod ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) Timeout ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) UrlFormEncodedBody ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithKey ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigUsername ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigUsername struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) AuthenticationMethod ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) ExpectedResponseCode ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) RequestBody ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) RequestHeaders ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) RequestMethod ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) UrlFormEncodedBody ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestBody ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestBody struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithKey ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue(value map[string]string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestMethod ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestMethod struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestTimeout ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestTimeout struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrl ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrl struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrl) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrl) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody ¶
type ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues(values []map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithKey ¶
type ProbingConfig_SpecPathSelectorTargetSessionsInterval ¶
type ProbingConfig_SpecPathSelectorTargetSessionsInterval struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsInterval) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsInterval) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorTargetSessionsInterval) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsInterval) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsInterval) WithValue(value *duration.Duration) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsIntervalSec ¶
type ProbingConfig_SpecPathSelectorTargetSessionsIntervalSec struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsIntervalSec) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsIntervalSec) WithArrayOfValues(values []int64) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsIntervalSec) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsIntervalSec) WithValue(value int64) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsIpVersion ¶
type ProbingConfig_SpecPathSelectorTargetSessionsIpVersion struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsIpVersion) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsIpVersion) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorTargetSessionsIpVersion) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsIpVersion) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsIpVersion) WithValue(value common.IpVersion) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsLocation ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocation struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocation) AdminHierarchy ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsLocation) Coordinates ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsLocation) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsLocation) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorTargetSessionsLocation) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocation) WithArrayOfValues(values []*common.Location) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsLocation) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocation) WithValue(value *common.Location) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAccuracy ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAccuracy struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAccuracy) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAccuracy) WithArrayOfValues(values []float64) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAccuracy) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAccuracy) WithValue(value float64) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) AdminArea1 ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) AdminArea2 ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) AdminArea3 ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) AdminArea4 ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) CountryCode ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) PostalCode ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) StreetAddress ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddress) WithValue(value *common.Address) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea1 ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea1 struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea1) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea1) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea1) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea2 ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea2 struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea2) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea2) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea2) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea3 ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea3 struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea3) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea3) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea3) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea4 ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea4 struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea4) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea4) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressAdminArea4) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressContinent ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressContinent struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressContinent) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressContinent) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressContinent) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressContinent) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountry ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountry struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountry) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountry) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountry) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountry) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountryCode ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountryCode struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountryCode) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountryCode) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressCountryCode) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressPostalCode ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressPostalCode struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressPostalCode) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressPostalCode) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressPostalCode) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressStreetAddress ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressStreetAddress struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressStreetAddress) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressStreetAddress) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAddressStreetAddress) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchy ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchy struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchy) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin1 ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin1 struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin2 ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin2 struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin3 ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin3 struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin4 ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin4 struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin5 ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin5 struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyContinent ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyContinent struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyContinent) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyCountry ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyCountry struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyCountry) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsLocationCoordinates ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationCoordinates struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationCoordinates) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationCoordinates) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsLocationType ¶
type ProbingConfig_SpecPathSelectorTargetSessionsLocationType struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationType) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationType) WithArrayOfValues(values []common.LocationType) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsLocationType) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsLocationType) WithValue(value common.LocationType) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsMode ¶
type ProbingConfig_SpecPathSelectorTargetSessionsMode struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsMode) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsMode) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorTargetSessionsMode) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsMode) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsMode) WithValue(value common.ProbingMode) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsPathProbing ¶
type ProbingConfig_SpecPathSelectorTargetSessionsPathProbing struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbing) IntervalSec ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbing) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbing) WithArrayOfValues(values []*common.PathProbe) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbing) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbing) WithValue(value *common.PathProbe) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsPathProbingAttempts ¶
type ProbingConfig_SpecPathSelectorTargetSessionsPathProbingAttempts struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbingAttempts) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingAttempts) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbingAttempts) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingAttempts) WithValue(value *wrappers.UInt32Value) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsPathProbingEnabled ¶
type ProbingConfig_SpecPathSelectorTargetSessionsPathProbingEnabled struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbingEnabled) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingEnabled) WithArrayOfValues(values []bool) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbingEnabled) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingEnabled) WithValue(value bool) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsPathProbingInterval ¶
type ProbingConfig_SpecPathSelectorTargetSessionsPathProbingInterval struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbingInterval) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbingInterval) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingInterval) WithValue(value *duration.Duration) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsPathProbingIntervalSec ¶
type ProbingConfig_SpecPathSelectorTargetSessionsPathProbingIntervalSec struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbingIntervalSec) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingIntervalSec) WithArrayOfValues(values []int64) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbingIntervalSec) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingIntervalSec) WithValue(value int64) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMaxTtl ¶
type ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMaxTtl struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMaxTtl) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMaxTtl) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMaxTtl) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMaxTtl) WithValue(value *wrappers.UInt32Value) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMode ¶
type ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMode struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMode) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMode) WithArrayOfValues(values []common.ProbingMode) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMode) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsPathProbingMode) WithValue(value common.ProbingMode) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsProxyConfiguration ¶
type ProbingConfig_SpecPathSelectorTargetSessionsProxyConfiguration struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfiguration) HttpsProxy ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfiguration) ProxySetting ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfiguration) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfiguration) WithArrayOfValues(values []*common.ProxyConfiguration) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfiguration) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfiguration) WithValue(value *common.ProxyConfiguration) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpProxy ¶
type ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpProxy struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpProxy) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpProxy) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpProxy) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpProxy) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpsProxy ¶
type ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpsProxy struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpsProxy) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpsProxy) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpsProxy) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationHttpsProxy) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationNoProxy ¶
type ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationNoProxy struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationNoProxy) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationNoProxy) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationNoProxy) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationNoProxy) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationProxySetting ¶
type ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationProxySetting struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationProxySetting) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsProxyConfigurationProxySetting) WithArrayOfValues(values []common.ProxySetting) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettings ¶ added in v0.4.26
type ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettings struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettings) ServerSelection ¶ added in v0.4.26
func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettings) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettings) WithArrayOfValues(values []*common.SpeedTestSettings) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettings) WithValue ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettings) WithValue(value *common.SpeedTestSettings) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsDuration ¶ added in v0.4.26
type ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsDuration struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsDuration) FieldPath ¶ added in v0.4.26
func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsDuration) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsDuration) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsDuration) WithValue ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsDuration) WithValue(value *duration.Duration) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsServerSelection ¶ added in v0.4.26
type ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsServerSelection struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsServerSelection) FieldPath ¶ added in v0.4.26
func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsServerSelection) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsServerSelection) WithArrayOfValues(values []common.SpeedTestSettings_ServerSelection) *ProbingConfigSpec_FieldSubPathArrayOfValues
type ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTcpPort ¶ added in v0.4.26
type ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTcpPort struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTcpPort) FieldPath ¶ added in v0.4.26
func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTcpPort) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTcpPort) WithArrayOfValues(values []int32) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTcpPort) WithValue ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTcpPort) WithValue(value int32) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTlsPort ¶ added in v0.4.26
type ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTlsPort struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTlsPort) FieldPath ¶ added in v0.4.26
func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTlsPort) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTlsPort) WithArrayOfValues(values []int32) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTlsPort) WithValue ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsTlsPort) WithValue(value int32) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsUseTls ¶ added in v0.4.26
type ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsUseTls struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsUseTls) FieldPath ¶ added in v0.4.26
func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsUseTls) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsUseTls) WithArrayOfValues(values []bool) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsUseTls) WithValue ¶ added in v0.4.26
func (s ProbingConfig_SpecPathSelectorTargetSessionsSpeedtestSettingsUseTls) WithValue(value bool) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsTarget ¶
type ProbingConfig_SpecPathSelectorTargetSessionsTarget struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsTarget) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsTarget) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorTargetSessionsTarget) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsTarget) WithArrayOfValues(values []*probing_target.Name) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsTarget) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsTarget) WithValue(value *probing_target.Name) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsTargetDisplayName ¶
type ProbingConfig_SpecPathSelectorTargetSessionsTargetDisplayName struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsTargetDisplayName) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsTargetDisplayName) WithArrayOfValues(values []string) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsTargetDisplayName) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsTargetDisplayName) WithValue(value string) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsTargetGroup ¶
type ProbingConfig_SpecPathSelectorTargetSessionsTargetGroup struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsTargetGroup) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsTargetGroup) WithArrayOfValues(values []*probing_target_group.Reference) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsTargetGroup) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsTargetGroup) WithValue(value *probing_target_group.Reference) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsTos ¶
type ProbingConfig_SpecPathSelectorTargetSessionsTos struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsTos) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsTos) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorTargetSessionsTos) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsTos) WithArrayOfValues(values []uint32) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsTos) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsTos) WithValue(value uint32) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_SpecPathSelectorTargetSessionsWindowSize ¶
type ProbingConfig_SpecPathSelectorTargetSessionsWindowSize struct{}
func (ProbingConfig_SpecPathSelectorTargetSessionsWindowSize) FieldPath ¶
func (ProbingConfig_SpecPathSelectorTargetSessionsWindowSize) FieldPath() *ProbingConfigSpec_FieldSubPath
func (ProbingConfig_SpecPathSelectorTargetSessionsWindowSize) WithArrayOfValues ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsWindowSize) WithArrayOfValues(values []uint32) *ProbingConfigSpec_FieldSubPathArrayOfValues
func (ProbingConfig_SpecPathSelectorTargetSessionsWindowSize) WithValue ¶
func (s ProbingConfig_SpecPathSelectorTargetSessionsWindowSize) WithValue(value uint32) *ProbingConfigSpec_FieldSubPathValue
type ProbingConfig_Spec_FieldMask ¶
type ProbingConfig_Spec_FieldMask struct {
Paths []ProbingConfigSpec_FieldPath
}
func FullProbingConfig_Spec_FieldMask ¶
func FullProbingConfig_Spec_FieldMask() *ProbingConfig_Spec_FieldMask
func (*ProbingConfig_Spec_FieldMask) AppendPath ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) AppendPath(path ProbingConfigSpec_FieldPath)
func (*ProbingConfig_Spec_FieldMask) AppendRawPath ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ProbingConfig_Spec_FieldMask) DecodeFirestore ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ProbingConfig_Spec_FieldMask) EncodeFirestore ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ProbingConfig_Spec_FieldMask) FilterInputFields ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) FilterInputFields() *ProbingConfig_Spec_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ProbingConfig_Spec_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ProbingConfig_Spec_FieldMask) GetPaths ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) GetPaths() []ProbingConfigSpec_FieldPath
func (*ProbingConfig_Spec_FieldMask) GetRawPaths ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ProbingConfig_Spec_FieldMask) IsFull ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) IsFull() bool
func (ProbingConfig_Spec_FieldMask) Marshal ¶
func (fieldMask ProbingConfig_Spec_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ProbingConfig_Spec_FieldMask) MarshalJSON ¶
func (fieldMask ProbingConfig_Spec_FieldMask) MarshalJSON() ([]byte, error)
func (*ProbingConfig_Spec_FieldMask) PathsCount ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) PathsCount() int
func (*ProbingConfig_Spec_FieldMask) Project ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) Project(source *ProbingConfig_Spec) *ProbingConfig_Spec
func (*ProbingConfig_Spec_FieldMask) ProjectRaw ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ProbingConfig_Spec_FieldMask) ProtoMessage ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) ProtoMessage()
func (*ProbingConfig_Spec_FieldMask) ProtoReflect ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) ProtoReflect() preflect.Message
func (*ProbingConfig_Spec_FieldMask) Reset ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) Reset()
func (*ProbingConfig_Spec_FieldMask) Set ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) Set(target, source *ProbingConfig_Spec)
func (*ProbingConfig_Spec_FieldMask) SetFromCliFlag ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) SetFromCliFlag(raw string) error
func (*ProbingConfig_Spec_FieldMask) SetRaw ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ProbingConfig_Spec_FieldMask) Size ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) Size() int
func (*ProbingConfig_Spec_FieldMask) String ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) String() string
func (*ProbingConfig_Spec_FieldMask) Subtract ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) Subtract(other *ProbingConfig_Spec_FieldMask) *ProbingConfig_Spec_FieldMask
func (*ProbingConfig_Spec_FieldMask) SubtractRaw ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ProbingConfig_Spec_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ProbingConfig_Spec_FieldMask) Unmarshal ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) Unmarshal(data []byte) error
func (*ProbingConfig_Spec_FieldMask) UnmarshalJSON ¶
func (fieldMask *ProbingConfig_Spec_FieldMask) UnmarshalJSON(data []byte) error
type ProbingConfig_Spec_SpeedTest ¶
type ProbingConfig_Spec_SpeedTest struct { // enabled defines whether to enable or disable the speedtest Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty" firestore:"enabled"` // (deprecated) interval_minutes defines the periodic interval for // repeating speedtest IntervalMinutes int64 `` /* 135-byte string literal not displayed */ // interval defines the periodic interval for repeating speedtest Interval *duration.Duration `protobuf:"bytes,4,opt,name=interval,proto3" json:"interval,omitempty" firestore:"interval"` // servers list down all the available servers for speedtest. The agent // chooses the active server nearest to it for running the test // This might be a temporary api and we might have a discovery api later Servers []*ProbingConfig_Spec_SpeedTest_Server `protobuf:"bytes,3,rep,name=servers,proto3" json:"servers,omitempty" firestore:"servers"` // contains filtered or unexported fields }
func (*ProbingConfig_Spec_SpeedTest) Clone ¶
func (o *ProbingConfig_Spec_SpeedTest) Clone() *ProbingConfig_Spec_SpeedTest
func (*ProbingConfig_Spec_SpeedTest) CloneRaw ¶
func (o *ProbingConfig_Spec_SpeedTest) CloneRaw() gotenobject.GotenObjectExt
func (*ProbingConfig_Spec_SpeedTest) Descriptor ¶
func (*ProbingConfig_Spec_SpeedTest) Descriptor() ([]byte, []int)
Deprecated, Use ProbingConfig_Spec_SpeedTest.ProtoReflect.Descriptor instead.
func (*ProbingConfig_Spec_SpeedTest) GetEnabled ¶
func (m *ProbingConfig_Spec_SpeedTest) GetEnabled() bool
func (*ProbingConfig_Spec_SpeedTest) GetInterval ¶
func (m *ProbingConfig_Spec_SpeedTest) GetInterval() *duration.Duration
func (*ProbingConfig_Spec_SpeedTest) GetIntervalMinutes ¶
func (m *ProbingConfig_Spec_SpeedTest) GetIntervalMinutes() int64
func (*ProbingConfig_Spec_SpeedTest) GetServers ¶
func (m *ProbingConfig_Spec_SpeedTest) GetServers() []*ProbingConfig_Spec_SpeedTest_Server
func (*ProbingConfig_Spec_SpeedTest) GotenMessage ¶
func (*ProbingConfig_Spec_SpeedTest) GotenMessage()
func (*ProbingConfig_Spec_SpeedTest) GotenObjectExt ¶
func (o *ProbingConfig_Spec_SpeedTest) GotenObjectExt()
func (*ProbingConfig_Spec_SpeedTest) GotenValidate ¶
func (obj *ProbingConfig_Spec_SpeedTest) GotenValidate() error
func (*ProbingConfig_Spec_SpeedTest) MakeDiffFieldMask ¶
func (o *ProbingConfig_Spec_SpeedTest) MakeDiffFieldMask(other *ProbingConfig_Spec_SpeedTest) *ProbingConfig_Spec_SpeedTest_FieldMask
func (*ProbingConfig_Spec_SpeedTest) MakeFullFieldMask ¶
func (o *ProbingConfig_Spec_SpeedTest) MakeFullFieldMask() *ProbingConfig_Spec_SpeedTest_FieldMask
func (*ProbingConfig_Spec_SpeedTest) MakeRawDiffFieldMask ¶
func (o *ProbingConfig_Spec_SpeedTest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ProbingConfig_Spec_SpeedTest) MakeRawFullFieldMask ¶
func (o *ProbingConfig_Spec_SpeedTest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ProbingConfig_Spec_SpeedTest) Marshal ¶
func (m *ProbingConfig_Spec_SpeedTest) Marshal() ([]byte, error)
func (*ProbingConfig_Spec_SpeedTest) MarshalJSON ¶
func (m *ProbingConfig_Spec_SpeedTest) MarshalJSON() ([]byte, error)
func (*ProbingConfig_Spec_SpeedTest) Merge ¶
func (o *ProbingConfig_Spec_SpeedTest) Merge(source *ProbingConfig_Spec_SpeedTest)
func (*ProbingConfig_Spec_SpeedTest) MergeRaw ¶
func (o *ProbingConfig_Spec_SpeedTest) MergeRaw(source gotenobject.GotenObjectExt)
func (*ProbingConfig_Spec_SpeedTest) ProtoMessage ¶
func (*ProbingConfig_Spec_SpeedTest) ProtoMessage()
func (*ProbingConfig_Spec_SpeedTest) ProtoReflect ¶
func (m *ProbingConfig_Spec_SpeedTest) ProtoReflect() preflect.Message
func (*ProbingConfig_Spec_SpeedTest) Reset ¶
func (m *ProbingConfig_Spec_SpeedTest) Reset()
func (*ProbingConfig_Spec_SpeedTest) SetEnabled ¶
func (m *ProbingConfig_Spec_SpeedTest) SetEnabled(fv bool)
func (*ProbingConfig_Spec_SpeedTest) SetInterval ¶
func (m *ProbingConfig_Spec_SpeedTest) SetInterval(fv *duration.Duration)
func (*ProbingConfig_Spec_SpeedTest) SetIntervalMinutes ¶
func (m *ProbingConfig_Spec_SpeedTest) SetIntervalMinutes(fv int64)
func (*ProbingConfig_Spec_SpeedTest) SetServers ¶
func (m *ProbingConfig_Spec_SpeedTest) SetServers(fv []*ProbingConfig_Spec_SpeedTest_Server)
func (*ProbingConfig_Spec_SpeedTest) String ¶
func (m *ProbingConfig_Spec_SpeedTest) String() string
func (*ProbingConfig_Spec_SpeedTest) Unmarshal ¶
func (m *ProbingConfig_Spec_SpeedTest) Unmarshal(b []byte) error
func (*ProbingConfig_Spec_SpeedTest) UnmarshalJSON ¶
func (m *ProbingConfig_Spec_SpeedTest) UnmarshalJSON(data []byte) error
type ProbingConfig_Spec_SpeedTestPathSelectorEnabled ¶
type ProbingConfig_Spec_SpeedTestPathSelectorEnabled struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorEnabled) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorEnabled) WithArrayOfValues(values []bool) *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues
func (ProbingConfig_Spec_SpeedTestPathSelectorEnabled) WithValue ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorEnabled) WithValue(value bool) *ProbingConfigSpecSpeedTest_FieldTerminalPathValue
type ProbingConfig_Spec_SpeedTestPathSelectorInterval ¶
type ProbingConfig_Spec_SpeedTestPathSelectorInterval struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorInterval) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorInterval) WithArrayOfValues(values []*duration.Duration) *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues
func (ProbingConfig_Spec_SpeedTestPathSelectorInterval) WithValue ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorInterval) WithValue(value *duration.Duration) *ProbingConfigSpecSpeedTest_FieldTerminalPathValue
type ProbingConfig_Spec_SpeedTestPathSelectorIntervalMinutes ¶
type ProbingConfig_Spec_SpeedTestPathSelectorIntervalMinutes struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorIntervalMinutes) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorIntervalMinutes) WithArrayOfValues(values []int64) *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues
func (ProbingConfig_Spec_SpeedTestPathSelectorIntervalMinutes) WithValue ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorIntervalMinutes) WithValue(value int64) *ProbingConfigSpecSpeedTest_FieldTerminalPathValue
type ProbingConfig_Spec_SpeedTestPathSelectorServers ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServers struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServers) IpAddresses ¶
func (ProbingConfig_Spec_SpeedTestPathSelectorServers) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServers) WithArrayOfValues(values [][]*ProbingConfig_Spec_SpeedTest_Server) *ProbingConfigSpecSpeedTest_FieldTerminalPathArrayOfValues
func (ProbingConfig_Spec_SpeedTestPathSelectorServers) WithItemValue ¶
func (ProbingConfig_Spec_SpeedTestPathSelectorServers) WithSubArrayItemValue ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServers) WithSubArrayItemValue(subPathArrayItemValue ProbingConfigSpecSpeedTestServer_FieldPathArrayItemValue) *ProbingConfigSpecSpeedTest_FieldSubPathArrayItemValue
func (ProbingConfig_Spec_SpeedTestPathSelectorServers) WithSubArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServers) WithSubArrayOfValues(subPathArrayOfValues ProbingConfigSpecSpeedTestServer_FieldPathArrayOfValues) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
func (ProbingConfig_Spec_SpeedTestPathSelectorServers) WithSubPath ¶
func (ProbingConfig_Spec_SpeedTestPathSelectorServers) WithSubValue ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServers) WithSubValue(subPathValue ProbingConfigSpecSpeedTestServer_FieldPathValue) *ProbingConfigSpecSpeedTest_FieldSubPathValue
type ProbingConfig_Spec_SpeedTestPathSelectorServersIpAddresses ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersIpAddresses struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersIpAddresses) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersIpAddresses) WithArrayOfValues(values [][]string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
func (ProbingConfig_Spec_SpeedTestPathSelectorServersIpAddresses) WithItemValue ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersIpAddresses) WithItemValue(value string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayItemValue
func (ProbingConfig_Spec_SpeedTestPathSelectorServersIpAddresses) WithValue ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersIpAddresses) WithValue(value []string) *ProbingConfigSpecSpeedTest_FieldSubPathValue
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocation ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocation struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocation) AdminHierarchy ¶
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocation) Coordinates ¶
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocation) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocation) WithArrayOfValues(values []*common.Location) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocation) WithValue ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocation) WithValue(value *common.Location) *ProbingConfigSpecSpeedTest_FieldSubPathValue
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAccuracy ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAccuracy struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAccuracy) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAccuracy) WithArrayOfValues(values []float64) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAccuracy) WithValue ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAccuracy) WithValue(value float64) *ProbingConfigSpecSpeedTest_FieldSubPathValue
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) AdminArea1 ¶
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) AdminArea2 ¶
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) AdminArea3 ¶
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) AdminArea4 ¶
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) CountryCode ¶
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) PostalCode ¶
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) StreetAddress ¶
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) WithValue ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddress) WithValue(value *common.Address) *ProbingConfigSpecSpeedTest_FieldSubPathValue
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea1 ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea1 struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea1) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea2 ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea2 struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea2) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea3 ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea3 struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea3) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea4 ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea4 struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea4) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressContinent ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressContinent struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressContinent) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressContinent) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressCountry ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressCountry struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressCountry) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressCountry) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressCountryCode ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressCountryCode struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressCountryCode) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressPostalCode ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressPostalCode struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressPostalCode) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressStreetAddress ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressStreetAddress struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressStreetAddress) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchy ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchy struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchy) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin1 ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin1 struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin1) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin2 ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin2 struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin2) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin3 ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin3 struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin3) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin4 ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin4 struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin4) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin5 ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin5 struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin5) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyContinent ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyContinent struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyContinent) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyCountry ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyCountry struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyCountry) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationCoordinates ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersLocationCoordinates struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationCoordinates) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
func (ProbingConfig_Spec_SpeedTestPathSelectorServersLocationCoordinates) WithValue ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingConfigSpecSpeedTest_FieldSubPathValue
type ProbingConfig_Spec_SpeedTestPathSelectorServersName ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersName struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersName) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersName) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
func (ProbingConfig_Spec_SpeedTestPathSelectorServersName) WithValue ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersName) WithValue(value string) *ProbingConfigSpecSpeedTest_FieldSubPathValue
type ProbingConfig_Spec_SpeedTestPathSelectorServersTarget ¶
type ProbingConfig_Spec_SpeedTestPathSelectorServersTarget struct{}
func (ProbingConfig_Spec_SpeedTestPathSelectorServersTarget) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersTarget) WithArrayOfValues(values []*probing_target.Name) *ProbingConfigSpecSpeedTest_FieldSubPathArrayOfValues
func (ProbingConfig_Spec_SpeedTestPathSelectorServersTarget) WithValue ¶
func (s ProbingConfig_Spec_SpeedTestPathSelectorServersTarget) WithValue(value *probing_target.Name) *ProbingConfigSpecSpeedTest_FieldSubPathValue
type ProbingConfig_Spec_SpeedTest_FieldMask ¶
type ProbingConfig_Spec_SpeedTest_FieldMask struct {
Paths []ProbingConfigSpecSpeedTest_FieldPath
}
func FullProbingConfig_Spec_SpeedTest_FieldMask ¶
func FullProbingConfig_Spec_SpeedTest_FieldMask() *ProbingConfig_Spec_SpeedTest_FieldMask
func (*ProbingConfig_Spec_SpeedTest_FieldMask) AppendPath ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) AppendPath(path ProbingConfigSpecSpeedTest_FieldPath)
func (*ProbingConfig_Spec_SpeedTest_FieldMask) AppendRawPath ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ProbingConfig_Spec_SpeedTest_FieldMask) DecodeFirestore ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ProbingConfig_Spec_SpeedTest_FieldMask) EncodeFirestore ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ProbingConfig_Spec_SpeedTest_FieldMask) FilterInputFields ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) FilterInputFields() *ProbingConfig_Spec_SpeedTest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ProbingConfig_Spec_SpeedTest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ProbingConfig_Spec_SpeedTest_FieldMask) GetPaths ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) GetPaths() []ProbingConfigSpecSpeedTest_FieldPath
func (*ProbingConfig_Spec_SpeedTest_FieldMask) GetRawPaths ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ProbingConfig_Spec_SpeedTest_FieldMask) IsFull ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) IsFull() bool
func (ProbingConfig_Spec_SpeedTest_FieldMask) Marshal ¶
func (fieldMask ProbingConfig_Spec_SpeedTest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ProbingConfig_Spec_SpeedTest_FieldMask) MarshalJSON ¶
func (fieldMask ProbingConfig_Spec_SpeedTest_FieldMask) MarshalJSON() ([]byte, error)
func (*ProbingConfig_Spec_SpeedTest_FieldMask) PathsCount ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) PathsCount() int
func (*ProbingConfig_Spec_SpeedTest_FieldMask) Project ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) Project(source *ProbingConfig_Spec_SpeedTest) *ProbingConfig_Spec_SpeedTest
func (*ProbingConfig_Spec_SpeedTest_FieldMask) ProjectRaw ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ProbingConfig_Spec_SpeedTest_FieldMask) ProtoMessage ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) ProtoMessage()
func (*ProbingConfig_Spec_SpeedTest_FieldMask) ProtoReflect ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) ProtoReflect() preflect.Message
func (*ProbingConfig_Spec_SpeedTest_FieldMask) Reset ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) Reset()
func (*ProbingConfig_Spec_SpeedTest_FieldMask) Set ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) Set(target, source *ProbingConfig_Spec_SpeedTest)
func (*ProbingConfig_Spec_SpeedTest_FieldMask) SetFromCliFlag ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) SetFromCliFlag(raw string) error
func (*ProbingConfig_Spec_SpeedTest_FieldMask) SetRaw ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ProbingConfig_Spec_SpeedTest_FieldMask) Size ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) Size() int
func (*ProbingConfig_Spec_SpeedTest_FieldMask) String ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) String() string
func (*ProbingConfig_Spec_SpeedTest_FieldMask) Subtract ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) Subtract(other *ProbingConfig_Spec_SpeedTest_FieldMask) *ProbingConfig_Spec_SpeedTest_FieldMask
func (*ProbingConfig_Spec_SpeedTest_FieldMask) SubtractRaw ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ProbingConfig_Spec_SpeedTest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ProbingConfig_Spec_SpeedTest_FieldMask) Unmarshal ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) Unmarshal(data []byte) error
func (*ProbingConfig_Spec_SpeedTest_FieldMask) UnmarshalJSON ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_FieldMask) UnmarshalJSON(data []byte) error
type ProbingConfig_Spec_SpeedTest_Server ¶
type ProbingConfig_Spec_SpeedTest_Server struct { // label or name of the server to use for speedtest Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" firestore:"name"` // Could be a dns name or ip addresses. can provide both v4 and v6 // addresses IpAddresses []string `protobuf:"bytes,2,rep,name=ip_addresses,json=ipAddresses,proto3" json:"ip_addresses,omitempty" firestore:"ipAddresses"` // Location of the server. For now the agent would choose the nearest // server Location *common.Location `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty" firestore:"location"` Target *probing_target.Name `protobuf:"bytes,4,opt,customtype=Name,name=target,proto3" json:"target,omitempty" firestore:"target"` // contains filtered or unexported fields }
Server defines the information about a speedtest server
func (*ProbingConfig_Spec_SpeedTest_Server) Clone ¶
func (o *ProbingConfig_Spec_SpeedTest_Server) Clone() *ProbingConfig_Spec_SpeedTest_Server
func (*ProbingConfig_Spec_SpeedTest_Server) CloneRaw ¶
func (o *ProbingConfig_Spec_SpeedTest_Server) CloneRaw() gotenobject.GotenObjectExt
func (*ProbingConfig_Spec_SpeedTest_Server) Descriptor ¶
func (*ProbingConfig_Spec_SpeedTest_Server) Descriptor() ([]byte, []int)
Deprecated, Use ProbingConfig_Spec_SpeedTest_Server.ProtoReflect.Descriptor instead.
func (*ProbingConfig_Spec_SpeedTest_Server) GetIpAddresses ¶
func (m *ProbingConfig_Spec_SpeedTest_Server) GetIpAddresses() []string
func (*ProbingConfig_Spec_SpeedTest_Server) GetLocation ¶
func (m *ProbingConfig_Spec_SpeedTest_Server) GetLocation() *common.Location
func (*ProbingConfig_Spec_SpeedTest_Server) GetName ¶
func (m *ProbingConfig_Spec_SpeedTest_Server) GetName() string
func (*ProbingConfig_Spec_SpeedTest_Server) GetTarget ¶
func (m *ProbingConfig_Spec_SpeedTest_Server) GetTarget() *probing_target.Name
func (*ProbingConfig_Spec_SpeedTest_Server) GotenMessage ¶
func (*ProbingConfig_Spec_SpeedTest_Server) GotenMessage()
func (*ProbingConfig_Spec_SpeedTest_Server) GotenObjectExt ¶
func (o *ProbingConfig_Spec_SpeedTest_Server) GotenObjectExt()
func (*ProbingConfig_Spec_SpeedTest_Server) GotenValidate ¶
func (obj *ProbingConfig_Spec_SpeedTest_Server) GotenValidate() error
func (*ProbingConfig_Spec_SpeedTest_Server) MakeDiffFieldMask ¶
func (o *ProbingConfig_Spec_SpeedTest_Server) MakeDiffFieldMask(other *ProbingConfig_Spec_SpeedTest_Server) *ProbingConfig_Spec_SpeedTest_Server_FieldMask
func (*ProbingConfig_Spec_SpeedTest_Server) MakeFullFieldMask ¶
func (o *ProbingConfig_Spec_SpeedTest_Server) MakeFullFieldMask() *ProbingConfig_Spec_SpeedTest_Server_FieldMask
func (*ProbingConfig_Spec_SpeedTest_Server) MakeRawDiffFieldMask ¶
func (o *ProbingConfig_Spec_SpeedTest_Server) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ProbingConfig_Spec_SpeedTest_Server) MakeRawFullFieldMask ¶
func (o *ProbingConfig_Spec_SpeedTest_Server) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ProbingConfig_Spec_SpeedTest_Server) Marshal ¶
func (m *ProbingConfig_Spec_SpeedTest_Server) Marshal() ([]byte, error)
func (*ProbingConfig_Spec_SpeedTest_Server) MarshalJSON ¶
func (m *ProbingConfig_Spec_SpeedTest_Server) MarshalJSON() ([]byte, error)
func (*ProbingConfig_Spec_SpeedTest_Server) Merge ¶
func (o *ProbingConfig_Spec_SpeedTest_Server) Merge(source *ProbingConfig_Spec_SpeedTest_Server)
func (*ProbingConfig_Spec_SpeedTest_Server) MergeRaw ¶
func (o *ProbingConfig_Spec_SpeedTest_Server) MergeRaw(source gotenobject.GotenObjectExt)
func (*ProbingConfig_Spec_SpeedTest_Server) ProtoMessage ¶
func (*ProbingConfig_Spec_SpeedTest_Server) ProtoMessage()
func (*ProbingConfig_Spec_SpeedTest_Server) ProtoReflect ¶
func (m *ProbingConfig_Spec_SpeedTest_Server) ProtoReflect() preflect.Message
func (*ProbingConfig_Spec_SpeedTest_Server) Reset ¶
func (m *ProbingConfig_Spec_SpeedTest_Server) Reset()
func (*ProbingConfig_Spec_SpeedTest_Server) SetIpAddresses ¶
func (m *ProbingConfig_Spec_SpeedTest_Server) SetIpAddresses(fv []string)
func (*ProbingConfig_Spec_SpeedTest_Server) SetLocation ¶
func (m *ProbingConfig_Spec_SpeedTest_Server) SetLocation(fv *common.Location)
func (*ProbingConfig_Spec_SpeedTest_Server) SetName ¶
func (m *ProbingConfig_Spec_SpeedTest_Server) SetName(fv string)
func (*ProbingConfig_Spec_SpeedTest_Server) SetTarget ¶
func (m *ProbingConfig_Spec_SpeedTest_Server) SetTarget(fv *probing_target.Name)
func (*ProbingConfig_Spec_SpeedTest_Server) String ¶
func (m *ProbingConfig_Spec_SpeedTest_Server) String() string
func (*ProbingConfig_Spec_SpeedTest_Server) Unmarshal ¶
func (m *ProbingConfig_Spec_SpeedTest_Server) Unmarshal(b []byte) error
func (*ProbingConfig_Spec_SpeedTest_Server) UnmarshalJSON ¶
func (m *ProbingConfig_Spec_SpeedTest_Server) UnmarshalJSON(data []byte) error
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorIpAddresses ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorIpAddresses struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorIpAddresses) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorIpAddresses) WithArrayOfValues(values [][]string) *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorIpAddresses) WithItemValue ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorIpAddresses) WithItemValue(value string) *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayItemValue
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorIpAddresses) WithValue ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorIpAddresses) WithValue(value []string) *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) AdminHierarchy ¶
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) Coordinates ¶
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) WithArrayOfValues(values []*common.Location) *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) WithSubArrayItemValue ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) WithSubArrayItemValue(subPathArrayItemValue common.Location_FieldPathArrayItemValue) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayItemValue
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) WithSubArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) WithSubArrayOfValues(subPathArrayOfValues common.Location_FieldPathArrayOfValues) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) WithSubPath ¶
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) WithSubPath(subPath common.Location_FieldPath) *ProbingConfigSpecSpeedTestServer_FieldSubPath
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) WithSubValue ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) WithSubValue(subPathValue common.Location_FieldPathValue) *ProbingConfigSpecSpeedTestServer_FieldSubPathValue
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) WithValue ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocation) WithValue(value *common.Location) *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAccuracy ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAccuracy struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAccuracy) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAccuracy) WithArrayOfValues(values []float64) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) AdminArea1 ¶
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) AdminArea2 ¶
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) AdminArea3 ¶
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) AdminArea4 ¶
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) CountryCode ¶
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) PostalCode ¶
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) StreetAddress ¶
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea1 ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea1 struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea1) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea2 ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea2 struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea2) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea3 ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea3 struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea3) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea4 ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea4 struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea4) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressContinent ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressContinent struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressContinent) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressContinent) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressCountry ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressCountry struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressCountry) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressCountry) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressCountryCode ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressCountryCode struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressCountryCode) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressPostalCode ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressPostalCode struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressPostalCode) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressStreetAddress ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressStreetAddress struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressStreetAddress) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchy ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchy struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchy) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin1 ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin1 struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin1) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin2 ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin2 struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin2) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin3 ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin3 struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin3) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin4 ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin4 struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin4) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin5 ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin5 struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin5) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyContinent ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyContinent struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyContinent) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyCountry ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyCountry struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyCountry) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationCoordinates ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationCoordinates struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationCoordinates) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingConfigSpecSpeedTestServer_FieldSubPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorName ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorName struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorName) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorName) WithArrayOfValues(values []string) *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorName) WithValue ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorName) WithValue(value string) *ProbingConfigSpecSpeedTestServer_FieldTerminalPathValue
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorTarget ¶
type ProbingConfig_Spec_SpeedTest_ServerPathSelectorTarget struct{}
func (ProbingConfig_Spec_SpeedTest_ServerPathSelectorTarget) WithArrayOfValues ¶
func (s ProbingConfig_Spec_SpeedTest_ServerPathSelectorTarget) WithArrayOfValues(values []*probing_target.Name) *ProbingConfigSpecSpeedTestServer_FieldTerminalPathArrayOfValues
type ProbingConfig_Spec_SpeedTest_Server_FieldMask ¶
type ProbingConfig_Spec_SpeedTest_Server_FieldMask struct {
Paths []ProbingConfigSpecSpeedTestServer_FieldPath
}
func FullProbingConfig_Spec_SpeedTest_Server_FieldMask ¶
func FullProbingConfig_Spec_SpeedTest_Server_FieldMask() *ProbingConfig_Spec_SpeedTest_Server_FieldMask
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) AppendPath ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) AppendPath(path ProbingConfigSpecSpeedTestServer_FieldPath)
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) AppendRawPath ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) DecodeFirestore ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) EncodeFirestore ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) FilterInputFields ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) FilterInputFields() *ProbingConfig_Spec_SpeedTest_Server_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) GetPaths ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) GetPaths() []ProbingConfigSpecSpeedTestServer_FieldPath
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) GetRawPaths ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) IsFull ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) IsFull() bool
func (ProbingConfig_Spec_SpeedTest_Server_FieldMask) Marshal ¶
func (fieldMask ProbingConfig_Spec_SpeedTest_Server_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ProbingConfig_Spec_SpeedTest_Server_FieldMask) MarshalJSON ¶
func (fieldMask ProbingConfig_Spec_SpeedTest_Server_FieldMask) MarshalJSON() ([]byte, error)
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) PathsCount ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) PathsCount() int
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) Project ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) Project(source *ProbingConfig_Spec_SpeedTest_Server) *ProbingConfig_Spec_SpeedTest_Server
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) ProjectRaw ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) ProtoMessage ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) ProtoMessage()
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) ProtoReflect ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) ProtoReflect() preflect.Message
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) Reset ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) Reset()
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) Set ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) Set(target, source *ProbingConfig_Spec_SpeedTest_Server)
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) SetFromCliFlag ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) SetFromCliFlag(raw string) error
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) SetRaw ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) Size ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) Size() int
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) String ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) String() string
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) Subtract ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) Subtract(other *ProbingConfig_Spec_SpeedTest_Server_FieldMask) *ProbingConfig_Spec_SpeedTest_Server_FieldMask
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) SubtractRaw ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) Unmarshal ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) Unmarshal(data []byte) error
func (*ProbingConfig_Spec_SpeedTest_Server_FieldMask) UnmarshalJSON ¶
func (fieldMask *ProbingConfig_Spec_SpeedTest_Server_FieldMask) UnmarshalJSON(data []byte) error
type ProbingConfig_Status ¶
type ProbingConfig_Status struct {
// contains filtered or unexported fields
}
func (*ProbingConfig_Status) Clone ¶
func (o *ProbingConfig_Status) Clone() *ProbingConfig_Status
func (*ProbingConfig_Status) CloneRaw ¶
func (o *ProbingConfig_Status) CloneRaw() gotenobject.GotenObjectExt
func (*ProbingConfig_Status) Descriptor ¶
func (*ProbingConfig_Status) Descriptor() ([]byte, []int)
Deprecated, Use ProbingConfig_Status.ProtoReflect.Descriptor instead.
func (*ProbingConfig_Status) GotenMessage ¶
func (*ProbingConfig_Status) GotenMessage()
func (*ProbingConfig_Status) GotenObjectExt ¶
func (o *ProbingConfig_Status) GotenObjectExt()
func (*ProbingConfig_Status) GotenValidate ¶
func (obj *ProbingConfig_Status) GotenValidate() error
func (*ProbingConfig_Status) MakeDiffFieldMask ¶
func (o *ProbingConfig_Status) MakeDiffFieldMask(other *ProbingConfig_Status) *ProbingConfig_Status_FieldMask
func (*ProbingConfig_Status) MakeFullFieldMask ¶
func (o *ProbingConfig_Status) MakeFullFieldMask() *ProbingConfig_Status_FieldMask
func (*ProbingConfig_Status) MakeRawDiffFieldMask ¶
func (o *ProbingConfig_Status) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ProbingConfig_Status) MakeRawFullFieldMask ¶
func (o *ProbingConfig_Status) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ProbingConfig_Status) Marshal ¶
func (m *ProbingConfig_Status) Marshal() ([]byte, error)
func (*ProbingConfig_Status) MarshalJSON ¶
func (m *ProbingConfig_Status) MarshalJSON() ([]byte, error)
func (*ProbingConfig_Status) Merge ¶
func (o *ProbingConfig_Status) Merge(source *ProbingConfig_Status)
func (*ProbingConfig_Status) MergeRaw ¶
func (o *ProbingConfig_Status) MergeRaw(source gotenobject.GotenObjectExt)
func (*ProbingConfig_Status) ProtoMessage ¶
func (*ProbingConfig_Status) ProtoMessage()
func (*ProbingConfig_Status) ProtoReflect ¶
func (m *ProbingConfig_Status) ProtoReflect() preflect.Message
func (*ProbingConfig_Status) Reset ¶
func (m *ProbingConfig_Status) Reset()
func (*ProbingConfig_Status) String ¶
func (m *ProbingConfig_Status) String() string
func (*ProbingConfig_Status) Unmarshal ¶
func (m *ProbingConfig_Status) Unmarshal(b []byte) error
func (*ProbingConfig_Status) UnmarshalJSON ¶
func (m *ProbingConfig_Status) UnmarshalJSON(data []byte) error
type ProbingConfig_Status_FieldMask ¶
type ProbingConfig_Status_FieldMask struct {
Paths []ProbingConfigStatus_FieldPath
}
func FullProbingConfig_Status_FieldMask ¶
func FullProbingConfig_Status_FieldMask() *ProbingConfig_Status_FieldMask
func (*ProbingConfig_Status_FieldMask) AppendPath ¶
func (fieldMask *ProbingConfig_Status_FieldMask) AppendPath(path ProbingConfigStatus_FieldPath)
func (*ProbingConfig_Status_FieldMask) AppendRawPath ¶
func (fieldMask *ProbingConfig_Status_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ProbingConfig_Status_FieldMask) DecodeFirestore ¶
func (fieldMask *ProbingConfig_Status_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ProbingConfig_Status_FieldMask) EncodeFirestore ¶
func (fieldMask *ProbingConfig_Status_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ProbingConfig_Status_FieldMask) FilterInputFields ¶
func (fieldMask *ProbingConfig_Status_FieldMask) FilterInputFields() *ProbingConfig_Status_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ProbingConfig_Status_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ProbingConfig_Status_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ProbingConfig_Status_FieldMask) GetPaths ¶
func (fieldMask *ProbingConfig_Status_FieldMask) GetPaths() []ProbingConfigStatus_FieldPath
func (*ProbingConfig_Status_FieldMask) GetRawPaths ¶
func (fieldMask *ProbingConfig_Status_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ProbingConfig_Status_FieldMask) IsFull ¶
func (fieldMask *ProbingConfig_Status_FieldMask) IsFull() bool
func (ProbingConfig_Status_FieldMask) Marshal ¶
func (fieldMask ProbingConfig_Status_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ProbingConfig_Status_FieldMask) MarshalJSON ¶
func (fieldMask ProbingConfig_Status_FieldMask) MarshalJSON() ([]byte, error)
func (*ProbingConfig_Status_FieldMask) PathsCount ¶
func (fieldMask *ProbingConfig_Status_FieldMask) PathsCount() int
func (*ProbingConfig_Status_FieldMask) Project ¶
func (fieldMask *ProbingConfig_Status_FieldMask) Project(source *ProbingConfig_Status) *ProbingConfig_Status
func (*ProbingConfig_Status_FieldMask) ProjectRaw ¶
func (fieldMask *ProbingConfig_Status_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ProbingConfig_Status_FieldMask) ProtoMessage ¶
func (fieldMask *ProbingConfig_Status_FieldMask) ProtoMessage()
func (*ProbingConfig_Status_FieldMask) ProtoReflect ¶
func (fieldMask *ProbingConfig_Status_FieldMask) ProtoReflect() preflect.Message
func (*ProbingConfig_Status_FieldMask) Reset ¶
func (fieldMask *ProbingConfig_Status_FieldMask) Reset()
func (*ProbingConfig_Status_FieldMask) Set ¶
func (fieldMask *ProbingConfig_Status_FieldMask) Set(target, source *ProbingConfig_Status)
func (*ProbingConfig_Status_FieldMask) SetFromCliFlag ¶
func (fieldMask *ProbingConfig_Status_FieldMask) SetFromCliFlag(raw string) error
func (*ProbingConfig_Status_FieldMask) SetRaw ¶
func (fieldMask *ProbingConfig_Status_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ProbingConfig_Status_FieldMask) Size ¶
func (fieldMask *ProbingConfig_Status_FieldMask) Size() int
func (*ProbingConfig_Status_FieldMask) String ¶
func (fieldMask *ProbingConfig_Status_FieldMask) String() string
func (*ProbingConfig_Status_FieldMask) Subtract ¶
func (fieldMask *ProbingConfig_Status_FieldMask) Subtract(other *ProbingConfig_Status_FieldMask) *ProbingConfig_Status_FieldMask
func (*ProbingConfig_Status_FieldMask) SubtractRaw ¶
func (fieldMask *ProbingConfig_Status_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ProbingConfig_Status_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ProbingConfig_Status_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ProbingConfig_Status_FieldMask) Unmarshal ¶
func (fieldMask *ProbingConfig_Status_FieldMask) Unmarshal(data []byte) error
func (*ProbingConfig_Status_FieldMask) UnmarshalJSON ¶
func (fieldMask *ProbingConfig_Status_FieldMask) UnmarshalJSON(data []byte) error
type QueryResultChange ¶
type QueryResultChange struct { Changes []*ProbingConfigChange 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 { ProbingConfigs []*ProbingConfig PrevPageCursor *PagerCursor NextPageCursor *PagerCursor }
func (*QueryResultSnapshot) GetNextPageCursor ¶
func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor
func (*QueryResultSnapshot) GetPrevPageCursor ¶
func (qr *QueryResultSnapshot) GetPrevPageCursor() gotenresource.Cursor
func (*QueryResultSnapshot) GetResults ¶
func (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList
func (*QueryResultSnapshot) SetCursors ¶
func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
func (*QueryResultSnapshot) SetResults ¶
func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList)
type Reference ¶
type Reference struct { Name // contains filtered or unexported fields }
func MakeReference ¶
func MakeReference(name *Name, probingConfig *ProbingConfig) (*Reference, error)
func MustParseReference ¶
func ParseReference ¶
func (*Reference) ClearCached ¶
func (ref *Reference) ClearCached()
func (*Reference) FullyQualifiedName ¶
func (*Reference) GetIdParts ¶
func (*Reference) GetPattern ¶
func (ref *Reference) GetPattern() gotenresource.NamePattern
func (*Reference) GetProbingConfig ¶
func (ref *Reference) GetProbingConfig() *ProbingConfig
func (*Reference) GetRawResource ¶
func (ref *Reference) GetRawResource() gotenresource.Resource
func (*Reference) GetResourceDescriptor ¶
func (ref *Reference) GetResourceDescriptor() gotenresource.Descriptor
func (*Reference) GetSegments ¶
func (ref *Reference) GetSegments() gotenresource.NameSegments
func (*Reference) GotenEqual ¶
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*Reference) IsFullyQualified ¶
func (*Reference) IsSpecified ¶
func (*Reference) Matches ¶
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*Reference) ParseProtoString ¶
func (*Reference) ProtoString ¶
func (*Reference) Resolve ¶
func (ref *Reference) Resolve(resolved *ProbingConfig)
func (*Reference) ResolveRaw ¶
func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
func (*Reference) SetFromCliFlag ¶
implement CustomTypeCliValue method
type WatchQuery ¶
type WatchQuery struct { ListQuery WatchType watch_type.WatchType ChunkSize int ResumeToken string }
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 ¶
- probing_config.pb.access.go
- probing_config.pb.collections.go
- probing_config.pb.descriptor.go
- probing_config.pb.fieldmask.go
- probing_config.pb.fieldpath.go
- probing_config.pb.fieldpathbuilder.go
- probing_config.pb.filter.go
- probing_config.pb.filterbuilder.go
- probing_config.pb.go
- probing_config.pb.name.go
- probing_config.pb.namebuilder.go
- probing_config.pb.object_ext.go
- probing_config.pb.pagination.go
- probing_config.pb.parentname.go
- probing_config.pb.query.go
- probing_config.pb.validate.go
- probing_config.pb.view.go
- probing_config_change.pb.change.go
- probing_config_change.pb.go
- probing_config_change.pb.validate.go