Documentation ¶
Index ¶
- Constants
- func AsAnyCastAccess(access ProbingDistributionAccess) gotenresource.Access
- type Descriptor
- func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
- func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName
- func (d *Descriptor) NewGetQuery() gotenresource.GetQuery
- func (d *Descriptor) NewListQuery() gotenresource.ListQuery
- func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList
- func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList
- func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList
- func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange
- func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot
- func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList
- func (d *Descriptor) NewResource() gotenresource.Resource
- func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange
- func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList
- func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap
- func (d *Descriptor) NewResourceCursor() gotenresource.Cursor
- func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
- func (d *Descriptor) NewResourceFilter() gotenresource.Filter
- func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList
- func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap
- func (d *Descriptor) NewResourceName() gotenresource.Name
- func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
- func (d *Descriptor) NewResourcePager() gotenresource.PagerQuery
- func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
- func (d *Descriptor) NewSearchQueryResultSnapshot() gotenresource.SearchQueryResultSnapshot
- func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery
- func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)
- func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)
- type Filter
- func (filter *Filter) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (filter *Filter) ConvertToType(typeVal ref.Type) ref.Val
- func (filter *Filter) DecodeFirestore(fpbv *firestorepb.Value) error
- func (filter *Filter) EncodeFirestore() (*firestorepb.Value, error)
- func (filter *Filter) Equal(other ref.Val) ref.Val
- func (filter *Filter) Evaluate(res *ProbingDistribution) bool
- func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
- func (filter *Filter) FilterSlice(in []*ProbingDistribution) (out []*ProbingDistribution)
- 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 ProbingDistribution_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 *ProbingDistribution) 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 ProbingDistribution_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 *ProbingDistribution) 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 ProbingDistribution_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 *ProbingDistribution) bool
- func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionContains) GetFieldPath() ProbingDistribution_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 ProbingDistribution_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 *ProbingDistribution) 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 ProbingDistribution_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 *ProbingDistribution) 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 ProbingDistribution_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 *ProbingDistribution) 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 ProbingDistribution_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 *ProbingDistribution) 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 ProbingDistribution_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 *ProbingDistribution) 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 ProbingDistribution_FieldPath) bool
- func (cond *FilterConditionNotIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionNotIn) String() string
- type GetQuery
- func (q *GetQuery) GetFieldMask() gotenobject.FieldMask
- func (q *GetQuery) GetReference() gotenresource.Reference
- func (q *GetQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (q *GetQuery) GotenQuery()
- func (q *GetQuery) SetFieldMask(mask gotenobject.FieldMask)
- func (q *GetQuery) SetReference(ref gotenresource.Reference)
- func (q *GetQuery) String() string
- type ListQuery
- func (q *ListQuery) GetFieldMask() gotenobject.FieldMask
- func (q *ListQuery) GetFilter() gotenresource.Filter
- func (q *ListQuery) GetPager() gotenresource.PagerQuery
- func (q *ListQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (q *ListQuery) GotenQuery()
- func (q *ListQuery) SetFieldMask(mask gotenobject.FieldMask)
- func (q *ListQuery) SetFilter(filter gotenresource.Filter)
- func (q *ListQuery) SetPager(pager gotenresource.PagerQuery)
- func (q *ListQuery) String() string
- type Name
- func (name *Name) AsRawReference() gotenresource.Reference
- func (name *Name) AsReference() *Reference
- func (name *Name) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (name *Name) ConvertToType(typeVal ref.Type) ref.Val
- func (name *Name) Equal(other ref.Val) ref.Val
- func (name *Name) FullyQualifiedName() (string, error)
- func (name *Name) GetIParentName() gotenresource.Name
- func (name *Name) GetIUnderlyingParentName() gotenresource.Name
- func (name *Name) GetIdParts() map[string]string
- func (name *Name) GetPattern() gotenresource.NamePattern
- func (name *Name) GetProjectName() *project.Name
- func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
- func (name *Name) GetSegments() gotenresource.NameSegments
- func (name *Name) GotenEqual(other interface{}) bool
- func (name *Name) HasTrait(trait int) bool
- func (name *Name) IsFullyQualified() bool
- func (name *Name) IsSpecified() bool
- func (name *Name) Match(pattern ref.Val) ref.Val
- func (name *Name) Matches(other interface{}) bool
- func (name *Name) ParseProtoString(data string) error
- func (name *Name) ProtoString() (string, error)
- func (name *Name) Receive(function string, overload string, args []ref.Val) ref.Val
- func (name *Name) SetFromCliFlag(raw string) error
- func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
- func (name *Name) String() string
- func (name *Name) Type() ref.Type
- func (name *Name) TypeName() string
- func (name *Name) Value() interface{}
- type NameBuilder
- func (b *NameBuilder) Name() *Name
- func (b *NameBuilder) Parent() *ParentName
- func (b *NameBuilder) ParentReference() *ParentReference
- func (b *NameBuilder) Reference() *Reference
- func (b *NameBuilder) SetId(id string) *NameBuilder
- func (b *NameBuilder) SetProject(parent *project.Name) *NameBuilder
- func (b *NameBuilder) SetProjectId(id string) *NameBuilder
- type NamePattern
- type OrderBy
- func (orderBy *OrderBy) Compare(left, right *ProbingDistribution) int
- func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
- func (orderBy *OrderBy) GetFieldMask() *ProbingDistribution_FieldMask
- func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
- func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
- func (orderBy *OrderBy) InsertSorted(sorted ProbingDistributionList, elem *ProbingDistribution) (ProbingDistributionList, 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 ProbingDistributionList)
- func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
- func (orderBy *OrderBy) String() string
- type OrderByField
- type PagerCursor
- func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion
- func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection
- func (cursor *PagerCursor) GetValue() gotenresource.CursorValue
- func (cursor *PagerCursor) IsEmpty() bool
- func (cursor *PagerCursor) ParseProtoString(data string) (err error)
- func (cursor *PagerCursor) ProtoString() (string, error)
- func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue)
- func (cursor *PagerCursor) SetFromCliFlag(raw string) error
- func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion)
- func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection)
- func (cursor *PagerCursor) String() string
- type PagerQuery
- func (p *PagerQuery) GetCursor() gotenresource.Cursor
- func (p *PagerQuery) GetLimit() int
- func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy
- func (p *PagerQuery) GetPeekForward() bool
- func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (p *PagerQuery) PageDirection() gotenresource.PageDirection
- func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor)
- func (p *PagerQuery) SetLimit(limit int)
- func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy)
- func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection)
- func (p *PagerQuery) SetPeekForward(peekForward bool)
- type ParentName
- func (name *ParentName) AsRawReference() gotenresource.Reference
- func (name *ParentName) AsReference() *ParentReference
- func (name *ParentName) DescendsFrom(ancestor string) bool
- func (name *ParentName) FullyQualifiedName() (string, error)
- func (name *ParentName) GetIParentName() gotenresource.Name
- func (name *ParentName) GetIUnderlyingParentName() gotenresource.Name
- func (name *ParentName) GetIdParts() map[string]string
- func (name *ParentName) GetPattern() gotenresource.NamePattern
- func (name *ParentName) GetProjectName() *project.Name
- func (name *ParentName) GetResourceDescriptor() gotenresource.Descriptor
- func (name *ParentName) GetSegments() gotenresource.NameSegments
- func (name *ParentName) GotenEqual(other interface{}) bool
- func (name *ParentName) IsFullyQualified() bool
- func (name *ParentName) IsSpecified() bool
- func (name *ParentName) Matches(other interface{}) bool
- func (name *ParentName) ParseProtoString(data string) error
- func (name *ParentName) ProtoString() (string, error)
- func (name *ParentName) SetFromCliFlag(raw string) error
- func (name *ParentName) SetFromSegments(segments gotenresource.NameSegments) error
- func (name *ParentName) String() string
- type ParentReference
- func (ref *ParentReference) ClearCached()
- func (name *ParentReference) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (name *ParentReference) ConvertToType(typeVal ref.Type) ref.Val
- func (name *ParentReference) Equal(other ref.Val) ref.Val
- func (ref *ParentReference) GetIParentName() gotenresource.Name
- func (ref *ParentReference) GetIUnderlyingParentName() gotenresource.Name
- func (ref *ParentReference) GetIdParts() map[string]string
- func (ref *ParentReference) GetPattern() gotenresource.NamePattern
- func (ref *ParentReference) GetProject() *project.Project
- func (ref *ParentReference) GetProjectReference() *project.Reference
- func (ref *ParentReference) GetRawResource() gotenresource.Resource
- func (ref *ParentReference) GetResourceDescriptor() gotenresource.Descriptor
- func (ref *ParentReference) GetSegments() gotenresource.NameSegments
- func (ref *ParentReference) GetUnderlyingReference() gotenresource.Reference
- func (ref *ParentReference) GotenEqual(other interface{}) bool
- func (name *ParentReference) HasTrait(trait int) bool
- func (ref *ParentReference) IsFullyQualified() bool
- func (ref *ParentReference) IsSpecified() bool
- func (name *ParentReference) Match(pattern ref.Val) ref.Val
- func (name *ParentReference) Matches(other interface{}) bool
- func (ref *ParentReference) ParseProtoString(data string) error
- func (ref *ParentReference) ProtoString() (string, error)
- func (name *ParentReference) Receive(function string, overload string, args []ref.Val) ref.Val
- func (ref *ParentReference) ResolveRaw(res gotenresource.Resource) error
- func (ref *ParentReference) Resolved() bool
- func (ref *ParentReference) SetFromCliFlag(raw string) error
- func (ref *ParentReference) String() string
- func (name *ParentReference) Type() ref.Type
- func (name *ParentReference) TypeName() string
- func (name *ParentReference) Value() interface{}
- type ProbingDistribution
- func (o *ProbingDistribution) Clone() *ProbingDistribution
- func (o *ProbingDistribution) CloneRaw() gotenobject.GotenObjectExt
- func (*ProbingDistribution) Descriptor() ([]byte, []int)
- func (m *ProbingDistribution) GetDisplayName() string
- func (m *ProbingDistribution) GetMetadata() *ntt_meta.Meta
- func (m *ProbingDistribution) GetName() *Name
- func (r *ProbingDistribution) GetRawName() gotenresource.Name
- func (r *ProbingDistribution) GetResourceDescriptor() gotenresource.Descriptor
- func (m *ProbingDistribution) GetSpec() *ProbingDistribution_Spec
- func (m *ProbingDistribution) GetStatus() *ProbingDistribution_Status
- func (*ProbingDistribution) GotenMessage()
- func (o *ProbingDistribution) GotenObjectExt()
- func (obj *ProbingDistribution) GotenValidate() error
- func (o *ProbingDistribution) MakeDiffFieldMask(other *ProbingDistribution) *ProbingDistribution_FieldMask
- func (o *ProbingDistribution) MakeFullFieldMask() *ProbingDistribution_FieldMask
- func (o *ProbingDistribution) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ProbingDistribution) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ProbingDistribution) Marshal() ([]byte, error)
- func (m *ProbingDistribution) MarshalJSON() ([]byte, error)
- func (r *ProbingDistribution) MaybePopulateDefaults() error
- func (o *ProbingDistribution) Merge(source *ProbingDistribution)
- func (o *ProbingDistribution) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ProbingDistribution) ProtoMessage()
- func (m *ProbingDistribution) ProtoReflect() preflect.Message
- func (m *ProbingDistribution) Reset()
- func (m *ProbingDistribution) SetDisplayName(fv string)
- func (m *ProbingDistribution) SetMetadata(fv *ntt_meta.Meta)
- func (m *ProbingDistribution) SetName(fv *Name)
- func (m *ProbingDistribution) SetSpec(fv *ProbingDistribution_Spec)
- func (m *ProbingDistribution) SetStatus(fv *ProbingDistribution_Status)
- func (m *ProbingDistribution) String() string
- func (m *ProbingDistribution) Unmarshal(b []byte) error
- func (m *ProbingDistribution) UnmarshalJSON(data []byte) error
- type ProbingDistributionAccess
- type ProbingDistributionChange
- func (*ProbingDistributionChange) Descriptor() ([]byte, []int)
- func (m *ProbingDistributionChange) GetAdded() *ProbingDistributionChange_Added
- func (m *ProbingDistributionChange) GetChangeType() isProbingDistributionChange_ChangeType
- func (m *ProbingDistributionChange) GetCurrent() *ProbingDistributionChange_Current
- func (c *ProbingDistributionChange) GetCurrentViewIndex() int32
- func (m *ProbingDistributionChange) GetModified() *ProbingDistributionChange_Modified
- func (c *ProbingDistributionChange) GetPreviousViewIndex() int32
- func (c *ProbingDistributionChange) GetProbingDistribution() *ProbingDistribution
- func (c *ProbingDistributionChange) GetProbingDistributionName() *Name
- func (c *ProbingDistributionChange) GetRawName() gotenresource.Name
- func (c *ProbingDistributionChange) GetRawResource() gotenresource.Resource
- func (m *ProbingDistributionChange) GetRemoved() *ProbingDistributionChange_Removed
- func (*ProbingDistributionChange) GotenMessage()
- func (obj *ProbingDistributionChange) GotenValidate() error
- func (c *ProbingDistributionChange) IsAdd() bool
- func (c *ProbingDistributionChange) IsCurrent() bool
- func (c *ProbingDistributionChange) IsDelete() bool
- func (c *ProbingDistributionChange) IsModify() bool
- func (m *ProbingDistributionChange) Marshal() ([]byte, error)
- func (m *ProbingDistributionChange) MarshalJSON() ([]byte, error)
- func (*ProbingDistributionChange) ProtoMessage()
- func (m *ProbingDistributionChange) ProtoReflect() preflect.Message
- func (m *ProbingDistributionChange) Reset()
- func (m *ProbingDistributionChange) SetAdded(fv *ProbingDistributionChange_Added)
- func (c *ProbingDistributionChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
- func (m *ProbingDistributionChange) SetChangeType(ofv isProbingDistributionChange_ChangeType)
- func (m *ProbingDistributionChange) SetCurrent(fv *ProbingDistributionChange_Current)
- func (c *ProbingDistributionChange) SetCurrentRaw(snapshot gotenresource.Resource)
- func (c *ProbingDistributionChange) SetDeletedRaw(name gotenresource.Name, idx int)
- func (m *ProbingDistributionChange) SetModified(fv *ProbingDistributionChange_Modified)
- func (c *ProbingDistributionChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...)
- func (m *ProbingDistributionChange) SetRemoved(fv *ProbingDistributionChange_Removed)
- func (m *ProbingDistributionChange) String() string
- func (m *ProbingDistributionChange) Unmarshal(b []byte) error
- func (m *ProbingDistributionChange) UnmarshalJSON(data []byte) error
- type ProbingDistributionChangeList
- func (l ProbingDistributionChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
- func (l ProbingDistributionChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
- func (l ProbingDistributionChangeList) At(idx int) gotenresource.ResourceChange
- func (l ProbingDistributionChangeList) Length() int
- func (l ProbingDistributionChangeList) Set(idx int, change gotenresource.ResourceChange)
- func (l ProbingDistributionChangeList) Slice(first, second int) gotenresource.ResourceChangeList
- type ProbingDistributionChangeMap
- func (m ProbingDistributionChangeMap) Delete(name gotenresource.Name)
- func (m ProbingDistributionChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
- func (m ProbingDistributionChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
- func (m ProbingDistributionChangeMap) Length() int
- func (m ProbingDistributionChangeMap) Set(change gotenresource.ResourceChange)
- type ProbingDistributionChange_Added
- func (*ProbingDistributionChange_Added) Descriptor() ([]byte, []int)
- func (m *ProbingDistributionChange_Added) GetProbingDistribution() *ProbingDistribution
- func (m *ProbingDistributionChange_Added) GetViewIndex() int32
- func (*ProbingDistributionChange_Added) GotenMessage()
- func (obj *ProbingDistributionChange_Added) GotenValidate() error
- func (m *ProbingDistributionChange_Added) Marshal() ([]byte, error)
- func (m *ProbingDistributionChange_Added) MarshalJSON() ([]byte, error)
- func (*ProbingDistributionChange_Added) ProtoMessage()
- func (m *ProbingDistributionChange_Added) ProtoReflect() preflect.Message
- func (m *ProbingDistributionChange_Added) Reset()
- func (m *ProbingDistributionChange_Added) SetProbingDistribution(fv *ProbingDistribution)
- func (m *ProbingDistributionChange_Added) SetViewIndex(fv int32)
- func (m *ProbingDistributionChange_Added) String() string
- func (m *ProbingDistributionChange_Added) Unmarshal(b []byte) error
- func (m *ProbingDistributionChange_Added) UnmarshalJSON(data []byte) error
- type ProbingDistributionChange_Added_
- type ProbingDistributionChange_Current
- func (*ProbingDistributionChange_Current) Descriptor() ([]byte, []int)
- func (m *ProbingDistributionChange_Current) GetProbingDistribution() *ProbingDistribution
- func (*ProbingDistributionChange_Current) GotenMessage()
- func (obj *ProbingDistributionChange_Current) GotenValidate() error
- func (m *ProbingDistributionChange_Current) Marshal() ([]byte, error)
- func (m *ProbingDistributionChange_Current) MarshalJSON() ([]byte, error)
- func (*ProbingDistributionChange_Current) ProtoMessage()
- func (m *ProbingDistributionChange_Current) ProtoReflect() preflect.Message
- func (m *ProbingDistributionChange_Current) Reset()
- func (m *ProbingDistributionChange_Current) SetProbingDistribution(fv *ProbingDistribution)
- func (m *ProbingDistributionChange_Current) String() string
- func (m *ProbingDistributionChange_Current) Unmarshal(b []byte) error
- func (m *ProbingDistributionChange_Current) UnmarshalJSON(data []byte) error
- type ProbingDistributionChange_Current_
- type ProbingDistributionChange_Modified
- func (*ProbingDistributionChange_Modified) Descriptor() ([]byte, []int)
- func (m *ProbingDistributionChange_Modified) GetFieldMask() *ProbingDistribution_FieldMask
- func (m *ProbingDistributionChange_Modified) GetName() *Name
- func (m *ProbingDistributionChange_Modified) GetPreviousViewIndex() int32
- func (m *ProbingDistributionChange_Modified) GetProbingDistribution() *ProbingDistribution
- func (m *ProbingDistributionChange_Modified) GetViewIndex() int32
- func (*ProbingDistributionChange_Modified) GotenMessage()
- func (obj *ProbingDistributionChange_Modified) GotenValidate() error
- func (m *ProbingDistributionChange_Modified) Marshal() ([]byte, error)
- func (m *ProbingDistributionChange_Modified) MarshalJSON() ([]byte, error)
- func (*ProbingDistributionChange_Modified) ProtoMessage()
- func (m *ProbingDistributionChange_Modified) ProtoReflect() preflect.Message
- func (m *ProbingDistributionChange_Modified) Reset()
- func (m *ProbingDistributionChange_Modified) SetFieldMask(fv *ProbingDistribution_FieldMask)
- func (m *ProbingDistributionChange_Modified) SetName(fv *Name)
- func (m *ProbingDistributionChange_Modified) SetPreviousViewIndex(fv int32)
- func (m *ProbingDistributionChange_Modified) SetProbingDistribution(fv *ProbingDistribution)
- func (m *ProbingDistributionChange_Modified) SetViewIndex(fv int32)
- func (m *ProbingDistributionChange_Modified) String() string
- func (m *ProbingDistributionChange_Modified) Unmarshal(b []byte) error
- func (m *ProbingDistributionChange_Modified) UnmarshalJSON(data []byte) error
- type ProbingDistributionChange_Modified_
- type ProbingDistributionChange_Removed
- func (*ProbingDistributionChange_Removed) Descriptor() ([]byte, []int)
- func (m *ProbingDistributionChange_Removed) GetName() *Name
- func (m *ProbingDistributionChange_Removed) GetViewIndex() int32
- func (*ProbingDistributionChange_Removed) GotenMessage()
- func (obj *ProbingDistributionChange_Removed) GotenValidate() error
- func (m *ProbingDistributionChange_Removed) Marshal() ([]byte, error)
- func (m *ProbingDistributionChange_Removed) MarshalJSON() ([]byte, error)
- func (*ProbingDistributionChange_Removed) ProtoMessage()
- func (m *ProbingDistributionChange_Removed) ProtoReflect() preflect.Message
- func (m *ProbingDistributionChange_Removed) Reset()
- func (m *ProbingDistributionChange_Removed) SetName(fv *Name)
- func (m *ProbingDistributionChange_Removed) SetViewIndex(fv int32)
- func (m *ProbingDistributionChange_Removed) String() string
- func (m *ProbingDistributionChange_Removed) Unmarshal(b []byte) error
- func (m *ProbingDistributionChange_Removed) UnmarshalJSON(data []byte) error
- type ProbingDistributionChange_Removed_
- type ProbingDistributionFieldPathBuilder
- func (ProbingDistributionFieldPathBuilder) DisplayName() ProbingDistributionPathSelectorDisplayName
- func (ProbingDistributionFieldPathBuilder) Metadata() ProbingDistributionPathSelectorMetadata
- func (ProbingDistributionFieldPathBuilder) Name() ProbingDistributionPathSelectorName
- func (ProbingDistributionFieldPathBuilder) Spec() ProbingDistributionPathSelectorSpec
- func (ProbingDistributionFieldPathBuilder) Status() ProbingDistributionPathSelectorStatus
- type ProbingDistributionList
- func (l ProbingDistributionList) Append(item gotenresource.Resource) gotenresource.ResourceList
- func (l ProbingDistributionList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
- func (l ProbingDistributionList) At(idx int) gotenresource.Resource
- func (l ProbingDistributionList) Length() int
- func (l ProbingDistributionList) Set(idx int, res gotenresource.Resource)
- func (l ProbingDistributionList) Slice(first, second int) gotenresource.ResourceList
- type ProbingDistributionMap
- func (m ProbingDistributionMap) Delete(name gotenresource.Name)
- func (m ProbingDistributionMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
- func (m ProbingDistributionMap) Get(name gotenresource.Name) gotenresource.Resource
- func (m ProbingDistributionMap) Length() int
- func (m ProbingDistributionMap) Set(res gotenresource.Resource)
- type ProbingDistributionMapPathSelectorMetadataAnnotations
- func (s ProbingDistributionMapPathSelectorMetadataAnnotations) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionMapPathSelectorMetadataAnnotations) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionMapPathSelectorMetadataLabels
- func (s ProbingDistributionMapPathSelectorMetadataLabels) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionMapPathSelectorMetadataLabels) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionMapPathSelectorMetadataShards
- func (s ProbingDistributionMapPathSelectorMetadataShards) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionMapPathSelectorMetadataShards) WithValue(value int64) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (s ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody
- func (s ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithValue(value *common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders
- func (s ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody
- func (s ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithValue(value *common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionMapPathSelectorStatusRegionalCounts
- func (s ProbingDistributionMapPathSelectorStatusRegionalCounts) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionMapPathSelectorStatusRegionalCounts) WithArrayOfValues(values []int64) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionMapPathSelectorStatusRegionalCounts) WithValue(value int64) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionNameList
- func (l ProbingDistributionNameList) Append(name gotenresource.Name) gotenresource.NameList
- func (l ProbingDistributionNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
- func (l ProbingDistributionNameList) At(idx int) gotenresource.Name
- func (l ProbingDistributionNameList) Length() int
- func (l ProbingDistributionNameList) Set(idx int, name gotenresource.Name)
- func (l ProbingDistributionNameList) Slice(first, second int) gotenresource.NameList
- type ProbingDistributionParentNameList
- func (l ProbingDistributionParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
- func (l ProbingDistributionParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
- func (l ProbingDistributionParentNameList) At(idx int) gotenresource.Name
- func (l ProbingDistributionParentNameList) Length() int
- func (l ProbingDistributionParentNameList) Set(idx int, name gotenresource.Name)
- func (l ProbingDistributionParentNameList) Slice(first, second int) gotenresource.ParentNameList
- type ProbingDistributionParentReferenceList
- func (l ProbingDistributionParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
- func (l ProbingDistributionParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
- func (l ProbingDistributionParentReferenceList) At(idx int) gotenresource.Reference
- func (l ProbingDistributionParentReferenceList) Length() int
- func (l ProbingDistributionParentReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l ProbingDistributionParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
- type ProbingDistributionPathSelectorDisplayName
- func (ProbingDistributionPathSelectorDisplayName) FieldPath() *ProbingDistribution_FieldTerminalPath
- func (s ProbingDistributionPathSelectorDisplayName) WithArrayOfValues(values []string) *ProbingDistribution_FieldTerminalPathArrayOfValues
- func (s ProbingDistributionPathSelectorDisplayName) WithValue(value string) *ProbingDistribution_FieldTerminalPathValue
- type ProbingDistributionPathSelectorMetadata
- func (ProbingDistributionPathSelectorMetadata) Annotations() ProbingDistributionPathSelectorMetadataAnnotations
- func (ProbingDistributionPathSelectorMetadata) CreateTime() ProbingDistributionPathSelectorMetadataCreateTime
- func (ProbingDistributionPathSelectorMetadata) DeleteTime() ProbingDistributionPathSelectorMetadataDeleteTime
- func (ProbingDistributionPathSelectorMetadata) FieldPath() *ProbingDistribution_FieldTerminalPath
- func (ProbingDistributionPathSelectorMetadata) Generation() ProbingDistributionPathSelectorMetadataGeneration
- func (ProbingDistributionPathSelectorMetadata) Labels() ProbingDistributionPathSelectorMetadataLabels
- func (ProbingDistributionPathSelectorMetadata) Lifecycle() ProbingDistributionPathSelectorMetadataLifecycle
- func (ProbingDistributionPathSelectorMetadata) OwnerReferences() ProbingDistributionPathSelectorMetadataOwnerReferences
- func (ProbingDistributionPathSelectorMetadata) ResourceVersion() ProbingDistributionPathSelectorMetadataResourceVersion
- func (ProbingDistributionPathSelectorMetadata) Shards() ProbingDistributionPathSelectorMetadataShards
- func (ProbingDistributionPathSelectorMetadata) Syncing() ProbingDistributionPathSelectorMetadataSyncing
- func (ProbingDistributionPathSelectorMetadata) Tags() ProbingDistributionPathSelectorMetadataTags
- func (ProbingDistributionPathSelectorMetadata) UpdateTime() ProbingDistributionPathSelectorMetadataUpdateTime
- func (ProbingDistributionPathSelectorMetadata) Uuid() ProbingDistributionPathSelectorMetadataUuid
- func (s ProbingDistributionPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ProbingDistribution_FieldTerminalPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *ProbingDistribution_FieldSubPathArrayItemValue
- func (s ProbingDistributionPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *ProbingDistribution_FieldSubPathArrayOfValues
- func (ProbingDistributionPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *ProbingDistribution_FieldSubPathValue
- func (s ProbingDistributionPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *ProbingDistribution_FieldTerminalPathValue
- type ProbingDistributionPathSelectorMetadataAnnotations
- func (ProbingDistributionPathSelectorMetadataAnnotations) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (ProbingDistributionPathSelectorMetadataAnnotations) WithKey(key string) ProbingDistributionMapPathSelectorMetadataAnnotations
- func (s ProbingDistributionPathSelectorMetadataAnnotations) WithValue(value map[string]string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataCreateTime
- func (ProbingDistributionPathSelectorMetadataCreateTime) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataDeleteTime
- func (ProbingDistributionPathSelectorMetadataDeleteTime) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataGeneration
- func (ProbingDistributionPathSelectorMetadataGeneration) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataGeneration) WithValue(value int64) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataLabels
- func (ProbingDistributionPathSelectorMetadataLabels) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (ProbingDistributionPathSelectorMetadataLabels) WithKey(key string) ProbingDistributionMapPathSelectorMetadataLabels
- func (s ProbingDistributionPathSelectorMetadataLabels) WithValue(value map[string]string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataLifecycle
- func (ProbingDistributionPathSelectorMetadataLifecycle) BlockDeletion() ProbingDistributionPathSelectorMetadataLifecycleBlockDeletion
- func (ProbingDistributionPathSelectorMetadataLifecycle) FieldPath() *ProbingDistribution_FieldSubPath
- func (ProbingDistributionPathSelectorMetadataLifecycle) State() ProbingDistributionPathSelectorMetadataLifecycleState
- func (s ProbingDistributionPathSelectorMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataLifecycleBlockDeletion
- func (ProbingDistributionPathSelectorMetadataLifecycleBlockDeletion) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataLifecycleState
- func (ProbingDistributionPathSelectorMetadataLifecycleState) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataOwnerReferences
- func (ProbingDistributionPathSelectorMetadataOwnerReferences) BlockOwnerDeletion() ProbingDistributionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (ProbingDistributionPathSelectorMetadataOwnerReferences) Controller() ProbingDistributionPathSelectorMetadataOwnerReferencesController
- func (ProbingDistributionPathSelectorMetadataOwnerReferences) FieldPath() *ProbingDistribution_FieldSubPath
- func (ProbingDistributionPathSelectorMetadataOwnerReferences) Kind() ProbingDistributionPathSelectorMetadataOwnerReferencesKind
- func (ProbingDistributionPathSelectorMetadataOwnerReferences) Name() ProbingDistributionPathSelectorMetadataOwnerReferencesName
- func (ProbingDistributionPathSelectorMetadataOwnerReferences) Region() ProbingDistributionPathSelectorMetadataOwnerReferencesRegion
- func (ProbingDistributionPathSelectorMetadataOwnerReferences) RequiresOwnerReference() ProbingDistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (ProbingDistributionPathSelectorMetadataOwnerReferences) Version() ProbingDistributionPathSelectorMetadataOwnerReferencesVersion
- func (s ProbingDistributionPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ProbingDistribution_FieldSubPathArrayItemValue
- func (s ProbingDistributionPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (ProbingDistributionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataOwnerReferencesController
- func (ProbingDistributionPathSelectorMetadataOwnerReferencesController) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataOwnerReferencesKind
- func (ProbingDistributionPathSelectorMetadataOwnerReferencesKind) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataOwnerReferencesName
- func (ProbingDistributionPathSelectorMetadataOwnerReferencesName) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataOwnerReferencesName) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataOwnerReferencesRegion
- func (ProbingDistributionPathSelectorMetadataOwnerReferencesRegion) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (ProbingDistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataOwnerReferencesVersion
- func (ProbingDistributionPathSelectorMetadataOwnerReferencesVersion) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataResourceVersion
- func (ProbingDistributionPathSelectorMetadataResourceVersion) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataResourceVersion) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataShards
- func (ProbingDistributionPathSelectorMetadataShards) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *ProbingDistribution_FieldSubPathArrayOfValues
- func (ProbingDistributionPathSelectorMetadataShards) WithKey(key string) ProbingDistributionMapPathSelectorMetadataShards
- func (s ProbingDistributionPathSelectorMetadataShards) WithValue(value map[string]int64) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataSyncing
- func (ProbingDistributionPathSelectorMetadataSyncing) FieldPath() *ProbingDistribution_FieldSubPath
- func (ProbingDistributionPathSelectorMetadataSyncing) OwningRegion() ProbingDistributionPathSelectorMetadataSyncingOwningRegion
- func (ProbingDistributionPathSelectorMetadataSyncing) Regions() ProbingDistributionPathSelectorMetadataSyncingRegions
- func (s ProbingDistributionPathSelectorMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataSyncingOwningRegion
- func (ProbingDistributionPathSelectorMetadataSyncingOwningRegion) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataSyncingRegions
- func (ProbingDistributionPathSelectorMetadataSyncingRegions) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataSyncingRegions) WithItemValue(value string) *ProbingDistribution_FieldSubPathArrayItemValue
- func (s ProbingDistributionPathSelectorMetadataSyncingRegions) WithValue(value []string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataTags
- func (ProbingDistributionPathSelectorMetadataTags) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataTags) WithItemValue(value string) *ProbingDistribution_FieldSubPathArrayItemValue
- func (s ProbingDistributionPathSelectorMetadataTags) WithValue(value []string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataUpdateTime
- func (ProbingDistributionPathSelectorMetadataUpdateTime) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorMetadataUuid
- func (ProbingDistributionPathSelectorMetadataUuid) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorMetadataUuid) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorMetadataUuid) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorName
- func (ProbingDistributionPathSelectorName) FieldPath() *ProbingDistribution_FieldTerminalPath
- func (s ProbingDistributionPathSelectorName) WithArrayOfValues(values []*Name) *ProbingDistribution_FieldTerminalPathArrayOfValues
- func (s ProbingDistributionPathSelectorName) WithValue(value *Name) *ProbingDistribution_FieldTerminalPathValue
- type ProbingDistributionPathSelectorSpec
- func (ProbingDistributionPathSelectorSpec) Constraint() ProbingDistributionPathSelectorSpecConstraint
- func (ProbingDistributionPathSelectorSpec) Enabled() ProbingDistributionPathSelectorSpecEnabled
- func (ProbingDistributionPathSelectorSpec) FieldPath() *ProbingDistribution_FieldTerminalPath
- func (ProbingDistributionPathSelectorSpec) ProbeSelector() ProbingDistributionPathSelectorSpecProbeSelector
- func (ProbingDistributionPathSelectorSpec) ProbingSettings() ProbingDistributionPathSelectorSpecProbingSettings
- func (ProbingDistributionPathSelectorSpec) TargetSelector() ProbingDistributionPathSelectorSpecTargetSelector
- func (s ProbingDistributionPathSelectorSpec) WithArrayOfValues(values []*ProbingDistribution_Spec) *ProbingDistribution_FieldTerminalPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue ProbingDistributionSpec_FieldPathArrayItemValue) *ProbingDistribution_FieldSubPathArrayItemValue
- func (s ProbingDistributionPathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues ProbingDistributionSpec_FieldPathArrayOfValues) *ProbingDistribution_FieldSubPathArrayOfValues
- func (ProbingDistributionPathSelectorSpec) WithSubPath(subPath ProbingDistributionSpec_FieldPath) *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpec) WithSubValue(subPathValue ProbingDistributionSpec_FieldPathValue) *ProbingDistribution_FieldSubPathValue
- func (s ProbingDistributionPathSelectorSpec) WithValue(value *ProbingDistribution_Spec) *ProbingDistribution_FieldTerminalPathValue
- type ProbingDistributionPathSelectorSpecConstraint
- func (ProbingDistributionPathSelectorSpecConstraint) FieldPath() *ProbingDistribution_FieldSubPath
- func (ProbingDistributionPathSelectorSpecConstraint) MaxSessionsPerAgentLocation() ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocation
- func (ProbingDistributionPathSelectorSpecConstraint) MaxSessionsPerAgentPublicIpAddress() ...
- func (s ProbingDistributionPathSelectorSpecConstraint) WithArrayOfValues(values []*common.ProbingConstraint) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecConstraint) WithValue(value *common.ProbingConstraint) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocation
- func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocation) Admin1() ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin1
- func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocation) Admin2() ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin2
- func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocation) Admin3() ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin3
- func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocation) Admin4() ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin4
- func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocation) Country() ...
- func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocation) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocation) WithArrayOfValues(values []*common.ProbingConstraint_AdminHierachy) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocation) WithValue(value *common.ProbingConstraint_AdminHierachy) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin1
- func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin1) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin1) WithArrayOfValues(values []int32) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin1) WithValue(value int32) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin2
- func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin2) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin2) WithArrayOfValues(values []int32) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin2) WithValue(value int32) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin3
- func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin3) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin3) WithArrayOfValues(values []int32) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin3) WithValue(value int32) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin4
- func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin4) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin4) WithArrayOfValues(values []int32) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin4) WithValue(value int32) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationCountry
- func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationCountry) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationCountry) WithArrayOfValues(values []int32) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationCountry) WithValue(value int32) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentPublicIpAddress
- func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentPublicIpAddress) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentPublicIpAddress) WithArrayOfValues(values []int32) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentPublicIpAddress) WithValue(value int32) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecEnabled
- func (ProbingDistributionPathSelectorSpecEnabled) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecEnabled) WithArrayOfValues(values []bool) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecEnabled) WithValue(value bool) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbeSelector
- func (ProbingDistributionPathSelectorSpecProbeSelector) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbeSelector) WithArrayOfValues(values []*probe.Filter) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbeSelector) WithValue(value *probe.Filter) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettings
- func (ProbingDistributionPathSelectorSpecProbingSettings) FieldPath() *ProbingDistribution_FieldSubPath
- func (ProbingDistributionPathSelectorSpecProbingSettings) HttpProbingConfig() ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfig
- func (ProbingDistributionPathSelectorSpecProbingSettings) Interval() ProbingDistributionPathSelectorSpecProbingSettingsInterval
- func (ProbingDistributionPathSelectorSpecProbingSettings) PathProbing() ProbingDistributionPathSelectorSpecProbingSettingsPathProbing
- func (ProbingDistributionPathSelectorSpecProbingSettings) ProxyConfiguration() ProbingDistributionPathSelectorSpecProbingSettingsProxyConfiguration
- func (ProbingDistributionPathSelectorSpecProbingSettings) SpeedtestSettings() ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettings
- func (ProbingDistributionPathSelectorSpecProbingSettings) Tos() ProbingDistributionPathSelectorSpecProbingSettingsTos
- func (ProbingDistributionPathSelectorSpecProbingSettings) WindowSize() ProbingDistributionPathSelectorSpecProbingSettingsWindowSize
- func (s ProbingDistributionPathSelectorSpecProbingSettings) WithArrayOfValues(values []*common.ProbingSettings) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettings) WithValue(value *common.ProbingSettings) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfig
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfig) AuthConfig() ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfig) FieldPath() *ProbingDistribution_FieldSubPath
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfig) HttpRequest() ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfig) WithValue(value *common.HTTPProbingConfig) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig) FieldPath() *ProbingDistribution_FieldSubPath
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig) Password() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig) RequestHeaderTokenKey() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig) TokenRequest() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig) TokenResponseBodyKey() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig) TokenResponseHeader() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig) Username() ...
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig) WithValue(value *common.HTTPProbingConfig_HTTPAuth) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigPassword
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigPassword) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigPassword) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigRequestHeaderTokenKey
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) FieldPath() *ProbingDistribution_FieldSubPath
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) RequestBody() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) RequestHeaders() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) RequestMethod() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) Timeout() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) Url() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) UrlFormEncodedBody() ...
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue(value uint32) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestBody
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey(key string) ...
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value map[string]string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestMethod
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestTimeout
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue(value *duration.Duration) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrl
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrl) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues(values []map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingDistribution_FieldSubPathArrayOfValues
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithKey(key string) ...
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithValue(value map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyKey
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseHeader
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseHeader) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigUsername
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigUsername) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigUsername) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) AuthenticationMethod() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) ExpectedResponseCode() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) FieldPath() *ProbingDistribution_FieldSubPath
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) RequestBody() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) RequestHeaders() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) RequestMethod() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) Timeout() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) Url() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) UrlFormEncodedBody() ...
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestAuthenticationMethod
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestExpectedResponseCode
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestExpectedResponseCode) WithValue(value uint32) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestBody
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestBody) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestBody) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithKey(key string) ...
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithValue(value map[string]string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestMethod
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestMethod) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestTimeout
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestTimeout) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestTimeout) WithValue(value *duration.Duration) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrl
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrl) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrl) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues(values []map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingDistribution_FieldSubPathArrayOfValues
- func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithKey(key string) ...
- func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithValue(value map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsInterval
- func (ProbingDistributionPathSelectorSpecProbingSettingsInterval) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsInterval) WithArrayOfValues(values []*duration.Duration) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsInterval) WithValue(value *duration.Duration) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsPathProbing
- func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbing) Attempts() ProbingDistributionPathSelectorSpecProbingSettingsPathProbingAttempts
- func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbing) Enabled() ProbingDistributionPathSelectorSpecProbingSettingsPathProbingEnabled
- func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbing) FieldPath() *ProbingDistribution_FieldSubPath
- func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbing) Interval() ProbingDistributionPathSelectorSpecProbingSettingsPathProbingInterval
- func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbing) IntervalSec() ProbingDistributionPathSelectorSpecProbingSettingsPathProbingIntervalSec
- func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbing) MaxTtl() ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMaxTtl
- func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbing) Mode() ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMode
- func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbing) WithArrayOfValues(values []*common.PathProbe) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbing) WithValue(value *common.PathProbe) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsPathProbingAttempts
- func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbingAttempts) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingAttempts) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingAttempts) WithValue(value *wrappers.UInt32Value) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsPathProbingEnabled
- func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbingEnabled) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingEnabled) WithArrayOfValues(values []bool) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingEnabled) WithValue(value bool) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsPathProbingInterval
- func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbingInterval) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingInterval) WithArrayOfValues(values []*duration.Duration) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingInterval) WithValue(value *duration.Duration) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsPathProbingIntervalSec
- func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbingIntervalSec) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingIntervalSec) WithArrayOfValues(values []int64) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingIntervalSec) WithValue(value int64) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMaxTtl
- func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMaxTtl) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMaxTtl) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMaxTtl) WithValue(value *wrappers.UInt32Value) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMode
- func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMode) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMode) WithArrayOfValues(values []common.ProbingMode) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMode) WithValue(value common.ProbingMode) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsProxyConfiguration
- func (ProbingDistributionPathSelectorSpecProbingSettingsProxyConfiguration) FieldPath() *ProbingDistribution_FieldSubPath
- func (ProbingDistributionPathSelectorSpecProbingSettingsProxyConfiguration) HttpProxy() ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationHttpProxy
- func (ProbingDistributionPathSelectorSpecProbingSettingsProxyConfiguration) HttpsProxy() ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationHttpsProxy
- func (ProbingDistributionPathSelectorSpecProbingSettingsProxyConfiguration) NoProxy() ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationNoProxy
- func (ProbingDistributionPathSelectorSpecProbingSettingsProxyConfiguration) ProxySetting() ...
- func (s ProbingDistributionPathSelectorSpecProbingSettingsProxyConfiguration) WithArrayOfValues(values []*common.ProxyConfiguration) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsProxyConfiguration) WithValue(value *common.ProxyConfiguration) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationHttpProxy
- func (ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationHttpProxy) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationHttpProxy) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationHttpProxy) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationHttpsProxy
- func (ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationHttpsProxy) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationHttpsProxy) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationHttpsProxy) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationNoProxy
- func (ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationNoProxy) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationNoProxy) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationNoProxy) WithValue(value string) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationProxySetting
- func (ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationProxySetting) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationProxySetting) WithArrayOfValues(values []common.ProxySetting) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationProxySetting) WithValue(value common.ProxySetting) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettings
- func (ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettings) Duration() ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsDuration
- func (ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettings) FieldPath() *ProbingDistribution_FieldSubPath
- func (ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettings) ServerSelection() ...
- func (ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettings) TcpPort() ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsTcpPort
- func (s ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettings) WithArrayOfValues(values []*common.SpeedTestSettings) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettings) WithValue(value *common.SpeedTestSettings) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsDuration
- func (ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsDuration) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsDuration) WithArrayOfValues(values []*duration.Duration) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsDuration) WithValue(value *duration.Duration) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsServerSelection
- func (ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsServerSelection) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsServerSelection) WithArrayOfValues(values []common.SpeedTestSettings_ServerSelection) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsServerSelection) WithValue(value common.SpeedTestSettings_ServerSelection) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsTcpPort
- func (ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsTcpPort) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsTcpPort) WithArrayOfValues(values []int32) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsTcpPort) WithValue(value int32) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsTos
- func (ProbingDistributionPathSelectorSpecProbingSettingsTos) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsTos) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsTos) WithValue(value *wrappers.UInt32Value) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecProbingSettingsWindowSize
- func (ProbingDistributionPathSelectorSpecProbingSettingsWindowSize) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecProbingSettingsWindowSize) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecProbingSettingsWindowSize) WithValue(value *wrappers.UInt32Value) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorSpecTargetSelector
- func (ProbingDistributionPathSelectorSpecTargetSelector) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorSpecTargetSelector) WithArrayOfValues(values []*probing_target.Filter) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorSpecTargetSelector) WithValue(value *probing_target.Filter) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorStatus
- func (ProbingDistributionPathSelectorStatus) FieldPath() *ProbingDistribution_FieldTerminalPath
- func (ProbingDistributionPathSelectorStatus) RegionalCounts() ProbingDistributionPathSelectorStatusRegionalCounts
- func (ProbingDistributionPathSelectorStatus) SelectedTargetCount() ProbingDistributionPathSelectorStatusSelectedTargetCount
- func (ProbingDistributionPathSelectorStatus) TotalNumber() ProbingDistributionPathSelectorStatusTotalNumber
- func (s ProbingDistributionPathSelectorStatus) WithArrayOfValues(values []*ProbingDistribution_Status) *ProbingDistribution_FieldTerminalPathArrayOfValues
- func (s ProbingDistributionPathSelectorStatus) WithSubArrayItemValue(subPathArrayItemValue ProbingDistributionStatus_FieldPathArrayItemValue) *ProbingDistribution_FieldSubPathArrayItemValue
- func (s ProbingDistributionPathSelectorStatus) WithSubArrayOfValues(subPathArrayOfValues ProbingDistributionStatus_FieldPathArrayOfValues) *ProbingDistribution_FieldSubPathArrayOfValues
- func (ProbingDistributionPathSelectorStatus) WithSubPath(subPath ProbingDistributionStatus_FieldPath) *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorStatus) WithSubValue(subPathValue ProbingDistributionStatus_FieldPathValue) *ProbingDistribution_FieldSubPathValue
- func (s ProbingDistributionPathSelectorStatus) WithValue(value *ProbingDistribution_Status) *ProbingDistribution_FieldTerminalPathValue
- type ProbingDistributionPathSelectorStatusRegionalCounts
- func (ProbingDistributionPathSelectorStatusRegionalCounts) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorStatusRegionalCounts) WithArrayOfValues(values []map[string]int64) *ProbingDistribution_FieldSubPathArrayOfValues
- func (ProbingDistributionPathSelectorStatusRegionalCounts) WithKey(key string) ProbingDistributionMapPathSelectorStatusRegionalCounts
- func (s ProbingDistributionPathSelectorStatusRegionalCounts) WithValue(value map[string]int64) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorStatusSelectedTargetCount
- func (ProbingDistributionPathSelectorStatusSelectedTargetCount) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorStatusSelectedTargetCount) WithArrayOfValues(values []int64) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorStatusSelectedTargetCount) WithValue(value int64) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionPathSelectorStatusTotalNumber
- func (ProbingDistributionPathSelectorStatusTotalNumber) FieldPath() *ProbingDistribution_FieldSubPath
- func (s ProbingDistributionPathSelectorStatusTotalNumber) WithArrayOfValues(values []int64) *ProbingDistribution_FieldSubPathArrayOfValues
- func (s ProbingDistributionPathSelectorStatusTotalNumber) WithValue(value int64) *ProbingDistribution_FieldSubPathValue
- type ProbingDistributionReferenceList
- func (l ProbingDistributionReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
- func (l ProbingDistributionReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
- func (l ProbingDistributionReferenceList) At(idx int) gotenresource.Reference
- func (l ProbingDistributionReferenceList) Length() int
- func (l ProbingDistributionReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l ProbingDistributionReferenceList) Slice(first, second int) gotenresource.ReferenceList
- type ProbingDistributionSpecFieldPathBuilder
- func (ProbingDistributionSpecFieldPathBuilder) Constraint() ProbingDistribution_SpecPathSelectorConstraint
- func (ProbingDistributionSpecFieldPathBuilder) Enabled() ProbingDistribution_SpecPathSelectorEnabled
- func (ProbingDistributionSpecFieldPathBuilder) ProbeSelector() ProbingDistribution_SpecPathSelectorProbeSelector
- func (ProbingDistributionSpecFieldPathBuilder) ProbingSettings() ProbingDistribution_SpecPathSelectorProbingSettings
- func (ProbingDistributionSpecFieldPathBuilder) TargetSelector() ProbingDistribution_SpecPathSelectorTargetSelector
- type ProbingDistributionSpec_FieldPath
- func BuildProbingDistributionSpec_FieldPath(fp gotenobject.RawFieldPath) (ProbingDistributionSpec_FieldPath, error)
- func MustParseProbingDistributionSpec_FieldPath(rawField string) ProbingDistributionSpec_FieldPath
- func ParseProbingDistributionSpec_FieldPath(rawField string) (ProbingDistributionSpec_FieldPath, error)
- type ProbingDistributionSpec_FieldPathArrayItemValue
- type ProbingDistributionSpec_FieldPathArrayOfValues
- type ProbingDistributionSpec_FieldPathSelector
- type ProbingDistributionSpec_FieldPathValue
- type ProbingDistributionSpec_FieldSubPath
- func (fps *ProbingDistributionSpec_FieldSubPath) AsConstraintSubPath() (common.ProbingConstraint_FieldPath, bool)
- func (fps *ProbingDistributionSpec_FieldSubPath) AsProbingSettingsSubPath() (common.ProbingSettings_FieldPath, bool)
- func (fps *ProbingDistributionSpec_FieldSubPath) ClearValue(item *ProbingDistribution_Spec)
- func (fps *ProbingDistributionSpec_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ProbingDistributionSpec_FieldSubPath) Get(source *ProbingDistribution_Spec) (values []interface{})
- func (fps *ProbingDistributionSpec_FieldSubPath) GetDefault() interface{}
- func (fps *ProbingDistributionSpec_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ProbingDistributionSpec_FieldSubPath) GetSingle(source *ProbingDistribution_Spec) (interface{}, bool)
- func (fps *ProbingDistributionSpec_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ProbingDistributionSpec_FieldSubPath) IsLeaf() bool
- func (fps *ProbingDistributionSpec_FieldSubPath) JSONString() string
- func (fps *ProbingDistributionSpec_FieldSubPath) Selector() ProbingDistributionSpec_FieldPathSelector
- func (fps *ProbingDistributionSpec_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ProbingDistributionSpec_FieldSubPath) String() string
- func (fps *ProbingDistributionSpec_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingDistributionSpec_FieldPathArrayItemValue
- func (fps *ProbingDistributionSpec_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingDistributionSpec_FieldPathArrayOfValues
- func (fps *ProbingDistributionSpec_FieldSubPath) WithIValue(value interface{}) ProbingDistributionSpec_FieldPathValue
- func (fps *ProbingDistributionSpec_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ProbingDistributionSpec_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ProbingDistributionSpec_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingDistributionSpec_FieldSubPathArrayItemValue
- func (fpaivs *ProbingDistributionSpec_FieldSubPathArrayItemValue) AsConstraintPathItemValue() (common.ProbingConstraint_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingDistributionSpec_FieldSubPathArrayItemValue) AsProbingSettingsPathItemValue() (common.ProbingSettings_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingDistributionSpec_FieldSubPathArrayItemValue) ContainsValue(source *ProbingDistribution_Spec) bool
- func (fpaivs *ProbingDistributionSpec_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (fpsaov *ProbingDistributionSpec_FieldSubPathArrayOfValues) AsConstraintPathArrayOfValues() (common.ProbingConstraint_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingDistributionSpec_FieldSubPathArrayOfValues) AsProbingSettingsPathArrayOfValues() (common.ProbingSettings_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingDistributionSpec_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type ProbingDistributionSpec_FieldSubPathValue
- func (fpvs *ProbingDistributionSpec_FieldSubPathValue) AsConstraintPathValue() (common.ProbingConstraint_FieldPathValue, bool)
- func (fpvs *ProbingDistributionSpec_FieldSubPathValue) AsProbingSettingsPathValue() (common.ProbingSettings_FieldPathValue, bool)
- func (fpvs *ProbingDistributionSpec_FieldSubPathValue) CompareWith(source *ProbingDistribution_Spec) (int, bool)
- func (fpvs *ProbingDistributionSpec_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ProbingDistributionSpec_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ProbingDistributionSpec_FieldSubPathValue) SetTo(target **ProbingDistribution_Spec)
- func (fpvs *ProbingDistributionSpec_FieldSubPathValue) SetToRaw(target proto.Message)
- type ProbingDistributionSpec_FieldTerminalPath
- func (fp *ProbingDistributionSpec_FieldTerminalPath) ClearValue(item *ProbingDistribution_Spec)
- func (fp *ProbingDistributionSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbingDistributionSpec_FieldTerminalPath) Get(source *ProbingDistribution_Spec) (values []interface{})
- func (fp *ProbingDistributionSpec_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbingDistributionSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbingDistributionSpec_FieldTerminalPath) GetSingle(source *ProbingDistribution_Spec) (interface{}, bool)
- func (fp *ProbingDistributionSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbingDistributionSpec_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbingDistributionSpec_FieldTerminalPath) JSONString() string
- func (fp *ProbingDistributionSpec_FieldTerminalPath) Selector() ProbingDistributionSpec_FieldPathSelector
- func (fp *ProbingDistributionSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbingDistributionSpec_FieldTerminalPath) String() string
- func (fp *ProbingDistributionSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingDistributionSpec_FieldPathArrayItemValue
- func (fp *ProbingDistributionSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingDistributionSpec_FieldPathArrayOfValues
- func (fp *ProbingDistributionSpec_FieldTerminalPath) WithIValue(value interface{}) ProbingDistributionSpec_FieldPathValue
- func (fp *ProbingDistributionSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbingDistributionSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbingDistributionSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingDistributionSpec_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbingDistributionSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingDistribution_Spec) bool
- func (fpaiv *ProbingDistributionSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbingDistributionSpec_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingDistribution_Spec) (interface{}, bool)
- func (fpaiv *ProbingDistributionSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbingDistributionSpec_FieldTerminalPathArrayOfValues
- func (fpaov *ProbingDistributionSpec_FieldTerminalPathArrayOfValues) AsConstraintArrayOfValues() ([]*common.ProbingConstraint, bool)
- func (fpaov *ProbingDistributionSpec_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues() ([]bool, bool)
- func (fpaov *ProbingDistributionSpec_FieldTerminalPathArrayOfValues) AsProbeSelectorArrayOfValues() ([]*probe.Filter, bool)
- func (fpaov *ProbingDistributionSpec_FieldTerminalPathArrayOfValues) AsProbingSettingsArrayOfValues() ([]*common.ProbingSettings, bool)
- func (fpaov *ProbingDistributionSpec_FieldTerminalPathArrayOfValues) AsTargetSelectorArrayOfValues() ([]*probing_target.Filter, bool)
- func (fpaov *ProbingDistributionSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbingDistributionSpec_FieldTerminalPathValue
- func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) AsConstraintValue() (*common.ProbingConstraint, bool)
- func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) AsEnabledValue() (bool, bool)
- func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) AsProbeSelectorValue() (*probe.Filter, bool)
- func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) AsProbingSettingsValue() (*common.ProbingSettings, bool)
- func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) AsTargetSelectorValue() (*probing_target.Filter, bool)
- func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) CompareWith(source *ProbingDistribution_Spec) (int, bool)
- func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) SetTo(target **ProbingDistribution_Spec)
- func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbingDistributionStatusFieldPathBuilder
- func (ProbingDistributionStatusFieldPathBuilder) RegionalCounts() ProbingDistribution_StatusPathSelectorRegionalCounts
- func (ProbingDistributionStatusFieldPathBuilder) SelectedTargetCount() ProbingDistribution_StatusPathSelectorSelectedTargetCount
- func (ProbingDistributionStatusFieldPathBuilder) TotalNumber() ProbingDistribution_StatusPathSelectorTotalNumber
- type ProbingDistributionStatus_FieldPath
- func BuildProbingDistributionStatus_FieldPath(fp gotenobject.RawFieldPath) (ProbingDistributionStatus_FieldPath, error)
- func MustParseProbingDistributionStatus_FieldPath(rawField string) ProbingDistributionStatus_FieldPath
- func ParseProbingDistributionStatus_FieldPath(rawField string) (ProbingDistributionStatus_FieldPath, error)
- type ProbingDistributionStatus_FieldPathArrayItemValue
- type ProbingDistributionStatus_FieldPathArrayOfValues
- type ProbingDistributionStatus_FieldPathMap
- func (fpm *ProbingDistributionStatus_FieldPathMap) ClearValue(item *ProbingDistribution_Status)
- func (fpm *ProbingDistributionStatus_FieldPathMap) ClearValueRaw(item proto.Message)
- func (fpm *ProbingDistributionStatus_FieldPathMap) Get(source *ProbingDistribution_Status) (values []interface{})
- func (fpm *ProbingDistributionStatus_FieldPathMap) GetDefault() interface{}
- func (fpm *ProbingDistributionStatus_FieldPathMap) GetRaw(source proto.Message) []interface{}
- func (fpm *ProbingDistributionStatus_FieldPathMap) GetSingle(source *ProbingDistribution_Status) (interface{}, bool)
- func (fpm *ProbingDistributionStatus_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fpm *ProbingDistributionStatus_FieldPathMap) IsLeaf() bool
- func (fpm *ProbingDistributionStatus_FieldPathMap) JSONString() string
- func (fpm *ProbingDistributionStatus_FieldPathMap) Key() string
- func (fpm *ProbingDistributionStatus_FieldPathMap) Selector() ProbingDistributionStatus_FieldPathSelector
- func (fpm *ProbingDistributionStatus_FieldPathMap) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fpm *ProbingDistributionStatus_FieldPathMap) String() string
- func (fpm *ProbingDistributionStatus_FieldPathMap) WithIArrayItemValue(value interface{}) ProbingDistributionStatus_FieldPathArrayItemValue
- func (fpm *ProbingDistributionStatus_FieldPathMap) WithIArrayOfValues(values interface{}) ProbingDistributionStatus_FieldPathArrayOfValues
- func (fpm *ProbingDistributionStatus_FieldPathMap) WithIValue(value interface{}) ProbingDistributionStatus_FieldPathValue
- func (fpm *ProbingDistributionStatus_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fpm *ProbingDistributionStatus_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fpm *ProbingDistributionStatus_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingDistributionStatus_FieldPathMapArrayOfValues
- type ProbingDistributionStatus_FieldPathMapValue
- func (fpmv *ProbingDistributionStatus_FieldPathMapValue) AsRegionalCountsElementValue() (int64, bool)
- func (fpmv *ProbingDistributionStatus_FieldPathMapValue) CompareWith(source *ProbingDistribution_Status) (int, bool)
- func (fpmv *ProbingDistributionStatus_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpmv *ProbingDistributionStatus_FieldPathMapValue) GetRawValue() interface{}
- func (fpmv *ProbingDistributionStatus_FieldPathMapValue) SetTo(target **ProbingDistribution_Status)
- func (fpmv *ProbingDistributionStatus_FieldPathMapValue) SetToRaw(target proto.Message)
- type ProbingDistributionStatus_FieldPathSelector
- type ProbingDistributionStatus_FieldPathValue
- type ProbingDistributionStatus_FieldTerminalPath
- func (fp *ProbingDistributionStatus_FieldTerminalPath) ClearValue(item *ProbingDistribution_Status)
- func (fp *ProbingDistributionStatus_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbingDistributionStatus_FieldTerminalPath) Get(source *ProbingDistribution_Status) (values []interface{})
- func (fp *ProbingDistributionStatus_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbingDistributionStatus_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbingDistributionStatus_FieldTerminalPath) GetSingle(source *ProbingDistribution_Status) (interface{}, bool)
- func (fp *ProbingDistributionStatus_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbingDistributionStatus_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbingDistributionStatus_FieldTerminalPath) JSONString() string
- func (fp *ProbingDistributionStatus_FieldTerminalPath) Selector() ProbingDistributionStatus_FieldPathSelector
- func (fp *ProbingDistributionStatus_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbingDistributionStatus_FieldTerminalPath) String() string
- func (fp *ProbingDistributionStatus_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingDistributionStatus_FieldPathArrayItemValue
- func (fp *ProbingDistributionStatus_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingDistributionStatus_FieldPathArrayOfValues
- func (fp *ProbingDistributionStatus_FieldTerminalPath) WithIValue(value interface{}) ProbingDistributionStatus_FieldPathValue
- func (fp *ProbingDistributionStatus_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbingDistributionStatus_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbingDistributionStatus_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingDistributionStatus_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbingDistributionStatus_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingDistribution_Status) bool
- func (fpaiv *ProbingDistributionStatus_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbingDistributionStatus_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingDistribution_Status) (interface{}, bool)
- func (fpaiv *ProbingDistributionStatus_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbingDistributionStatus_FieldTerminalPathArrayOfValues
- func (fpaov *ProbingDistributionStatus_FieldTerminalPathArrayOfValues) AsRegionalCountsArrayOfValues() ([]map[string]int64, bool)
- func (fpaov *ProbingDistributionStatus_FieldTerminalPathArrayOfValues) AsSelectedTargetCountArrayOfValues() ([]int64, bool)
- func (fpaov *ProbingDistributionStatus_FieldTerminalPathArrayOfValues) AsTotalNumberArrayOfValues() ([]int64, bool)
- func (fpaov *ProbingDistributionStatus_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbingDistributionStatus_FieldTerminalPathValue
- func (fpv *ProbingDistributionStatus_FieldTerminalPathValue) AsRegionalCountsValue() (map[string]int64, bool)
- func (fpv *ProbingDistributionStatus_FieldTerminalPathValue) AsSelectedTargetCountValue() (int64, bool)
- func (fpv *ProbingDistributionStatus_FieldTerminalPathValue) AsTotalNumberValue() (int64, bool)
- func (fpv *ProbingDistributionStatus_FieldTerminalPathValue) CompareWith(source *ProbingDistribution_Status) (int, bool)
- func (fpv *ProbingDistributionStatus_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbingDistributionStatus_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbingDistributionStatus_FieldTerminalPathValue) SetTo(target **ProbingDistribution_Status)
- func (fpv *ProbingDistributionStatus_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbingDistribution_FieldMask
- func (fieldMask *ProbingDistribution_FieldMask) AppendPath(path ProbingDistribution_FieldPath)
- func (fieldMask *ProbingDistribution_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ProbingDistribution_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ProbingDistribution_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ProbingDistribution_FieldMask) FilterInputFields() *ProbingDistribution_FieldMask
- func (fieldMask *ProbingDistribution_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ProbingDistribution_FieldMask) GetPaths() []ProbingDistribution_FieldPath
- func (fieldMask *ProbingDistribution_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ProbingDistribution_FieldMask) IsFull() bool
- func (fieldMask ProbingDistribution_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ProbingDistribution_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ProbingDistribution_FieldMask) PathsCount() int
- func (fieldMask *ProbingDistribution_FieldMask) Project(source *ProbingDistribution) *ProbingDistribution
- func (fieldMask *ProbingDistribution_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ProbingDistribution_FieldMask) ProtoMessage()
- func (fieldMask *ProbingDistribution_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ProbingDistribution_FieldMask) Reset()
- func (fieldMask *ProbingDistribution_FieldMask) Set(target, source *ProbingDistribution)
- func (fieldMask *ProbingDistribution_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ProbingDistribution_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ProbingDistribution_FieldMask) Size() int
- func (fieldMask *ProbingDistribution_FieldMask) String() string
- func (fieldMask *ProbingDistribution_FieldMask) Subtract(other *ProbingDistribution_FieldMask) *ProbingDistribution_FieldMask
- func (fieldMask *ProbingDistribution_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ProbingDistribution_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ProbingDistribution_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ProbingDistribution_FieldMask) UnmarshalJSON(data []byte) error
- type ProbingDistribution_FieldPath
- type ProbingDistribution_FieldPathArrayItemValue
- type ProbingDistribution_FieldPathArrayOfValues
- type ProbingDistribution_FieldPathSelector
- type ProbingDistribution_FieldPathValue
- type ProbingDistribution_FieldSubPath
- func (fps *ProbingDistribution_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
- func (fps *ProbingDistribution_FieldSubPath) AsSpecSubPath() (ProbingDistributionSpec_FieldPath, bool)
- func (fps *ProbingDistribution_FieldSubPath) AsStatusSubPath() (ProbingDistributionStatus_FieldPath, bool)
- func (fps *ProbingDistribution_FieldSubPath) ClearValue(item *ProbingDistribution)
- func (fps *ProbingDistribution_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ProbingDistribution_FieldSubPath) Get(source *ProbingDistribution) (values []interface{})
- func (fps *ProbingDistribution_FieldSubPath) GetDefault() interface{}
- func (fps *ProbingDistribution_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ProbingDistribution_FieldSubPath) GetSingle(source *ProbingDistribution) (interface{}, bool)
- func (fps *ProbingDistribution_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ProbingDistribution_FieldSubPath) IsLeaf() bool
- func (fps *ProbingDistribution_FieldSubPath) JSONString() string
- func (fps *ProbingDistribution_FieldSubPath) Selector() ProbingDistribution_FieldPathSelector
- func (fps *ProbingDistribution_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ProbingDistribution_FieldSubPath) String() string
- func (fps *ProbingDistribution_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingDistribution_FieldPathArrayItemValue
- func (fps *ProbingDistribution_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingDistribution_FieldPathArrayOfValues
- func (fps *ProbingDistribution_FieldSubPath) WithIValue(value interface{}) ProbingDistribution_FieldPathValue
- func (fps *ProbingDistribution_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ProbingDistribution_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ProbingDistribution_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingDistribution_FieldSubPathArrayItemValue
- func (fpaivs *ProbingDistribution_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingDistribution_FieldSubPathArrayItemValue) AsSpecPathItemValue() (ProbingDistributionSpec_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingDistribution_FieldSubPathArrayItemValue) AsStatusPathItemValue() (ProbingDistributionStatus_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingDistribution_FieldSubPathArrayItemValue) ContainsValue(source *ProbingDistribution) bool
- func (fpaivs *ProbingDistribution_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ProbingDistribution_FieldSubPathArrayOfValues
- func (fpsaov *ProbingDistribution_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingDistribution_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (ProbingDistributionSpec_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingDistribution_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues() (ProbingDistributionStatus_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingDistribution_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type ProbingDistribution_FieldSubPathValue
- func (fpvs *ProbingDistribution_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
- func (fpvs *ProbingDistribution_FieldSubPathValue) AsSpecPathValue() (ProbingDistributionSpec_FieldPathValue, bool)
- func (fpvs *ProbingDistribution_FieldSubPathValue) AsStatusPathValue() (ProbingDistributionStatus_FieldPathValue, bool)
- func (fpvs *ProbingDistribution_FieldSubPathValue) CompareWith(source *ProbingDistribution) (int, bool)
- func (fpvs *ProbingDistribution_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ProbingDistribution_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ProbingDistribution_FieldSubPathValue) SetTo(target **ProbingDistribution)
- func (fpvs *ProbingDistribution_FieldSubPathValue) SetToRaw(target proto.Message)
- type ProbingDistribution_FieldTerminalPath
- func (fp *ProbingDistribution_FieldTerminalPath) ClearValue(item *ProbingDistribution)
- func (fp *ProbingDistribution_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbingDistribution_FieldTerminalPath) Get(source *ProbingDistribution) (values []interface{})
- func (fp *ProbingDistribution_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbingDistribution_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbingDistribution_FieldTerminalPath) GetSingle(source *ProbingDistribution) (interface{}, bool)
- func (fp *ProbingDistribution_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbingDistribution_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbingDistribution_FieldTerminalPath) JSONString() string
- func (fp *ProbingDistribution_FieldTerminalPath) Selector() ProbingDistribution_FieldPathSelector
- func (fp *ProbingDistribution_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbingDistribution_FieldTerminalPath) String() string
- func (fp *ProbingDistribution_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingDistribution_FieldPathArrayItemValue
- func (fp *ProbingDistribution_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingDistribution_FieldPathArrayOfValues
- func (fp *ProbingDistribution_FieldTerminalPath) WithIValue(value interface{}) ProbingDistribution_FieldPathValue
- func (fp *ProbingDistribution_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbingDistribution_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbingDistribution_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingDistribution_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbingDistribution_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingDistribution) bool
- func (fpaiv *ProbingDistribution_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbingDistribution_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingDistribution) (interface{}, bool)
- func (fpaiv *ProbingDistribution_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbingDistribution_FieldTerminalPathArrayOfValues
- func (fpaov *ProbingDistribution_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
- func (fpaov *ProbingDistribution_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
- func (fpaov *ProbingDistribution_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
- func (fpaov *ProbingDistribution_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*ProbingDistribution_Spec, bool)
- func (fpaov *ProbingDistribution_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues() ([]*ProbingDistribution_Status, bool)
- func (fpaov *ProbingDistribution_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbingDistribution_FieldTerminalPathValue
- func (fpv *ProbingDistribution_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
- func (fpv *ProbingDistribution_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
- func (fpv *ProbingDistribution_FieldTerminalPathValue) AsNameValue() (*Name, bool)
- func (fpv *ProbingDistribution_FieldTerminalPathValue) AsSpecValue() (*ProbingDistribution_Spec, bool)
- func (fpv *ProbingDistribution_FieldTerminalPathValue) AsStatusValue() (*ProbingDistribution_Status, bool)
- func (fpv *ProbingDistribution_FieldTerminalPathValue) CompareWith(source *ProbingDistribution) (int, bool)
- func (fpv *ProbingDistribution_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbingDistribution_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbingDistribution_FieldTerminalPathValue) SetTo(target **ProbingDistribution)
- func (fpv *ProbingDistribution_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbingDistribution_Spec
- func (o *ProbingDistribution_Spec) Clone() *ProbingDistribution_Spec
- func (o *ProbingDistribution_Spec) CloneRaw() gotenobject.GotenObjectExt
- func (*ProbingDistribution_Spec) Descriptor() ([]byte, []int)
- func (m *ProbingDistribution_Spec) GetConstraint() *common.ProbingConstraint
- func (m *ProbingDistribution_Spec) GetEnabled() bool
- func (m *ProbingDistribution_Spec) GetProbeSelector() *probe.Filter
- func (m *ProbingDistribution_Spec) GetProbingSettings() *common.ProbingSettings
- func (m *ProbingDistribution_Spec) GetTargetSelector() *probing_target.Filter
- func (*ProbingDistribution_Spec) GotenMessage()
- func (o *ProbingDistribution_Spec) GotenObjectExt()
- func (obj *ProbingDistribution_Spec) GotenValidate() error
- func (o *ProbingDistribution_Spec) MakeDiffFieldMask(other *ProbingDistribution_Spec) *ProbingDistribution_Spec_FieldMask
- func (o *ProbingDistribution_Spec) MakeFullFieldMask() *ProbingDistribution_Spec_FieldMask
- func (o *ProbingDistribution_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ProbingDistribution_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ProbingDistribution_Spec) Marshal() ([]byte, error)
- func (m *ProbingDistribution_Spec) MarshalJSON() ([]byte, error)
- func (o *ProbingDistribution_Spec) Merge(source *ProbingDistribution_Spec)
- func (o *ProbingDistribution_Spec) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ProbingDistribution_Spec) ProtoMessage()
- func (m *ProbingDistribution_Spec) ProtoReflect() preflect.Message
- func (m *ProbingDistribution_Spec) Reset()
- func (m *ProbingDistribution_Spec) SetConstraint(fv *common.ProbingConstraint)
- func (m *ProbingDistribution_Spec) SetEnabled(fv bool)
- func (m *ProbingDistribution_Spec) SetProbeSelector(fv *probe.Filter)
- func (m *ProbingDistribution_Spec) SetProbingSettings(fv *common.ProbingSettings)
- func (m *ProbingDistribution_Spec) SetTargetSelector(fv *probing_target.Filter)
- func (m *ProbingDistribution_Spec) String() string
- func (m *ProbingDistribution_Spec) Unmarshal(b []byte) error
- func (m *ProbingDistribution_Spec) UnmarshalJSON(data []byte) error
- type ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (s ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value string) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody
- func (s ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithValue(value *common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders
- func (s ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithValue(value string) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody
- func (s ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithValue(value *common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorConstraint
- func (ProbingDistribution_SpecPathSelectorConstraint) FieldPath() *ProbingDistributionSpec_FieldTerminalPath
- func (ProbingDistribution_SpecPathSelectorConstraint) MaxSessionsPerAgentLocation() ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocation
- func (ProbingDistribution_SpecPathSelectorConstraint) MaxSessionsPerAgentPublicIpAddress() ...
- func (s ProbingDistribution_SpecPathSelectorConstraint) WithArrayOfValues(values []*common.ProbingConstraint) *ProbingDistributionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorConstraint) WithSubArrayItemValue(subPathArrayItemValue common.ProbingConstraint_FieldPathArrayItemValue) *ProbingDistributionSpec_FieldSubPathArrayItemValue
- func (s ProbingDistribution_SpecPathSelectorConstraint) WithSubArrayOfValues(subPathArrayOfValues common.ProbingConstraint_FieldPathArrayOfValues) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (ProbingDistribution_SpecPathSelectorConstraint) WithSubPath(subPath common.ProbingConstraint_FieldPath) *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorConstraint) WithSubValue(subPathValue common.ProbingConstraint_FieldPathValue) *ProbingDistributionSpec_FieldSubPathValue
- func (s ProbingDistribution_SpecPathSelectorConstraint) WithValue(value *common.ProbingConstraint) *ProbingDistributionSpec_FieldTerminalPathValue
- type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocation
- func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocation) Admin1() ...
- func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocation) Admin2() ...
- func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocation) Admin3() ...
- func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocation) Admin4() ...
- func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocation) Country() ...
- func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocation) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocation) WithArrayOfValues(values []*common.ProbingConstraint_AdminHierachy) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocation) WithValue(value *common.ProbingConstraint_AdminHierachy) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin1
- func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin1) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin1) WithArrayOfValues(values []int32) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin1) WithValue(value int32) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin2
- func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin2) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin2) WithArrayOfValues(values []int32) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin2) WithValue(value int32) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin3
- func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin3) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin3) WithArrayOfValues(values []int32) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin3) WithValue(value int32) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin4
- func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin4) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin4) WithArrayOfValues(values []int32) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin4) WithValue(value int32) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationCountry
- func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationCountry) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationCountry) WithArrayOfValues(values []int32) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationCountry) WithValue(value int32) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentPublicIpAddress
- func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentPublicIpAddress) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentPublicIpAddress) WithArrayOfValues(values []int32) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentPublicIpAddress) WithValue(value int32) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorEnabled
- func (ProbingDistribution_SpecPathSelectorEnabled) FieldPath() *ProbingDistributionSpec_FieldTerminalPath
- func (s ProbingDistribution_SpecPathSelectorEnabled) WithArrayOfValues(values []bool) *ProbingDistributionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorEnabled) WithValue(value bool) *ProbingDistributionSpec_FieldTerminalPathValue
- type ProbingDistribution_SpecPathSelectorProbeSelector
- func (ProbingDistribution_SpecPathSelectorProbeSelector) FieldPath() *ProbingDistributionSpec_FieldTerminalPath
- func (s ProbingDistribution_SpecPathSelectorProbeSelector) WithArrayOfValues(values []*probe.Filter) *ProbingDistributionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbeSelector) WithValue(value *probe.Filter) *ProbingDistributionSpec_FieldTerminalPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettings
- func (ProbingDistribution_SpecPathSelectorProbingSettings) FieldPath() *ProbingDistributionSpec_FieldTerminalPath
- func (ProbingDistribution_SpecPathSelectorProbingSettings) HttpProbingConfig() ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfig
- func (ProbingDistribution_SpecPathSelectorProbingSettings) Interval() ProbingDistribution_SpecPathSelectorProbingSettingsInterval
- func (ProbingDistribution_SpecPathSelectorProbingSettings) PathProbing() ProbingDistribution_SpecPathSelectorProbingSettingsPathProbing
- func (ProbingDistribution_SpecPathSelectorProbingSettings) ProxyConfiguration() ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfiguration
- func (ProbingDistribution_SpecPathSelectorProbingSettings) SpeedtestSettings() ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettings
- func (ProbingDistribution_SpecPathSelectorProbingSettings) Tos() ProbingDistribution_SpecPathSelectorProbingSettingsTos
- func (ProbingDistribution_SpecPathSelectorProbingSettings) WindowSize() ProbingDistribution_SpecPathSelectorProbingSettingsWindowSize
- func (s ProbingDistribution_SpecPathSelectorProbingSettings) WithArrayOfValues(values []*common.ProbingSettings) *ProbingDistributionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettings) WithSubArrayItemValue(subPathArrayItemValue common.ProbingSettings_FieldPathArrayItemValue) *ProbingDistributionSpec_FieldSubPathArrayItemValue
- func (s ProbingDistribution_SpecPathSelectorProbingSettings) WithSubArrayOfValues(subPathArrayOfValues common.ProbingSettings_FieldPathArrayOfValues) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (ProbingDistribution_SpecPathSelectorProbingSettings) WithSubPath(subPath common.ProbingSettings_FieldPath) *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettings) WithSubValue(subPathValue common.ProbingSettings_FieldPathValue) *ProbingDistributionSpec_FieldSubPathValue
- func (s ProbingDistribution_SpecPathSelectorProbingSettings) WithValue(value *common.ProbingSettings) *ProbingDistributionSpec_FieldTerminalPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfig
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfig) AuthConfig() ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfig) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfig) HttpRequest() ...
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfig) WithValue(value *common.HTTPProbingConfig) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig) Password() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig) RequestHeaderTokenKey() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig) TokenRequest() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig) TokenResponseBodyKey() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig) TokenResponseHeader() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig) Username() ...
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig) WithValue(value *common.HTTPProbingConfig_HTTPAuth) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigPassword
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigPassword) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigPassword) WithValue(value string) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigRequestHeaderTokenKey
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue(value string) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) RequestBody() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) RequestHeaders() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) RequestMethod() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) Timeout() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) Url() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) UrlFormEncodedBody() ...
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue(value uint32) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestBody
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue(value string) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey(key string) ...
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value map[string]string) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestMethod
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestTimeout
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue(value *duration.Duration) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrl
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrl) WithValue(value string) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues(values []map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithKey(key string) ...
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithValue(value map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue(value string) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyKey
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue(value string) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseHeader
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseHeader) WithValue(value string) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigUsername
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigUsername) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigUsername) WithValue(value string) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) AuthenticationMethod() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) ExpectedResponseCode() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) RequestBody() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) RequestHeaders() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) RequestMethod() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) Timeout() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) Url() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) UrlFormEncodedBody() ...
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestAuthenticationMethod
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestExpectedResponseCode
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestExpectedResponseCode) WithValue(value uint32) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestBody
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestBody) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestBody) WithValue(value string) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithKey(key string) ...
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithValue(value map[string]string) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestMethod
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestMethod) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestTimeout
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestTimeout) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestTimeout) WithValue(value *duration.Duration) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrl
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrl) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrl) WithValue(value string) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues(values []map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithKey(key string) ...
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithValue(value map[string]*common.HTTPProbingConfig_HTTPRequest_StringArray) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsInterval
- func (ProbingDistribution_SpecPathSelectorProbingSettingsInterval) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsInterval) WithArrayOfValues(values []*duration.Duration) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsInterval) WithValue(value *duration.Duration) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbing
- func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbing) Attempts() ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingAttempts
- func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbing) Enabled() ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingEnabled
- func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbing) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbing) Interval() ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingInterval
- func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbing) IntervalSec() ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingIntervalSec
- func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbing) MaxTtl() ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingMaxTtl
- func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbing) Mode() ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingMode
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbing) WithArrayOfValues(values []*common.PathProbe) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbing) WithValue(value *common.PathProbe) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingAttempts
- func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingAttempts) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingAttempts) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingAttempts) WithValue(value *wrappers.UInt32Value) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingEnabled
- func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingEnabled) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingEnabled) WithArrayOfValues(values []bool) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingEnabled) WithValue(value bool) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingInterval
- func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingInterval) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingInterval) WithArrayOfValues(values []*duration.Duration) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingInterval) WithValue(value *duration.Duration) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingIntervalSec
- func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingIntervalSec) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingIntervalSec) WithArrayOfValues(values []int64) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingIntervalSec) WithValue(value int64) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingMaxTtl
- func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingMaxTtl) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingMaxTtl) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingMaxTtl) WithValue(value *wrappers.UInt32Value) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingMode
- func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingMode) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingMode) WithArrayOfValues(values []common.ProbingMode) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingMode) WithValue(value common.ProbingMode) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfiguration
- func (ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfiguration) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfiguration) HttpProxy() ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationHttpProxy
- func (ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfiguration) HttpsProxy() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfiguration) NoProxy() ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationNoProxy
- func (ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfiguration) ProxySetting() ...
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfiguration) WithArrayOfValues(values []*common.ProxyConfiguration) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfiguration) WithValue(value *common.ProxyConfiguration) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationHttpProxy
- func (ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationHttpProxy) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationHttpProxy) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationHttpProxy) WithValue(value string) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationHttpsProxy
- func (ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationHttpsProxy) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationHttpsProxy) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationHttpsProxy) WithValue(value string) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationNoProxy
- func (ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationNoProxy) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationNoProxy) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationNoProxy) WithValue(value string) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationProxySetting
- func (ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationProxySetting) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationProxySetting) WithArrayOfValues(values []common.ProxySetting) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationProxySetting) WithValue(value common.ProxySetting) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettings
- func (ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettings) Duration() ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsDuration
- func (ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettings) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettings) ServerSelection() ...
- func (ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettings) TcpPort() ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsTcpPort
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettings) WithArrayOfValues(values []*common.SpeedTestSettings) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettings) WithValue(value *common.SpeedTestSettings) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsDuration
- func (ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsDuration) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsDuration) WithArrayOfValues(values []*duration.Duration) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsDuration) WithValue(value *duration.Duration) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsServerSelection
- func (ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsServerSelection) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsServerSelection) WithArrayOfValues(values []common.SpeedTestSettings_ServerSelection) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsServerSelection) WithValue(value common.SpeedTestSettings_ServerSelection) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsTcpPort
- func (ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsTcpPort) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsTcpPort) WithArrayOfValues(values []int32) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsTcpPort) WithValue(value int32) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsTos
- func (ProbingDistribution_SpecPathSelectorProbingSettingsTos) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsTos) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsTos) WithValue(value *wrappers.UInt32Value) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorProbingSettingsWindowSize
- func (ProbingDistribution_SpecPathSelectorProbingSettingsWindowSize) FieldPath() *ProbingDistributionSpec_FieldSubPath
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsWindowSize) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingDistributionSpec_FieldSubPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorProbingSettingsWindowSize) WithValue(value *wrappers.UInt32Value) *ProbingDistributionSpec_FieldSubPathValue
- type ProbingDistribution_SpecPathSelectorTargetSelector
- func (ProbingDistribution_SpecPathSelectorTargetSelector) FieldPath() *ProbingDistributionSpec_FieldTerminalPath
- func (s ProbingDistribution_SpecPathSelectorTargetSelector) WithArrayOfValues(values []*probing_target.Filter) *ProbingDistributionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingDistribution_SpecPathSelectorTargetSelector) WithValue(value *probing_target.Filter) *ProbingDistributionSpec_FieldTerminalPathValue
- type ProbingDistribution_Spec_FieldMask
- func (fieldMask *ProbingDistribution_Spec_FieldMask) AppendPath(path ProbingDistributionSpec_FieldPath)
- func (fieldMask *ProbingDistribution_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ProbingDistribution_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ProbingDistribution_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ProbingDistribution_Spec_FieldMask) FilterInputFields() *ProbingDistribution_Spec_FieldMask
- func (fieldMask *ProbingDistribution_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ProbingDistribution_Spec_FieldMask) GetPaths() []ProbingDistributionSpec_FieldPath
- func (fieldMask *ProbingDistribution_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ProbingDistribution_Spec_FieldMask) IsFull() bool
- func (fieldMask ProbingDistribution_Spec_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ProbingDistribution_Spec_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ProbingDistribution_Spec_FieldMask) PathsCount() int
- func (fieldMask *ProbingDistribution_Spec_FieldMask) Project(source *ProbingDistribution_Spec) *ProbingDistribution_Spec
- func (fieldMask *ProbingDistribution_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ProbingDistribution_Spec_FieldMask) ProtoMessage()
- func (fieldMask *ProbingDistribution_Spec_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ProbingDistribution_Spec_FieldMask) Reset()
- func (fieldMask *ProbingDistribution_Spec_FieldMask) Set(target, source *ProbingDistribution_Spec)
- func (fieldMask *ProbingDistribution_Spec_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ProbingDistribution_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ProbingDistribution_Spec_FieldMask) Size() int
- func (fieldMask *ProbingDistribution_Spec_FieldMask) String() string
- func (fieldMask *ProbingDistribution_Spec_FieldMask) Subtract(other *ProbingDistribution_Spec_FieldMask) *ProbingDistribution_Spec_FieldMask
- func (fieldMask *ProbingDistribution_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ProbingDistribution_Spec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ProbingDistribution_Spec_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ProbingDistribution_Spec_FieldMask) UnmarshalJSON(data []byte) error
- type ProbingDistribution_Status
- func (o *ProbingDistribution_Status) Clone() *ProbingDistribution_Status
- func (o *ProbingDistribution_Status) CloneRaw() gotenobject.GotenObjectExt
- func (*ProbingDistribution_Status) Descriptor() ([]byte, []int)
- func (m *ProbingDistribution_Status) GetRegionalCounts() map[string]int64
- func (m *ProbingDistribution_Status) GetSelectedTargetCount() int64
- func (m *ProbingDistribution_Status) GetTotalNumber() int64
- func (*ProbingDistribution_Status) GotenMessage()
- func (o *ProbingDistribution_Status) GotenObjectExt()
- func (obj *ProbingDistribution_Status) GotenValidate() error
- func (o *ProbingDistribution_Status) MakeDiffFieldMask(other *ProbingDistribution_Status) *ProbingDistribution_Status_FieldMask
- func (o *ProbingDistribution_Status) MakeFullFieldMask() *ProbingDistribution_Status_FieldMask
- func (o *ProbingDistribution_Status) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ProbingDistribution_Status) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ProbingDistribution_Status) Marshal() ([]byte, error)
- func (m *ProbingDistribution_Status) MarshalJSON() ([]byte, error)
- func (o *ProbingDistribution_Status) Merge(source *ProbingDistribution_Status)
- func (o *ProbingDistribution_Status) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ProbingDistribution_Status) ProtoMessage()
- func (m *ProbingDistribution_Status) ProtoReflect() preflect.Message
- func (m *ProbingDistribution_Status) Reset()
- func (m *ProbingDistribution_Status) SetRegionalCounts(fv map[string]int64)
- func (m *ProbingDistribution_Status) SetSelectedTargetCount(fv int64)
- func (m *ProbingDistribution_Status) SetTotalNumber(fv int64)
- func (m *ProbingDistribution_Status) String() string
- func (m *ProbingDistribution_Status) Unmarshal(b []byte) error
- func (m *ProbingDistribution_Status) UnmarshalJSON(data []byte) error
- type ProbingDistribution_StatusMapPathSelectorRegionalCounts
- func (s ProbingDistribution_StatusMapPathSelectorRegionalCounts) FieldPath() *ProbingDistributionStatus_FieldPathMap
- func (s ProbingDistribution_StatusMapPathSelectorRegionalCounts) WithArrayOfValues(values []int64) *ProbingDistributionStatus_FieldPathMapArrayOfValues
- func (s ProbingDistribution_StatusMapPathSelectorRegionalCounts) WithValue(value int64) *ProbingDistributionStatus_FieldPathMapValue
- type ProbingDistribution_StatusPathSelectorRegionalCounts
- func (ProbingDistribution_StatusPathSelectorRegionalCounts) FieldPath() *ProbingDistributionStatus_FieldTerminalPath
- func (s ProbingDistribution_StatusPathSelectorRegionalCounts) WithArrayOfValues(values []map[string]int64) *ProbingDistributionStatus_FieldTerminalPathArrayOfValues
- func (ProbingDistribution_StatusPathSelectorRegionalCounts) WithKey(key string) ProbingDistribution_StatusMapPathSelectorRegionalCounts
- func (s ProbingDistribution_StatusPathSelectorRegionalCounts) WithValue(value map[string]int64) *ProbingDistributionStatus_FieldTerminalPathValue
- type ProbingDistribution_StatusPathSelectorSelectedTargetCount
- func (ProbingDistribution_StatusPathSelectorSelectedTargetCount) FieldPath() *ProbingDistributionStatus_FieldTerminalPath
- func (s ProbingDistribution_StatusPathSelectorSelectedTargetCount) WithArrayOfValues(values []int64) *ProbingDistributionStatus_FieldTerminalPathArrayOfValues
- func (s ProbingDistribution_StatusPathSelectorSelectedTargetCount) WithValue(value int64) *ProbingDistributionStatus_FieldTerminalPathValue
- type ProbingDistribution_StatusPathSelectorTotalNumber
- func (ProbingDistribution_StatusPathSelectorTotalNumber) FieldPath() *ProbingDistributionStatus_FieldTerminalPath
- func (s ProbingDistribution_StatusPathSelectorTotalNumber) WithArrayOfValues(values []int64) *ProbingDistributionStatus_FieldTerminalPathArrayOfValues
- func (s ProbingDistribution_StatusPathSelectorTotalNumber) WithValue(value int64) *ProbingDistributionStatus_FieldTerminalPathValue
- type ProbingDistribution_Status_FieldMask
- func (fieldMask *ProbingDistribution_Status_FieldMask) AppendPath(path ProbingDistributionStatus_FieldPath)
- func (fieldMask *ProbingDistribution_Status_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ProbingDistribution_Status_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ProbingDistribution_Status_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ProbingDistribution_Status_FieldMask) FilterInputFields() *ProbingDistribution_Status_FieldMask
- func (fieldMask *ProbingDistribution_Status_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ProbingDistribution_Status_FieldMask) GetPaths() []ProbingDistributionStatus_FieldPath
- func (fieldMask *ProbingDistribution_Status_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ProbingDistribution_Status_FieldMask) IsFull() bool
- func (fieldMask ProbingDistribution_Status_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ProbingDistribution_Status_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ProbingDistribution_Status_FieldMask) PathsCount() int
- func (fieldMask *ProbingDistribution_Status_FieldMask) Project(source *ProbingDistribution_Status) *ProbingDistribution_Status
- func (fieldMask *ProbingDistribution_Status_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ProbingDistribution_Status_FieldMask) ProtoMessage()
- func (fieldMask *ProbingDistribution_Status_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ProbingDistribution_Status_FieldMask) Reset()
- func (fieldMask *ProbingDistribution_Status_FieldMask) Set(target, source *ProbingDistribution_Status)
- func (fieldMask *ProbingDistribution_Status_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ProbingDistribution_Status_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ProbingDistribution_Status_FieldMask) Size() int
- func (fieldMask *ProbingDistribution_Status_FieldMask) String() string
- func (fieldMask *ProbingDistribution_Status_FieldMask) Subtract(other *ProbingDistribution_Status_FieldMask) *ProbingDistribution_Status_FieldMask
- func (fieldMask *ProbingDistribution_Status_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ProbingDistribution_Status_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ProbingDistribution_Status_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ProbingDistribution_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) GetIParentName() gotenresource.Name
- func (ref *Reference) GetIUnderlyingParentName() gotenresource.Name
- func (ref *Reference) GetIdParts() map[string]string
- func (ref *Reference) GetPattern() gotenresource.NamePattern
- func (ref *Reference) GetProbingDistribution() *ProbingDistribution
- 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 *ProbingDistribution)
- func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
- func (ref *Reference) Resolved() bool
- func (ref *Reference) SetFromCliFlag(raw string) error
- func (ref *Reference) String() string
- type SearchQuery
- type SearchQueryResultSnapshot
- type WatchQuery
- func (q *WatchQuery) GetMaximumChunkSize() int
- func (q *WatchQuery) GetResumeToken() string
- func (q *WatchQuery) GetStartingTime() *timestamppb.Timestamp
- func (q *WatchQuery) GetWatchType() watch_type.WatchType
- func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)
- func (q *WatchQuery) SetResumeToken(token string)
- func (q *WatchQuery) SetStartingTime(startingTime *timestamppb.Timestamp)
- func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
- func (q *WatchQuery) String() string
Constants ¶
const (
NamePattern_Project = "projects/{project}/probingDistributions/{probing_distribution}"
)
Variables ¶
This section is empty.
Functions ¶
func AsAnyCastAccess ¶
func AsAnyCastAccess(access ProbingDistributionAccess) gotenresource.Access
Types ¶
type Descriptor ¶
type Descriptor struct {
// contains filtered or unexported fields
}
func GetDescriptor ¶
func GetDescriptor() *Descriptor
func (*Descriptor) GetNameDescriptor ¶
func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
func (*Descriptor) GetResourceTypeName ¶
func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName
func (*Descriptor) NewGetQuery ¶
func (d *Descriptor) NewGetQuery() gotenresource.GetQuery
func (*Descriptor) NewListQuery ¶
func (d *Descriptor) NewListQuery() gotenresource.ListQuery
func (*Descriptor) NewNameList ¶
func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList
func (*Descriptor) NewParentNameList ¶
func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList
func (*Descriptor) NewParentReferenceList ¶
func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList
func (*Descriptor) NewQueryResultChange ¶
func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange
func (*Descriptor) NewQueryResultSnapshot ¶
func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot
func (*Descriptor) NewReferenceList ¶
func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList
func (*Descriptor) NewResource ¶
func (d *Descriptor) NewResource() gotenresource.Resource
func (*Descriptor) NewResourceChange ¶
func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange
func (*Descriptor) NewResourceChangeList ¶
func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList
func (*Descriptor) NewResourceChangeMap ¶
func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap
func (*Descriptor) NewResourceCursor ¶
func (d *Descriptor) NewResourceCursor() gotenresource.Cursor
func (*Descriptor) NewResourceFieldMask ¶
func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
func (*Descriptor) NewResourceFilter ¶
func (d *Descriptor) NewResourceFilter() gotenresource.Filter
func (*Descriptor) NewResourceList ¶
func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList
func (*Descriptor) NewResourceMap ¶
func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap
func (*Descriptor) NewResourceName ¶
func (d *Descriptor) NewResourceName() gotenresource.Name
func (*Descriptor) NewResourceOrderBy ¶
func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
func (*Descriptor) NewResourcePager ¶ added in v0.7.13
func (d *Descriptor) NewResourcePager() gotenresource.PagerQuery
func (*Descriptor) NewSearchQuery ¶
func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
func (*Descriptor) NewSearchQueryResultSnapshot ¶
func (d *Descriptor) NewSearchQueryResultSnapshot() gotenresource.SearchQueryResultSnapshot
func (*Descriptor) NewWatchQuery ¶
func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery
func (*Descriptor) ParseFieldPath ¶
func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)
func (*Descriptor) ParseResourceName ¶
func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)
type Filter ¶
type Filter struct {
FilterCondition
}
func (*Filter) ConvertToNative ¶
func (*Filter) DecodeFirestore ¶
func (filter *Filter) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Filter) EncodeFirestore ¶
func (filter *Filter) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Filter) Evaluate ¶
func (filter *Filter) Evaluate(res *ProbingDistribution) 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 []*ProbingDistribution) (out []*ProbingDistribution)
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 ProbingDistribution_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 *ProbingDistribution) bool // Whether this condition is at least as specific as other. // When true, any ProbingDistribution 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 ProbingDistribution_FieldPath) bool // contains filtered or unexported methods }
func AndFilterConditions ¶
func AndFilterConditions(conds ...FilterCondition) FilterCondition
type FilterConditionCompare ¶
type FilterConditionCompare struct { Operator filterParser.CompareOperator ProbingDistribution_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 *ProbingDistribution) 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 ProbingDistribution_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 *ProbingDistribution) 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 ProbingDistribution_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 ProbingDistribution_FieldPath Value ProbingDistribution_FieldPathArrayItemValue Values []ProbingDistribution_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 *ProbingDistribution) bool
func (*FilterConditionContains) EvaluateRaw ¶
func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionContains) GetFieldPath ¶
func (cond *FilterConditionContains) GetFieldPath() ProbingDistribution_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 ProbingDistribution_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 {
ProbingDistribution_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 *ProbingDistribution) 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 ProbingDistribution_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 ProbingDistribution_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 *ProbingDistribution) 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 ProbingDistribution_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 ProbingDistribution_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 *ProbingDistribution) 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 ProbingDistribution_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 *ProbingDistribution) 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 ProbingDistribution_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 {
ProbingDistribution_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 *ProbingDistribution) 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 ProbingDistribution_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 *ProbingDistribution_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 *ProbingDistribution_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 ProbingDistributionId string `firestore:"probingDistributionId"` }
func MustParseName ¶
func ParseNameOrId ¶
func (*Name) AsRawReference ¶
func (name *Name) AsRawReference() gotenresource.Reference
func (*Name) AsReference ¶
func (*Name) ConvertToNative ¶
func (*Name) FullyQualifiedName ¶
func (*Name) GetIParentName ¶ added in v0.7.1
func (name *Name) GetIParentName() gotenresource.Name
func (*Name) GetIUnderlyingParentName ¶ added in v0.7.1
func (name *Name) GetIUnderlyingParentName() gotenresource.Name
func (*Name) GetIdParts ¶
func (*Name) GetPattern ¶
func (name *Name) GetPattern() gotenresource.NamePattern
func (*Name) GetProjectName ¶
func (*Name) GetResourceDescriptor ¶
func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
func (*Name) GetSegments ¶
func (name *Name) GetSegments() gotenresource.NameSegments
func (*Name) GotenEqual ¶
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*Name) IsFullyQualified ¶
func (*Name) IsSpecified ¶
func (*Name) Matches ¶
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*Name) ParseProtoString ¶
func (*Name) ProtoString ¶
func (*Name) SetFromCliFlag ¶
implement CustomTypeCliValue method
func (*Name) SetFromSegments ¶
func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
type NameBuilder ¶
type NameBuilder struct {
// contains filtered or unexported fields
}
func NewNameBuilder ¶
func NewNameBuilder() *NameBuilder
func (*NameBuilder) Name ¶
func (b *NameBuilder) Name() *Name
func (*NameBuilder) Parent ¶
func (b *NameBuilder) Parent() *ParentName
func (*NameBuilder) ParentReference ¶
func (b *NameBuilder) ParentReference() *ParentReference
func (*NameBuilder) Reference ¶
func (b *NameBuilder) Reference() *Reference
func (*NameBuilder) SetId ¶
func (b *NameBuilder) SetId(id string) *NameBuilder
func (*NameBuilder) SetProject ¶
func (b *NameBuilder) SetProject(parent *project.Name) *NameBuilder
func (*NameBuilder) SetProjectId ¶
func (b *NameBuilder) SetProjectId(id string) *NameBuilder
type NamePattern ¶
type NamePattern struct {
Pattern gotenresource.NamePattern `firestore:"pattern"`
}
type OrderBy ¶
type OrderBy struct {
OrderByFields []OrderByField
}
OrderBy Is string encoded Custom Protobuf type, which handles "order_by" field order_by consists of coma delimited OrderBy specs, which denote ordering priority, e.g. "state.value asc, state.capacity desc"
func (*OrderBy) Compare ¶
func (orderBy *OrderBy) Compare(left, right *ProbingDistribution) int
func (*OrderBy) CompareRaw ¶
func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
func (*OrderBy) GetFieldMask ¶
func (orderBy *OrderBy) GetFieldMask() *ProbingDistribution_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 ProbingDistributionList, elem *ProbingDistribution) (ProbingDistributionList, 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 ProbingDistributionList)
func (*OrderBy) SortRaw ¶
func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
type OrderByField ¶
type OrderByField struct { FieldPath ProbingDistribution_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 *ProbingDistribution) int
func (*OrderByField) GetDirection ¶
func (orderByFld *OrderByField) GetDirection() gotenresource.OrderDirection
func (*OrderByField) GetFieldPath ¶
func (orderByFld *OrderByField) GetFieldPath() gotenobject.FieldPath
type PagerCursor ¶
type PagerCursor struct { CursorValue gotenresource.CursorValue Inclusion gotenresource.CursorInclusion PageDirection gotenresource.PageDirection }
PagerCursor is protobuf Custom Type, which (de)serializes "string page_token" for API List processing Database adapter implementation must use this cursor when Paginating list views Token is composed of 3 values (dot separated in serialized form) - CursorValue: Backend-specific value of the cursor. - PageDirection: either l (left) or r (right), which hints DB Adapter whether Snapshot marks Start or End of result - Inclusion: either i (inclusive) or e (exclusive) - Whether cursor marks exact point or right before/after (depending on direction)
func (*PagerCursor) GetInclusion ¶
func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion
func (*PagerCursor) GetPageDirection ¶
func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection
func (*PagerCursor) GetValue ¶
func (cursor *PagerCursor) GetValue() gotenresource.CursorValue
func (*PagerCursor) IsEmpty ¶
func (cursor *PagerCursor) IsEmpty() bool
func (*PagerCursor) ParseProtoString ¶
func (cursor *PagerCursor) ParseProtoString(data string) (err error)
func (*PagerCursor) ProtoString ¶
func (cursor *PagerCursor) ProtoString() (string, error)
func (*PagerCursor) SetCursorValue ¶
func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue)
func (*PagerCursor) SetFromCliFlag ¶
func (cursor *PagerCursor) SetFromCliFlag(raw string) error
func (*PagerCursor) SetInclusion ¶
func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion)
func (*PagerCursor) SetPageDirection ¶
func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerCursor) String ¶
func (cursor *PagerCursor) String() string
type PagerQuery ¶
type PagerQuery struct { OrderBy *OrderBy Cursor *PagerCursor Limit int PeekForward bool }
PagerQuery is main struct used for assisting server and database to perform Pagination
func MakePagerQuery ¶
func MakePagerQuery(orderBy *OrderBy, cursor *PagerCursor, pageSize int32, peekForward bool) *PagerQuery
MakePagerQuery builds pager from API data and applies defaults
func (*PagerQuery) GetCursor ¶
func (p *PagerQuery) GetCursor() gotenresource.Cursor
func (*PagerQuery) GetLimit ¶
func (p *PagerQuery) GetLimit() int
func (*PagerQuery) GetOrderBy ¶
func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy
func (*PagerQuery) GetPeekForward ¶
func (p *PagerQuery) GetPeekForward() bool
func (*PagerQuery) GetResourceDescriptor ¶
func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*PagerQuery) PageDirection ¶
func (p *PagerQuery) PageDirection() gotenresource.PageDirection
func (*PagerQuery) SetCursor ¶ added in v0.7.1
func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor)
func (*PagerQuery) SetLimit ¶ added in v0.7.1
func (p *PagerQuery) SetLimit(limit int)
func (*PagerQuery) SetOrderBy ¶ added in v0.7.1
func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy)
func (*PagerQuery) SetPageDirection ¶ added in v0.7.1
func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerQuery) SetPeekForward ¶ added in v0.7.1
func (p *PagerQuery) SetPeekForward(peekForward bool)
type ParentName ¶
type ParentName struct { NamePattern ProjectId string `firestore:"projectId"` }
func MustParseParentName ¶
func MustParseParentName(name string) *ParentName
func ParseParentName ¶
func ParseParentName(name string) (*ParentName, error)
func (*ParentName) AsRawReference ¶
func (name *ParentName) AsRawReference() gotenresource.Reference
func (*ParentName) AsReference ¶
func (name *ParentName) AsReference() *ParentReference
func (*ParentName) DescendsFrom ¶
func (name *ParentName) DescendsFrom(ancestor string) bool
func (*ParentName) FullyQualifiedName ¶
func (name *ParentName) FullyQualifiedName() (string, error)
func (*ParentName) GetIParentName ¶ added in v0.7.1
func (name *ParentName) GetIParentName() gotenresource.Name
func (*ParentName) GetIUnderlyingParentName ¶ added in v0.7.1
func (name *ParentName) GetIUnderlyingParentName() gotenresource.Name
func (*ParentName) GetIdParts ¶
func (name *ParentName) GetIdParts() map[string]string
func (*ParentName) GetPattern ¶
func (name *ParentName) GetPattern() gotenresource.NamePattern
func (*ParentName) GetProjectName ¶
func (name *ParentName) GetProjectName() *project.Name
func (*ParentName) GetResourceDescriptor ¶
func (name *ParentName) GetResourceDescriptor() gotenresource.Descriptor
func (*ParentName) GetSegments ¶
func (name *ParentName) GetSegments() gotenresource.NameSegments
func (*ParentName) GotenEqual ¶
func (name *ParentName) GotenEqual(other interface{}) bool
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*ParentName) IsFullyQualified ¶
func (name *ParentName) IsFullyQualified() bool
func (*ParentName) IsSpecified ¶
func (name *ParentName) IsSpecified() bool
func (*ParentName) Matches ¶
func (name *ParentName) Matches(other interface{}) bool
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*ParentName) ParseProtoString ¶
func (name *ParentName) ParseProtoString(data string) error
func (*ParentName) ProtoString ¶
func (name *ParentName) ProtoString() (string, error)
func (*ParentName) SetFromCliFlag ¶
func (name *ParentName) SetFromCliFlag(raw string) error
implement CustomTypeCliValue method
func (*ParentName) SetFromSegments ¶
func (name *ParentName) SetFromSegments(segments gotenresource.NameSegments) error
func (*ParentName) String ¶
func (name *ParentName) String() string
type ParentReference ¶
type ParentReference struct { ParentName // contains filtered or unexported fields }
func MakeParentReference ¶
func MakeParentReference(name *ParentName) (*ParentReference, error)
func MustParseParentReference ¶
func MustParseParentReference(name string) *ParentReference
func ParseParentReference ¶
func ParseParentReference(name string) (*ParentReference, error)
func (*ParentReference) ClearCached ¶
func (ref *ParentReference) ClearCached()
func (*ParentReference) ConvertToNative ¶ added in v0.6.2
func (name *ParentReference) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
func (*ParentReference) ConvertToType ¶ added in v0.6.2
func (name *ParentReference) ConvertToType(typeVal ref.Type) ref.Val
func (*ParentReference) Equal ¶ added in v0.6.2
func (name *ParentReference) Equal(other ref.Val) ref.Val
func (*ParentReference) GetIParentName ¶ added in v0.7.1
func (ref *ParentReference) GetIParentName() gotenresource.Name
func (*ParentReference) GetIUnderlyingParentName ¶ added in v0.7.1
func (ref *ParentReference) GetIUnderlyingParentName() gotenresource.Name
func (*ParentReference) GetIdParts ¶
func (ref *ParentReference) GetIdParts() map[string]string
func (*ParentReference) GetPattern ¶
func (ref *ParentReference) GetPattern() gotenresource.NamePattern
func (*ParentReference) GetProject ¶
func (ref *ParentReference) GetProject() *project.Project
func (*ParentReference) GetProjectReference ¶
func (ref *ParentReference) GetProjectReference() *project.Reference
func (*ParentReference) GetRawResource ¶
func (ref *ParentReference) GetRawResource() gotenresource.Resource
func (*ParentReference) GetResourceDescriptor ¶
func (ref *ParentReference) GetResourceDescriptor() gotenresource.Descriptor
func (*ParentReference) GetSegments ¶
func (ref *ParentReference) GetSegments() gotenresource.NameSegments
func (*ParentReference) GetUnderlyingReference ¶
func (ref *ParentReference) GetUnderlyingReference() gotenresource.Reference
func (*ParentReference) GotenEqual ¶
func (ref *ParentReference) GotenEqual(other interface{}) bool
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*ParentReference) HasTrait ¶ added in v0.6.2
func (name *ParentReference) HasTrait(trait int) bool
func (*ParentReference) IsFullyQualified ¶
func (ref *ParentReference) IsFullyQualified() bool
func (*ParentReference) IsSpecified ¶
func (ref *ParentReference) IsSpecified() bool
func (*ParentReference) Match ¶ added in v0.6.2
func (name *ParentReference) Match(pattern ref.Val) ref.Val
func (*ParentReference) Matches ¶
func (name *ParentReference) Matches(other interface{}) bool
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*ParentReference) ParseProtoString ¶
func (ref *ParentReference) ParseProtoString(data string) error
func (*ParentReference) ProtoString ¶
func (ref *ParentReference) ProtoString() (string, error)
func (*ParentReference) ResolveRaw ¶
func (ref *ParentReference) ResolveRaw(res gotenresource.Resource) error
func (*ParentReference) Resolved ¶
func (ref *ParentReference) Resolved() bool
func (*ParentReference) SetFromCliFlag ¶
func (ref *ParentReference) SetFromCliFlag(raw string) error
implement CustomTypeCliValue method
func (*ParentReference) String ¶
func (ref *ParentReference) String() string
func (*ParentReference) Type ¶ added in v0.6.2
func (name *ParentReference) Type() ref.Type
func (*ParentReference) TypeName ¶ added in v0.6.2
func (name *ParentReference) TypeName() string
func (*ParentReference) Value ¶ added in v0.6.2
func (name *ParentReference) Value() interface{}
type ProbingDistribution ¶
type ProbingDistribution struct { // Name of ProbingDistribution Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Display Name DisplayName string `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty" firestore:"displayName"` // Metadata Metadata *ntt_meta.Meta `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty" firestore:"metadata"` // Spec Spec *ProbingDistribution_Spec `protobuf:"bytes,3,opt,name=spec,proto3" json:"spec,omitempty" firestore:"spec"` // Status Status *ProbingDistribution_Status `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty" firestore:"status"` // contains filtered or unexported fields }
ProbingDistribution Resource
func (*ProbingDistribution) Clone ¶
func (o *ProbingDistribution) Clone() *ProbingDistribution
func (*ProbingDistribution) CloneRaw ¶
func (o *ProbingDistribution) CloneRaw() gotenobject.GotenObjectExt
func (*ProbingDistribution) Descriptor ¶
func (*ProbingDistribution) Descriptor() ([]byte, []int)
Deprecated, Use ProbingDistribution.ProtoReflect.Descriptor instead.
func (*ProbingDistribution) GetDisplayName ¶
func (m *ProbingDistribution) GetDisplayName() string
func (*ProbingDistribution) GetMetadata ¶
func (m *ProbingDistribution) GetMetadata() *ntt_meta.Meta
func (*ProbingDistribution) GetName ¶
func (m *ProbingDistribution) GetName() *Name
func (*ProbingDistribution) GetRawName ¶
func (r *ProbingDistribution) GetRawName() gotenresource.Name
func (*ProbingDistribution) GetResourceDescriptor ¶
func (r *ProbingDistribution) GetResourceDescriptor() gotenresource.Descriptor
func (*ProbingDistribution) GetSpec ¶
func (m *ProbingDistribution) GetSpec() *ProbingDistribution_Spec
func (*ProbingDistribution) GetStatus ¶
func (m *ProbingDistribution) GetStatus() *ProbingDistribution_Status
func (*ProbingDistribution) GotenMessage ¶
func (*ProbingDistribution) GotenMessage()
func (*ProbingDistribution) GotenObjectExt ¶
func (o *ProbingDistribution) GotenObjectExt()
func (*ProbingDistribution) GotenValidate ¶
func (obj *ProbingDistribution) GotenValidate() error
func (*ProbingDistribution) MakeDiffFieldMask ¶
func (o *ProbingDistribution) MakeDiffFieldMask(other *ProbingDistribution) *ProbingDistribution_FieldMask
func (*ProbingDistribution) MakeFullFieldMask ¶
func (o *ProbingDistribution) MakeFullFieldMask() *ProbingDistribution_FieldMask
func (*ProbingDistribution) MakeRawDiffFieldMask ¶
func (o *ProbingDistribution) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ProbingDistribution) MakeRawFullFieldMask ¶
func (o *ProbingDistribution) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ProbingDistribution) Marshal ¶
func (m *ProbingDistribution) Marshal() ([]byte, error)
func (*ProbingDistribution) MarshalJSON ¶
func (m *ProbingDistribution) MarshalJSON() ([]byte, error)
func (*ProbingDistribution) MaybePopulateDefaults ¶
func (r *ProbingDistribution) MaybePopulateDefaults() error
func (*ProbingDistribution) Merge ¶
func (o *ProbingDistribution) Merge(source *ProbingDistribution)
func (*ProbingDistribution) MergeRaw ¶
func (o *ProbingDistribution) MergeRaw(source gotenobject.GotenObjectExt)
func (*ProbingDistribution) ProtoMessage ¶
func (*ProbingDistribution) ProtoMessage()
func (*ProbingDistribution) ProtoReflect ¶
func (m *ProbingDistribution) ProtoReflect() preflect.Message
func (*ProbingDistribution) Reset ¶
func (m *ProbingDistribution) Reset()
func (*ProbingDistribution) SetDisplayName ¶
func (m *ProbingDistribution) SetDisplayName(fv string)
func (*ProbingDistribution) SetMetadata ¶
func (m *ProbingDistribution) SetMetadata(fv *ntt_meta.Meta)
func (*ProbingDistribution) SetName ¶
func (m *ProbingDistribution) SetName(fv *Name)
func (*ProbingDistribution) SetSpec ¶
func (m *ProbingDistribution) SetSpec(fv *ProbingDistribution_Spec)
func (*ProbingDistribution) SetStatus ¶
func (m *ProbingDistribution) SetStatus(fv *ProbingDistribution_Status)
func (*ProbingDistribution) String ¶
func (m *ProbingDistribution) String() string
func (*ProbingDistribution) Unmarshal ¶
func (m *ProbingDistribution) Unmarshal(b []byte) error
func (*ProbingDistribution) UnmarshalJSON ¶
func (m *ProbingDistribution) UnmarshalJSON(data []byte) error
type ProbingDistributionAccess ¶
type ProbingDistributionAccess interface { GetProbingDistribution(context.Context, *GetQuery) (*ProbingDistribution, error) BatchGetProbingDistributions(context.Context, []*Reference, ...gotenresource.BatchGetOption) error QueryProbingDistributions(context.Context, *ListQuery) (*QueryResultSnapshot, error) SearchProbingDistributions(context.Context, *SearchQuery) (*SearchQueryResultSnapshot, error) WatchProbingDistribution(context.Context, *GetQuery, func(*ProbingDistributionChange) error) error WatchProbingDistributions(context.Context, *WatchQuery, func(*QueryResultChange) error) error SaveProbingDistribution(context.Context, *ProbingDistribution, ...gotenresource.SaveOption) error DeleteProbingDistribution(context.Context, *Reference, ...gotenresource.DeleteOption) error }
type ProbingDistributionChange ¶
type ProbingDistributionChange struct { // ProbingDistribution change // // Types that are valid to be assigned to ChangeType: // *ProbingDistributionChange_Added_ // *ProbingDistributionChange_Modified_ // *ProbingDistributionChange_Current_ // *ProbingDistributionChange_Removed_ ChangeType isProbingDistributionChange_ChangeType `protobuf_oneof:"change_type"` // contains filtered or unexported fields }
ProbingDistributionChange is used by Watch notifications Responses to describe change of single ProbingDistribution One of Added, Modified, Removed
func (*ProbingDistributionChange) Descriptor ¶
func (*ProbingDistributionChange) Descriptor() ([]byte, []int)
Deprecated, Use ProbingDistributionChange.ProtoReflect.Descriptor instead.
func (*ProbingDistributionChange) GetAdded ¶
func (m *ProbingDistributionChange) GetAdded() *ProbingDistributionChange_Added
func (*ProbingDistributionChange) GetChangeType ¶
func (m *ProbingDistributionChange) GetChangeType() isProbingDistributionChange_ChangeType
func (*ProbingDistributionChange) GetCurrent ¶
func (m *ProbingDistributionChange) GetCurrent() *ProbingDistributionChange_Current
func (*ProbingDistributionChange) GetCurrentViewIndex ¶
func (c *ProbingDistributionChange) GetCurrentViewIndex() int32
func (*ProbingDistributionChange) GetModified ¶
func (m *ProbingDistributionChange) GetModified() *ProbingDistributionChange_Modified
func (*ProbingDistributionChange) GetPreviousViewIndex ¶
func (c *ProbingDistributionChange) GetPreviousViewIndex() int32
func (*ProbingDistributionChange) GetProbingDistribution ¶
func (c *ProbingDistributionChange) GetProbingDistribution() *ProbingDistribution
func (*ProbingDistributionChange) GetProbingDistributionName ¶
func (c *ProbingDistributionChange) GetProbingDistributionName() *Name
func (*ProbingDistributionChange) GetRawName ¶
func (c *ProbingDistributionChange) GetRawName() gotenresource.Name
func (*ProbingDistributionChange) GetRawResource ¶ added in v0.5.1
func (c *ProbingDistributionChange) GetRawResource() gotenresource.Resource
func (*ProbingDistributionChange) GetRemoved ¶
func (m *ProbingDistributionChange) GetRemoved() *ProbingDistributionChange_Removed
func (*ProbingDistributionChange) GotenMessage ¶
func (*ProbingDistributionChange) GotenMessage()
func (*ProbingDistributionChange) GotenValidate ¶
func (obj *ProbingDistributionChange) GotenValidate() error
func (*ProbingDistributionChange) IsAdd ¶
func (c *ProbingDistributionChange) IsAdd() bool
func (*ProbingDistributionChange) IsCurrent ¶
func (c *ProbingDistributionChange) IsCurrent() bool
func (*ProbingDistributionChange) IsDelete ¶
func (c *ProbingDistributionChange) IsDelete() bool
func (*ProbingDistributionChange) IsModify ¶
func (c *ProbingDistributionChange) IsModify() bool
func (*ProbingDistributionChange) Marshal ¶
func (m *ProbingDistributionChange) Marshal() ([]byte, error)
func (*ProbingDistributionChange) MarshalJSON ¶
func (m *ProbingDistributionChange) MarshalJSON() ([]byte, error)
func (*ProbingDistributionChange) ProtoMessage ¶
func (*ProbingDistributionChange) ProtoMessage()
func (*ProbingDistributionChange) ProtoReflect ¶
func (m *ProbingDistributionChange) ProtoReflect() preflect.Message
func (*ProbingDistributionChange) Reset ¶
func (m *ProbingDistributionChange) Reset()
func (*ProbingDistributionChange) SetAdded ¶
func (m *ProbingDistributionChange) SetAdded(fv *ProbingDistributionChange_Added)
func (*ProbingDistributionChange) SetAddedRaw ¶
func (c *ProbingDistributionChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
func (*ProbingDistributionChange) SetChangeType ¶
func (m *ProbingDistributionChange) SetChangeType(ofv isProbingDistributionChange_ChangeType)
func (*ProbingDistributionChange) SetCurrent ¶
func (m *ProbingDistributionChange) SetCurrent(fv *ProbingDistributionChange_Current)
func (*ProbingDistributionChange) SetCurrentRaw ¶
func (c *ProbingDistributionChange) SetCurrentRaw(snapshot gotenresource.Resource)
func (*ProbingDistributionChange) SetDeletedRaw ¶
func (c *ProbingDistributionChange) SetDeletedRaw(name gotenresource.Name, idx int)
func (*ProbingDistributionChange) SetModified ¶
func (m *ProbingDistributionChange) SetModified(fv *ProbingDistributionChange_Modified)
func (*ProbingDistributionChange) SetModifiedRaw ¶
func (c *ProbingDistributionChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)
func (*ProbingDistributionChange) SetRemoved ¶
func (m *ProbingDistributionChange) SetRemoved(fv *ProbingDistributionChange_Removed)
func (*ProbingDistributionChange) String ¶
func (m *ProbingDistributionChange) String() string
func (*ProbingDistributionChange) Unmarshal ¶
func (m *ProbingDistributionChange) Unmarshal(b []byte) error
func (*ProbingDistributionChange) UnmarshalJSON ¶
func (m *ProbingDistributionChange) UnmarshalJSON(data []byte) error
type ProbingDistributionChangeList ¶
type ProbingDistributionChangeList []*ProbingDistributionChange
func (ProbingDistributionChangeList) Append ¶
func (l ProbingDistributionChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
func (ProbingDistributionChangeList) AppendList ¶
func (l ProbingDistributionChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
func (ProbingDistributionChangeList) At ¶
func (l ProbingDistributionChangeList) At(idx int) gotenresource.ResourceChange
func (ProbingDistributionChangeList) Length ¶
func (l ProbingDistributionChangeList) Length() int
func (ProbingDistributionChangeList) Set ¶
func (l ProbingDistributionChangeList) Set(idx int, change gotenresource.ResourceChange)
func (ProbingDistributionChangeList) Slice ¶
func (l ProbingDistributionChangeList) Slice(first, second int) gotenresource.ResourceChangeList
type ProbingDistributionChangeMap ¶
type ProbingDistributionChangeMap map[Name]*ProbingDistributionChange
func (ProbingDistributionChangeMap) Delete ¶
func (m ProbingDistributionChangeMap) Delete(name gotenresource.Name)
func (ProbingDistributionChangeMap) ForEach ¶
func (m ProbingDistributionChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
func (ProbingDistributionChangeMap) Get ¶
func (m ProbingDistributionChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
func (ProbingDistributionChangeMap) Length ¶
func (m ProbingDistributionChangeMap) Length() int
func (ProbingDistributionChangeMap) Set ¶
func (m ProbingDistributionChangeMap) Set(change gotenresource.ResourceChange)
type ProbingDistributionChange_Added ¶
type ProbingDistributionChange_Added struct { ProbingDistribution *ProbingDistribution `` /* 150-byte string literal not displayed */ // Integer describing index of added ProbingDistribution 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 }
ProbingDistribution has been added to query view
func (*ProbingDistributionChange_Added) Descriptor ¶
func (*ProbingDistributionChange_Added) Descriptor() ([]byte, []int)
Deprecated, Use ProbingDistributionChange_Added.ProtoReflect.Descriptor instead.
func (*ProbingDistributionChange_Added) GetProbingDistribution ¶
func (m *ProbingDistributionChange_Added) GetProbingDistribution() *ProbingDistribution
func (*ProbingDistributionChange_Added) GetViewIndex ¶
func (m *ProbingDistributionChange_Added) GetViewIndex() int32
func (*ProbingDistributionChange_Added) GotenMessage ¶
func (*ProbingDistributionChange_Added) GotenMessage()
func (*ProbingDistributionChange_Added) GotenValidate ¶
func (obj *ProbingDistributionChange_Added) GotenValidate() error
func (*ProbingDistributionChange_Added) Marshal ¶
func (m *ProbingDistributionChange_Added) Marshal() ([]byte, error)
func (*ProbingDistributionChange_Added) MarshalJSON ¶
func (m *ProbingDistributionChange_Added) MarshalJSON() ([]byte, error)
func (*ProbingDistributionChange_Added) ProtoMessage ¶
func (*ProbingDistributionChange_Added) ProtoMessage()
func (*ProbingDistributionChange_Added) ProtoReflect ¶
func (m *ProbingDistributionChange_Added) ProtoReflect() preflect.Message
func (*ProbingDistributionChange_Added) Reset ¶
func (m *ProbingDistributionChange_Added) Reset()
func (*ProbingDistributionChange_Added) SetProbingDistribution ¶
func (m *ProbingDistributionChange_Added) SetProbingDistribution(fv *ProbingDistribution)
func (*ProbingDistributionChange_Added) SetViewIndex ¶
func (m *ProbingDistributionChange_Added) SetViewIndex(fv int32)
func (*ProbingDistributionChange_Added) String ¶
func (m *ProbingDistributionChange_Added) String() string
func (*ProbingDistributionChange_Added) Unmarshal ¶
func (m *ProbingDistributionChange_Added) Unmarshal(b []byte) error
func (*ProbingDistributionChange_Added) UnmarshalJSON ¶
func (m *ProbingDistributionChange_Added) UnmarshalJSON(data []byte) error
type ProbingDistributionChange_Added_ ¶
type ProbingDistributionChange_Added_ struct { // Added is returned when watched document is added, either created or // enters Query view Added *ProbingDistributionChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"` }
type ProbingDistributionChange_Current ¶
type ProbingDistributionChange_Current struct { ProbingDistribution *ProbingDistribution `` /* 150-byte string literal not displayed */ // contains filtered or unexported fields }
ProbingDistribution has been added or modified in a query view. Version used for stateless watching
func (*ProbingDistributionChange_Current) Descriptor ¶
func (*ProbingDistributionChange_Current) Descriptor() ([]byte, []int)
Deprecated, Use ProbingDistributionChange_Current.ProtoReflect.Descriptor instead.
func (*ProbingDistributionChange_Current) GetProbingDistribution ¶
func (m *ProbingDistributionChange_Current) GetProbingDistribution() *ProbingDistribution
func (*ProbingDistributionChange_Current) GotenMessage ¶
func (*ProbingDistributionChange_Current) GotenMessage()
func (*ProbingDistributionChange_Current) GotenValidate ¶
func (obj *ProbingDistributionChange_Current) GotenValidate() error
func (*ProbingDistributionChange_Current) Marshal ¶
func (m *ProbingDistributionChange_Current) Marshal() ([]byte, error)
func (*ProbingDistributionChange_Current) MarshalJSON ¶
func (m *ProbingDistributionChange_Current) MarshalJSON() ([]byte, error)
func (*ProbingDistributionChange_Current) ProtoMessage ¶
func (*ProbingDistributionChange_Current) ProtoMessage()
func (*ProbingDistributionChange_Current) ProtoReflect ¶
func (m *ProbingDistributionChange_Current) ProtoReflect() preflect.Message
func (*ProbingDistributionChange_Current) Reset ¶
func (m *ProbingDistributionChange_Current) Reset()
func (*ProbingDistributionChange_Current) SetProbingDistribution ¶
func (m *ProbingDistributionChange_Current) SetProbingDistribution(fv *ProbingDistribution)
func (*ProbingDistributionChange_Current) String ¶
func (m *ProbingDistributionChange_Current) String() string
func (*ProbingDistributionChange_Current) Unmarshal ¶
func (m *ProbingDistributionChange_Current) Unmarshal(b []byte) error
func (*ProbingDistributionChange_Current) UnmarshalJSON ¶
func (m *ProbingDistributionChange_Current) UnmarshalJSON(data []byte) error
type ProbingDistributionChange_Current_ ¶
type ProbingDistributionChange_Current_ struct { // Current is returned in stateless watch when document enters query view or // is modified within. Current *ProbingDistributionChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"` }
type ProbingDistributionChange_Modified ¶
type ProbingDistributionChange_Modified struct { // Name of modified ProbingDistribution Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // New version of ProbingDistribution or masked difference, depending on // mask_changes instrumentation of issued [WatchProbingDistributionRequest] // or [WatchProbingDistributionsRequest] ProbingDistribution *ProbingDistribution `` /* 150-byte string literal not displayed */ // Used when mask_changes is set, contains field paths of modified // properties. FieldMask *ProbingDistribution_FieldMask `` /* 151-byte string literal not displayed */ // Previous view index specifies previous position of modified // ProbingDistribution. When modification doesn't affect sorted order, value // will remain identical to [view_index]. PreviousViewIndex int32 `` /* 145-byte string literal not displayed */ // Integer specifying ProbingDistribution 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 }
ProbingDistribution changed some of it's fields - contains either full document or masked change
func (*ProbingDistributionChange_Modified) Descriptor ¶
func (*ProbingDistributionChange_Modified) Descriptor() ([]byte, []int)
Deprecated, Use ProbingDistributionChange_Modified.ProtoReflect.Descriptor instead.
func (*ProbingDistributionChange_Modified) GetFieldMask ¶
func (m *ProbingDistributionChange_Modified) GetFieldMask() *ProbingDistribution_FieldMask
func (*ProbingDistributionChange_Modified) GetName ¶
func (m *ProbingDistributionChange_Modified) GetName() *Name
func (*ProbingDistributionChange_Modified) GetPreviousViewIndex ¶
func (m *ProbingDistributionChange_Modified) GetPreviousViewIndex() int32
func (*ProbingDistributionChange_Modified) GetProbingDistribution ¶
func (m *ProbingDistributionChange_Modified) GetProbingDistribution() *ProbingDistribution
func (*ProbingDistributionChange_Modified) GetViewIndex ¶
func (m *ProbingDistributionChange_Modified) GetViewIndex() int32
func (*ProbingDistributionChange_Modified) GotenMessage ¶
func (*ProbingDistributionChange_Modified) GotenMessage()
func (*ProbingDistributionChange_Modified) GotenValidate ¶
func (obj *ProbingDistributionChange_Modified) GotenValidate() error
func (*ProbingDistributionChange_Modified) Marshal ¶
func (m *ProbingDistributionChange_Modified) Marshal() ([]byte, error)
func (*ProbingDistributionChange_Modified) MarshalJSON ¶
func (m *ProbingDistributionChange_Modified) MarshalJSON() ([]byte, error)
func (*ProbingDistributionChange_Modified) ProtoMessage ¶
func (*ProbingDistributionChange_Modified) ProtoMessage()
func (*ProbingDistributionChange_Modified) ProtoReflect ¶
func (m *ProbingDistributionChange_Modified) ProtoReflect() preflect.Message
func (*ProbingDistributionChange_Modified) Reset ¶
func (m *ProbingDistributionChange_Modified) Reset()
func (*ProbingDistributionChange_Modified) SetFieldMask ¶
func (m *ProbingDistributionChange_Modified) SetFieldMask(fv *ProbingDistribution_FieldMask)
func (*ProbingDistributionChange_Modified) SetName ¶
func (m *ProbingDistributionChange_Modified) SetName(fv *Name)
func (*ProbingDistributionChange_Modified) SetPreviousViewIndex ¶
func (m *ProbingDistributionChange_Modified) SetPreviousViewIndex(fv int32)
func (*ProbingDistributionChange_Modified) SetProbingDistribution ¶
func (m *ProbingDistributionChange_Modified) SetProbingDistribution(fv *ProbingDistribution)
func (*ProbingDistributionChange_Modified) SetViewIndex ¶
func (m *ProbingDistributionChange_Modified) SetViewIndex(fv int32)
func (*ProbingDistributionChange_Modified) String ¶
func (m *ProbingDistributionChange_Modified) String() string
func (*ProbingDistributionChange_Modified) Unmarshal ¶
func (m *ProbingDistributionChange_Modified) Unmarshal(b []byte) error
func (*ProbingDistributionChange_Modified) UnmarshalJSON ¶
func (m *ProbingDistributionChange_Modified) UnmarshalJSON(data []byte) error
type ProbingDistributionChange_Modified_ ¶
type ProbingDistributionChange_Modified_ struct { // Modified is returned when watched document is modified Modified *ProbingDistributionChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"` }
type ProbingDistributionChange_Removed ¶
type ProbingDistributionChange_Removed struct { Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Integer specifying removed ProbingDistribution 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 ProbingDistribution is deleted or leaves Query view
func (*ProbingDistributionChange_Removed) Descriptor ¶
func (*ProbingDistributionChange_Removed) Descriptor() ([]byte, []int)
Deprecated, Use ProbingDistributionChange_Removed.ProtoReflect.Descriptor instead.
func (*ProbingDistributionChange_Removed) GetName ¶
func (m *ProbingDistributionChange_Removed) GetName() *Name
func (*ProbingDistributionChange_Removed) GetViewIndex ¶
func (m *ProbingDistributionChange_Removed) GetViewIndex() int32
func (*ProbingDistributionChange_Removed) GotenMessage ¶
func (*ProbingDistributionChange_Removed) GotenMessage()
func (*ProbingDistributionChange_Removed) GotenValidate ¶
func (obj *ProbingDistributionChange_Removed) GotenValidate() error
func (*ProbingDistributionChange_Removed) Marshal ¶
func (m *ProbingDistributionChange_Removed) Marshal() ([]byte, error)
func (*ProbingDistributionChange_Removed) MarshalJSON ¶
func (m *ProbingDistributionChange_Removed) MarshalJSON() ([]byte, error)
func (*ProbingDistributionChange_Removed) ProtoMessage ¶
func (*ProbingDistributionChange_Removed) ProtoMessage()
func (*ProbingDistributionChange_Removed) ProtoReflect ¶
func (m *ProbingDistributionChange_Removed) ProtoReflect() preflect.Message
func (*ProbingDistributionChange_Removed) Reset ¶
func (m *ProbingDistributionChange_Removed) Reset()
func (*ProbingDistributionChange_Removed) SetName ¶
func (m *ProbingDistributionChange_Removed) SetName(fv *Name)
func (*ProbingDistributionChange_Removed) SetViewIndex ¶
func (m *ProbingDistributionChange_Removed) SetViewIndex(fv int32)
func (*ProbingDistributionChange_Removed) String ¶
func (m *ProbingDistributionChange_Removed) String() string
func (*ProbingDistributionChange_Removed) Unmarshal ¶
func (m *ProbingDistributionChange_Removed) Unmarshal(b []byte) error
func (*ProbingDistributionChange_Removed) UnmarshalJSON ¶
func (m *ProbingDistributionChange_Removed) UnmarshalJSON(data []byte) error
type ProbingDistributionChange_Removed_ ¶
type ProbingDistributionChange_Removed_ struct { // Removed is returned when ProbingDistribution is deleted or leaves Query // view Removed *ProbingDistributionChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"` }
type ProbingDistributionFieldPathBuilder ¶
type ProbingDistributionFieldPathBuilder struct{}
func NewProbingDistributionFieldPathBuilder ¶
func NewProbingDistributionFieldPathBuilder() ProbingDistributionFieldPathBuilder
func (ProbingDistributionFieldPathBuilder) DisplayName ¶
func (ProbingDistributionFieldPathBuilder) DisplayName() ProbingDistributionPathSelectorDisplayName
func (ProbingDistributionFieldPathBuilder) Metadata ¶
func (ProbingDistributionFieldPathBuilder) Metadata() ProbingDistributionPathSelectorMetadata
type ProbingDistributionList ¶
type ProbingDistributionList []*ProbingDistribution
func (ProbingDistributionList) Append ¶
func (l ProbingDistributionList) Append(item gotenresource.Resource) gotenresource.ResourceList
func (ProbingDistributionList) AppendList ¶
func (l ProbingDistributionList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
func (ProbingDistributionList) At ¶
func (l ProbingDistributionList) At(idx int) gotenresource.Resource
func (ProbingDistributionList) Length ¶
func (l ProbingDistributionList) Length() int
func (ProbingDistributionList) Set ¶
func (l ProbingDistributionList) Set(idx int, res gotenresource.Resource)
func (ProbingDistributionList) Slice ¶
func (l ProbingDistributionList) Slice(first, second int) gotenresource.ResourceList
type ProbingDistributionMap ¶
type ProbingDistributionMap map[Name]*ProbingDistribution
func (ProbingDistributionMap) Delete ¶
func (m ProbingDistributionMap) Delete(name gotenresource.Name)
func (ProbingDistributionMap) ForEach ¶
func (m ProbingDistributionMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
func (ProbingDistributionMap) Get ¶
func (m ProbingDistributionMap) Get(name gotenresource.Name) gotenresource.Resource
func (ProbingDistributionMap) Length ¶
func (m ProbingDistributionMap) Length() int
func (ProbingDistributionMap) Set ¶
func (m ProbingDistributionMap) Set(res gotenresource.Resource)
type ProbingDistributionMapPathSelectorMetadataAnnotations ¶
type ProbingDistributionMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (ProbingDistributionMapPathSelectorMetadataAnnotations) FieldPath ¶
func (s ProbingDistributionMapPathSelectorMetadataAnnotations) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s ProbingDistributionMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionMapPathSelectorMetadataAnnotations) WithValue ¶
func (s ProbingDistributionMapPathSelectorMetadataAnnotations) WithValue(value string) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionMapPathSelectorMetadataLabels ¶
type ProbingDistributionMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (ProbingDistributionMapPathSelectorMetadataLabels) FieldPath ¶
func (s ProbingDistributionMapPathSelectorMetadataLabels) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s ProbingDistributionMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionMapPathSelectorMetadataLabels) WithValue ¶
func (s ProbingDistributionMapPathSelectorMetadataLabels) WithValue(value string) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionMapPathSelectorMetadataShards ¶
type ProbingDistributionMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (ProbingDistributionMapPathSelectorMetadataShards) FieldPath ¶
func (s ProbingDistributionMapPathSelectorMetadataShards) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s ProbingDistributionMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionMapPathSelectorMetadataShards) WithValue ¶
func (s ProbingDistributionMapPathSelectorMetadataShards) WithValue(value int64) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶
type ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶
func (ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody ¶
type ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody struct {
// contains filtered or unexported fields
}
func (ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues ¶
type ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders ¶
type ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) FieldPath ¶
func (ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody ¶
type ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody struct {
// contains filtered or unexported fields
}
func (ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingDistributionMapPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues ¶
type ProbingDistributionMapPathSelectorStatusRegionalCounts ¶
type ProbingDistributionMapPathSelectorStatusRegionalCounts struct {
// contains filtered or unexported fields
}
func (ProbingDistributionMapPathSelectorStatusRegionalCounts) FieldPath ¶
func (s ProbingDistributionMapPathSelectorStatusRegionalCounts) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionMapPathSelectorStatusRegionalCounts) WithArrayOfValues ¶
func (s ProbingDistributionMapPathSelectorStatusRegionalCounts) WithArrayOfValues(values []int64) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionMapPathSelectorStatusRegionalCounts) WithValue ¶
func (s ProbingDistributionMapPathSelectorStatusRegionalCounts) WithValue(value int64) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionNameList ¶
type ProbingDistributionNameList []*Name
func (ProbingDistributionNameList) Append ¶
func (l ProbingDistributionNameList) Append(name gotenresource.Name) gotenresource.NameList
func (ProbingDistributionNameList) AppendList ¶
func (l ProbingDistributionNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
func (ProbingDistributionNameList) At ¶
func (l ProbingDistributionNameList) At(idx int) gotenresource.Name
func (ProbingDistributionNameList) Length ¶
func (l ProbingDistributionNameList) Length() int
func (ProbingDistributionNameList) Set ¶
func (l ProbingDistributionNameList) Set(idx int, name gotenresource.Name)
func (ProbingDistributionNameList) Slice ¶
func (l ProbingDistributionNameList) Slice(first, second int) gotenresource.NameList
type ProbingDistributionParentNameList ¶
type ProbingDistributionParentNameList []*ParentName
func (ProbingDistributionParentNameList) Append ¶
func (l ProbingDistributionParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
func (ProbingDistributionParentNameList) AppendList ¶
func (l ProbingDistributionParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
func (ProbingDistributionParentNameList) At ¶
func (l ProbingDistributionParentNameList) At(idx int) gotenresource.Name
func (ProbingDistributionParentNameList) Length ¶
func (l ProbingDistributionParentNameList) Length() int
func (ProbingDistributionParentNameList) Set ¶
func (l ProbingDistributionParentNameList) Set(idx int, name gotenresource.Name)
func (ProbingDistributionParentNameList) Slice ¶
func (l ProbingDistributionParentNameList) Slice(first, second int) gotenresource.ParentNameList
type ProbingDistributionParentReferenceList ¶
type ProbingDistributionParentReferenceList []*ParentReference
func (ProbingDistributionParentReferenceList) Append ¶
func (l ProbingDistributionParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
func (ProbingDistributionParentReferenceList) AppendList ¶
func (l ProbingDistributionParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
func (ProbingDistributionParentReferenceList) At ¶
func (l ProbingDistributionParentReferenceList) At(idx int) gotenresource.Reference
func (ProbingDistributionParentReferenceList) Length ¶
func (l ProbingDistributionParentReferenceList) Length() int
func (ProbingDistributionParentReferenceList) Set ¶
func (l ProbingDistributionParentReferenceList) Set(idx int, ref gotenresource.Reference)
func (ProbingDistributionParentReferenceList) Slice ¶
func (l ProbingDistributionParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
type ProbingDistributionPathSelectorDisplayName ¶
type ProbingDistributionPathSelectorDisplayName struct{}
func (ProbingDistributionPathSelectorDisplayName) FieldPath ¶
func (ProbingDistributionPathSelectorDisplayName) FieldPath() *ProbingDistribution_FieldTerminalPath
func (ProbingDistributionPathSelectorDisplayName) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorDisplayName) WithArrayOfValues(values []string) *ProbingDistribution_FieldTerminalPathArrayOfValues
func (ProbingDistributionPathSelectorDisplayName) WithValue ¶
func (s ProbingDistributionPathSelectorDisplayName) WithValue(value string) *ProbingDistribution_FieldTerminalPathValue
type ProbingDistributionPathSelectorMetadata ¶
type ProbingDistributionPathSelectorMetadata struct{}
func (ProbingDistributionPathSelectorMetadata) Annotations ¶
func (ProbingDistributionPathSelectorMetadata) CreateTime ¶
func (ProbingDistributionPathSelectorMetadata) DeleteTime ¶ added in v0.7.1
func (ProbingDistributionPathSelectorMetadata) FieldPath ¶
func (ProbingDistributionPathSelectorMetadata) FieldPath() *ProbingDistribution_FieldTerminalPath
func (ProbingDistributionPathSelectorMetadata) Generation ¶
func (ProbingDistributionPathSelectorMetadata) OwnerReferences ¶
func (ProbingDistributionPathSelectorMetadata) OwnerReferences() ProbingDistributionPathSelectorMetadataOwnerReferences
func (ProbingDistributionPathSelectorMetadata) ResourceVersion ¶
func (ProbingDistributionPathSelectorMetadata) ResourceVersion() ProbingDistributionPathSelectorMetadataResourceVersion
func (ProbingDistributionPathSelectorMetadata) UpdateTime ¶
func (ProbingDistributionPathSelectorMetadata) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ProbingDistribution_FieldTerminalPathArrayOfValues
func (ProbingDistributionPathSelectorMetadata) WithSubArrayItemValue ¶
func (s ProbingDistributionPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *ProbingDistribution_FieldSubPathArrayItemValue
func (ProbingDistributionPathSelectorMetadata) WithSubArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadata) WithSubPath ¶
func (ProbingDistributionPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorMetadata) WithSubValue ¶
func (s ProbingDistributionPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *ProbingDistribution_FieldSubPathValue
func (ProbingDistributionPathSelectorMetadata) WithValue ¶
func (s ProbingDistributionPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *ProbingDistribution_FieldTerminalPathValue
type ProbingDistributionPathSelectorMetadataAnnotations ¶
type ProbingDistributionPathSelectorMetadataAnnotations struct{}
func (ProbingDistributionPathSelectorMetadataAnnotations) FieldPath ¶
func (ProbingDistributionPathSelectorMetadataAnnotations) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataAnnotations) WithValue ¶
func (s ProbingDistributionPathSelectorMetadataAnnotations) WithValue(value map[string]string) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataCreateTime ¶
type ProbingDistributionPathSelectorMetadataCreateTime struct{}
func (ProbingDistributionPathSelectorMetadataCreateTime) FieldPath ¶
func (ProbingDistributionPathSelectorMetadataCreateTime) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataCreateTime) WithValue ¶
func (s ProbingDistributionPathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataDeleteTime ¶ added in v0.7.1
type ProbingDistributionPathSelectorMetadataDeleteTime struct{}
func (ProbingDistributionPathSelectorMetadataDeleteTime) FieldPath ¶ added in v0.7.1
func (ProbingDistributionPathSelectorMetadataDeleteTime) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorMetadataDeleteTime) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingDistributionPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataDeleteTime) WithValue ¶ added in v0.7.1
func (s ProbingDistributionPathSelectorMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataGeneration ¶
type ProbingDistributionPathSelectorMetadataGeneration struct{}
func (ProbingDistributionPathSelectorMetadataGeneration) FieldPath ¶
func (ProbingDistributionPathSelectorMetadataGeneration) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataGeneration) WithValue ¶
func (s ProbingDistributionPathSelectorMetadataGeneration) WithValue(value int64) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataLabels ¶
type ProbingDistributionPathSelectorMetadataLabels struct{}
func (ProbingDistributionPathSelectorMetadataLabels) FieldPath ¶
func (ProbingDistributionPathSelectorMetadataLabels) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataLabels) WithValue ¶
func (s ProbingDistributionPathSelectorMetadataLabels) WithValue(value map[string]string) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataLifecycle ¶ added in v0.7.1
type ProbingDistributionPathSelectorMetadataLifecycle struct{}
func (ProbingDistributionPathSelectorMetadataLifecycle) BlockDeletion ¶ added in v0.7.1
func (ProbingDistributionPathSelectorMetadataLifecycle) FieldPath ¶ added in v0.7.1
func (ProbingDistributionPathSelectorMetadataLifecycle) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorMetadataLifecycle) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingDistributionPathSelectorMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataLifecycle) WithValue ¶ added in v0.7.1
func (s ProbingDistributionPathSelectorMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataLifecycleBlockDeletion ¶ added in v0.7.1
type ProbingDistributionPathSelectorMetadataLifecycleBlockDeletion struct{}
func (ProbingDistributionPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingDistributionPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataLifecycleBlockDeletion) WithValue ¶ added in v0.7.1
func (s ProbingDistributionPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataLifecycleState ¶ added in v0.7.1
type ProbingDistributionPathSelectorMetadataLifecycleState struct{}
func (ProbingDistributionPathSelectorMetadataLifecycleState) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingDistributionPathSelectorMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataLifecycleState) WithValue ¶ added in v0.7.1
func (s ProbingDistributionPathSelectorMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataOwnerReferences ¶
type ProbingDistributionPathSelectorMetadataOwnerReferences struct{}
func (ProbingDistributionPathSelectorMetadataOwnerReferences) BlockOwnerDeletion ¶
func (ProbingDistributionPathSelectorMetadataOwnerReferences) Controller ¶
func (ProbingDistributionPathSelectorMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.7.1
func (ProbingDistributionPathSelectorMetadataOwnerReferences) RequiresOwnerReference() ProbingDistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference
func (ProbingDistributionPathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s ProbingDistributionPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ProbingDistribution_FieldSubPathArrayItemValue
func (ProbingDistributionPathSelectorMetadataOwnerReferences) WithValue ¶
func (s ProbingDistributionPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion ¶
type ProbingDistributionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (ProbingDistributionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue ¶
func (s ProbingDistributionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataOwnerReferencesController ¶
type ProbingDistributionPathSelectorMetadataOwnerReferencesController struct{}
func (ProbingDistributionPathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataOwnerReferencesController) WithValue ¶
func (s ProbingDistributionPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataOwnerReferencesKind ¶
type ProbingDistributionPathSelectorMetadataOwnerReferencesKind struct{}
func (ProbingDistributionPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s ProbingDistributionPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataOwnerReferencesName ¶
type ProbingDistributionPathSelectorMetadataOwnerReferencesName struct{}
func (ProbingDistributionPathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s ProbingDistributionPathSelectorMetadataOwnerReferencesName) WithValue(value string) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataOwnerReferencesRegion ¶ added in v0.7.1
type ProbingDistributionPathSelectorMetadataOwnerReferencesRegion struct{}
func (ProbingDistributionPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingDistributionPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataOwnerReferencesRegion) WithValue ¶ added in v0.7.1
func (s ProbingDistributionPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.7.1
type ProbingDistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference struct{}
func (ProbingDistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.7.1
func (ProbingDistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingDistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorMetadataOwnerReferencesVersion ¶ added in v0.7.1
type ProbingDistributionPathSelectorMetadataOwnerReferencesVersion struct{}
func (ProbingDistributionPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingDistributionPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataOwnerReferencesVersion) WithValue ¶ added in v0.7.1
func (s ProbingDistributionPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataResourceVersion ¶
type ProbingDistributionPathSelectorMetadataResourceVersion struct{}
func (ProbingDistributionPathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataResourceVersion) WithValue ¶
func (s ProbingDistributionPathSelectorMetadataResourceVersion) WithValue(value string) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataShards ¶
type ProbingDistributionPathSelectorMetadataShards struct{}
func (ProbingDistributionPathSelectorMetadataShards) FieldPath ¶
func (ProbingDistributionPathSelectorMetadataShards) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorMetadataShards) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataShards) WithValue ¶
func (s ProbingDistributionPathSelectorMetadataShards) WithValue(value map[string]int64) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataSyncing ¶
type ProbingDistributionPathSelectorMetadataSyncing struct{}
func (ProbingDistributionPathSelectorMetadataSyncing) FieldPath ¶
func (ProbingDistributionPathSelectorMetadataSyncing) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorMetadataSyncing) OwningRegion ¶
func (ProbingDistributionPathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataSyncing) WithValue ¶
func (s ProbingDistributionPathSelectorMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataSyncingOwningRegion ¶
type ProbingDistributionPathSelectorMetadataSyncingOwningRegion struct{}
func (ProbingDistributionPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s ProbingDistributionPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataSyncingRegions ¶
type ProbingDistributionPathSelectorMetadataSyncingRegions struct{}
func (ProbingDistributionPathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s ProbingDistributionPathSelectorMetadataSyncingRegions) WithItemValue(value string) *ProbingDistribution_FieldSubPathArrayItemValue
func (ProbingDistributionPathSelectorMetadataSyncingRegions) WithValue ¶
func (s ProbingDistributionPathSelectorMetadataSyncingRegions) WithValue(value []string) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataTags ¶
type ProbingDistributionPathSelectorMetadataTags struct{}
func (ProbingDistributionPathSelectorMetadataTags) FieldPath ¶
func (ProbingDistributionPathSelectorMetadataTags) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorMetadataTags) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataTags) WithItemValue ¶
func (s ProbingDistributionPathSelectorMetadataTags) WithItemValue(value string) *ProbingDistribution_FieldSubPathArrayItemValue
func (ProbingDistributionPathSelectorMetadataTags) WithValue ¶
func (s ProbingDistributionPathSelectorMetadataTags) WithValue(value []string) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataUpdateTime ¶
type ProbingDistributionPathSelectorMetadataUpdateTime struct{}
func (ProbingDistributionPathSelectorMetadataUpdateTime) FieldPath ¶
func (ProbingDistributionPathSelectorMetadataUpdateTime) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataUpdateTime) WithValue ¶
func (s ProbingDistributionPathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorMetadataUuid ¶
type ProbingDistributionPathSelectorMetadataUuid struct{}
func (ProbingDistributionPathSelectorMetadataUuid) FieldPath ¶
func (ProbingDistributionPathSelectorMetadataUuid) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorMetadataUuid) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorMetadataUuid) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorMetadataUuid) WithValue ¶
func (s ProbingDistributionPathSelectorMetadataUuid) WithValue(value string) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorName ¶
type ProbingDistributionPathSelectorName struct{}
func (ProbingDistributionPathSelectorName) FieldPath ¶
func (ProbingDistributionPathSelectorName) FieldPath() *ProbingDistribution_FieldTerminalPath
func (ProbingDistributionPathSelectorName) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorName) WithArrayOfValues(values []*Name) *ProbingDistribution_FieldTerminalPathArrayOfValues
func (ProbingDistributionPathSelectorName) WithValue ¶
func (s ProbingDistributionPathSelectorName) WithValue(value *Name) *ProbingDistribution_FieldTerminalPathValue
type ProbingDistributionPathSelectorSpec ¶
type ProbingDistributionPathSelectorSpec struct{}
func (ProbingDistributionPathSelectorSpec) Constraint ¶
func (ProbingDistributionPathSelectorSpec) Constraint() ProbingDistributionPathSelectorSpecConstraint
func (ProbingDistributionPathSelectorSpec) FieldPath ¶
func (ProbingDistributionPathSelectorSpec) FieldPath() *ProbingDistribution_FieldTerminalPath
func (ProbingDistributionPathSelectorSpec) ProbeSelector ¶
func (ProbingDistributionPathSelectorSpec) ProbeSelector() ProbingDistributionPathSelectorSpecProbeSelector
func (ProbingDistributionPathSelectorSpec) ProbingSettings ¶
func (ProbingDistributionPathSelectorSpec) ProbingSettings() ProbingDistributionPathSelectorSpecProbingSettings
func (ProbingDistributionPathSelectorSpec) TargetSelector ¶
func (ProbingDistributionPathSelectorSpec) TargetSelector() ProbingDistributionPathSelectorSpecTargetSelector
func (ProbingDistributionPathSelectorSpec) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpec) WithArrayOfValues(values []*ProbingDistribution_Spec) *ProbingDistribution_FieldTerminalPathArrayOfValues
func (ProbingDistributionPathSelectorSpec) WithSubArrayItemValue ¶
func (s ProbingDistributionPathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue ProbingDistributionSpec_FieldPathArrayItemValue) *ProbingDistribution_FieldSubPathArrayItemValue
func (ProbingDistributionPathSelectorSpec) WithSubArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues ProbingDistributionSpec_FieldPathArrayOfValues) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorSpec) WithSubPath ¶
func (ProbingDistributionPathSelectorSpec) WithSubPath(subPath ProbingDistributionSpec_FieldPath) *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorSpec) WithSubValue ¶
func (s ProbingDistributionPathSelectorSpec) WithSubValue(subPathValue ProbingDistributionSpec_FieldPathValue) *ProbingDistribution_FieldSubPathValue
func (ProbingDistributionPathSelectorSpec) WithValue ¶
func (s ProbingDistributionPathSelectorSpec) WithValue(value *ProbingDistribution_Spec) *ProbingDistribution_FieldTerminalPathValue
type ProbingDistributionPathSelectorSpecConstraint ¶
type ProbingDistributionPathSelectorSpecConstraint struct{}
func (ProbingDistributionPathSelectorSpecConstraint) FieldPath ¶
func (ProbingDistributionPathSelectorSpecConstraint) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorSpecConstraint) MaxSessionsPerAgentLocation ¶
func (ProbingDistributionPathSelectorSpecConstraint) MaxSessionsPerAgentLocation() ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocation
func (ProbingDistributionPathSelectorSpecConstraint) MaxSessionsPerAgentPublicIpAddress ¶
func (ProbingDistributionPathSelectorSpecConstraint) MaxSessionsPerAgentPublicIpAddress() ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentPublicIpAddress
func (ProbingDistributionPathSelectorSpecConstraint) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecConstraint) WithArrayOfValues(values []*common.ProbingConstraint) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorSpecConstraint) WithValue ¶
func (s ProbingDistributionPathSelectorSpecConstraint) WithValue(value *common.ProbingConstraint) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocation ¶
type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocation struct{}
func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocation) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocation) WithArrayOfValues(values []*common.ProbingConstraint_AdminHierachy) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin1 ¶
type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin1 struct{}
func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin1) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin1) WithArrayOfValues(values []int32) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin2 ¶
type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin2 struct{}
func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin2) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin2) WithArrayOfValues(values []int32) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin3 ¶
type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin3 struct{}
func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin3) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin3) WithArrayOfValues(values []int32) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin4 ¶
type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin4 struct{}
func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin4) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationAdmin4) WithArrayOfValues(values []int32) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationCountry ¶
type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationCountry struct{}
func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationCountry) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentLocationCountry) WithArrayOfValues(values []int32) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentPublicIpAddress ¶
type ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentPublicIpAddress struct{}
func (ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentPublicIpAddress) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecConstraintMaxSessionsPerAgentPublicIpAddress) WithArrayOfValues(values []int32) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecEnabled ¶
type ProbingDistributionPathSelectorSpecEnabled struct{}
func (ProbingDistributionPathSelectorSpecEnabled) FieldPath ¶
func (ProbingDistributionPathSelectorSpecEnabled) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorSpecEnabled) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecEnabled) WithArrayOfValues(values []bool) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorSpecEnabled) WithValue ¶
func (s ProbingDistributionPathSelectorSpecEnabled) WithValue(value bool) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorSpecProbeSelector ¶
type ProbingDistributionPathSelectorSpecProbeSelector struct{}
func (ProbingDistributionPathSelectorSpecProbeSelector) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbeSelector) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorSpecProbeSelector) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbeSelector) WithArrayOfValues(values []*probe.Filter) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorSpecProbeSelector) WithValue ¶
func (s ProbingDistributionPathSelectorSpecProbeSelector) WithValue(value *probe.Filter) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorSpecProbingSettings ¶
type ProbingDistributionPathSelectorSpecProbingSettings struct{}
func (ProbingDistributionPathSelectorSpecProbingSettings) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettings) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorSpecProbingSettings) HttpProbingConfig ¶
func (ProbingDistributionPathSelectorSpecProbingSettings) PathProbing ¶
func (ProbingDistributionPathSelectorSpecProbingSettings) ProxyConfiguration ¶
func (ProbingDistributionPathSelectorSpecProbingSettings) SpeedtestSettings ¶
func (ProbingDistributionPathSelectorSpecProbingSettings) WindowSize ¶
func (ProbingDistributionPathSelectorSpecProbingSettings) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettings) WithArrayOfValues(values []*common.ProbingSettings) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorSpecProbingSettings) WithValue ¶
func (s ProbingDistributionPathSelectorSpecProbingSettings) WithValue(value *common.ProbingSettings) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfig ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfig struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfig) AuthConfig ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfig) HttpRequest ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfig) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig) RequestHeaderTokenKey ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig) TokenRequest ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig) TokenResponseBodyKey ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig) TokenResponseHeader ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigPassword ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigPassword struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigPassword) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigPassword) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigRequestHeaderTokenKey ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) RequestBody ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) RequestHeaders ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) RequestMethod ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) Timeout ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) Url ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) UrlFormEncodedBody ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestBody ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestMethod ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestTimeout ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestTimeout struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrl ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrl struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithKey ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyKey ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseHeader ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseHeader struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigUsername ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigUsername struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigUsername) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigUsername) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) AuthenticationMethod ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) ExpectedResponseCode ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) RequestBody ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) RequestHeaders ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) RequestMethod ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) UrlFormEncodedBody ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestAuthenticationMethod ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestAuthenticationMethod struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestExpectedResponseCode ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestExpectedResponseCode struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestBody ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestBody struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestBody) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithKey ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestMethod ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestMethod struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestMethod) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestTimeout ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestTimeout struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestTimeout) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrl ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrl struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrl) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrl) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody ¶
type ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithKey ¶
type ProbingDistributionPathSelectorSpecProbingSettingsInterval ¶
type ProbingDistributionPathSelectorSpecProbingSettingsInterval struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsInterval) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsInterval) WithArrayOfValues(values []*duration.Duration) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorSpecProbingSettingsInterval) WithValue ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsInterval) WithValue(value *duration.Duration) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorSpecProbingSettingsPathProbing ¶
type ProbingDistributionPathSelectorSpecProbingSettingsPathProbing struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbing) IntervalSec ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbing) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbing) WithArrayOfValues(values []*common.PathProbe) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbing) WithValue ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbing) WithValue(value *common.PathProbe) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorSpecProbingSettingsPathProbingAttempts ¶
type ProbingDistributionPathSelectorSpecProbingSettingsPathProbingAttempts struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbingAttempts) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingAttempts) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsPathProbingEnabled ¶
type ProbingDistributionPathSelectorSpecProbingSettingsPathProbingEnabled struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbingEnabled) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingEnabled) WithArrayOfValues(values []bool) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbingEnabled) WithValue ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingEnabled) WithValue(value bool) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorSpecProbingSettingsPathProbingInterval ¶
type ProbingDistributionPathSelectorSpecProbingSettingsPathProbingInterval struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbingInterval) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingInterval) WithArrayOfValues(values []*duration.Duration) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbingInterval) WithValue ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingInterval) WithValue(value *duration.Duration) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorSpecProbingSettingsPathProbingIntervalSec ¶
type ProbingDistributionPathSelectorSpecProbingSettingsPathProbingIntervalSec struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbingIntervalSec) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingIntervalSec) WithArrayOfValues(values []int64) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbingIntervalSec) WithValue ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingIntervalSec) WithValue(value int64) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMaxTtl ¶
type ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMaxTtl struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMaxTtl) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMaxTtl) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMaxTtl) WithValue ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMaxTtl) WithValue(value *wrappers.UInt32Value) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMode ¶
type ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMode struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMode) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMode) WithArrayOfValues(values []common.ProbingMode) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMode) WithValue ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsPathProbingMode) WithValue(value common.ProbingMode) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorSpecProbingSettingsProxyConfiguration ¶
type ProbingDistributionPathSelectorSpecProbingSettingsProxyConfiguration struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsProxyConfiguration) HttpsProxy ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsProxyConfiguration) ProxySetting ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsProxyConfiguration) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsProxyConfiguration) WithArrayOfValues(values []*common.ProxyConfiguration) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationHttpProxy ¶
type ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationHttpProxy struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationHttpProxy) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationHttpProxy) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationHttpsProxy ¶
type ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationHttpsProxy struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationHttpsProxy) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationHttpsProxy) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationNoProxy ¶
type ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationNoProxy struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationNoProxy) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationNoProxy) WithArrayOfValues(values []string) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationProxySetting ¶
type ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationProxySetting struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationProxySetting) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsProxyConfigurationProxySetting) WithArrayOfValues(values []common.ProxySetting) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettings ¶
type ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettings struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettings) ServerSelection ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettings) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettings) WithArrayOfValues(values []*common.SpeedTestSettings) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsDuration ¶
type ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsDuration struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsDuration) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsDuration) WithArrayOfValues(values []*duration.Duration) *ProbingDistribution_FieldSubPathArrayOfValues
type ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsServerSelection ¶
type ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsServerSelection struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsServerSelection) FieldPath ¶
func (ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsServerSelection) WithArrayOfValues ¶
type ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsTcpPort ¶
type ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsTcpPort struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsTcpPort) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsTcpPort) WithArrayOfValues(values []int32) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsTcpPort) WithValue ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsSpeedtestSettingsTcpPort) WithValue(value int32) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorSpecProbingSettingsTos ¶
type ProbingDistributionPathSelectorSpecProbingSettingsTos struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsTos) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsTos) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorSpecProbingSettingsTos) WithValue ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsTos) WithValue(value *wrappers.UInt32Value) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorSpecProbingSettingsWindowSize ¶
type ProbingDistributionPathSelectorSpecProbingSettingsWindowSize struct{}
func (ProbingDistributionPathSelectorSpecProbingSettingsWindowSize) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsWindowSize) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorSpecProbingSettingsWindowSize) WithValue ¶
func (s ProbingDistributionPathSelectorSpecProbingSettingsWindowSize) WithValue(value *wrappers.UInt32Value) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorSpecTargetSelector ¶
type ProbingDistributionPathSelectorSpecTargetSelector struct{}
func (ProbingDistributionPathSelectorSpecTargetSelector) FieldPath ¶
func (ProbingDistributionPathSelectorSpecTargetSelector) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorSpecTargetSelector) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorSpecTargetSelector) WithArrayOfValues(values []*probing_target.Filter) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorSpecTargetSelector) WithValue ¶
func (s ProbingDistributionPathSelectorSpecTargetSelector) WithValue(value *probing_target.Filter) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorStatus ¶
type ProbingDistributionPathSelectorStatus struct{}
func (ProbingDistributionPathSelectorStatus) FieldPath ¶
func (ProbingDistributionPathSelectorStatus) FieldPath() *ProbingDistribution_FieldTerminalPath
func (ProbingDistributionPathSelectorStatus) RegionalCounts ¶
func (ProbingDistributionPathSelectorStatus) RegionalCounts() ProbingDistributionPathSelectorStatusRegionalCounts
func (ProbingDistributionPathSelectorStatus) SelectedTargetCount ¶
func (ProbingDistributionPathSelectorStatus) SelectedTargetCount() ProbingDistributionPathSelectorStatusSelectedTargetCount
func (ProbingDistributionPathSelectorStatus) TotalNumber ¶
func (ProbingDistributionPathSelectorStatus) TotalNumber() ProbingDistributionPathSelectorStatusTotalNumber
func (ProbingDistributionPathSelectorStatus) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorStatus) WithArrayOfValues(values []*ProbingDistribution_Status) *ProbingDistribution_FieldTerminalPathArrayOfValues
func (ProbingDistributionPathSelectorStatus) WithSubArrayItemValue ¶
func (s ProbingDistributionPathSelectorStatus) WithSubArrayItemValue(subPathArrayItemValue ProbingDistributionStatus_FieldPathArrayItemValue) *ProbingDistribution_FieldSubPathArrayItemValue
func (ProbingDistributionPathSelectorStatus) WithSubArrayOfValues ¶
func (s ProbingDistributionPathSelectorStatus) WithSubArrayOfValues(subPathArrayOfValues ProbingDistributionStatus_FieldPathArrayOfValues) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorStatus) WithSubPath ¶
func (ProbingDistributionPathSelectorStatus) WithSubPath(subPath ProbingDistributionStatus_FieldPath) *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorStatus) WithSubValue ¶
func (s ProbingDistributionPathSelectorStatus) WithSubValue(subPathValue ProbingDistributionStatus_FieldPathValue) *ProbingDistribution_FieldSubPathValue
func (ProbingDistributionPathSelectorStatus) WithValue ¶
func (s ProbingDistributionPathSelectorStatus) WithValue(value *ProbingDistribution_Status) *ProbingDistribution_FieldTerminalPathValue
type ProbingDistributionPathSelectorStatusRegionalCounts ¶
type ProbingDistributionPathSelectorStatusRegionalCounts struct{}
func (ProbingDistributionPathSelectorStatusRegionalCounts) FieldPath ¶
func (ProbingDistributionPathSelectorStatusRegionalCounts) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorStatusRegionalCounts) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorStatusRegionalCounts) WithArrayOfValues(values []map[string]int64) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorStatusRegionalCounts) WithValue ¶
func (s ProbingDistributionPathSelectorStatusRegionalCounts) WithValue(value map[string]int64) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorStatusSelectedTargetCount ¶
type ProbingDistributionPathSelectorStatusSelectedTargetCount struct{}
func (ProbingDistributionPathSelectorStatusSelectedTargetCount) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorStatusSelectedTargetCount) WithArrayOfValues(values []int64) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorStatusSelectedTargetCount) WithValue ¶
func (s ProbingDistributionPathSelectorStatusSelectedTargetCount) WithValue(value int64) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionPathSelectorStatusTotalNumber ¶
type ProbingDistributionPathSelectorStatusTotalNumber struct{}
func (ProbingDistributionPathSelectorStatusTotalNumber) FieldPath ¶
func (ProbingDistributionPathSelectorStatusTotalNumber) FieldPath() *ProbingDistribution_FieldSubPath
func (ProbingDistributionPathSelectorStatusTotalNumber) WithArrayOfValues ¶
func (s ProbingDistributionPathSelectorStatusTotalNumber) WithArrayOfValues(values []int64) *ProbingDistribution_FieldSubPathArrayOfValues
func (ProbingDistributionPathSelectorStatusTotalNumber) WithValue ¶
func (s ProbingDistributionPathSelectorStatusTotalNumber) WithValue(value int64) *ProbingDistribution_FieldSubPathValue
type ProbingDistributionReferenceList ¶
type ProbingDistributionReferenceList []*Reference
func (ProbingDistributionReferenceList) Append ¶
func (l ProbingDistributionReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
func (ProbingDistributionReferenceList) AppendList ¶
func (l ProbingDistributionReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
func (ProbingDistributionReferenceList) At ¶
func (l ProbingDistributionReferenceList) At(idx int) gotenresource.Reference
func (ProbingDistributionReferenceList) Length ¶
func (l ProbingDistributionReferenceList) Length() int
func (ProbingDistributionReferenceList) Set ¶
func (l ProbingDistributionReferenceList) Set(idx int, ref gotenresource.Reference)
func (ProbingDistributionReferenceList) Slice ¶
func (l ProbingDistributionReferenceList) Slice(first, second int) gotenresource.ReferenceList
type ProbingDistributionSpecFieldPathBuilder ¶
type ProbingDistributionSpecFieldPathBuilder struct{}
func NewProbingDistributionSpecFieldPathBuilder ¶
func NewProbingDistributionSpecFieldPathBuilder() ProbingDistributionSpecFieldPathBuilder
func (ProbingDistributionSpecFieldPathBuilder) Constraint ¶
func (ProbingDistributionSpecFieldPathBuilder) ProbeSelector ¶
func (ProbingDistributionSpecFieldPathBuilder) ProbeSelector() ProbingDistribution_SpecPathSelectorProbeSelector
func (ProbingDistributionSpecFieldPathBuilder) ProbingSettings ¶
func (ProbingDistributionSpecFieldPathBuilder) ProbingSettings() ProbingDistribution_SpecPathSelectorProbingSettings
func (ProbingDistributionSpecFieldPathBuilder) TargetSelector ¶
func (ProbingDistributionSpecFieldPathBuilder) TargetSelector() ProbingDistribution_SpecPathSelectorTargetSelector
type ProbingDistributionSpec_FieldPath ¶
type ProbingDistributionSpec_FieldPath interface { gotenobject.FieldPath Selector() ProbingDistributionSpec_FieldPathSelector Get(source *ProbingDistribution_Spec) []interface{} GetSingle(source *ProbingDistribution_Spec) (interface{}, bool) ClearValue(item *ProbingDistribution_Spec) // Those methods build corresponding ProbingDistributionSpec_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbingDistributionSpec_FieldPathValue WithIArrayOfValues(values interface{}) ProbingDistributionSpec_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbingDistributionSpec_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbingDistributionSpec_FieldPath ¶
func BuildProbingDistributionSpec_FieldPath(fp gotenobject.RawFieldPath) (ProbingDistributionSpec_FieldPath, error)
func MustParseProbingDistributionSpec_FieldPath ¶
func MustParseProbingDistributionSpec_FieldPath(rawField string) ProbingDistributionSpec_FieldPath
func ParseProbingDistributionSpec_FieldPath ¶
func ParseProbingDistributionSpec_FieldPath(rawField string) (ProbingDistributionSpec_FieldPath, error)
type ProbingDistributionSpec_FieldPathArrayItemValue ¶
type ProbingDistributionSpec_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbingDistributionSpec_FieldPath ContainsValue(*ProbingDistribution_Spec) bool }
ProbingDistributionSpec_FieldPathArrayItemValue allows storing single item in Path-specific values for Spec according to their type Present only for array (repeated) types.
func MustParseProbingDistributionSpec_FieldPathArrayItemValue ¶
func MustParseProbingDistributionSpec_FieldPathArrayItemValue(pathStr, valueStr string) ProbingDistributionSpec_FieldPathArrayItemValue
func ParseProbingDistributionSpec_FieldPathArrayItemValue ¶
func ParseProbingDistributionSpec_FieldPathArrayItemValue(pathStr, valueStr string) (ProbingDistributionSpec_FieldPathArrayItemValue, error)
ParseProbingDistributionSpec_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbingDistributionSpec_FieldPathArrayOfValues ¶
type ProbingDistributionSpec_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbingDistributionSpec_FieldPath }
ProbingDistributionSpec_FieldPathArrayOfValues allows storing slice of values for Spec fields according to their type
func MustParseProbingDistributionSpec_FieldPathArrayOfValues ¶
func MustParseProbingDistributionSpec_FieldPathArrayOfValues(pathStr, valuesStr string) ProbingDistributionSpec_FieldPathArrayOfValues
func ParseProbingDistributionSpec_FieldPathArrayOfValues ¶
func ParseProbingDistributionSpec_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbingDistributionSpec_FieldPathArrayOfValues, error)
type ProbingDistributionSpec_FieldPathSelector ¶
type ProbingDistributionSpec_FieldPathSelector int32
const ( ProbingDistributionSpec_FieldPathSelectorEnabled ProbingDistributionSpec_FieldPathSelector = 0 ProbingDistributionSpec_FieldPathSelectorProbeSelector ProbingDistributionSpec_FieldPathSelector = 1 ProbingDistributionSpec_FieldPathSelectorTargetSelector ProbingDistributionSpec_FieldPathSelector = 2 ProbingDistributionSpec_FieldPathSelectorConstraint ProbingDistributionSpec_FieldPathSelector = 3 ProbingDistributionSpec_FieldPathSelectorProbingSettings ProbingDistributionSpec_FieldPathSelector = 4 )
func (ProbingDistributionSpec_FieldPathSelector) String ¶
func (s ProbingDistributionSpec_FieldPathSelector) String() string
type ProbingDistributionSpec_FieldPathValue ¶
type ProbingDistributionSpec_FieldPathValue interface { ProbingDistributionSpec_FieldPath gotenobject.FieldPathValue SetTo(target **ProbingDistribution_Spec) CompareWith(*ProbingDistribution_Spec) (cmp int, comparable bool) }
ProbingDistributionSpec_FieldPathValue allows storing values for Spec fields according to their type
func MustParseProbingDistributionSpec_FieldPathValue ¶
func MustParseProbingDistributionSpec_FieldPathValue(pathStr, valueStr string) ProbingDistributionSpec_FieldPathValue
func ParseProbingDistributionSpec_FieldPathValue ¶
func ParseProbingDistributionSpec_FieldPathValue(pathStr, valueStr string) (ProbingDistributionSpec_FieldPathValue, error)
type ProbingDistributionSpec_FieldSubPath ¶
type ProbingDistributionSpec_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ProbingDistributionSpec_FieldSubPath) AsConstraintSubPath ¶
func (fps *ProbingDistributionSpec_FieldSubPath) AsConstraintSubPath() (common.ProbingConstraint_FieldPath, bool)
func (*ProbingDistributionSpec_FieldSubPath) AsProbingSettingsSubPath ¶
func (fps *ProbingDistributionSpec_FieldSubPath) AsProbingSettingsSubPath() (common.ProbingSettings_FieldPath, bool)
func (*ProbingDistributionSpec_FieldSubPath) ClearValue ¶
func (fps *ProbingDistributionSpec_FieldSubPath) ClearValue(item *ProbingDistribution_Spec)
func (*ProbingDistributionSpec_FieldSubPath) ClearValueRaw ¶
func (fps *ProbingDistributionSpec_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ProbingDistributionSpec_FieldSubPath) Get ¶
func (fps *ProbingDistributionSpec_FieldSubPath) Get(source *ProbingDistribution_Spec) (values []interface{})
Get returns all values pointed by selected field from source ProbingDistribution_Spec
func (*ProbingDistributionSpec_FieldSubPath) GetDefault ¶
func (fps *ProbingDistributionSpec_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingDistributionSpec_FieldSubPath) GetRaw ¶
func (fps *ProbingDistributionSpec_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ProbingDistributionSpec_FieldSubPath) GetSingle ¶
func (fps *ProbingDistributionSpec_FieldSubPath) GetSingle(source *ProbingDistribution_Spec) (interface{}, bool)
GetSingle returns value of selected field from source ProbingDistribution_Spec
func (*ProbingDistributionSpec_FieldSubPath) GetSingleRaw ¶
func (fps *ProbingDistributionSpec_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingDistributionSpec_FieldSubPath) IsLeaf ¶
func (fps *ProbingDistributionSpec_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingDistributionSpec_FieldSubPath) JSONString ¶
func (fps *ProbingDistributionSpec_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingDistributionSpec_FieldSubPath) Selector ¶
func (fps *ProbingDistributionSpec_FieldSubPath) Selector() ProbingDistributionSpec_FieldPathSelector
func (*ProbingDistributionSpec_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fps *ProbingDistributionSpec_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbingDistributionSpec_FieldSubPath) String ¶
func (fps *ProbingDistributionSpec_FieldSubPath) String() string
String returns path representation in proto convention
func (*ProbingDistributionSpec_FieldSubPath) WithIArrayItemValue ¶
func (fps *ProbingDistributionSpec_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingDistributionSpec_FieldPathArrayItemValue
func (*ProbingDistributionSpec_FieldSubPath) WithIArrayOfValues ¶
func (fps *ProbingDistributionSpec_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingDistributionSpec_FieldPathArrayOfValues
func (*ProbingDistributionSpec_FieldSubPath) WithIValue ¶
func (fps *ProbingDistributionSpec_FieldSubPath) WithIValue(value interface{}) ProbingDistributionSpec_FieldPathValue
func (*ProbingDistributionSpec_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ProbingDistributionSpec_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingDistributionSpec_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ProbingDistributionSpec_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingDistributionSpec_FieldSubPath) WithRawIValue ¶
func (fps *ProbingDistributionSpec_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingDistributionSpec_FieldSubPathArrayItemValue ¶
type ProbingDistributionSpec_FieldSubPathArrayItemValue struct { ProbingDistributionSpec_FieldPath // contains filtered or unexported fields }
func (*ProbingDistributionSpec_FieldSubPathArrayItemValue) AsConstraintPathItemValue ¶
func (fpaivs *ProbingDistributionSpec_FieldSubPathArrayItemValue) AsConstraintPathItemValue() (common.ProbingConstraint_FieldPathArrayItemValue, bool)
func (*ProbingDistributionSpec_FieldSubPathArrayItemValue) AsProbingSettingsPathItemValue ¶
func (fpaivs *ProbingDistributionSpec_FieldSubPathArrayItemValue) AsProbingSettingsPathItemValue() (common.ProbingSettings_FieldPathArrayItemValue, bool)
func (*ProbingDistributionSpec_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ProbingDistributionSpec_FieldSubPathArrayItemValue) ContainsValue(source *ProbingDistribution_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*ProbingDistributionSpec_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ProbingDistributionSpec_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ProbingDistributionSpec_FieldSubPathArrayOfValues ¶
type ProbingDistributionSpec_FieldSubPathArrayOfValues struct { ProbingDistributionSpec_FieldPath // contains filtered or unexported fields }
func (*ProbingDistributionSpec_FieldSubPathArrayOfValues) AsConstraintPathArrayOfValues ¶
func (fpsaov *ProbingDistributionSpec_FieldSubPathArrayOfValues) AsConstraintPathArrayOfValues() (common.ProbingConstraint_FieldPathArrayOfValues, bool)
func (*ProbingDistributionSpec_FieldSubPathArrayOfValues) AsProbingSettingsPathArrayOfValues ¶
func (fpsaov *ProbingDistributionSpec_FieldSubPathArrayOfValues) AsProbingSettingsPathArrayOfValues() (common.ProbingSettings_FieldPathArrayOfValues, bool)
func (*ProbingDistributionSpec_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ProbingDistributionSpec_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ProbingDistributionSpec_FieldSubPathValue ¶
type ProbingDistributionSpec_FieldSubPathValue struct { ProbingDistributionSpec_FieldPath // contains filtered or unexported fields }
func (*ProbingDistributionSpec_FieldSubPathValue) AsConstraintPathValue ¶
func (fpvs *ProbingDistributionSpec_FieldSubPathValue) AsConstraintPathValue() (common.ProbingConstraint_FieldPathValue, bool)
func (*ProbingDistributionSpec_FieldSubPathValue) AsProbingSettingsPathValue ¶
func (fpvs *ProbingDistributionSpec_FieldSubPathValue) AsProbingSettingsPathValue() (common.ProbingSettings_FieldPathValue, bool)
func (*ProbingDistributionSpec_FieldSubPathValue) CompareWith ¶
func (fpvs *ProbingDistributionSpec_FieldSubPathValue) CompareWith(source *ProbingDistribution_Spec) (int, bool)
func (*ProbingDistributionSpec_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ProbingDistributionSpec_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingDistributionSpec_FieldSubPathValue) GetRawValue ¶
func (fpvs *ProbingDistributionSpec_FieldSubPathValue) GetRawValue() interface{}
func (*ProbingDistributionSpec_FieldSubPathValue) SetTo ¶
func (fpvs *ProbingDistributionSpec_FieldSubPathValue) SetTo(target **ProbingDistribution_Spec)
func (*ProbingDistributionSpec_FieldSubPathValue) SetToRaw ¶
func (fpvs *ProbingDistributionSpec_FieldSubPathValue) SetToRaw(target proto.Message)
type ProbingDistributionSpec_FieldTerminalPath ¶
type ProbingDistributionSpec_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbingDistributionSpec_FieldTerminalPath) ClearValue ¶
func (fp *ProbingDistributionSpec_FieldTerminalPath) ClearValue(item *ProbingDistribution_Spec)
func (*ProbingDistributionSpec_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbingDistributionSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbingDistributionSpec_FieldTerminalPath) Get ¶
func (fp *ProbingDistributionSpec_FieldTerminalPath) Get(source *ProbingDistribution_Spec) (values []interface{})
Get returns all values pointed by specific field from source ProbingDistribution_Spec
func (*ProbingDistributionSpec_FieldTerminalPath) GetDefault ¶
func (fp *ProbingDistributionSpec_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingDistributionSpec_FieldTerminalPath) GetRaw ¶
func (fp *ProbingDistributionSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbingDistributionSpec_FieldTerminalPath) GetSingle ¶
func (fp *ProbingDistributionSpec_FieldTerminalPath) GetSingle(source *ProbingDistribution_Spec) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ProbingDistribution_Spec
func (*ProbingDistributionSpec_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbingDistributionSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingDistributionSpec_FieldTerminalPath) IsLeaf ¶
func (fp *ProbingDistributionSpec_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingDistributionSpec_FieldTerminalPath) JSONString ¶
func (fp *ProbingDistributionSpec_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingDistributionSpec_FieldTerminalPath) Selector ¶
func (fp *ProbingDistributionSpec_FieldTerminalPath) Selector() ProbingDistributionSpec_FieldPathSelector
func (*ProbingDistributionSpec_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbingDistributionSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbingDistributionSpec_FieldTerminalPath) String ¶
func (fp *ProbingDistributionSpec_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbingDistributionSpec_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbingDistributionSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingDistributionSpec_FieldPathArrayItemValue
func (*ProbingDistributionSpec_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbingDistributionSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingDistributionSpec_FieldPathArrayOfValues
func (*ProbingDistributionSpec_FieldTerminalPath) WithIValue ¶
func (fp *ProbingDistributionSpec_FieldTerminalPath) WithIValue(value interface{}) ProbingDistributionSpec_FieldPathValue
func (*ProbingDistributionSpec_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbingDistributionSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingDistributionSpec_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbingDistributionSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingDistributionSpec_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbingDistributionSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingDistributionSpec_FieldTerminalPathArrayItemValue ¶
type ProbingDistributionSpec_FieldTerminalPathArrayItemValue struct { ProbingDistributionSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingDistributionSpec_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbingDistributionSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingDistribution_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*ProbingDistributionSpec_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbingDistributionSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ProbingDistribution_Spec as interface{}
func (*ProbingDistributionSpec_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbingDistributionSpec_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingDistribution_Spec) (interface{}, bool)
func (*ProbingDistributionSpec_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbingDistributionSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbingDistributionSpec_FieldTerminalPathArrayOfValues ¶
type ProbingDistributionSpec_FieldTerminalPathArrayOfValues struct { ProbingDistributionSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingDistributionSpec_FieldTerminalPathArrayOfValues) AsConstraintArrayOfValues ¶
func (fpaov *ProbingDistributionSpec_FieldTerminalPathArrayOfValues) AsConstraintArrayOfValues() ([]*common.ProbingConstraint, bool)
func (*ProbingDistributionSpec_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues ¶
func (fpaov *ProbingDistributionSpec_FieldTerminalPathArrayOfValues) AsEnabledArrayOfValues() ([]bool, bool)
func (*ProbingDistributionSpec_FieldTerminalPathArrayOfValues) AsProbeSelectorArrayOfValues ¶
func (fpaov *ProbingDistributionSpec_FieldTerminalPathArrayOfValues) AsProbeSelectorArrayOfValues() ([]*probe.Filter, bool)
func (*ProbingDistributionSpec_FieldTerminalPathArrayOfValues) AsProbingSettingsArrayOfValues ¶
func (fpaov *ProbingDistributionSpec_FieldTerminalPathArrayOfValues) AsProbingSettingsArrayOfValues() ([]*common.ProbingSettings, bool)
func (*ProbingDistributionSpec_FieldTerminalPathArrayOfValues) AsTargetSelectorArrayOfValues ¶
func (fpaov *ProbingDistributionSpec_FieldTerminalPathArrayOfValues) AsTargetSelectorArrayOfValues() ([]*probing_target.Filter, bool)
func (*ProbingDistributionSpec_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbingDistributionSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbingDistributionSpec_FieldTerminalPathValue ¶
type ProbingDistributionSpec_FieldTerminalPathValue struct { ProbingDistributionSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingDistributionSpec_FieldTerminalPathValue) AsConstraintValue ¶
func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) AsConstraintValue() (*common.ProbingConstraint, bool)
func (*ProbingDistributionSpec_FieldTerminalPathValue) AsEnabledValue ¶
func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) AsEnabledValue() (bool, bool)
func (*ProbingDistributionSpec_FieldTerminalPathValue) AsProbeSelectorValue ¶
func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) AsProbeSelectorValue() (*probe.Filter, bool)
func (*ProbingDistributionSpec_FieldTerminalPathValue) AsProbingSettingsValue ¶
func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) AsProbingSettingsValue() (*common.ProbingSettings, bool)
func (*ProbingDistributionSpec_FieldTerminalPathValue) AsTargetSelectorValue ¶
func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) AsTargetSelectorValue() (*probing_target.Filter, bool)
func (*ProbingDistributionSpec_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) CompareWith(source *ProbingDistribution_Spec) (int, bool)
CompareWith compares value in the 'ProbingDistributionSpec_FieldTerminalPathValue' with the value under path in 'ProbingDistribution_Spec'.
func (*ProbingDistributionSpec_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingDistributionSpec_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Spec' as interface{}
func (*ProbingDistributionSpec_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) SetTo(target **ProbingDistribution_Spec)
SetTo stores value for selected field for object Spec
func (*ProbingDistributionSpec_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbingDistributionSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbingDistributionStatusFieldPathBuilder ¶
type ProbingDistributionStatusFieldPathBuilder struct{}
func NewProbingDistributionStatusFieldPathBuilder ¶
func NewProbingDistributionStatusFieldPathBuilder() ProbingDistributionStatusFieldPathBuilder
func (ProbingDistributionStatusFieldPathBuilder) RegionalCounts ¶
func (ProbingDistributionStatusFieldPathBuilder) RegionalCounts() ProbingDistribution_StatusPathSelectorRegionalCounts
func (ProbingDistributionStatusFieldPathBuilder) SelectedTargetCount ¶
func (ProbingDistributionStatusFieldPathBuilder) SelectedTargetCount() ProbingDistribution_StatusPathSelectorSelectedTargetCount
func (ProbingDistributionStatusFieldPathBuilder) TotalNumber ¶
type ProbingDistributionStatus_FieldPath ¶
type ProbingDistributionStatus_FieldPath interface { gotenobject.FieldPath Selector() ProbingDistributionStatus_FieldPathSelector Get(source *ProbingDistribution_Status) []interface{} GetSingle(source *ProbingDistribution_Status) (interface{}, bool) ClearValue(item *ProbingDistribution_Status) // Those methods build corresponding ProbingDistributionStatus_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbingDistributionStatus_FieldPathValue WithIArrayOfValues(values interface{}) ProbingDistributionStatus_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbingDistributionStatus_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbingDistributionStatus_FieldPath ¶
func BuildProbingDistributionStatus_FieldPath(fp gotenobject.RawFieldPath) (ProbingDistributionStatus_FieldPath, error)
func MustParseProbingDistributionStatus_FieldPath ¶
func MustParseProbingDistributionStatus_FieldPath(rawField string) ProbingDistributionStatus_FieldPath
func ParseProbingDistributionStatus_FieldPath ¶
func ParseProbingDistributionStatus_FieldPath(rawField string) (ProbingDistributionStatus_FieldPath, error)
type ProbingDistributionStatus_FieldPathArrayItemValue ¶
type ProbingDistributionStatus_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbingDistributionStatus_FieldPath ContainsValue(*ProbingDistribution_Status) bool }
ProbingDistributionStatus_FieldPathArrayItemValue allows storing single item in Path-specific values for Status according to their type Present only for array (repeated) types.
func MustParseProbingDistributionStatus_FieldPathArrayItemValue ¶
func MustParseProbingDistributionStatus_FieldPathArrayItemValue(pathStr, valueStr string) ProbingDistributionStatus_FieldPathArrayItemValue
func ParseProbingDistributionStatus_FieldPathArrayItemValue ¶
func ParseProbingDistributionStatus_FieldPathArrayItemValue(pathStr, valueStr string) (ProbingDistributionStatus_FieldPathArrayItemValue, error)
ParseProbingDistributionStatus_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbingDistributionStatus_FieldPathArrayOfValues ¶
type ProbingDistributionStatus_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbingDistributionStatus_FieldPath }
ProbingDistributionStatus_FieldPathArrayOfValues allows storing slice of values for Status fields according to their type
func MustParseProbingDistributionStatus_FieldPathArrayOfValues ¶
func MustParseProbingDistributionStatus_FieldPathArrayOfValues(pathStr, valuesStr string) ProbingDistributionStatus_FieldPathArrayOfValues
func ParseProbingDistributionStatus_FieldPathArrayOfValues ¶
func ParseProbingDistributionStatus_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbingDistributionStatus_FieldPathArrayOfValues, error)
type ProbingDistributionStatus_FieldPathMap ¶
type ProbingDistributionStatus_FieldPathMap struct {
// contains filtered or unexported fields
}
FieldPath for map type with additional Key information
func (*ProbingDistributionStatus_FieldPathMap) ClearValue ¶
func (fpm *ProbingDistributionStatus_FieldPathMap) ClearValue(item *ProbingDistribution_Status)
func (*ProbingDistributionStatus_FieldPathMap) ClearValueRaw ¶
func (fpm *ProbingDistributionStatus_FieldPathMap) ClearValueRaw(item proto.Message)
func (*ProbingDistributionStatus_FieldPathMap) Get ¶
func (fpm *ProbingDistributionStatus_FieldPathMap) Get(source *ProbingDistribution_Status) (values []interface{})
Get returns all values pointed by selected field map key from source ProbingDistribution_Status
func (*ProbingDistributionStatus_FieldPathMap) GetDefault ¶
func (fpm *ProbingDistributionStatus_FieldPathMap) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingDistributionStatus_FieldPathMap) GetRaw ¶
func (fpm *ProbingDistributionStatus_FieldPathMap) GetRaw(source proto.Message) []interface{}
func (*ProbingDistributionStatus_FieldPathMap) GetSingle ¶
func (fpm *ProbingDistributionStatus_FieldPathMap) GetSingle(source *ProbingDistribution_Status) (interface{}, bool)
GetSingle returns value by selected field map key from source ProbingDistribution_Status
func (*ProbingDistributionStatus_FieldPathMap) GetSingleRaw ¶
func (fpm *ProbingDistributionStatus_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingDistributionStatus_FieldPathMap) IsLeaf ¶
func (fpm *ProbingDistributionStatus_FieldPathMap) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingDistributionStatus_FieldPathMap) JSONString ¶
func (fpm *ProbingDistributionStatus_FieldPathMap) JSONString() string
JSONString returns path representation is JSON convention. Note that map keys are not transformed
func (*ProbingDistributionStatus_FieldPathMap) Key ¶
func (fpm *ProbingDistributionStatus_FieldPathMap) Key() string
func (*ProbingDistributionStatus_FieldPathMap) Selector ¶
func (fpm *ProbingDistributionStatus_FieldPathMap) Selector() ProbingDistributionStatus_FieldPathSelector
func (*ProbingDistributionStatus_FieldPathMap) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fpm *ProbingDistributionStatus_FieldPathMap) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbingDistributionStatus_FieldPathMap) String ¶
func (fpm *ProbingDistributionStatus_FieldPathMap) String() string
String returns path representation in proto convention
func (*ProbingDistributionStatus_FieldPathMap) WithIArrayItemValue ¶
func (fpm *ProbingDistributionStatus_FieldPathMap) WithIArrayItemValue(value interface{}) ProbingDistributionStatus_FieldPathArrayItemValue
func (*ProbingDistributionStatus_FieldPathMap) WithIArrayOfValues ¶
func (fpm *ProbingDistributionStatus_FieldPathMap) WithIArrayOfValues(values interface{}) ProbingDistributionStatus_FieldPathArrayOfValues
func (*ProbingDistributionStatus_FieldPathMap) WithIValue ¶
func (fpm *ProbingDistributionStatus_FieldPathMap) WithIValue(value interface{}) ProbingDistributionStatus_FieldPathValue
func (*ProbingDistributionStatus_FieldPathMap) WithRawIArrayItemValue ¶
func (fpm *ProbingDistributionStatus_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingDistributionStatus_FieldPathMap) WithRawIArrayOfValues ¶
func (fpm *ProbingDistributionStatus_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingDistributionStatus_FieldPathMap) WithRawIValue ¶
func (fpm *ProbingDistributionStatus_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingDistributionStatus_FieldPathMapArrayOfValues ¶
type ProbingDistributionStatus_FieldPathMapArrayOfValues struct { ProbingDistributionStatus_FieldPathMap // contains filtered or unexported fields }
func (*ProbingDistributionStatus_FieldPathMapArrayOfValues) AsRegionalCountsArrayOfElementValues ¶
func (fpmaov *ProbingDistributionStatus_FieldPathMapArrayOfValues) AsRegionalCountsArrayOfElementValues() ([]int64, bool)
func (*ProbingDistributionStatus_FieldPathMapArrayOfValues) GetRawValues ¶
func (fpmaov *ProbingDistributionStatus_FieldPathMapArrayOfValues) GetRawValues() (values []interface{})
type ProbingDistributionStatus_FieldPathMapValue ¶
type ProbingDistributionStatus_FieldPathMapValue struct { ProbingDistributionStatus_FieldPathMap // contains filtered or unexported fields }
func (*ProbingDistributionStatus_FieldPathMapValue) AsRegionalCountsElementValue ¶
func (fpmv *ProbingDistributionStatus_FieldPathMapValue) AsRegionalCountsElementValue() (int64, bool)
func (*ProbingDistributionStatus_FieldPathMapValue) CompareWith ¶
func (fpmv *ProbingDistributionStatus_FieldPathMapValue) CompareWith(source *ProbingDistribution_Status) (int, bool)
CompareWith compares value in the 'ProbingDistributionStatus_FieldPathMapValue' with the value under path in 'ProbingDistribution_Status'.
func (*ProbingDistributionStatus_FieldPathMapValue) CompareWithRaw ¶
func (fpmv *ProbingDistributionStatus_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingDistributionStatus_FieldPathMapValue) GetRawValue ¶
func (fpmv *ProbingDistributionStatus_FieldPathMapValue) GetRawValue() interface{}
GetValue returns value stored under selected field in Status as interface{}
func (*ProbingDistributionStatus_FieldPathMapValue) SetTo ¶
func (fpmv *ProbingDistributionStatus_FieldPathMapValue) SetTo(target **ProbingDistribution_Status)
SetTo stores value for selected field in Status
func (*ProbingDistributionStatus_FieldPathMapValue) SetToRaw ¶
func (fpmv *ProbingDistributionStatus_FieldPathMapValue) SetToRaw(target proto.Message)
type ProbingDistributionStatus_FieldPathSelector ¶
type ProbingDistributionStatus_FieldPathSelector int32
const ( ProbingDistributionStatus_FieldPathSelectorTotalNumber ProbingDistributionStatus_FieldPathSelector = 0 ProbingDistributionStatus_FieldPathSelectorRegionalCounts ProbingDistributionStatus_FieldPathSelector = 1 ProbingDistributionStatus_FieldPathSelectorSelectedTargetCount ProbingDistributionStatus_FieldPathSelector = 2 )
func (ProbingDistributionStatus_FieldPathSelector) String ¶
func (s ProbingDistributionStatus_FieldPathSelector) String() string
type ProbingDistributionStatus_FieldPathValue ¶
type ProbingDistributionStatus_FieldPathValue interface { ProbingDistributionStatus_FieldPath gotenobject.FieldPathValue SetTo(target **ProbingDistribution_Status) CompareWith(*ProbingDistribution_Status) (cmp int, comparable bool) }
ProbingDistributionStatus_FieldPathValue allows storing values for Status fields according to their type
func MustParseProbingDistributionStatus_FieldPathValue ¶
func MustParseProbingDistributionStatus_FieldPathValue(pathStr, valueStr string) ProbingDistributionStatus_FieldPathValue
func ParseProbingDistributionStatus_FieldPathValue ¶
func ParseProbingDistributionStatus_FieldPathValue(pathStr, valueStr string) (ProbingDistributionStatus_FieldPathValue, error)
type ProbingDistributionStatus_FieldTerminalPath ¶
type ProbingDistributionStatus_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbingDistributionStatus_FieldTerminalPath) ClearValue ¶
func (fp *ProbingDistributionStatus_FieldTerminalPath) ClearValue(item *ProbingDistribution_Status)
func (*ProbingDistributionStatus_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbingDistributionStatus_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbingDistributionStatus_FieldTerminalPath) Get ¶
func (fp *ProbingDistributionStatus_FieldTerminalPath) Get(source *ProbingDistribution_Status) (values []interface{})
Get returns all values pointed by specific field from source ProbingDistribution_Status
func (*ProbingDistributionStatus_FieldTerminalPath) GetDefault ¶
func (fp *ProbingDistributionStatus_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingDistributionStatus_FieldTerminalPath) GetRaw ¶
func (fp *ProbingDistributionStatus_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbingDistributionStatus_FieldTerminalPath) GetSingle ¶
func (fp *ProbingDistributionStatus_FieldTerminalPath) GetSingle(source *ProbingDistribution_Status) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ProbingDistribution_Status
func (*ProbingDistributionStatus_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbingDistributionStatus_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingDistributionStatus_FieldTerminalPath) IsLeaf ¶
func (fp *ProbingDistributionStatus_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingDistributionStatus_FieldTerminalPath) JSONString ¶
func (fp *ProbingDistributionStatus_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingDistributionStatus_FieldTerminalPath) Selector ¶
func (fp *ProbingDistributionStatus_FieldTerminalPath) Selector() ProbingDistributionStatus_FieldPathSelector
func (*ProbingDistributionStatus_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbingDistributionStatus_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbingDistributionStatus_FieldTerminalPath) String ¶
func (fp *ProbingDistributionStatus_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbingDistributionStatus_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbingDistributionStatus_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingDistributionStatus_FieldPathArrayItemValue
func (*ProbingDistributionStatus_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbingDistributionStatus_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingDistributionStatus_FieldPathArrayOfValues
func (*ProbingDistributionStatus_FieldTerminalPath) WithIValue ¶
func (fp *ProbingDistributionStatus_FieldTerminalPath) WithIValue(value interface{}) ProbingDistributionStatus_FieldPathValue
func (*ProbingDistributionStatus_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbingDistributionStatus_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingDistributionStatus_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbingDistributionStatus_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingDistributionStatus_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbingDistributionStatus_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingDistributionStatus_FieldTerminalPathArrayItemValue ¶
type ProbingDistributionStatus_FieldTerminalPathArrayItemValue struct { ProbingDistributionStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingDistributionStatus_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbingDistributionStatus_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingDistribution_Status) bool
Contains returns a boolean indicating if value that is being held is present in given 'Status'
func (*ProbingDistributionStatus_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbingDistributionStatus_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ProbingDistribution_Status as interface{}
func (*ProbingDistributionStatus_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbingDistributionStatus_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingDistribution_Status) (interface{}, bool)
func (*ProbingDistributionStatus_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbingDistributionStatus_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbingDistributionStatus_FieldTerminalPathArrayOfValues ¶
type ProbingDistributionStatus_FieldTerminalPathArrayOfValues struct { ProbingDistributionStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingDistributionStatus_FieldTerminalPathArrayOfValues) AsRegionalCountsArrayOfValues ¶
func (fpaov *ProbingDistributionStatus_FieldTerminalPathArrayOfValues) AsRegionalCountsArrayOfValues() ([]map[string]int64, bool)
func (*ProbingDistributionStatus_FieldTerminalPathArrayOfValues) AsSelectedTargetCountArrayOfValues ¶
func (fpaov *ProbingDistributionStatus_FieldTerminalPathArrayOfValues) AsSelectedTargetCountArrayOfValues() ([]int64, bool)
func (*ProbingDistributionStatus_FieldTerminalPathArrayOfValues) AsTotalNumberArrayOfValues ¶
func (fpaov *ProbingDistributionStatus_FieldTerminalPathArrayOfValues) AsTotalNumberArrayOfValues() ([]int64, bool)
func (*ProbingDistributionStatus_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbingDistributionStatus_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbingDistributionStatus_FieldTerminalPathValue ¶
type ProbingDistributionStatus_FieldTerminalPathValue struct { ProbingDistributionStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingDistributionStatus_FieldTerminalPathValue) AsRegionalCountsValue ¶
func (fpv *ProbingDistributionStatus_FieldTerminalPathValue) AsRegionalCountsValue() (map[string]int64, bool)
func (*ProbingDistributionStatus_FieldTerminalPathValue) AsSelectedTargetCountValue ¶
func (fpv *ProbingDistributionStatus_FieldTerminalPathValue) AsSelectedTargetCountValue() (int64, bool)
func (*ProbingDistributionStatus_FieldTerminalPathValue) AsTotalNumberValue ¶
func (fpv *ProbingDistributionStatus_FieldTerminalPathValue) AsTotalNumberValue() (int64, bool)
func (*ProbingDistributionStatus_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbingDistributionStatus_FieldTerminalPathValue) CompareWith(source *ProbingDistribution_Status) (int, bool)
CompareWith compares value in the 'ProbingDistributionStatus_FieldTerminalPathValue' with the value under path in 'ProbingDistribution_Status'.
func (*ProbingDistributionStatus_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbingDistributionStatus_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingDistributionStatus_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbingDistributionStatus_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Status' as interface{}
func (*ProbingDistributionStatus_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbingDistributionStatus_FieldTerminalPathValue) SetTo(target **ProbingDistribution_Status)
SetTo stores value for selected field for object Status
func (*ProbingDistributionStatus_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbingDistributionStatus_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbingDistribution_FieldMask ¶
type ProbingDistribution_FieldMask struct {
Paths []ProbingDistribution_FieldPath
}
func FullProbingDistribution_FieldMask ¶
func FullProbingDistribution_FieldMask() *ProbingDistribution_FieldMask
func ResourceViewFieldMask ¶
func ResourceViewFieldMask(viewName view.View, extraMask *ProbingDistribution_FieldMask) *ProbingDistribution_FieldMask
func (*ProbingDistribution_FieldMask) AppendPath ¶
func (fieldMask *ProbingDistribution_FieldMask) AppendPath(path ProbingDistribution_FieldPath)
func (*ProbingDistribution_FieldMask) AppendRawPath ¶
func (fieldMask *ProbingDistribution_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ProbingDistribution_FieldMask) DecodeFirestore ¶
func (fieldMask *ProbingDistribution_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ProbingDistribution_FieldMask) EncodeFirestore ¶
func (fieldMask *ProbingDistribution_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ProbingDistribution_FieldMask) FilterInputFields ¶
func (fieldMask *ProbingDistribution_FieldMask) FilterInputFields() *ProbingDistribution_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ProbingDistribution_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ProbingDistribution_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ProbingDistribution_FieldMask) GetPaths ¶
func (fieldMask *ProbingDistribution_FieldMask) GetPaths() []ProbingDistribution_FieldPath
func (*ProbingDistribution_FieldMask) GetRawPaths ¶
func (fieldMask *ProbingDistribution_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ProbingDistribution_FieldMask) IsFull ¶
func (fieldMask *ProbingDistribution_FieldMask) IsFull() bool
func (ProbingDistribution_FieldMask) Marshal ¶
func (fieldMask ProbingDistribution_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ProbingDistribution_FieldMask) MarshalJSON ¶
func (fieldMask ProbingDistribution_FieldMask) MarshalJSON() ([]byte, error)
func (*ProbingDistribution_FieldMask) PathsCount ¶
func (fieldMask *ProbingDistribution_FieldMask) PathsCount() int
func (*ProbingDistribution_FieldMask) Project ¶
func (fieldMask *ProbingDistribution_FieldMask) Project(source *ProbingDistribution) *ProbingDistribution
func (*ProbingDistribution_FieldMask) ProjectRaw ¶
func (fieldMask *ProbingDistribution_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ProbingDistribution_FieldMask) ProtoMessage ¶
func (fieldMask *ProbingDistribution_FieldMask) ProtoMessage()
func (*ProbingDistribution_FieldMask) ProtoReflect ¶
func (fieldMask *ProbingDistribution_FieldMask) ProtoReflect() preflect.Message
func (*ProbingDistribution_FieldMask) Reset ¶
func (fieldMask *ProbingDistribution_FieldMask) Reset()
func (*ProbingDistribution_FieldMask) Set ¶
func (fieldMask *ProbingDistribution_FieldMask) Set(target, source *ProbingDistribution)
func (*ProbingDistribution_FieldMask) SetFromCliFlag ¶
func (fieldMask *ProbingDistribution_FieldMask) SetFromCliFlag(raw string) error
func (*ProbingDistribution_FieldMask) SetRaw ¶
func (fieldMask *ProbingDistribution_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ProbingDistribution_FieldMask) Size ¶
func (fieldMask *ProbingDistribution_FieldMask) Size() int
func (*ProbingDistribution_FieldMask) String ¶
func (fieldMask *ProbingDistribution_FieldMask) String() string
func (*ProbingDistribution_FieldMask) Subtract ¶
func (fieldMask *ProbingDistribution_FieldMask) Subtract(other *ProbingDistribution_FieldMask) *ProbingDistribution_FieldMask
func (*ProbingDistribution_FieldMask) SubtractRaw ¶
func (fieldMask *ProbingDistribution_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ProbingDistribution_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ProbingDistribution_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ProbingDistribution_FieldMask) Unmarshal ¶
func (fieldMask *ProbingDistribution_FieldMask) Unmarshal(data []byte) error
func (*ProbingDistribution_FieldMask) UnmarshalJSON ¶
func (fieldMask *ProbingDistribution_FieldMask) UnmarshalJSON(data []byte) error
type ProbingDistribution_FieldPath ¶
type ProbingDistribution_FieldPath interface { gotenobject.FieldPath Selector() ProbingDistribution_FieldPathSelector Get(source *ProbingDistribution) []interface{} GetSingle(source *ProbingDistribution) (interface{}, bool) ClearValue(item *ProbingDistribution) // Those methods build corresponding ProbingDistribution_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbingDistribution_FieldPathValue WithIArrayOfValues(values interface{}) ProbingDistribution_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbingDistribution_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbingDistribution_FieldPath ¶
func BuildProbingDistribution_FieldPath(fp gotenobject.RawFieldPath) (ProbingDistribution_FieldPath, error)
func MustParseProbingDistribution_FieldPath ¶
func MustParseProbingDistribution_FieldPath(rawField string) ProbingDistribution_FieldPath
func ParseProbingDistribution_FieldPath ¶
func ParseProbingDistribution_FieldPath(rawField string) (ProbingDistribution_FieldPath, error)
type ProbingDistribution_FieldPathArrayItemValue ¶
type ProbingDistribution_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbingDistribution_FieldPath ContainsValue(*ProbingDistribution) bool }
ProbingDistribution_FieldPathArrayItemValue allows storing single item in Path-specific values for ProbingDistribution according to their type Present only for array (repeated) types.
func MustParseProbingDistribution_FieldPathArrayItemValue ¶
func MustParseProbingDistribution_FieldPathArrayItemValue(pathStr, valueStr string) ProbingDistribution_FieldPathArrayItemValue
func ParseProbingDistribution_FieldPathArrayItemValue ¶
func ParseProbingDistribution_FieldPathArrayItemValue(pathStr, valueStr string) (ProbingDistribution_FieldPathArrayItemValue, error)
ParseProbingDistribution_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbingDistribution_FieldPathArrayOfValues ¶
type ProbingDistribution_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbingDistribution_FieldPath }
ProbingDistribution_FieldPathArrayOfValues allows storing slice of values for ProbingDistribution fields according to their type
func MustParseProbingDistribution_FieldPathArrayOfValues ¶
func MustParseProbingDistribution_FieldPathArrayOfValues(pathStr, valuesStr string) ProbingDistribution_FieldPathArrayOfValues
func ParseProbingDistribution_FieldPathArrayOfValues ¶
func ParseProbingDistribution_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbingDistribution_FieldPathArrayOfValues, error)
type ProbingDistribution_FieldPathSelector ¶
type ProbingDistribution_FieldPathSelector int32
const ( ProbingDistribution_FieldPathSelectorName ProbingDistribution_FieldPathSelector = 0 ProbingDistribution_FieldPathSelectorDisplayName ProbingDistribution_FieldPathSelector = 1 ProbingDistribution_FieldPathSelectorMetadata ProbingDistribution_FieldPathSelector = 2 ProbingDistribution_FieldPathSelectorSpec ProbingDistribution_FieldPathSelector = 3 ProbingDistribution_FieldPathSelectorStatus ProbingDistribution_FieldPathSelector = 4 )
func (ProbingDistribution_FieldPathSelector) String ¶
func (s ProbingDistribution_FieldPathSelector) String() string
type ProbingDistribution_FieldPathValue ¶
type ProbingDistribution_FieldPathValue interface { ProbingDistribution_FieldPath gotenobject.FieldPathValue SetTo(target **ProbingDistribution) CompareWith(*ProbingDistribution) (cmp int, comparable bool) }
ProbingDistribution_FieldPathValue allows storing values for ProbingDistribution fields according to their type
func MustParseProbingDistribution_FieldPathValue ¶
func MustParseProbingDistribution_FieldPathValue(pathStr, valueStr string) ProbingDistribution_FieldPathValue
func ParseProbingDistribution_FieldPathValue ¶
func ParseProbingDistribution_FieldPathValue(pathStr, valueStr string) (ProbingDistribution_FieldPathValue, error)
type ProbingDistribution_FieldSubPath ¶
type ProbingDistribution_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ProbingDistribution_FieldSubPath) AsMetadataSubPath ¶
func (fps *ProbingDistribution_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
func (*ProbingDistribution_FieldSubPath) AsSpecSubPath ¶
func (fps *ProbingDistribution_FieldSubPath) AsSpecSubPath() (ProbingDistributionSpec_FieldPath, bool)
func (*ProbingDistribution_FieldSubPath) AsStatusSubPath ¶
func (fps *ProbingDistribution_FieldSubPath) AsStatusSubPath() (ProbingDistributionStatus_FieldPath, bool)
func (*ProbingDistribution_FieldSubPath) ClearValue ¶
func (fps *ProbingDistribution_FieldSubPath) ClearValue(item *ProbingDistribution)
func (*ProbingDistribution_FieldSubPath) ClearValueRaw ¶
func (fps *ProbingDistribution_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ProbingDistribution_FieldSubPath) Get ¶
func (fps *ProbingDistribution_FieldSubPath) Get(source *ProbingDistribution) (values []interface{})
Get returns all values pointed by selected field from source ProbingDistribution
func (*ProbingDistribution_FieldSubPath) GetDefault ¶
func (fps *ProbingDistribution_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingDistribution_FieldSubPath) GetRaw ¶
func (fps *ProbingDistribution_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ProbingDistribution_FieldSubPath) GetSingle ¶
func (fps *ProbingDistribution_FieldSubPath) GetSingle(source *ProbingDistribution) (interface{}, bool)
GetSingle returns value of selected field from source ProbingDistribution
func (*ProbingDistribution_FieldSubPath) GetSingleRaw ¶
func (fps *ProbingDistribution_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingDistribution_FieldSubPath) IsLeaf ¶
func (fps *ProbingDistribution_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingDistribution_FieldSubPath) JSONString ¶
func (fps *ProbingDistribution_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingDistribution_FieldSubPath) Selector ¶
func (fps *ProbingDistribution_FieldSubPath) Selector() ProbingDistribution_FieldPathSelector
func (*ProbingDistribution_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fps *ProbingDistribution_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbingDistribution_FieldSubPath) String ¶
func (fps *ProbingDistribution_FieldSubPath) String() string
String returns path representation in proto convention
func (*ProbingDistribution_FieldSubPath) WithIArrayItemValue ¶
func (fps *ProbingDistribution_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingDistribution_FieldPathArrayItemValue
func (*ProbingDistribution_FieldSubPath) WithIArrayOfValues ¶
func (fps *ProbingDistribution_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingDistribution_FieldPathArrayOfValues
func (*ProbingDistribution_FieldSubPath) WithIValue ¶
func (fps *ProbingDistribution_FieldSubPath) WithIValue(value interface{}) ProbingDistribution_FieldPathValue
func (*ProbingDistribution_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ProbingDistribution_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingDistribution_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ProbingDistribution_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingDistribution_FieldSubPath) WithRawIValue ¶
func (fps *ProbingDistribution_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingDistribution_FieldSubPathArrayItemValue ¶
type ProbingDistribution_FieldSubPathArrayItemValue struct { ProbingDistribution_FieldPath // contains filtered or unexported fields }
func (*ProbingDistribution_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *ProbingDistribution_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
func (*ProbingDistribution_FieldSubPathArrayItemValue) AsSpecPathItemValue ¶
func (fpaivs *ProbingDistribution_FieldSubPathArrayItemValue) AsSpecPathItemValue() (ProbingDistributionSpec_FieldPathArrayItemValue, bool)
func (*ProbingDistribution_FieldSubPathArrayItemValue) AsStatusPathItemValue ¶
func (fpaivs *ProbingDistribution_FieldSubPathArrayItemValue) AsStatusPathItemValue() (ProbingDistributionStatus_FieldPathArrayItemValue, bool)
func (*ProbingDistribution_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ProbingDistribution_FieldSubPathArrayItemValue) ContainsValue(source *ProbingDistribution) bool
Contains returns a boolean indicating if value that is being held is present in given 'ProbingDistribution'
func (*ProbingDistribution_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ProbingDistribution_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ProbingDistribution_FieldSubPathArrayOfValues ¶
type ProbingDistribution_FieldSubPathArrayOfValues struct { ProbingDistribution_FieldPath // contains filtered or unexported fields }
func (*ProbingDistribution_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *ProbingDistribution_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
func (*ProbingDistribution_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues ¶
func (fpsaov *ProbingDistribution_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (ProbingDistributionSpec_FieldPathArrayOfValues, bool)
func (*ProbingDistribution_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues ¶
func (fpsaov *ProbingDistribution_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues() (ProbingDistributionStatus_FieldPathArrayOfValues, bool)
func (*ProbingDistribution_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ProbingDistribution_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ProbingDistribution_FieldSubPathValue ¶
type ProbingDistribution_FieldSubPathValue struct { ProbingDistribution_FieldPath // contains filtered or unexported fields }
func (*ProbingDistribution_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *ProbingDistribution_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
func (*ProbingDistribution_FieldSubPathValue) AsSpecPathValue ¶
func (fpvs *ProbingDistribution_FieldSubPathValue) AsSpecPathValue() (ProbingDistributionSpec_FieldPathValue, bool)
func (*ProbingDistribution_FieldSubPathValue) AsStatusPathValue ¶
func (fpvs *ProbingDistribution_FieldSubPathValue) AsStatusPathValue() (ProbingDistributionStatus_FieldPathValue, bool)
func (*ProbingDistribution_FieldSubPathValue) CompareWith ¶
func (fpvs *ProbingDistribution_FieldSubPathValue) CompareWith(source *ProbingDistribution) (int, bool)
func (*ProbingDistribution_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ProbingDistribution_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingDistribution_FieldSubPathValue) GetRawValue ¶
func (fpvs *ProbingDistribution_FieldSubPathValue) GetRawValue() interface{}
func (*ProbingDistribution_FieldSubPathValue) SetTo ¶
func (fpvs *ProbingDistribution_FieldSubPathValue) SetTo(target **ProbingDistribution)
func (*ProbingDistribution_FieldSubPathValue) SetToRaw ¶
func (fpvs *ProbingDistribution_FieldSubPathValue) SetToRaw(target proto.Message)
type ProbingDistribution_FieldTerminalPath ¶
type ProbingDistribution_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbingDistribution_FieldTerminalPath) ClearValue ¶
func (fp *ProbingDistribution_FieldTerminalPath) ClearValue(item *ProbingDistribution)
func (*ProbingDistribution_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbingDistribution_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbingDistribution_FieldTerminalPath) Get ¶
func (fp *ProbingDistribution_FieldTerminalPath) Get(source *ProbingDistribution) (values []interface{})
Get returns all values pointed by specific field from source ProbingDistribution
func (*ProbingDistribution_FieldTerminalPath) GetDefault ¶
func (fp *ProbingDistribution_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingDistribution_FieldTerminalPath) GetRaw ¶
func (fp *ProbingDistribution_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbingDistribution_FieldTerminalPath) GetSingle ¶
func (fp *ProbingDistribution_FieldTerminalPath) GetSingle(source *ProbingDistribution) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ProbingDistribution
func (*ProbingDistribution_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbingDistribution_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingDistribution_FieldTerminalPath) IsLeaf ¶
func (fp *ProbingDistribution_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingDistribution_FieldTerminalPath) JSONString ¶
func (fp *ProbingDistribution_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingDistribution_FieldTerminalPath) Selector ¶
func (fp *ProbingDistribution_FieldTerminalPath) Selector() ProbingDistribution_FieldPathSelector
func (*ProbingDistribution_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbingDistribution_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbingDistribution_FieldTerminalPath) String ¶
func (fp *ProbingDistribution_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbingDistribution_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbingDistribution_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingDistribution_FieldPathArrayItemValue
func (*ProbingDistribution_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbingDistribution_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingDistribution_FieldPathArrayOfValues
func (*ProbingDistribution_FieldTerminalPath) WithIValue ¶
func (fp *ProbingDistribution_FieldTerminalPath) WithIValue(value interface{}) ProbingDistribution_FieldPathValue
func (*ProbingDistribution_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbingDistribution_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingDistribution_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbingDistribution_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingDistribution_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbingDistribution_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingDistribution_FieldTerminalPathArrayItemValue ¶
type ProbingDistribution_FieldTerminalPathArrayItemValue struct { ProbingDistribution_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingDistribution_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbingDistribution_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingDistribution) bool
Contains returns a boolean indicating if value that is being held is present in given 'ProbingDistribution'
func (*ProbingDistribution_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbingDistribution_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ProbingDistribution as interface{}
func (*ProbingDistribution_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbingDistribution_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingDistribution) (interface{}, bool)
func (*ProbingDistribution_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbingDistribution_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbingDistribution_FieldTerminalPathArrayOfValues ¶
type ProbingDistribution_FieldTerminalPathArrayOfValues struct { ProbingDistribution_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingDistribution_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues ¶
func (fpaov *ProbingDistribution_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
func (*ProbingDistribution_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *ProbingDistribution_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
func (*ProbingDistribution_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *ProbingDistribution_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
func (*ProbingDistribution_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues ¶
func (fpaov *ProbingDistribution_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*ProbingDistribution_Spec, bool)
func (*ProbingDistribution_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues ¶
func (fpaov *ProbingDistribution_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues() ([]*ProbingDistribution_Status, bool)
func (*ProbingDistribution_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbingDistribution_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbingDistribution_FieldTerminalPathValue ¶
type ProbingDistribution_FieldTerminalPathValue struct { ProbingDistribution_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingDistribution_FieldTerminalPathValue) AsDisplayNameValue ¶
func (fpv *ProbingDistribution_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
func (*ProbingDistribution_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *ProbingDistribution_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
func (*ProbingDistribution_FieldTerminalPathValue) AsNameValue ¶
func (fpv *ProbingDistribution_FieldTerminalPathValue) AsNameValue() (*Name, bool)
func (*ProbingDistribution_FieldTerminalPathValue) AsSpecValue ¶
func (fpv *ProbingDistribution_FieldTerminalPathValue) AsSpecValue() (*ProbingDistribution_Spec, bool)
func (*ProbingDistribution_FieldTerminalPathValue) AsStatusValue ¶
func (fpv *ProbingDistribution_FieldTerminalPathValue) AsStatusValue() (*ProbingDistribution_Status, bool)
func (*ProbingDistribution_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbingDistribution_FieldTerminalPathValue) CompareWith(source *ProbingDistribution) (int, bool)
CompareWith compares value in the 'ProbingDistribution_FieldTerminalPathValue' with the value under path in 'ProbingDistribution'.
func (*ProbingDistribution_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbingDistribution_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingDistribution_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbingDistribution_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ProbingDistribution' as interface{}
func (*ProbingDistribution_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbingDistribution_FieldTerminalPathValue) SetTo(target **ProbingDistribution)
SetTo stores value for selected field for object ProbingDistribution
func (*ProbingDistribution_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbingDistribution_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbingDistribution_Spec ¶
type ProbingDistribution_Spec struct { // In order to effectively distribute targets to probes this flag must be // set Enabled bool `protobuf:"varint,9,opt,name=enabled,proto3" json:"enabled,omitempty" firestore:"enabled"` // Probe selector is a filter used to select Agents to distribute targets to // // Examples: // * specific agent group: `spec.probe_group = // "projects/xyz/probeGroups/infra"` // * tags: `metadata.tags CONTAINS "vpn-65552"` // * only deploy to probes in USA: // `status.active_location.admin_hierarchy.country = "adminAreas/US"` // // See [Probe definition][ntt.watchdog.v1alpha2.Probe] for full reference. ProbeSelector *probe.Filter `` /* 144-byte string literal not displayed */ // Target filter is a filter used to select targets for distribution // // Examples: // * specific target group: `group = // "projects/xyz/probingTargetGroups/public-cdns"` // * speed tests: `mode = "SPEED_TEST"` // // See [ProbingTarget][ntt.watchdog.v1alpha2.ProbingTarget] for full // reference. TargetSelector *probing_target.Filter `` /* 148-byte string literal not displayed */ // Additional distribution constraints. // Allows limiting the number of agents probing within geographical location // or site (public ip) in order to: // * avoid unnecessary cost after securing reasonable sample size; or // * getting blocked from publicly available service. Constraint *common.ProbingConstraint `protobuf:"bytes,7,opt,name=constraint,proto3" json:"constraint,omitempty" firestore:"constraint"` // Settings include session overrides. All settings are optional. Only // present settings are overridden ProbingSettings *common.ProbingSettings `` /* 134-byte string literal not displayed */ // contains filtered or unexported fields }
Spec
func (*ProbingDistribution_Spec) Clone ¶
func (o *ProbingDistribution_Spec) Clone() *ProbingDistribution_Spec
func (*ProbingDistribution_Spec) CloneRaw ¶
func (o *ProbingDistribution_Spec) CloneRaw() gotenobject.GotenObjectExt
func (*ProbingDistribution_Spec) Descriptor ¶
func (*ProbingDistribution_Spec) Descriptor() ([]byte, []int)
Deprecated, Use ProbingDistribution_Spec.ProtoReflect.Descriptor instead.
func (*ProbingDistribution_Spec) GetConstraint ¶
func (m *ProbingDistribution_Spec) GetConstraint() *common.ProbingConstraint
func (*ProbingDistribution_Spec) GetEnabled ¶
func (m *ProbingDistribution_Spec) GetEnabled() bool
func (*ProbingDistribution_Spec) GetProbeSelector ¶
func (m *ProbingDistribution_Spec) GetProbeSelector() *probe.Filter
func (*ProbingDistribution_Spec) GetProbingSettings ¶
func (m *ProbingDistribution_Spec) GetProbingSettings() *common.ProbingSettings
func (*ProbingDistribution_Spec) GetTargetSelector ¶
func (m *ProbingDistribution_Spec) GetTargetSelector() *probing_target.Filter
func (*ProbingDistribution_Spec) GotenMessage ¶
func (*ProbingDistribution_Spec) GotenMessage()
func (*ProbingDistribution_Spec) GotenObjectExt ¶
func (o *ProbingDistribution_Spec) GotenObjectExt()
func (*ProbingDistribution_Spec) GotenValidate ¶
func (obj *ProbingDistribution_Spec) GotenValidate() error
func (*ProbingDistribution_Spec) MakeDiffFieldMask ¶
func (o *ProbingDistribution_Spec) MakeDiffFieldMask(other *ProbingDistribution_Spec) *ProbingDistribution_Spec_FieldMask
func (*ProbingDistribution_Spec) MakeFullFieldMask ¶
func (o *ProbingDistribution_Spec) MakeFullFieldMask() *ProbingDistribution_Spec_FieldMask
func (*ProbingDistribution_Spec) MakeRawDiffFieldMask ¶
func (o *ProbingDistribution_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ProbingDistribution_Spec) MakeRawFullFieldMask ¶
func (o *ProbingDistribution_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ProbingDistribution_Spec) Marshal ¶
func (m *ProbingDistribution_Spec) Marshal() ([]byte, error)
func (*ProbingDistribution_Spec) MarshalJSON ¶
func (m *ProbingDistribution_Spec) MarshalJSON() ([]byte, error)
func (*ProbingDistribution_Spec) Merge ¶
func (o *ProbingDistribution_Spec) Merge(source *ProbingDistribution_Spec)
func (*ProbingDistribution_Spec) MergeRaw ¶
func (o *ProbingDistribution_Spec) MergeRaw(source gotenobject.GotenObjectExt)
func (*ProbingDistribution_Spec) ProtoMessage ¶
func (*ProbingDistribution_Spec) ProtoMessage()
func (*ProbingDistribution_Spec) ProtoReflect ¶
func (m *ProbingDistribution_Spec) ProtoReflect() preflect.Message
func (*ProbingDistribution_Spec) Reset ¶
func (m *ProbingDistribution_Spec) Reset()
func (*ProbingDistribution_Spec) SetConstraint ¶
func (m *ProbingDistribution_Spec) SetConstraint(fv *common.ProbingConstraint)
func (*ProbingDistribution_Spec) SetEnabled ¶
func (m *ProbingDistribution_Spec) SetEnabled(fv bool)
func (*ProbingDistribution_Spec) SetProbeSelector ¶
func (m *ProbingDistribution_Spec) SetProbeSelector(fv *probe.Filter)
func (*ProbingDistribution_Spec) SetProbingSettings ¶
func (m *ProbingDistribution_Spec) SetProbingSettings(fv *common.ProbingSettings)
func (*ProbingDistribution_Spec) SetTargetSelector ¶
func (m *ProbingDistribution_Spec) SetTargetSelector(fv *probing_target.Filter)
func (*ProbingDistribution_Spec) String ¶
func (m *ProbingDistribution_Spec) String() string
func (*ProbingDistribution_Spec) Unmarshal ¶
func (m *ProbingDistribution_Spec) Unmarshal(b []byte) error
func (*ProbingDistribution_Spec) UnmarshalJSON ¶
func (m *ProbingDistribution_Spec) UnmarshalJSON(data []byte) error
type ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶
type ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶
func (ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶
type ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody ¶
type ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody struct {
// contains filtered or unexported fields
}
func (ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues ¶
type ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders ¶
type ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) FieldPath ¶
func (ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody ¶
type ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody struct {
// contains filtered or unexported fields
}
func (ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingDistribution_SpecMapPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues ¶
type ProbingDistribution_SpecPathSelectorConstraint ¶
type ProbingDistribution_SpecPathSelectorConstraint struct{}
func (ProbingDistribution_SpecPathSelectorConstraint) MaxSessionsPerAgentLocation ¶
func (ProbingDistribution_SpecPathSelectorConstraint) MaxSessionsPerAgentLocation() ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocation
func (ProbingDistribution_SpecPathSelectorConstraint) MaxSessionsPerAgentPublicIpAddress ¶
func (ProbingDistribution_SpecPathSelectorConstraint) MaxSessionsPerAgentPublicIpAddress() ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentPublicIpAddress
func (ProbingDistribution_SpecPathSelectorConstraint) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorConstraint) WithArrayOfValues(values []*common.ProbingConstraint) *ProbingDistributionSpec_FieldTerminalPathArrayOfValues
func (ProbingDistribution_SpecPathSelectorConstraint) WithSubArrayItemValue ¶
func (s ProbingDistribution_SpecPathSelectorConstraint) WithSubArrayItemValue(subPathArrayItemValue common.ProbingConstraint_FieldPathArrayItemValue) *ProbingDistributionSpec_FieldSubPathArrayItemValue
func (ProbingDistribution_SpecPathSelectorConstraint) WithSubArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorConstraint) WithSubArrayOfValues(subPathArrayOfValues common.ProbingConstraint_FieldPathArrayOfValues) *ProbingDistributionSpec_FieldSubPathArrayOfValues
func (ProbingDistribution_SpecPathSelectorConstraint) WithSubPath ¶
func (ProbingDistribution_SpecPathSelectorConstraint) WithSubPath(subPath common.ProbingConstraint_FieldPath) *ProbingDistributionSpec_FieldSubPath
func (ProbingDistribution_SpecPathSelectorConstraint) WithSubValue ¶
func (s ProbingDistribution_SpecPathSelectorConstraint) WithSubValue(subPathValue common.ProbingConstraint_FieldPathValue) *ProbingDistributionSpec_FieldSubPathValue
func (ProbingDistribution_SpecPathSelectorConstraint) WithValue ¶
func (s ProbingDistribution_SpecPathSelectorConstraint) WithValue(value *common.ProbingConstraint) *ProbingDistributionSpec_FieldTerminalPathValue
type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocation ¶
type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocation struct{}
func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocation) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocation) WithArrayOfValues(values []*common.ProbingConstraint_AdminHierachy) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin1 ¶
type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin1 struct{}
func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin1) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin1) WithArrayOfValues(values []int32) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin2 ¶
type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin2 struct{}
func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin2) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin2) WithArrayOfValues(values []int32) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin3 ¶
type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin3 struct{}
func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin3) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin3) WithArrayOfValues(values []int32) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin4 ¶
type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin4 struct{}
func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin4) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationAdmin4) WithArrayOfValues(values []int32) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationCountry ¶
type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationCountry struct{}
func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationCountry) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentLocationCountry) WithArrayOfValues(values []int32) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentPublicIpAddress ¶
type ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentPublicIpAddress struct{}
func (ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentPublicIpAddress) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorConstraintMaxSessionsPerAgentPublicIpAddress) WithArrayOfValues(values []int32) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorEnabled ¶
type ProbingDistribution_SpecPathSelectorEnabled struct{}
func (ProbingDistribution_SpecPathSelectorEnabled) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorEnabled) FieldPath() *ProbingDistributionSpec_FieldTerminalPath
func (ProbingDistribution_SpecPathSelectorEnabled) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorEnabled) WithArrayOfValues(values []bool) *ProbingDistributionSpec_FieldTerminalPathArrayOfValues
func (ProbingDistribution_SpecPathSelectorEnabled) WithValue ¶
func (s ProbingDistribution_SpecPathSelectorEnabled) WithValue(value bool) *ProbingDistributionSpec_FieldTerminalPathValue
type ProbingDistribution_SpecPathSelectorProbeSelector ¶
type ProbingDistribution_SpecPathSelectorProbeSelector struct{}
func (ProbingDistribution_SpecPathSelectorProbeSelector) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbeSelector) WithArrayOfValues(values []*probe.Filter) *ProbingDistributionSpec_FieldTerminalPathArrayOfValues
func (ProbingDistribution_SpecPathSelectorProbeSelector) WithValue ¶
func (s ProbingDistribution_SpecPathSelectorProbeSelector) WithValue(value *probe.Filter) *ProbingDistributionSpec_FieldTerminalPathValue
type ProbingDistribution_SpecPathSelectorProbingSettings ¶
type ProbingDistribution_SpecPathSelectorProbingSettings struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettings) HttpProbingConfig ¶
func (ProbingDistribution_SpecPathSelectorProbingSettings) PathProbing ¶
func (ProbingDistribution_SpecPathSelectorProbingSettings) ProxyConfiguration ¶
func (ProbingDistribution_SpecPathSelectorProbingSettings) SpeedtestSettings ¶
func (ProbingDistribution_SpecPathSelectorProbingSettings) WindowSize ¶
func (ProbingDistribution_SpecPathSelectorProbingSettings) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettings) WithArrayOfValues(values []*common.ProbingSettings) *ProbingDistributionSpec_FieldTerminalPathArrayOfValues
func (ProbingDistribution_SpecPathSelectorProbingSettings) WithSubArrayItemValue ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettings) WithSubArrayItemValue(subPathArrayItemValue common.ProbingSettings_FieldPathArrayItemValue) *ProbingDistributionSpec_FieldSubPathArrayItemValue
func (ProbingDistribution_SpecPathSelectorProbingSettings) WithSubArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettings) WithSubArrayOfValues(subPathArrayOfValues common.ProbingSettings_FieldPathArrayOfValues) *ProbingDistributionSpec_FieldSubPathArrayOfValues
func (ProbingDistribution_SpecPathSelectorProbingSettings) WithSubPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettings) WithSubPath(subPath common.ProbingSettings_FieldPath) *ProbingDistributionSpec_FieldSubPath
func (ProbingDistribution_SpecPathSelectorProbingSettings) WithSubValue ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettings) WithSubValue(subPathValue common.ProbingSettings_FieldPathValue) *ProbingDistributionSpec_FieldSubPathValue
func (ProbingDistribution_SpecPathSelectorProbingSettings) WithValue ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettings) WithValue(value *common.ProbingSettings) *ProbingDistributionSpec_FieldTerminalPathValue
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfig ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfig struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfig) AuthConfig ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfig) HttpRequest ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfig) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig) RequestHeaderTokenKey ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig) TokenRequest ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig) TokenResponseBodyKey ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig) TokenResponseHeader ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigPassword ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigPassword struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigPassword) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigPassword) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigRequestHeaderTokenKey ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) RequestBody ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) RequestHeaders ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) RequestMethod ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) Timeout ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) Url ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) UrlFormEncodedBody ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestBody ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestMethod ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestTimeout ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestTimeout struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrl ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrl struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithArrayOfValues ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenRequestUrlFormEncodedBody) WithKey ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyKey ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseHeader ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseHeader struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigUsername ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigUsername struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigUsername) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigUsername) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) AuthenticationMethod ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) ExpectedResponseCode ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) RequestBody ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) RequestHeaders ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) RequestMethod ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) UrlFormEncodedBody ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestAuthenticationMethod ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestAuthenticationMethod struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestExpectedResponseCode ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestExpectedResponseCode struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestBody ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestBody struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestBody) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestHeaders) WithKey ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestMethod ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestMethod struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestMethod) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestTimeout ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestTimeout struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestTimeout) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrl ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrl struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrl) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrl) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithArrayOfValues ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsHttpProbingConfigHttpRequestUrlFormEncodedBody) WithKey ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsInterval ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsInterval struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsInterval) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsInterval) WithArrayOfValues(values []*duration.Duration) *ProbingDistributionSpec_FieldSubPathArrayOfValues
func (ProbingDistribution_SpecPathSelectorProbingSettingsInterval) WithValue ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsInterval) WithValue(value *duration.Duration) *ProbingDistributionSpec_FieldSubPathValue
type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbing ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbing struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbing) IntervalSec ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbing) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbing) WithArrayOfValues(values []*common.PathProbe) *ProbingDistributionSpec_FieldSubPathArrayOfValues
func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbing) WithValue ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbing) WithValue(value *common.PathProbe) *ProbingDistributionSpec_FieldSubPathValue
type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingAttempts ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingAttempts struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingAttempts) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingAttempts) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingEnabled ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingEnabled struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingEnabled) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingEnabled) WithArrayOfValues(values []bool) *ProbingDistributionSpec_FieldSubPathArrayOfValues
func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingEnabled) WithValue ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingEnabled) WithValue(value bool) *ProbingDistributionSpec_FieldSubPathValue
type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingInterval ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingInterval struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingInterval) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingInterval) WithArrayOfValues(values []*duration.Duration) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingIntervalSec ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingIntervalSec struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingIntervalSec) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingIntervalSec) WithArrayOfValues(values []int64) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingMaxTtl ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingMaxTtl struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingMaxTtl) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingMaxTtl) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingMode ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingMode struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingMode) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsPathProbingMode) WithArrayOfValues(values []common.ProbingMode) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfiguration ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfiguration struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfiguration) HttpsProxy ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfiguration) ProxySetting ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfiguration) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfiguration) WithArrayOfValues(values []*common.ProxyConfiguration) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationHttpProxy ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationHttpProxy struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationHttpProxy) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationHttpProxy) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationHttpsProxy ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationHttpsProxy struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationHttpsProxy) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationHttpsProxy) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationNoProxy ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationNoProxy struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationNoProxy) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationNoProxy) WithArrayOfValues(values []string) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationProxySetting ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationProxySetting struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationProxySetting) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationProxySetting) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsProxyConfigurationProxySetting) WithArrayOfValues(values []common.ProxySetting) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettings ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettings struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettings) ServerSelection ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettings) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettings) WithArrayOfValues(values []*common.SpeedTestSettings) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsDuration ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsDuration struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsDuration) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsDuration) WithArrayOfValues(values []*duration.Duration) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsServerSelection ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsServerSelection struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsServerSelection) FieldPath ¶
func (ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsServerSelection) WithArrayOfValues ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsTcpPort ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsTcpPort struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsTcpPort) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsSpeedtestSettingsTcpPort) WithArrayOfValues(values []int32) *ProbingDistributionSpec_FieldSubPathArrayOfValues
type ProbingDistribution_SpecPathSelectorProbingSettingsTos ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsTos struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsTos) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsTos) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingDistributionSpec_FieldSubPathArrayOfValues
func (ProbingDistribution_SpecPathSelectorProbingSettingsTos) WithValue ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsTos) WithValue(value *wrappers.UInt32Value) *ProbingDistributionSpec_FieldSubPathValue
type ProbingDistribution_SpecPathSelectorProbingSettingsWindowSize ¶
type ProbingDistribution_SpecPathSelectorProbingSettingsWindowSize struct{}
func (ProbingDistribution_SpecPathSelectorProbingSettingsWindowSize) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsWindowSize) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingDistributionSpec_FieldSubPathArrayOfValues
func (ProbingDistribution_SpecPathSelectorProbingSettingsWindowSize) WithValue ¶
func (s ProbingDistribution_SpecPathSelectorProbingSettingsWindowSize) WithValue(value *wrappers.UInt32Value) *ProbingDistributionSpec_FieldSubPathValue
type ProbingDistribution_SpecPathSelectorTargetSelector ¶
type ProbingDistribution_SpecPathSelectorTargetSelector struct{}
func (ProbingDistribution_SpecPathSelectorTargetSelector) WithArrayOfValues ¶
func (s ProbingDistribution_SpecPathSelectorTargetSelector) WithArrayOfValues(values []*probing_target.Filter) *ProbingDistributionSpec_FieldTerminalPathArrayOfValues
func (ProbingDistribution_SpecPathSelectorTargetSelector) WithValue ¶
func (s ProbingDistribution_SpecPathSelectorTargetSelector) WithValue(value *probing_target.Filter) *ProbingDistributionSpec_FieldTerminalPathValue
type ProbingDistribution_Spec_FieldMask ¶
type ProbingDistribution_Spec_FieldMask struct {
Paths []ProbingDistributionSpec_FieldPath
}
func FullProbingDistribution_Spec_FieldMask ¶
func FullProbingDistribution_Spec_FieldMask() *ProbingDistribution_Spec_FieldMask
func (*ProbingDistribution_Spec_FieldMask) AppendPath ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) AppendPath(path ProbingDistributionSpec_FieldPath)
func (*ProbingDistribution_Spec_FieldMask) AppendRawPath ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ProbingDistribution_Spec_FieldMask) DecodeFirestore ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ProbingDistribution_Spec_FieldMask) EncodeFirestore ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ProbingDistribution_Spec_FieldMask) FilterInputFields ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) FilterInputFields() *ProbingDistribution_Spec_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ProbingDistribution_Spec_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ProbingDistribution_Spec_FieldMask) GetPaths ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) GetPaths() []ProbingDistributionSpec_FieldPath
func (*ProbingDistribution_Spec_FieldMask) GetRawPaths ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ProbingDistribution_Spec_FieldMask) IsFull ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) IsFull() bool
func (ProbingDistribution_Spec_FieldMask) Marshal ¶
func (fieldMask ProbingDistribution_Spec_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ProbingDistribution_Spec_FieldMask) MarshalJSON ¶
func (fieldMask ProbingDistribution_Spec_FieldMask) MarshalJSON() ([]byte, error)
func (*ProbingDistribution_Spec_FieldMask) PathsCount ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) PathsCount() int
func (*ProbingDistribution_Spec_FieldMask) Project ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) Project(source *ProbingDistribution_Spec) *ProbingDistribution_Spec
func (*ProbingDistribution_Spec_FieldMask) ProjectRaw ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ProbingDistribution_Spec_FieldMask) ProtoMessage ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) ProtoMessage()
func (*ProbingDistribution_Spec_FieldMask) ProtoReflect ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) ProtoReflect() preflect.Message
func (*ProbingDistribution_Spec_FieldMask) Reset ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) Reset()
func (*ProbingDistribution_Spec_FieldMask) Set ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) Set(target, source *ProbingDistribution_Spec)
func (*ProbingDistribution_Spec_FieldMask) SetFromCliFlag ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) SetFromCliFlag(raw string) error
func (*ProbingDistribution_Spec_FieldMask) SetRaw ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ProbingDistribution_Spec_FieldMask) Size ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) Size() int
func (*ProbingDistribution_Spec_FieldMask) String ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) String() string
func (*ProbingDistribution_Spec_FieldMask) Subtract ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) Subtract(other *ProbingDistribution_Spec_FieldMask) *ProbingDistribution_Spec_FieldMask
func (*ProbingDistribution_Spec_FieldMask) SubtractRaw ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ProbingDistribution_Spec_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ProbingDistribution_Spec_FieldMask) Unmarshal ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) Unmarshal(data []byte) error
func (*ProbingDistribution_Spec_FieldMask) UnmarshalJSON ¶
func (fieldMask *ProbingDistribution_Spec_FieldMask) UnmarshalJSON(data []byte) error
type ProbingDistribution_Status ¶
type ProbingDistribution_Status struct { // total number of probes that have been assigned to this distribution. TotalNumber int64 `protobuf:"varint,1,opt,name=total_number,json=totalNumber,proto3" json:"total_number,omitempty" firestore:"totalNumber"` // number of assigned probes per each region. RegionalCounts map[string]int64 `` /* 219-byte string literal not displayed */ // selected target count SelectedTargetCount int64 `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
Status
func (*ProbingDistribution_Status) Clone ¶
func (o *ProbingDistribution_Status) Clone() *ProbingDistribution_Status
func (*ProbingDistribution_Status) CloneRaw ¶
func (o *ProbingDistribution_Status) CloneRaw() gotenobject.GotenObjectExt
func (*ProbingDistribution_Status) Descriptor ¶
func (*ProbingDistribution_Status) Descriptor() ([]byte, []int)
Deprecated, Use ProbingDistribution_Status.ProtoReflect.Descriptor instead.
func (*ProbingDistribution_Status) GetRegionalCounts ¶
func (m *ProbingDistribution_Status) GetRegionalCounts() map[string]int64
func (*ProbingDistribution_Status) GetSelectedTargetCount ¶
func (m *ProbingDistribution_Status) GetSelectedTargetCount() int64
func (*ProbingDistribution_Status) GetTotalNumber ¶
func (m *ProbingDistribution_Status) GetTotalNumber() int64
func (*ProbingDistribution_Status) GotenMessage ¶
func (*ProbingDistribution_Status) GotenMessage()
func (*ProbingDistribution_Status) GotenObjectExt ¶
func (o *ProbingDistribution_Status) GotenObjectExt()
func (*ProbingDistribution_Status) GotenValidate ¶
func (obj *ProbingDistribution_Status) GotenValidate() error
func (*ProbingDistribution_Status) MakeDiffFieldMask ¶
func (o *ProbingDistribution_Status) MakeDiffFieldMask(other *ProbingDistribution_Status) *ProbingDistribution_Status_FieldMask
func (*ProbingDistribution_Status) MakeFullFieldMask ¶
func (o *ProbingDistribution_Status) MakeFullFieldMask() *ProbingDistribution_Status_FieldMask
func (*ProbingDistribution_Status) MakeRawDiffFieldMask ¶
func (o *ProbingDistribution_Status) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ProbingDistribution_Status) MakeRawFullFieldMask ¶
func (o *ProbingDistribution_Status) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ProbingDistribution_Status) Marshal ¶
func (m *ProbingDistribution_Status) Marshal() ([]byte, error)
func (*ProbingDistribution_Status) MarshalJSON ¶
func (m *ProbingDistribution_Status) MarshalJSON() ([]byte, error)
func (*ProbingDistribution_Status) Merge ¶
func (o *ProbingDistribution_Status) Merge(source *ProbingDistribution_Status)
func (*ProbingDistribution_Status) MergeRaw ¶
func (o *ProbingDistribution_Status) MergeRaw(source gotenobject.GotenObjectExt)
func (*ProbingDistribution_Status) ProtoMessage ¶
func (*ProbingDistribution_Status) ProtoMessage()
func (*ProbingDistribution_Status) ProtoReflect ¶
func (m *ProbingDistribution_Status) ProtoReflect() preflect.Message
func (*ProbingDistribution_Status) Reset ¶
func (m *ProbingDistribution_Status) Reset()
func (*ProbingDistribution_Status) SetRegionalCounts ¶
func (m *ProbingDistribution_Status) SetRegionalCounts(fv map[string]int64)
func (*ProbingDistribution_Status) SetSelectedTargetCount ¶
func (m *ProbingDistribution_Status) SetSelectedTargetCount(fv int64)
func (*ProbingDistribution_Status) SetTotalNumber ¶
func (m *ProbingDistribution_Status) SetTotalNumber(fv int64)
func (*ProbingDistribution_Status) String ¶
func (m *ProbingDistribution_Status) String() string
func (*ProbingDistribution_Status) Unmarshal ¶
func (m *ProbingDistribution_Status) Unmarshal(b []byte) error
func (*ProbingDistribution_Status) UnmarshalJSON ¶
func (m *ProbingDistribution_Status) UnmarshalJSON(data []byte) error
type ProbingDistribution_StatusMapPathSelectorRegionalCounts ¶
type ProbingDistribution_StatusMapPathSelectorRegionalCounts struct {
// contains filtered or unexported fields
}
func (ProbingDistribution_StatusMapPathSelectorRegionalCounts) WithArrayOfValues ¶
func (s ProbingDistribution_StatusMapPathSelectorRegionalCounts) WithArrayOfValues(values []int64) *ProbingDistributionStatus_FieldPathMapArrayOfValues
func (ProbingDistribution_StatusMapPathSelectorRegionalCounts) WithValue ¶
func (s ProbingDistribution_StatusMapPathSelectorRegionalCounts) WithValue(value int64) *ProbingDistributionStatus_FieldPathMapValue
type ProbingDistribution_StatusPathSelectorRegionalCounts ¶
type ProbingDistribution_StatusPathSelectorRegionalCounts struct{}
func (ProbingDistribution_StatusPathSelectorRegionalCounts) WithArrayOfValues ¶
func (s ProbingDistribution_StatusPathSelectorRegionalCounts) WithArrayOfValues(values []map[string]int64) *ProbingDistributionStatus_FieldTerminalPathArrayOfValues
func (ProbingDistribution_StatusPathSelectorRegionalCounts) WithValue ¶
func (s ProbingDistribution_StatusPathSelectorRegionalCounts) WithValue(value map[string]int64) *ProbingDistributionStatus_FieldTerminalPathValue
type ProbingDistribution_StatusPathSelectorSelectedTargetCount ¶
type ProbingDistribution_StatusPathSelectorSelectedTargetCount struct{}
func (ProbingDistribution_StatusPathSelectorSelectedTargetCount) WithArrayOfValues ¶
func (s ProbingDistribution_StatusPathSelectorSelectedTargetCount) WithArrayOfValues(values []int64) *ProbingDistributionStatus_FieldTerminalPathArrayOfValues
func (ProbingDistribution_StatusPathSelectorSelectedTargetCount) WithValue ¶
func (s ProbingDistribution_StatusPathSelectorSelectedTargetCount) WithValue(value int64) *ProbingDistributionStatus_FieldTerminalPathValue
type ProbingDistribution_StatusPathSelectorTotalNumber ¶
type ProbingDistribution_StatusPathSelectorTotalNumber struct{}
func (ProbingDistribution_StatusPathSelectorTotalNumber) WithArrayOfValues ¶
func (s ProbingDistribution_StatusPathSelectorTotalNumber) WithArrayOfValues(values []int64) *ProbingDistributionStatus_FieldTerminalPathArrayOfValues
func (ProbingDistribution_StatusPathSelectorTotalNumber) WithValue ¶
func (s ProbingDistribution_StatusPathSelectorTotalNumber) WithValue(value int64) *ProbingDistributionStatus_FieldTerminalPathValue
type ProbingDistribution_Status_FieldMask ¶
type ProbingDistribution_Status_FieldMask struct {
Paths []ProbingDistributionStatus_FieldPath
}
func FullProbingDistribution_Status_FieldMask ¶
func FullProbingDistribution_Status_FieldMask() *ProbingDistribution_Status_FieldMask
func (*ProbingDistribution_Status_FieldMask) AppendPath ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) AppendPath(path ProbingDistributionStatus_FieldPath)
func (*ProbingDistribution_Status_FieldMask) AppendRawPath ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ProbingDistribution_Status_FieldMask) DecodeFirestore ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ProbingDistribution_Status_FieldMask) EncodeFirestore ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ProbingDistribution_Status_FieldMask) FilterInputFields ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) FilterInputFields() *ProbingDistribution_Status_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ProbingDistribution_Status_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ProbingDistribution_Status_FieldMask) GetPaths ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) GetPaths() []ProbingDistributionStatus_FieldPath
func (*ProbingDistribution_Status_FieldMask) GetRawPaths ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ProbingDistribution_Status_FieldMask) IsFull ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) IsFull() bool
func (ProbingDistribution_Status_FieldMask) Marshal ¶
func (fieldMask ProbingDistribution_Status_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ProbingDistribution_Status_FieldMask) MarshalJSON ¶
func (fieldMask ProbingDistribution_Status_FieldMask) MarshalJSON() ([]byte, error)
func (*ProbingDistribution_Status_FieldMask) PathsCount ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) PathsCount() int
func (*ProbingDistribution_Status_FieldMask) Project ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) Project(source *ProbingDistribution_Status) *ProbingDistribution_Status
func (*ProbingDistribution_Status_FieldMask) ProjectRaw ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ProbingDistribution_Status_FieldMask) ProtoMessage ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) ProtoMessage()
func (*ProbingDistribution_Status_FieldMask) ProtoReflect ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) ProtoReflect() preflect.Message
func (*ProbingDistribution_Status_FieldMask) Reset ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) Reset()
func (*ProbingDistribution_Status_FieldMask) Set ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) Set(target, source *ProbingDistribution_Status)
func (*ProbingDistribution_Status_FieldMask) SetFromCliFlag ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) SetFromCliFlag(raw string) error
func (*ProbingDistribution_Status_FieldMask) SetRaw ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ProbingDistribution_Status_FieldMask) Size ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) Size() int
func (*ProbingDistribution_Status_FieldMask) String ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) String() string
func (*ProbingDistribution_Status_FieldMask) Subtract ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) Subtract(other *ProbingDistribution_Status_FieldMask) *ProbingDistribution_Status_FieldMask
func (*ProbingDistribution_Status_FieldMask) SubtractRaw ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ProbingDistribution_Status_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ProbingDistribution_Status_FieldMask) Unmarshal ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) Unmarshal(data []byte) error
func (*ProbingDistribution_Status_FieldMask) UnmarshalJSON ¶
func (fieldMask *ProbingDistribution_Status_FieldMask) UnmarshalJSON(data []byte) error
type QueryResultChange ¶
type QueryResultChange struct { Changes []*ProbingDistributionChange 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 { ProbingDistributions []*ProbingDistribution 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, probingDistribution *ProbingDistribution) (*Reference, error)
func MustParseReference ¶
func ParseReference ¶
func (*Reference) ClearCached ¶
func (ref *Reference) ClearCached()
func (*Reference) FullyQualifiedName ¶
func (*Reference) GetIParentName ¶ added in v0.7.1
func (ref *Reference) GetIParentName() gotenresource.Name
func (*Reference) GetIUnderlyingParentName ¶ added in v0.7.1
func (ref *Reference) GetIUnderlyingParentName() gotenresource.Name
func (*Reference) GetIdParts ¶
func (*Reference) GetPattern ¶
func (ref *Reference) GetPattern() gotenresource.NamePattern
func (*Reference) GetProbingDistribution ¶
func (ref *Reference) GetProbingDistribution() *ProbingDistribution
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 *ProbingDistribution)
func (*Reference) ResolveRaw ¶
func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
func (*Reference) SetFromCliFlag ¶
implement CustomTypeCliValue method
type SearchQuery ¶
func (*SearchQuery) GetPhrase ¶
func (q *SearchQuery) GetPhrase() string
func (*SearchQuery) SetPhrase ¶
func (q *SearchQuery) SetPhrase(phrase string)
func (*SearchQuery) String ¶
func (q *SearchQuery) String() string
type SearchQueryResultSnapshot ¶
type SearchQueryResultSnapshot struct { QueryResultSnapshot TotalResultsCount int32 CurrentOffset int32 }
func (*SearchQueryResultSnapshot) GetPagingInfo ¶
func (sqr *SearchQueryResultSnapshot) GetPagingInfo() (totalCount, offset int32)
func (*SearchQueryResultSnapshot) SetPagingInfo ¶
func (sqr *SearchQueryResultSnapshot) SetPagingInfo(totalCount, offset int32)
type WatchQuery ¶
type WatchQuery struct { ListQuery WatchType watch_type.WatchType ChunkSize int ResumeToken string StartingTime *timestamppb.Timestamp }
func (*WatchQuery) GetMaximumChunkSize ¶
func (q *WatchQuery) GetMaximumChunkSize() int
func (*WatchQuery) GetResumeToken ¶
func (q *WatchQuery) GetResumeToken() string
func (*WatchQuery) GetStartingTime ¶ added in v0.7.13
func (q *WatchQuery) GetStartingTime() *timestamppb.Timestamp
func (*WatchQuery) GetWatchType ¶
func (q *WatchQuery) GetWatchType() watch_type.WatchType
func (*WatchQuery) SetMaximumChunkSize ¶
func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)
func (*WatchQuery) SetResumeToken ¶
func (q *WatchQuery) SetResumeToken(token string)
func (*WatchQuery) SetStartingTime ¶ added in v0.7.13
func (q *WatchQuery) SetStartingTime(startingTime *timestamppb.Timestamp)
func (*WatchQuery) SetWatchType ¶
func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
func (*WatchQuery) String ¶ added in v0.4.26
func (q *WatchQuery) String() string
Source Files ¶
- probing_distribution.pb.access.go
- probing_distribution.pb.collections.go
- probing_distribution.pb.descriptor.go
- probing_distribution.pb.fieldmask.go
- probing_distribution.pb.fieldpath.go
- probing_distribution.pb.fieldpathbuilder.go
- probing_distribution.pb.filter.go
- probing_distribution.pb.filterbuilder.go
- probing_distribution.pb.go
- probing_distribution.pb.name.go
- probing_distribution.pb.namebuilder.go
- probing_distribution.pb.object_ext.go
- probing_distribution.pb.pagination.go
- probing_distribution.pb.parentname.go
- probing_distribution.pb.query.go
- probing_distribution.pb.validate.go
- probing_distribution.pb.view.go
- probing_distribution_change.pb.change.go
- probing_distribution_change.pb.go
- probing_distribution_change.pb.validate.go