Documentation ¶
Index ¶
- Constants
- Variables
- func AsAnyCastAccess(access ProbingSessionAccess) gotenresource.Access
- type Descriptor
- func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
- func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName
- func (d *Descriptor) NewGetQuery() gotenresource.GetQuery
- func (d *Descriptor) NewListQuery() gotenresource.ListQuery
- func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList
- func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList
- func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList
- func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange
- func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot
- func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList
- func (d *Descriptor) NewResource() gotenresource.Resource
- func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange
- func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList
- func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap
- func (d *Descriptor) NewResourceCursor() gotenresource.Cursor
- func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
- func (d *Descriptor) NewResourceFilter() gotenresource.Filter
- func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList
- func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap
- func (d *Descriptor) NewResourceName() gotenresource.Name
- func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
- func (d *Descriptor) NewResourcePager() gotenresource.PagerQuery
- func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
- func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery
- func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)
- func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)
- type Filter
- func (filter *Filter) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (filter *Filter) ConvertToType(typeVal ref.Type) ref.Val
- func (filter *Filter) DecodeFirestore(fpbv *firestorepb.Value) error
- func (filter *Filter) EncodeFirestore() (*firestorepb.Value, error)
- func (filter *Filter) Equal(other ref.Val) ref.Val
- func (filter *Filter) Evaluate(res *ProbingSession) bool
- func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
- func (filter *Filter) FilterSlice(in []*ProbingSession) (out []*ProbingSession)
- 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 ProbingSession_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 *ProbingSession) 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 ProbingSession_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 *ProbingSession) 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 ProbingSession_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 *ProbingSession) bool
- func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionContains) GetFieldPath() ProbingSession_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 ProbingSession_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 *ProbingSession) 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 ProbingSession_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 *ProbingSession) 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 ProbingSession_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 *ProbingSession) 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 ProbingSession_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 *ProbingSession) 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 ProbingSession_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 *ProbingSession) 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 ProbingSession_FieldPath) bool
- func (cond *FilterConditionNotIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionNotIn) String() string
- type GetQuery
- func (q *GetQuery) GetFieldMask() gotenobject.FieldMask
- func (q *GetQuery) GetReference() gotenresource.Reference
- func (q *GetQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (q *GetQuery) GotenQuery()
- func (q *GetQuery) SetFieldMask(mask gotenobject.FieldMask)
- func (q *GetQuery) SetReference(ref gotenresource.Reference)
- func (q *GetQuery) String() string
- type ListQuery
- func (q *ListQuery) GetFieldMask() gotenobject.FieldMask
- func (q *ListQuery) GetFilter() gotenresource.Filter
- func (q *ListQuery) GetPager() gotenresource.PagerQuery
- func (q *ListQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (q *ListQuery) GetWithPagingInfo() bool
- func (q *ListQuery) GotenQuery()
- func (q *ListQuery) SetFieldMask(mask gotenobject.FieldMask)
- func (q *ListQuery) SetFilter(filter gotenresource.Filter)
- func (q *ListQuery) SetPager(pager gotenresource.PagerQuery)
- func (q *ListQuery) SetWithPagingInfo(with bool)
- func (q *ListQuery) String() string
- type Name
- func (name *Name) AsRawReference() gotenresource.Reference
- func (name *Name) AsReference() *Reference
- func (name *Name) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (name *Name) ConvertToType(typeVal ref.Type) ref.Val
- func (name *Name) Equal(other ref.Val) ref.Val
- func (name *Name) FullyQualifiedName() (string, error)
- func (name *Name) GetIParentName() gotenresource.Name
- func (name *Name) GetIUnderlyingParentName() gotenresource.Name
- func (name *Name) GetIdParts() map[string]string
- func (name *Name) GetPattern() gotenresource.NamePattern
- func (name *Name) GetProjectName() *project.Name
- func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
- func (name *Name) GetSegments() gotenresource.NameSegments
- func (name *Name) GotenEqual(other interface{}) bool
- func (name *Name) HasTrait(trait int) bool
- func (name *Name) IsFullyQualified() bool
- func (name *Name) IsSpecified() bool
- func (name *Name) Match(pattern ref.Val) ref.Val
- func (name *Name) Matches(other interface{}) bool
- func (name *Name) ParseProtoString(data string) error
- func (name *Name) ProtoString() (string, error)
- func (name *Name) Receive(function string, overload string, args []ref.Val) ref.Val
- func (name *Name) SetFromCliFlag(raw string) error
- func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
- func (name *Name) String() string
- func (name *Name) Type() ref.Type
- func (name *Name) TypeName() string
- func (name *Name) Value() interface{}
- type NameBuilder
- func (b *NameBuilder) Name() *Name
- func (b *NameBuilder) Parent() *ParentName
- func (b *NameBuilder) ParentReference() *ParentReference
- func (b *NameBuilder) Reference() *Reference
- func (b *NameBuilder) SetId(id string) *NameBuilder
- func (b *NameBuilder) SetProject(parent *project.Name) *NameBuilder
- func (b *NameBuilder) SetProjectId(id string) *NameBuilder
- func (b *NameBuilder) SetRegionId(id string) *NameBuilder
- type NamePattern
- type OrderBy
- func (orderBy *OrderBy) Compare(left, right *ProbingSession) int
- func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
- func (orderBy *OrderBy) GetFieldMask() *ProbingSession_FieldMask
- func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
- func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
- func (orderBy *OrderBy) InsertSorted(sorted ProbingSessionList, elem *ProbingSession) (ProbingSessionList, 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 ProbingSessionList)
- 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 ProbingSession
- func (o *ProbingSession) Clone() *ProbingSession
- func (o *ProbingSession) CloneRaw() gotenobject.GotenObjectExt
- func (*ProbingSession) Descriptor() ([]byte, []int)
- func (m *ProbingSession) GetDisplayName() string
- func (m *ProbingSession) GetMetadata() *ntt_meta.Meta
- func (m *ProbingSession) GetName() *Name
- func (m *ProbingSession) GetProbingDistribution() *probing_distribution.Reference
- func (m *ProbingSession) GetProbingDistributions() []*probing_distribution.Reference
- func (r *ProbingSession) GetRawName() gotenresource.Name
- func (r *ProbingSession) GetResourceDescriptor() gotenresource.Descriptor
- func (m *ProbingSession) GetSpec() *ProbingSession_Spec
- func (m *ProbingSession) GetStatus() *ProbingSession_Status
- func (*ProbingSession) GotenMessage()
- func (o *ProbingSession) GotenObjectExt()
- func (obj *ProbingSession) GotenValidate() error
- func (o *ProbingSession) MakeDiffFieldMask(other *ProbingSession) *ProbingSession_FieldMask
- func (o *ProbingSession) MakeFullFieldMask() *ProbingSession_FieldMask
- func (o *ProbingSession) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ProbingSession) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ProbingSession) Marshal() ([]byte, error)
- func (m *ProbingSession) MarshalJSON() ([]byte, error)
- func (r *ProbingSession) MaybePopulateDefaults() error
- func (o *ProbingSession) Merge(source *ProbingSession)
- func (o *ProbingSession) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ProbingSession) ProtoMessage()
- func (m *ProbingSession) ProtoReflect() preflect.Message
- func (m *ProbingSession) Reset()
- func (m *ProbingSession) SetDisplayName(fv string)
- func (m *ProbingSession) SetMetadata(fv *ntt_meta.Meta)
- func (m *ProbingSession) SetName(fv *Name)
- func (m *ProbingSession) SetProbingDistribution(fv *probing_distribution.Reference)
- func (m *ProbingSession) SetProbingDistributions(fv []*probing_distribution.Reference)
- func (m *ProbingSession) SetSpec(fv *ProbingSession_Spec)
- func (m *ProbingSession) SetStatus(fv *ProbingSession_Status)
- func (m *ProbingSession) String() string
- func (m *ProbingSession) Unmarshal(b []byte) error
- func (m *ProbingSession) UnmarshalJSON(data []byte) error
- type ProbingSessionAccess
- type ProbingSessionChange
- func (*ProbingSessionChange) Descriptor() ([]byte, []int)
- func (m *ProbingSessionChange) GetAdded() *ProbingSessionChange_Added
- func (m *ProbingSessionChange) GetChangeType() isProbingSessionChange_ChangeType
- func (m *ProbingSessionChange) GetCurrent() *ProbingSessionChange_Current
- func (c *ProbingSessionChange) GetCurrentViewIndex() int32
- func (m *ProbingSessionChange) GetModified() *ProbingSessionChange_Modified
- func (c *ProbingSessionChange) GetPreviousViewIndex() int32
- func (c *ProbingSessionChange) GetProbingSession() *ProbingSession
- func (c *ProbingSessionChange) GetProbingSessionName() *Name
- func (c *ProbingSessionChange) GetRawName() gotenresource.Name
- func (c *ProbingSessionChange) GetRawResource() gotenresource.Resource
- func (m *ProbingSessionChange) GetRemoved() *ProbingSessionChange_Removed
- func (*ProbingSessionChange) GotenMessage()
- func (obj *ProbingSessionChange) GotenValidate() error
- func (c *ProbingSessionChange) IsAdd() bool
- func (c *ProbingSessionChange) IsCurrent() bool
- func (c *ProbingSessionChange) IsDelete() bool
- func (c *ProbingSessionChange) IsModify() bool
- func (m *ProbingSessionChange) Marshal() ([]byte, error)
- func (m *ProbingSessionChange) MarshalJSON() ([]byte, error)
- func (*ProbingSessionChange) ProtoMessage()
- func (m *ProbingSessionChange) ProtoReflect() preflect.Message
- func (m *ProbingSessionChange) Reset()
- func (m *ProbingSessionChange) SetAdded(fv *ProbingSessionChange_Added)
- func (c *ProbingSessionChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
- func (m *ProbingSessionChange) SetChangeType(ofv isProbingSessionChange_ChangeType)
- func (m *ProbingSessionChange) SetCurrent(fv *ProbingSessionChange_Current)
- func (c *ProbingSessionChange) SetCurrentRaw(snapshot gotenresource.Resource)
- func (c *ProbingSessionChange) SetDeletedRaw(name gotenresource.Name, idx int)
- func (m *ProbingSessionChange) SetModified(fv *ProbingSessionChange_Modified)
- func (c *ProbingSessionChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...)
- func (m *ProbingSessionChange) SetRemoved(fv *ProbingSessionChange_Removed)
- func (m *ProbingSessionChange) String() string
- func (m *ProbingSessionChange) Unmarshal(b []byte) error
- func (m *ProbingSessionChange) UnmarshalJSON(data []byte) error
- type ProbingSessionChangeList
- func (l ProbingSessionChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
- func (l ProbingSessionChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
- func (l ProbingSessionChangeList) At(idx int) gotenresource.ResourceChange
- func (l ProbingSessionChangeList) Length() int
- func (l ProbingSessionChangeList) Set(idx int, change gotenresource.ResourceChange)
- func (l ProbingSessionChangeList) Slice(first, second int) gotenresource.ResourceChangeList
- type ProbingSessionChangeMap
- func (m ProbingSessionChangeMap) Delete(name gotenresource.Name)
- func (m ProbingSessionChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
- func (m ProbingSessionChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
- func (m ProbingSessionChangeMap) Length() int
- func (m ProbingSessionChangeMap) Set(change gotenresource.ResourceChange)
- type ProbingSessionChange_Added
- func (*ProbingSessionChange_Added) Descriptor() ([]byte, []int)
- func (m *ProbingSessionChange_Added) GetProbingSession() *ProbingSession
- func (m *ProbingSessionChange_Added) GetViewIndex() int32
- func (*ProbingSessionChange_Added) GotenMessage()
- func (obj *ProbingSessionChange_Added) GotenValidate() error
- func (m *ProbingSessionChange_Added) Marshal() ([]byte, error)
- func (m *ProbingSessionChange_Added) MarshalJSON() ([]byte, error)
- func (*ProbingSessionChange_Added) ProtoMessage()
- func (m *ProbingSessionChange_Added) ProtoReflect() preflect.Message
- func (m *ProbingSessionChange_Added) Reset()
- func (m *ProbingSessionChange_Added) SetProbingSession(fv *ProbingSession)
- func (m *ProbingSessionChange_Added) SetViewIndex(fv int32)
- func (m *ProbingSessionChange_Added) String() string
- func (m *ProbingSessionChange_Added) Unmarshal(b []byte) error
- func (m *ProbingSessionChange_Added) UnmarshalJSON(data []byte) error
- type ProbingSessionChange_Added_
- type ProbingSessionChange_Current
- func (*ProbingSessionChange_Current) Descriptor() ([]byte, []int)
- func (m *ProbingSessionChange_Current) GetProbingSession() *ProbingSession
- func (*ProbingSessionChange_Current) GotenMessage()
- func (obj *ProbingSessionChange_Current) GotenValidate() error
- func (m *ProbingSessionChange_Current) Marshal() ([]byte, error)
- func (m *ProbingSessionChange_Current) MarshalJSON() ([]byte, error)
- func (*ProbingSessionChange_Current) ProtoMessage()
- func (m *ProbingSessionChange_Current) ProtoReflect() preflect.Message
- func (m *ProbingSessionChange_Current) Reset()
- func (m *ProbingSessionChange_Current) SetProbingSession(fv *ProbingSession)
- func (m *ProbingSessionChange_Current) String() string
- func (m *ProbingSessionChange_Current) Unmarshal(b []byte) error
- func (m *ProbingSessionChange_Current) UnmarshalJSON(data []byte) error
- type ProbingSessionChange_Current_
- type ProbingSessionChange_Modified
- func (*ProbingSessionChange_Modified) Descriptor() ([]byte, []int)
- func (m *ProbingSessionChange_Modified) GetFieldMask() *ProbingSession_FieldMask
- func (m *ProbingSessionChange_Modified) GetName() *Name
- func (m *ProbingSessionChange_Modified) GetPreviousViewIndex() int32
- func (m *ProbingSessionChange_Modified) GetProbingSession() *ProbingSession
- func (m *ProbingSessionChange_Modified) GetViewIndex() int32
- func (*ProbingSessionChange_Modified) GotenMessage()
- func (obj *ProbingSessionChange_Modified) GotenValidate() error
- func (m *ProbingSessionChange_Modified) Marshal() ([]byte, error)
- func (m *ProbingSessionChange_Modified) MarshalJSON() ([]byte, error)
- func (*ProbingSessionChange_Modified) ProtoMessage()
- func (m *ProbingSessionChange_Modified) ProtoReflect() preflect.Message
- func (m *ProbingSessionChange_Modified) Reset()
- func (m *ProbingSessionChange_Modified) SetFieldMask(fv *ProbingSession_FieldMask)
- func (m *ProbingSessionChange_Modified) SetName(fv *Name)
- func (m *ProbingSessionChange_Modified) SetPreviousViewIndex(fv int32)
- func (m *ProbingSessionChange_Modified) SetProbingSession(fv *ProbingSession)
- func (m *ProbingSessionChange_Modified) SetViewIndex(fv int32)
- func (m *ProbingSessionChange_Modified) String() string
- func (m *ProbingSessionChange_Modified) Unmarshal(b []byte) error
- func (m *ProbingSessionChange_Modified) UnmarshalJSON(data []byte) error
- type ProbingSessionChange_Modified_
- type ProbingSessionChange_Removed
- func (*ProbingSessionChange_Removed) Descriptor() ([]byte, []int)
- func (m *ProbingSessionChange_Removed) GetName() *Name
- func (m *ProbingSessionChange_Removed) GetViewIndex() int32
- func (*ProbingSessionChange_Removed) GotenMessage()
- func (obj *ProbingSessionChange_Removed) GotenValidate() error
- func (m *ProbingSessionChange_Removed) Marshal() ([]byte, error)
- func (m *ProbingSessionChange_Removed) MarshalJSON() ([]byte, error)
- func (*ProbingSessionChange_Removed) ProtoMessage()
- func (m *ProbingSessionChange_Removed) ProtoReflect() preflect.Message
- func (m *ProbingSessionChange_Removed) Reset()
- func (m *ProbingSessionChange_Removed) SetName(fv *Name)
- func (m *ProbingSessionChange_Removed) SetViewIndex(fv int32)
- func (m *ProbingSessionChange_Removed) String() string
- func (m *ProbingSessionChange_Removed) Unmarshal(b []byte) error
- func (m *ProbingSessionChange_Removed) UnmarshalJSON(data []byte) error
- type ProbingSessionChange_Removed_
- type ProbingSessionFieldPathBuilder
- func (ProbingSessionFieldPathBuilder) DisplayName() ProbingSessionPathSelectorDisplayName
- func (ProbingSessionFieldPathBuilder) Metadata() ProbingSessionPathSelectorMetadata
- func (ProbingSessionFieldPathBuilder) Name() ProbingSessionPathSelectorName
- func (ProbingSessionFieldPathBuilder) ProbingDistribution() ProbingSessionPathSelectorProbingDistribution
- func (ProbingSessionFieldPathBuilder) ProbingDistributions() ProbingSessionPathSelectorProbingDistributions
- func (ProbingSessionFieldPathBuilder) Spec() ProbingSessionPathSelectorSpec
- func (ProbingSessionFieldPathBuilder) Status() ProbingSessionPathSelectorStatus
- type ProbingSessionList
- func (l ProbingSessionList) Append(item gotenresource.Resource) gotenresource.ResourceList
- func (l ProbingSessionList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
- func (l ProbingSessionList) At(idx int) gotenresource.Resource
- func (l ProbingSessionList) Length() int
- func (l ProbingSessionList) Set(idx int, res gotenresource.Resource)
- func (l ProbingSessionList) Slice(first, second int) gotenresource.ResourceList
- type ProbingSessionMap
- func (m ProbingSessionMap) Delete(name gotenresource.Name)
- func (m ProbingSessionMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
- func (m ProbingSessionMap) Get(name gotenresource.Name) gotenresource.Resource
- func (m ProbingSessionMap) Length() int
- func (m ProbingSessionMap) Set(res gotenresource.Resource)
- type ProbingSessionMapPathSelectorMetadataAnnotations
- func (s ProbingSessionMapPathSelectorMetadataAnnotations) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionMapPathSelectorMetadataAnnotations) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionMapPathSelectorMetadataLabels
- func (s ProbingSessionMapPathSelectorMetadataLabels) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionMapPathSelectorMetadataLabels) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionMapPathSelectorMetadataShards
- func (s ProbingSessionMapPathSelectorMetadataShards) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionMapPathSelectorMetadataShards) WithValue(value int64) *ProbingSession_FieldSubPathValue
- type ProbingSessionMapPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (s ProbingSessionMapPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionMapPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionMapPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionMapPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders
- func (s ProbingSessionMapPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionMapPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionMapPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionNameList
- func (l ProbingSessionNameList) Append(name gotenresource.Name) gotenresource.NameList
- func (l ProbingSessionNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
- func (l ProbingSessionNameList) At(idx int) gotenresource.Name
- func (l ProbingSessionNameList) Length() int
- func (l ProbingSessionNameList) Set(idx int, name gotenresource.Name)
- func (l ProbingSessionNameList) Slice(first, second int) gotenresource.NameList
- type ProbingSessionParentNameList
- func (l ProbingSessionParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
- func (l ProbingSessionParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
- func (l ProbingSessionParentNameList) At(idx int) gotenresource.Name
- func (l ProbingSessionParentNameList) Length() int
- func (l ProbingSessionParentNameList) Set(idx int, name gotenresource.Name)
- func (l ProbingSessionParentNameList) Slice(first, second int) gotenresource.ParentNameList
- type ProbingSessionParentReferenceList
- func (l ProbingSessionParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
- func (l ProbingSessionParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
- func (l ProbingSessionParentReferenceList) At(idx int) gotenresource.Reference
- func (l ProbingSessionParentReferenceList) Length() int
- func (l ProbingSessionParentReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l ProbingSessionParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
- type ProbingSessionPathSelectorDisplayName
- func (ProbingSessionPathSelectorDisplayName) FieldPath() *ProbingSession_FieldTerminalPath
- func (s ProbingSessionPathSelectorDisplayName) WithArrayOfValues(values []string) *ProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingSessionPathSelectorDisplayName) WithValue(value string) *ProbingSession_FieldTerminalPathValue
- type ProbingSessionPathSelectorMetadata
- func (ProbingSessionPathSelectorMetadata) Annotations() ProbingSessionPathSelectorMetadataAnnotations
- func (ProbingSessionPathSelectorMetadata) CreateTime() ProbingSessionPathSelectorMetadataCreateTime
- func (ProbingSessionPathSelectorMetadata) DeleteTime() ProbingSessionPathSelectorMetadataDeleteTime
- func (ProbingSessionPathSelectorMetadata) FieldPath() *ProbingSession_FieldTerminalPath
- func (ProbingSessionPathSelectorMetadata) Generation() ProbingSessionPathSelectorMetadataGeneration
- func (ProbingSessionPathSelectorMetadata) Labels() ProbingSessionPathSelectorMetadataLabels
- func (ProbingSessionPathSelectorMetadata) Lifecycle() ProbingSessionPathSelectorMetadataLifecycle
- func (ProbingSessionPathSelectorMetadata) OwnerReferences() ProbingSessionPathSelectorMetadataOwnerReferences
- func (ProbingSessionPathSelectorMetadata) ResourceVersion() ProbingSessionPathSelectorMetadataResourceVersion
- func (ProbingSessionPathSelectorMetadata) Shards() ProbingSessionPathSelectorMetadataShards
- func (ProbingSessionPathSelectorMetadata) Syncing() ProbingSessionPathSelectorMetadataSyncing
- func (ProbingSessionPathSelectorMetadata) Tags() ProbingSessionPathSelectorMetadataTags
- func (ProbingSessionPathSelectorMetadata) UpdateTime() ProbingSessionPathSelectorMetadataUpdateTime
- func (ProbingSessionPathSelectorMetadata) Uuid() ProbingSessionPathSelectorMetadataUuid
- func (s ProbingSessionPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *ProbingSession_FieldSubPathArrayItemValue
- func (s ProbingSessionPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *ProbingSession_FieldSubPathArrayOfValues
- func (ProbingSessionPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *ProbingSession_FieldSubPathValue
- func (s ProbingSessionPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *ProbingSession_FieldTerminalPathValue
- type ProbingSessionPathSelectorMetadataAnnotations
- func (ProbingSessionPathSelectorMetadataAnnotations) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ProbingSession_FieldSubPathArrayOfValues
- func (ProbingSessionPathSelectorMetadataAnnotations) WithKey(key string) ProbingSessionMapPathSelectorMetadataAnnotations
- func (s ProbingSessionPathSelectorMetadataAnnotations) WithValue(value map[string]string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataCreateTime
- func (ProbingSessionPathSelectorMetadataCreateTime) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataDeleteTime
- func (ProbingSessionPathSelectorMetadataDeleteTime) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataGeneration
- func (ProbingSessionPathSelectorMetadataGeneration) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataGeneration) WithValue(value int64) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataLabels
- func (ProbingSessionPathSelectorMetadataLabels) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *ProbingSession_FieldSubPathArrayOfValues
- func (ProbingSessionPathSelectorMetadataLabels) WithKey(key string) ProbingSessionMapPathSelectorMetadataLabels
- func (s ProbingSessionPathSelectorMetadataLabels) WithValue(value map[string]string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataLifecycle
- func (ProbingSessionPathSelectorMetadataLifecycle) BlockDeletion() ProbingSessionPathSelectorMetadataLifecycleBlockDeletion
- func (ProbingSessionPathSelectorMetadataLifecycle) FieldPath() *ProbingSession_FieldSubPath
- func (ProbingSessionPathSelectorMetadataLifecycle) State() ProbingSessionPathSelectorMetadataLifecycleState
- func (s ProbingSessionPathSelectorMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataLifecycleBlockDeletion
- func (ProbingSessionPathSelectorMetadataLifecycleBlockDeletion) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataLifecycleState
- func (ProbingSessionPathSelectorMetadataLifecycleState) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataOwnerReferences
- func (ProbingSessionPathSelectorMetadataOwnerReferences) BlockOwnerDeletion() ProbingSessionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (ProbingSessionPathSelectorMetadataOwnerReferences) Controller() ProbingSessionPathSelectorMetadataOwnerReferencesController
- func (ProbingSessionPathSelectorMetadataOwnerReferences) FieldPath() *ProbingSession_FieldSubPath
- func (ProbingSessionPathSelectorMetadataOwnerReferences) Kind() ProbingSessionPathSelectorMetadataOwnerReferencesKind
- func (ProbingSessionPathSelectorMetadataOwnerReferences) Name() ProbingSessionPathSelectorMetadataOwnerReferencesName
- func (ProbingSessionPathSelectorMetadataOwnerReferences) Region() ProbingSessionPathSelectorMetadataOwnerReferencesRegion
- func (ProbingSessionPathSelectorMetadataOwnerReferences) RequiresOwnerReference() ProbingSessionPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (ProbingSessionPathSelectorMetadataOwnerReferences) Version() ProbingSessionPathSelectorMetadataOwnerReferencesVersion
- func (s ProbingSessionPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ProbingSession_FieldSubPathArrayItemValue
- func (s ProbingSessionPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (ProbingSessionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataOwnerReferencesController
- func (ProbingSessionPathSelectorMetadataOwnerReferencesController) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataOwnerReferencesKind
- func (ProbingSessionPathSelectorMetadataOwnerReferencesKind) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataOwnerReferencesName
- func (ProbingSessionPathSelectorMetadataOwnerReferencesName) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataOwnerReferencesName) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataOwnerReferencesRegion
- func (ProbingSessionPathSelectorMetadataOwnerReferencesRegion) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (ProbingSessionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataOwnerReferencesVersion
- func (ProbingSessionPathSelectorMetadataOwnerReferencesVersion) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataResourceVersion
- func (ProbingSessionPathSelectorMetadataResourceVersion) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataResourceVersion) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataShards
- func (ProbingSessionPathSelectorMetadataShards) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *ProbingSession_FieldSubPathArrayOfValues
- func (ProbingSessionPathSelectorMetadataShards) WithKey(key string) ProbingSessionMapPathSelectorMetadataShards
- func (s ProbingSessionPathSelectorMetadataShards) WithValue(value map[string]int64) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataSyncing
- func (ProbingSessionPathSelectorMetadataSyncing) FieldPath() *ProbingSession_FieldSubPath
- func (ProbingSessionPathSelectorMetadataSyncing) OwningRegion() ProbingSessionPathSelectorMetadataSyncingOwningRegion
- func (ProbingSessionPathSelectorMetadataSyncing) Regions() ProbingSessionPathSelectorMetadataSyncingRegions
- func (s ProbingSessionPathSelectorMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataSyncingOwningRegion
- func (ProbingSessionPathSelectorMetadataSyncingOwningRegion) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataSyncingRegions
- func (ProbingSessionPathSelectorMetadataSyncingRegions) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataSyncingRegions) WithItemValue(value string) *ProbingSession_FieldSubPathArrayItemValue
- func (s ProbingSessionPathSelectorMetadataSyncingRegions) WithValue(value []string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataTags
- func (ProbingSessionPathSelectorMetadataTags) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataTags) WithItemValue(value string) *ProbingSession_FieldSubPathArrayItemValue
- func (s ProbingSessionPathSelectorMetadataTags) WithValue(value []string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataUpdateTime
- func (ProbingSessionPathSelectorMetadataUpdateTime) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorMetadataUuid
- func (ProbingSessionPathSelectorMetadataUuid) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorMetadataUuid) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorMetadataUuid) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorName
- func (ProbingSessionPathSelectorName) FieldPath() *ProbingSession_FieldTerminalPath
- func (s ProbingSessionPathSelectorName) WithArrayOfValues(values []*Name) *ProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingSessionPathSelectorName) WithValue(value *Name) *ProbingSession_FieldTerminalPathValue
- type ProbingSessionPathSelectorProbingDistribution
- func (ProbingSessionPathSelectorProbingDistribution) FieldPath() *ProbingSession_FieldTerminalPath
- func (s ProbingSessionPathSelectorProbingDistribution) WithArrayOfValues(values []*probing_distribution.Reference) *ProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingSessionPathSelectorProbingDistribution) WithValue(value *probing_distribution.Reference) *ProbingSession_FieldTerminalPathValue
- type ProbingSessionPathSelectorProbingDistributions
- func (ProbingSessionPathSelectorProbingDistributions) FieldPath() *ProbingSession_FieldTerminalPath
- func (s ProbingSessionPathSelectorProbingDistributions) WithArrayOfValues(values [][]*probing_distribution.Reference) *ProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingSessionPathSelectorProbingDistributions) WithItemValue(value *probing_distribution.Reference) *ProbingSession_FieldTerminalPathArrayItemValue
- func (s ProbingSessionPathSelectorProbingDistributions) WithValue(value []*probing_distribution.Reference) *ProbingSession_FieldTerminalPathValue
- type ProbingSessionPathSelectorSpec
- func (ProbingSessionPathSelectorSpec) Address() ProbingSessionPathSelectorSpecAddress
- func (ProbingSessionPathSelectorSpec) Addresses() ProbingSessionPathSelectorSpecAddresses
- func (ProbingSessionPathSelectorSpec) EnablePcap() ProbingSessionPathSelectorSpecEnablePcap
- func (ProbingSessionPathSelectorSpec) FieldPath() *ProbingSession_FieldTerminalPath
- func (ProbingSessionPathSelectorSpec) HttpProbingConfig() ProbingSessionPathSelectorSpecHttpProbingConfig
- func (ProbingSessionPathSelectorSpec) Interval() ProbingSessionPathSelectorSpecInterval
- func (ProbingSessionPathSelectorSpec) IpVersion() ProbingSessionPathSelectorSpecIpVersion
- func (ProbingSessionPathSelectorSpec) Location() ProbingSessionPathSelectorSpecLocation
- func (ProbingSessionPathSelectorSpec) LocationType() ProbingSessionPathSelectorSpecLocationType
- func (ProbingSessionPathSelectorSpec) Mode() ProbingSessionPathSelectorSpecMode
- func (ProbingSessionPathSelectorSpec) PathProbing() ProbingSessionPathSelectorSpecPathProbing
- func (ProbingSessionPathSelectorSpec) Port() ProbingSessionPathSelectorSpecPort
- func (ProbingSessionPathSelectorSpec) Probe() ProbingSessionPathSelectorSpecProbe
- func (ProbingSessionPathSelectorSpec) ProxyConfiguration() ProbingSessionPathSelectorSpecProxyConfiguration
- func (ProbingSessionPathSelectorSpec) SpeedtestSettings() ProbingSessionPathSelectorSpecSpeedtestSettings
- func (ProbingSessionPathSelectorSpec) Target() ProbingSessionPathSelectorSpecTarget
- func (ProbingSessionPathSelectorSpec) TargetGroup() ProbingSessionPathSelectorSpecTargetGroup
- func (ProbingSessionPathSelectorSpec) Tos() ProbingSessionPathSelectorSpecTos
- func (ProbingSessionPathSelectorSpec) Type() ProbingSessionPathSelectorSpecType
- func (s ProbingSessionPathSelectorSpec) WithArrayOfValues(values []*ProbingSession_Spec) *ProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingSessionPathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue ProbingSessionSpec_FieldPathArrayItemValue) *ProbingSession_FieldSubPathArrayItemValue
- func (s ProbingSessionPathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues ProbingSessionSpec_FieldPathArrayOfValues) *ProbingSession_FieldSubPathArrayOfValues
- func (ProbingSessionPathSelectorSpec) WithSubPath(subPath ProbingSessionSpec_FieldPath) *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpec) WithSubValue(subPathValue ProbingSessionSpec_FieldPathValue) *ProbingSession_FieldSubPathValue
- func (s ProbingSessionPathSelectorSpec) WithValue(value *ProbingSession_Spec) *ProbingSession_FieldTerminalPathValue
- type ProbingSessionPathSelectorSpecAddress
- func (ProbingSessionPathSelectorSpecAddress) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecAddress) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecAddress) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecAddresses
- func (ProbingSessionPathSelectorSpecAddresses) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecAddresses) WithArrayOfValues(values [][]string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecAddresses) WithItemValue(value string) *ProbingSession_FieldSubPathArrayItemValue
- func (s ProbingSessionPathSelectorSpecAddresses) WithValue(value []string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecEnablePcap
- func (ProbingSessionPathSelectorSpecEnablePcap) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecEnablePcap) WithArrayOfValues(values []bool) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecEnablePcap) WithValue(value bool) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfig
- func (ProbingSessionPathSelectorSpecHttpProbingConfig) AuthConfig() ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig
- func (ProbingSessionPathSelectorSpecHttpProbingConfig) FieldPath() *ProbingSession_FieldSubPath
- func (ProbingSessionPathSelectorSpecHttpProbingConfig) HttpRequest() ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest
- func (s ProbingSessionPathSelectorSpecHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfig) WithValue(value *common.HTTPProbingConfig) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) FieldPath() *ProbingSession_FieldSubPath
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) Password() ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigPassword
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) RequestHeaderTokenKey() ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) TokenRequest() ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey() ...
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) TokenResponseBodyKey() ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyKey
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) TokenResponseHeader() ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseHeader
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) Username() ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigUsername
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) WithValue(value *common.HTTPProbingConfig_HTTPAuth) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigPassword
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigPassword) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigPassword) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod() ...
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode() ...
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest) FieldPath() *ProbingSession_FieldSubPath
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest) RequestBody() ...
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest) RequestHeaders() ...
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest) RequestMethod() ...
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest) Timeout() ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestTimeout
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest) Url() ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestUrl
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue(value uint32) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestBody
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingSession_FieldSubPathArrayOfValues
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey(key string) ...
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value map[string]string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestTimeout
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue(value *duration.Duration) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestUrl
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyKey
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseHeader
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigUsername
- func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigUsername) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigUsername) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest
- func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest) AuthenticationMethod() ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestAuthenticationMethod
- func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest) ExpectedResponseCode() ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestExpectedResponseCode
- func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest) FieldPath() *ProbingSession_FieldSubPath
- func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest) RequestBody() ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestBody
- func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest) RequestHeaders() ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders
- func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest) RequestMethod() ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestMethod
- func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest) Timeout() ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestTimeout
- func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest) Url() ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestUrl
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestAuthenticationMethod
- func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestExpectedResponseCode
- func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithValue(value uint32) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestBody
- func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestBody) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestBody) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders
- func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingSession_FieldSubPathArrayOfValues
- func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders) WithKey(key string) ProbingSessionMapPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue(value map[string]string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestMethod
- func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestMethod) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestTimeout
- func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestTimeout) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestTimeout) WithValue(value *duration.Duration) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestUrl
- func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestUrl) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestUrl) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecInterval
- func (ProbingSessionPathSelectorSpecInterval) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecInterval) WithArrayOfValues(values []*duration.Duration) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecInterval) WithValue(value *duration.Duration) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecIpVersion
- func (ProbingSessionPathSelectorSpecIpVersion) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecIpVersion) WithValue(value common.IpVersion) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocation
- func (ProbingSessionPathSelectorSpecLocation) Accuracy() ProbingSessionPathSelectorSpecLocationAccuracy
- func (ProbingSessionPathSelectorSpecLocation) Address() ProbingSessionPathSelectorSpecLocationAddress
- func (ProbingSessionPathSelectorSpecLocation) AdminHierarchy() ProbingSessionPathSelectorSpecLocationAdminHierarchy
- func (ProbingSessionPathSelectorSpecLocation) Coordinates() ProbingSessionPathSelectorSpecLocationCoordinates
- func (ProbingSessionPathSelectorSpecLocation) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocation) WithArrayOfValues(values []*common.Location) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocation) WithValue(value *common.Location) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAccuracy
- func (ProbingSessionPathSelectorSpecLocationAccuracy) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationAccuracy) WithArrayOfValues(values []float64) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAccuracy) WithValue(value float64) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAddress
- func (ProbingSessionPathSelectorSpecLocationAddress) AdminArea1() ProbingSessionPathSelectorSpecLocationAddressAdminArea1
- func (ProbingSessionPathSelectorSpecLocationAddress) AdminArea2() ProbingSessionPathSelectorSpecLocationAddressAdminArea2
- func (ProbingSessionPathSelectorSpecLocationAddress) AdminArea3() ProbingSessionPathSelectorSpecLocationAddressAdminArea3
- func (ProbingSessionPathSelectorSpecLocationAddress) AdminArea4() ProbingSessionPathSelectorSpecLocationAddressAdminArea4
- func (ProbingSessionPathSelectorSpecLocationAddress) Continent() ProbingSessionPathSelectorSpecLocationAddressContinent
- func (ProbingSessionPathSelectorSpecLocationAddress) Country() ProbingSessionPathSelectorSpecLocationAddressCountry
- func (ProbingSessionPathSelectorSpecLocationAddress) CountryCode() ProbingSessionPathSelectorSpecLocationAddressCountryCode
- func (ProbingSessionPathSelectorSpecLocationAddress) FieldPath() *ProbingSession_FieldSubPath
- func (ProbingSessionPathSelectorSpecLocationAddress) PostalCode() ProbingSessionPathSelectorSpecLocationAddressPostalCode
- func (ProbingSessionPathSelectorSpecLocationAddress) StreetAddress() ProbingSessionPathSelectorSpecLocationAddressStreetAddress
- func (s ProbingSessionPathSelectorSpecLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAddress) WithValue(value *common.Address) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAddressAdminArea1
- func (ProbingSessionPathSelectorSpecLocationAddressAdminArea1) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAddressAdminArea1) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAddressAdminArea2
- func (ProbingSessionPathSelectorSpecLocationAddressAdminArea2) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAddressAdminArea2) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAddressAdminArea3
- func (ProbingSessionPathSelectorSpecLocationAddressAdminArea3) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAddressAdminArea3) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAddressAdminArea4
- func (ProbingSessionPathSelectorSpecLocationAddressAdminArea4) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAddressAdminArea4) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAddressContinent
- func (ProbingSessionPathSelectorSpecLocationAddressContinent) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationAddressContinent) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAddressContinent) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAddressCountry
- func (ProbingSessionPathSelectorSpecLocationAddressCountry) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationAddressCountry) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAddressCountry) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAddressCountryCode
- func (ProbingSessionPathSelectorSpecLocationAddressCountryCode) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAddressCountryCode) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAddressPostalCode
- func (ProbingSessionPathSelectorSpecLocationAddressPostalCode) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAddressPostalCode) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAddressStreetAddress
- func (ProbingSessionPathSelectorSpecLocationAddressStreetAddress) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAddressStreetAddress) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAdminHierarchy
- func (ProbingSessionPathSelectorSpecLocationAdminHierarchy) Admin1() ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin1
- func (ProbingSessionPathSelectorSpecLocationAdminHierarchy) Admin2() ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin2
- func (ProbingSessionPathSelectorSpecLocationAdminHierarchy) Admin3() ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin3
- func (ProbingSessionPathSelectorSpecLocationAdminHierarchy) Admin4() ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin4
- func (ProbingSessionPathSelectorSpecLocationAdminHierarchy) Admin5() ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin5
- func (ProbingSessionPathSelectorSpecLocationAdminHierarchy) Continent() ProbingSessionPathSelectorSpecLocationAdminHierarchyContinent
- func (ProbingSessionPathSelectorSpecLocationAdminHierarchy) Country() ProbingSessionPathSelectorSpecLocationAdminHierarchyCountry
- func (ProbingSessionPathSelectorSpecLocationAdminHierarchy) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin1
- func (ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin1) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin2
- func (ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin2) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin3
- func (ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin3) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin4
- func (ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin4) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin5
- func (ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin5) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAdminHierarchyContinent
- func (ProbingSessionPathSelectorSpecLocationAdminHierarchyContinent) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationAdminHierarchyCountry
- func (ProbingSessionPathSelectorSpecLocationAdminHierarchyCountry) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationCoordinates
- func (ProbingSessionPathSelectorSpecLocationCoordinates) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecLocationType
- func (ProbingSessionPathSelectorSpecLocationType) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecLocationType) WithArrayOfValues(values []common.LocationType) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecLocationType) WithValue(value common.LocationType) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecMode
- func (ProbingSessionPathSelectorSpecMode) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecMode) WithArrayOfValues(values []common.ProbingMode) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecMode) WithValue(value common.ProbingMode) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecPathProbing
- func (ProbingSessionPathSelectorSpecPathProbing) Attempts() ProbingSessionPathSelectorSpecPathProbingAttempts
- func (ProbingSessionPathSelectorSpecPathProbing) Enabled() ProbingSessionPathSelectorSpecPathProbingEnabled
- func (ProbingSessionPathSelectorSpecPathProbing) FieldPath() *ProbingSession_FieldSubPath
- func (ProbingSessionPathSelectorSpecPathProbing) Interval() ProbingSessionPathSelectorSpecPathProbingInterval
- func (ProbingSessionPathSelectorSpecPathProbing) IntervalSec() ProbingSessionPathSelectorSpecPathProbingIntervalSec
- func (ProbingSessionPathSelectorSpecPathProbing) MaxTtl() ProbingSessionPathSelectorSpecPathProbingMaxTtl
- func (ProbingSessionPathSelectorSpecPathProbing) Mode() ProbingSessionPathSelectorSpecPathProbingMode
- func (s ProbingSessionPathSelectorSpecPathProbing) WithArrayOfValues(values []*common.PathProbe) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecPathProbing) WithValue(value *common.PathProbe) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecPathProbingAttempts
- func (ProbingSessionPathSelectorSpecPathProbingAttempts) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecPathProbingAttempts) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecPathProbingAttempts) WithValue(value *wrappers.UInt32Value) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecPathProbingEnabled
- func (ProbingSessionPathSelectorSpecPathProbingEnabled) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecPathProbingEnabled) WithArrayOfValues(values []bool) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecPathProbingEnabled) WithValue(value bool) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecPathProbingInterval
- func (ProbingSessionPathSelectorSpecPathProbingInterval) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecPathProbingInterval) WithArrayOfValues(values []*duration.Duration) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecPathProbingInterval) WithValue(value *duration.Duration) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecPathProbingIntervalSec
- func (ProbingSessionPathSelectorSpecPathProbingIntervalSec) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecPathProbingIntervalSec) WithArrayOfValues(values []int64) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecPathProbingIntervalSec) WithValue(value int64) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecPathProbingMaxTtl
- func (ProbingSessionPathSelectorSpecPathProbingMaxTtl) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecPathProbingMaxTtl) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecPathProbingMaxTtl) WithValue(value *wrappers.UInt32Value) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecPathProbingMode
- func (ProbingSessionPathSelectorSpecPathProbingMode) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecPathProbingMode) WithArrayOfValues(values []common.ProbingMode) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecPathProbingMode) WithValue(value common.ProbingMode) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecPort
- func (ProbingSessionPathSelectorSpecPort) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecPort) WithArrayOfValues(values []uint32) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecPort) WithValue(value uint32) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecProbe
- func (ProbingSessionPathSelectorSpecProbe) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecProbe) WithArrayOfValues(values []*probe.Reference) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecProbe) WithValue(value *probe.Reference) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecProxyConfiguration
- func (ProbingSessionPathSelectorSpecProxyConfiguration) FieldPath() *ProbingSession_FieldSubPath
- func (ProbingSessionPathSelectorSpecProxyConfiguration) HttpProxy() ProbingSessionPathSelectorSpecProxyConfigurationHttpProxy
- func (ProbingSessionPathSelectorSpecProxyConfiguration) HttpsProxy() ProbingSessionPathSelectorSpecProxyConfigurationHttpsProxy
- func (ProbingSessionPathSelectorSpecProxyConfiguration) NoProxy() ProbingSessionPathSelectorSpecProxyConfigurationNoProxy
- func (ProbingSessionPathSelectorSpecProxyConfiguration) ProxySetting() ProbingSessionPathSelectorSpecProxyConfigurationProxySetting
- func (s ProbingSessionPathSelectorSpecProxyConfiguration) WithArrayOfValues(values []*common.ProxyConfiguration) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecProxyConfiguration) WithValue(value *common.ProxyConfiguration) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecProxyConfigurationHttpProxy
- func (ProbingSessionPathSelectorSpecProxyConfigurationHttpProxy) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecProxyConfigurationHttpProxy) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecProxyConfigurationHttpProxy) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecProxyConfigurationHttpsProxy
- func (ProbingSessionPathSelectorSpecProxyConfigurationHttpsProxy) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecProxyConfigurationHttpsProxy) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecProxyConfigurationHttpsProxy) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecProxyConfigurationNoProxy
- func (ProbingSessionPathSelectorSpecProxyConfigurationNoProxy) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecProxyConfigurationNoProxy) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecProxyConfigurationNoProxy) WithValue(value string) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecProxyConfigurationProxySetting
- func (ProbingSessionPathSelectorSpecProxyConfigurationProxySetting) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecProxyConfigurationProxySetting) WithArrayOfValues(values []common.ProxySetting) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecProxyConfigurationProxySetting) WithValue(value common.ProxySetting) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecSpeedtestSettings
- func (ProbingSessionPathSelectorSpecSpeedtestSettings) Duration() ProbingSessionPathSelectorSpecSpeedtestSettingsDuration
- func (ProbingSessionPathSelectorSpecSpeedtestSettings) FieldPath() *ProbingSession_FieldSubPath
- func (ProbingSessionPathSelectorSpecSpeedtestSettings) ServerSelection() ProbingSessionPathSelectorSpecSpeedtestSettingsServerSelection
- func (ProbingSessionPathSelectorSpecSpeedtestSettings) TcpPort() ProbingSessionPathSelectorSpecSpeedtestSettingsTcpPort
- func (s ProbingSessionPathSelectorSpecSpeedtestSettings) WithArrayOfValues(values []*common.SpeedTestSettings) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecSpeedtestSettings) WithValue(value *common.SpeedTestSettings) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecSpeedtestSettingsDuration
- func (ProbingSessionPathSelectorSpecSpeedtestSettingsDuration) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecSpeedtestSettingsDuration) WithArrayOfValues(values []*duration.Duration) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecSpeedtestSettingsDuration) WithValue(value *duration.Duration) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecSpeedtestSettingsServerSelection
- func (ProbingSessionPathSelectorSpecSpeedtestSettingsServerSelection) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecSpeedtestSettingsServerSelection) WithArrayOfValues(values []common.SpeedTestSettings_ServerSelection) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecSpeedtestSettingsServerSelection) WithValue(value common.SpeedTestSettings_ServerSelection) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecSpeedtestSettingsTcpPort
- func (ProbingSessionPathSelectorSpecSpeedtestSettingsTcpPort) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecSpeedtestSettingsTcpPort) WithArrayOfValues(values []int32) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecSpeedtestSettingsTcpPort) WithValue(value int32) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecTarget
- func (ProbingSessionPathSelectorSpecTarget) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecTarget) WithArrayOfValues(values []*probing_target.Reference) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecTarget) WithValue(value *probing_target.Reference) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecTargetGroup
- func (ProbingSessionPathSelectorSpecTargetGroup) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecTargetGroup) WithArrayOfValues(values []*probing_target_group.Reference) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecTargetGroup) WithValue(value *probing_target_group.Reference) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecTos
- func (ProbingSessionPathSelectorSpecTos) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecTos) WithArrayOfValues(values []uint32) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecTos) WithValue(value uint32) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorSpecType
- func (ProbingSessionPathSelectorSpecType) FieldPath() *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorSpecType) WithArrayOfValues(values []ProbingSessionType) *ProbingSession_FieldSubPathArrayOfValues
- func (s ProbingSessionPathSelectorSpecType) WithValue(value ProbingSessionType) *ProbingSession_FieldSubPathValue
- type ProbingSessionPathSelectorStatus
- func (ProbingSessionPathSelectorStatus) FieldPath() *ProbingSession_FieldTerminalPath
- func (s ProbingSessionPathSelectorStatus) WithArrayOfValues(values []*ProbingSession_Status) *ProbingSession_FieldTerminalPathArrayOfValues
- func (s ProbingSessionPathSelectorStatus) WithSubArrayItemValue(subPathArrayItemValue ProbingSessionStatus_FieldPathArrayItemValue) *ProbingSession_FieldSubPathArrayItemValue
- func (s ProbingSessionPathSelectorStatus) WithSubArrayOfValues(subPathArrayOfValues ProbingSessionStatus_FieldPathArrayOfValues) *ProbingSession_FieldSubPathArrayOfValues
- func (ProbingSessionPathSelectorStatus) WithSubPath(subPath ProbingSessionStatus_FieldPath) *ProbingSession_FieldSubPath
- func (s ProbingSessionPathSelectorStatus) WithSubValue(subPathValue ProbingSessionStatus_FieldPathValue) *ProbingSession_FieldSubPathValue
- func (s ProbingSessionPathSelectorStatus) WithValue(value *ProbingSession_Status) *ProbingSession_FieldTerminalPathValue
- type ProbingSessionReferenceList
- func (l ProbingSessionReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
- func (l ProbingSessionReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
- func (l ProbingSessionReferenceList) At(idx int) gotenresource.Reference
- func (l ProbingSessionReferenceList) Length() int
- func (l ProbingSessionReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l ProbingSessionReferenceList) Slice(first, second int) gotenresource.ReferenceList
- type ProbingSessionSpecFieldPathBuilder
- func (ProbingSessionSpecFieldPathBuilder) Address() ProbingSession_SpecPathSelectorAddress
- func (ProbingSessionSpecFieldPathBuilder) Addresses() ProbingSession_SpecPathSelectorAddresses
- func (ProbingSessionSpecFieldPathBuilder) EnablePcap() ProbingSession_SpecPathSelectorEnablePcap
- func (ProbingSessionSpecFieldPathBuilder) HttpProbingConfig() ProbingSession_SpecPathSelectorHttpProbingConfig
- func (ProbingSessionSpecFieldPathBuilder) Interval() ProbingSession_SpecPathSelectorInterval
- func (ProbingSessionSpecFieldPathBuilder) IpVersion() ProbingSession_SpecPathSelectorIpVersion
- func (ProbingSessionSpecFieldPathBuilder) Location() ProbingSession_SpecPathSelectorLocation
- func (ProbingSessionSpecFieldPathBuilder) LocationType() ProbingSession_SpecPathSelectorLocationType
- func (ProbingSessionSpecFieldPathBuilder) Mode() ProbingSession_SpecPathSelectorMode
- func (ProbingSessionSpecFieldPathBuilder) PathProbing() ProbingSession_SpecPathSelectorPathProbing
- func (ProbingSessionSpecFieldPathBuilder) Port() ProbingSession_SpecPathSelectorPort
- func (ProbingSessionSpecFieldPathBuilder) Probe() ProbingSession_SpecPathSelectorProbe
- func (ProbingSessionSpecFieldPathBuilder) ProxyConfiguration() ProbingSession_SpecPathSelectorProxyConfiguration
- func (ProbingSessionSpecFieldPathBuilder) SpeedtestSettings() ProbingSession_SpecPathSelectorSpeedtestSettings
- func (ProbingSessionSpecFieldPathBuilder) Target() ProbingSession_SpecPathSelectorTarget
- func (ProbingSessionSpecFieldPathBuilder) TargetGroup() ProbingSession_SpecPathSelectorTargetGroup
- func (ProbingSessionSpecFieldPathBuilder) Tos() ProbingSession_SpecPathSelectorTos
- func (ProbingSessionSpecFieldPathBuilder) Type() ProbingSession_SpecPathSelectorType
- type ProbingSessionSpec_FieldPath
- type ProbingSessionSpec_FieldPathArrayItemValue
- type ProbingSessionSpec_FieldPathArrayOfValues
- type ProbingSessionSpec_FieldPathSelector
- type ProbingSessionSpec_FieldPathValue
- type ProbingSessionSpec_FieldSubPath
- func (fps *ProbingSessionSpec_FieldSubPath) AsHttpProbingConfigSubPath() (common.HTTPProbingConfig_FieldPath, bool)
- func (fps *ProbingSessionSpec_FieldSubPath) AsLocationSubPath() (common.Location_FieldPath, bool)
- func (fps *ProbingSessionSpec_FieldSubPath) AsPathProbingSubPath() (common.PathProbe_FieldPath, bool)
- func (fps *ProbingSessionSpec_FieldSubPath) AsProxyConfigurationSubPath() (common.ProxyConfiguration_FieldPath, bool)
- func (fps *ProbingSessionSpec_FieldSubPath) AsSpeedtestSettingsSubPath() (common.SpeedTestSettings_FieldPath, bool)
- func (fps *ProbingSessionSpec_FieldSubPath) ClearValue(item *ProbingSession_Spec)
- func (fps *ProbingSessionSpec_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ProbingSessionSpec_FieldSubPath) Get(source *ProbingSession_Spec) (values []interface{})
- func (fps *ProbingSessionSpec_FieldSubPath) GetDefault() interface{}
- func (fps *ProbingSessionSpec_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ProbingSessionSpec_FieldSubPath) GetSingle(source *ProbingSession_Spec) (interface{}, bool)
- func (fps *ProbingSessionSpec_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ProbingSessionSpec_FieldSubPath) IsLeaf() bool
- func (fps *ProbingSessionSpec_FieldSubPath) JSONString() string
- func (fps *ProbingSessionSpec_FieldSubPath) Selector() ProbingSessionSpec_FieldPathSelector
- func (fps *ProbingSessionSpec_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ProbingSessionSpec_FieldSubPath) String() string
- func (fps *ProbingSessionSpec_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingSessionSpec_FieldPathArrayItemValue
- func (fps *ProbingSessionSpec_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingSessionSpec_FieldPathArrayOfValues
- func (fps *ProbingSessionSpec_FieldSubPath) WithIValue(value interface{}) ProbingSessionSpec_FieldPathValue
- func (fps *ProbingSessionSpec_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ProbingSessionSpec_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ProbingSessionSpec_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingSessionSpec_FieldSubPathArrayItemValue
- func (fpaivs *ProbingSessionSpec_FieldSubPathArrayItemValue) AsHttpProbingConfigPathItemValue() (common.HTTPProbingConfig_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingSessionSpec_FieldSubPathArrayItemValue) AsLocationPathItemValue() (common.Location_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingSessionSpec_FieldSubPathArrayItemValue) AsPathProbingPathItemValue() (common.PathProbe_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingSessionSpec_FieldSubPathArrayItemValue) AsProxyConfigurationPathItemValue() (common.ProxyConfiguration_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingSessionSpec_FieldSubPathArrayItemValue) AsSpeedtestSettingsPathItemValue() (common.SpeedTestSettings_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingSessionSpec_FieldSubPathArrayItemValue) ContainsValue(source *ProbingSession_Spec) bool
- func (fpaivs *ProbingSessionSpec_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ProbingSessionSpec_FieldSubPathArrayOfValues
- func (fpsaov *ProbingSessionSpec_FieldSubPathArrayOfValues) AsHttpProbingConfigPathArrayOfValues() (common.HTTPProbingConfig_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingSessionSpec_FieldSubPathArrayOfValues) AsLocationPathArrayOfValues() (common.Location_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingSessionSpec_FieldSubPathArrayOfValues) AsPathProbingPathArrayOfValues() (common.PathProbe_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingSessionSpec_FieldSubPathArrayOfValues) AsProxyConfigurationPathArrayOfValues() (common.ProxyConfiguration_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingSessionSpec_FieldSubPathArrayOfValues) AsSpeedtestSettingsPathArrayOfValues() (common.SpeedTestSettings_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingSessionSpec_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type ProbingSessionSpec_FieldSubPathValue
- func (fpvs *ProbingSessionSpec_FieldSubPathValue) AsHttpProbingConfigPathValue() (common.HTTPProbingConfig_FieldPathValue, bool)
- func (fpvs *ProbingSessionSpec_FieldSubPathValue) AsLocationPathValue() (common.Location_FieldPathValue, bool)
- func (fpvs *ProbingSessionSpec_FieldSubPathValue) AsPathProbingPathValue() (common.PathProbe_FieldPathValue, bool)
- func (fpvs *ProbingSessionSpec_FieldSubPathValue) AsProxyConfigurationPathValue() (common.ProxyConfiguration_FieldPathValue, bool)
- func (fpvs *ProbingSessionSpec_FieldSubPathValue) AsSpeedtestSettingsPathValue() (common.SpeedTestSettings_FieldPathValue, bool)
- func (fpvs *ProbingSessionSpec_FieldSubPathValue) CompareWith(source *ProbingSession_Spec) (int, bool)
- func (fpvs *ProbingSessionSpec_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ProbingSessionSpec_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ProbingSessionSpec_FieldSubPathValue) SetTo(target **ProbingSession_Spec)
- func (fpvs *ProbingSessionSpec_FieldSubPathValue) SetToRaw(target proto.Message)
- type ProbingSessionSpec_FieldTerminalPath
- func (fp *ProbingSessionSpec_FieldTerminalPath) ClearValue(item *ProbingSession_Spec)
- func (fp *ProbingSessionSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbingSessionSpec_FieldTerminalPath) Get(source *ProbingSession_Spec) (values []interface{})
- func (fp *ProbingSessionSpec_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbingSessionSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbingSessionSpec_FieldTerminalPath) GetSingle(source *ProbingSession_Spec) (interface{}, bool)
- func (fp *ProbingSessionSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbingSessionSpec_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbingSessionSpec_FieldTerminalPath) JSONString() string
- func (fp *ProbingSessionSpec_FieldTerminalPath) Selector() ProbingSessionSpec_FieldPathSelector
- func (fp *ProbingSessionSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbingSessionSpec_FieldTerminalPath) String() string
- func (fp *ProbingSessionSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingSessionSpec_FieldPathArrayItemValue
- func (fp *ProbingSessionSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingSessionSpec_FieldPathArrayOfValues
- func (fp *ProbingSessionSpec_FieldTerminalPath) WithIValue(value interface{}) ProbingSessionSpec_FieldPathValue
- func (fp *ProbingSessionSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbingSessionSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbingSessionSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingSessionSpec_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbingSessionSpec_FieldTerminalPathArrayItemValue) AsAddressesItemValue() (string, bool)
- func (fpaiv *ProbingSessionSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingSession_Spec) bool
- func (fpaiv *ProbingSessionSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbingSessionSpec_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingSession_Spec) (interface{}, bool)
- func (fpaiv *ProbingSessionSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsAddressArrayOfValues() ([]string, bool)
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsAddressesArrayOfValues() ([][]string, bool)
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsEnablePcapArrayOfValues() ([]bool, bool)
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsHttpProbingConfigArrayOfValues() ([]*common.HTTPProbingConfig, bool)
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsIntervalArrayOfValues() ([]*duration.Duration, bool)
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsIpVersionArrayOfValues() ([]common.IpVersion, bool)
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsLocationArrayOfValues() ([]*common.Location, bool)
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsLocationTypeArrayOfValues() ([]common.LocationType, bool)
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsModeArrayOfValues() ([]common.ProbingMode, bool)
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsPathProbingArrayOfValues() ([]*common.PathProbe, bool)
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsPortArrayOfValues() ([]uint32, bool)
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsProbeArrayOfValues() ([]*probe.Reference, bool)
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsProxyConfigurationArrayOfValues() ([]*common.ProxyConfiguration, bool)
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsSpeedtestSettingsArrayOfValues() ([]*common.SpeedTestSettings, bool)
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsTargetArrayOfValues() ([]*probing_target.Reference, bool)
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsTargetGroupArrayOfValues() ([]*probing_target_group.Reference, bool)
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsTosArrayOfValues() ([]uint32, bool)
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]ProbingSessionType, bool)
- func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbingSessionSpec_FieldTerminalPathValue
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsAddressValue() (string, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsAddressesValue() ([]string, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsEnablePcapValue() (bool, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsHttpProbingConfigValue() (*common.HTTPProbingConfig, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsIntervalValue() (*duration.Duration, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsIpVersionValue() (common.IpVersion, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsLocationTypeValue() (common.LocationType, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsLocationValue() (*common.Location, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsModeValue() (common.ProbingMode, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsPathProbingValue() (*common.PathProbe, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsPortValue() (uint32, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsProbeValue() (*probe.Reference, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsProxyConfigurationValue() (*common.ProxyConfiguration, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsSpeedtestSettingsValue() (*common.SpeedTestSettings, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsTargetGroupValue() (*probing_target_group.Reference, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsTargetValue() (*probing_target.Reference, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsTosValue() (uint32, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsTypeValue() (ProbingSessionType, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) CompareWith(source *ProbingSession_Spec) (int, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) SetTo(target **ProbingSession_Spec)
- func (fpv *ProbingSessionSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbingSessionStatusFieldPathBuilder
- type ProbingSessionStatus_FieldPath
- func BuildProbingSessionStatus_FieldPath(fp gotenobject.RawFieldPath) (ProbingSessionStatus_FieldPath, error)
- func MustParseProbingSessionStatus_FieldPath(rawField string) ProbingSessionStatus_FieldPath
- func ParseProbingSessionStatus_FieldPath(rawField string) (ProbingSessionStatus_FieldPath, error)
- type ProbingSessionStatus_FieldPathArrayItemValue
- type ProbingSessionStatus_FieldPathArrayOfValues
- type ProbingSessionStatus_FieldPathSelector
- type ProbingSessionStatus_FieldPathValue
- type ProbingSessionStatus_FieldTerminalPath
- func (fp *ProbingSessionStatus_FieldTerminalPath) ClearValue(item *ProbingSession_Status)
- func (fp *ProbingSessionStatus_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbingSessionStatus_FieldTerminalPath) Get(source *ProbingSession_Status) (values []interface{})
- func (fp *ProbingSessionStatus_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbingSessionStatus_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbingSessionStatus_FieldTerminalPath) GetSingle(source *ProbingSession_Status) (interface{}, bool)
- func (fp *ProbingSessionStatus_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbingSessionStatus_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbingSessionStatus_FieldTerminalPath) JSONString() string
- func (fp *ProbingSessionStatus_FieldTerminalPath) Selector() ProbingSessionStatus_FieldPathSelector
- func (fp *ProbingSessionStatus_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbingSessionStatus_FieldTerminalPath) String() string
- func (fp *ProbingSessionStatus_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingSessionStatus_FieldPathArrayItemValue
- func (fp *ProbingSessionStatus_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingSessionStatus_FieldPathArrayOfValues
- func (fp *ProbingSessionStatus_FieldTerminalPath) WithIValue(value interface{}) ProbingSessionStatus_FieldPathValue
- func (fp *ProbingSessionStatus_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbingSessionStatus_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbingSessionStatus_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingSessionStatus_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbingSessionStatus_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingSession_Status) bool
- func (fpaiv *ProbingSessionStatus_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbingSessionStatus_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingSession_Status) (interface{}, bool)
- func (fpaiv *ProbingSessionStatus_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbingSessionStatus_FieldTerminalPathArrayOfValues
- type ProbingSessionStatus_FieldTerminalPathValue
- func (fpv *ProbingSessionStatus_FieldTerminalPathValue) CompareWith(source *ProbingSession_Status) (int, bool)
- func (fpv *ProbingSessionStatus_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbingSessionStatus_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbingSessionStatus_FieldTerminalPathValue) SetTo(target **ProbingSession_Status)
- func (fpv *ProbingSessionStatus_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbingSessionType
- func (ProbingSessionType) Descriptor() preflect.EnumDescriptor
- func (x ProbingSessionType) Enum() *ProbingSessionType
- func (ProbingSessionType) EnumDescriptor() ([]byte, []int)
- func (x ProbingSessionType) Number() preflect.EnumNumber
- func (x ProbingSessionType) String() string
- func (ProbingSessionType) Type() preflect.EnumType
- type ProbingSession_FieldMask
- func (fieldMask *ProbingSession_FieldMask) AppendPath(path ProbingSession_FieldPath)
- func (fieldMask *ProbingSession_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ProbingSession_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ProbingSession_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ProbingSession_FieldMask) FilterInputFields() *ProbingSession_FieldMask
- func (fieldMask *ProbingSession_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ProbingSession_FieldMask) GetPaths() []ProbingSession_FieldPath
- func (fieldMask *ProbingSession_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ProbingSession_FieldMask) IsFull() bool
- func (fieldMask ProbingSession_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ProbingSession_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ProbingSession_FieldMask) PathsCount() int
- func (fieldMask *ProbingSession_FieldMask) Project(source *ProbingSession) *ProbingSession
- func (fieldMask *ProbingSession_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ProbingSession_FieldMask) ProtoMessage()
- func (fieldMask *ProbingSession_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ProbingSession_FieldMask) Reset()
- func (fieldMask *ProbingSession_FieldMask) Set(target, source *ProbingSession)
- func (fieldMask *ProbingSession_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ProbingSession_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ProbingSession_FieldMask) Size() int
- func (fieldMask *ProbingSession_FieldMask) String() string
- func (fieldMask *ProbingSession_FieldMask) Subtract(other *ProbingSession_FieldMask) *ProbingSession_FieldMask
- func (fieldMask *ProbingSession_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ProbingSession_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ProbingSession_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ProbingSession_FieldMask) UnmarshalJSON(data []byte) error
- type ProbingSession_FieldPath
- type ProbingSession_FieldPathArrayItemValue
- type ProbingSession_FieldPathArrayOfValues
- type ProbingSession_FieldPathSelector
- type ProbingSession_FieldPathValue
- type ProbingSession_FieldSubPath
- func (fps *ProbingSession_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
- func (fps *ProbingSession_FieldSubPath) AsSpecSubPath() (ProbingSessionSpec_FieldPath, bool)
- func (fps *ProbingSession_FieldSubPath) AsStatusSubPath() (ProbingSessionStatus_FieldPath, bool)
- func (fps *ProbingSession_FieldSubPath) ClearValue(item *ProbingSession)
- func (fps *ProbingSession_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ProbingSession_FieldSubPath) Get(source *ProbingSession) (values []interface{})
- func (fps *ProbingSession_FieldSubPath) GetDefault() interface{}
- func (fps *ProbingSession_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ProbingSession_FieldSubPath) GetSingle(source *ProbingSession) (interface{}, bool)
- func (fps *ProbingSession_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ProbingSession_FieldSubPath) IsLeaf() bool
- func (fps *ProbingSession_FieldSubPath) JSONString() string
- func (fps *ProbingSession_FieldSubPath) Selector() ProbingSession_FieldPathSelector
- func (fps *ProbingSession_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ProbingSession_FieldSubPath) String() string
- func (fps *ProbingSession_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingSession_FieldPathArrayItemValue
- func (fps *ProbingSession_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingSession_FieldPathArrayOfValues
- func (fps *ProbingSession_FieldSubPath) WithIValue(value interface{}) ProbingSession_FieldPathValue
- func (fps *ProbingSession_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ProbingSession_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ProbingSession_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingSession_FieldSubPathArrayItemValue
- func (fpaivs *ProbingSession_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingSession_FieldSubPathArrayItemValue) AsSpecPathItemValue() (ProbingSessionSpec_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingSession_FieldSubPathArrayItemValue) AsStatusPathItemValue() (ProbingSessionStatus_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingSession_FieldSubPathArrayItemValue) ContainsValue(source *ProbingSession) bool
- func (fpaivs *ProbingSession_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ProbingSession_FieldSubPathArrayOfValues
- func (fpsaov *ProbingSession_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingSession_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (ProbingSessionSpec_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingSession_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues() (ProbingSessionStatus_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingSession_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type ProbingSession_FieldSubPathValue
- func (fpvs *ProbingSession_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
- func (fpvs *ProbingSession_FieldSubPathValue) AsSpecPathValue() (ProbingSessionSpec_FieldPathValue, bool)
- func (fpvs *ProbingSession_FieldSubPathValue) AsStatusPathValue() (ProbingSessionStatus_FieldPathValue, bool)
- func (fpvs *ProbingSession_FieldSubPathValue) CompareWith(source *ProbingSession) (int, bool)
- func (fpvs *ProbingSession_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ProbingSession_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ProbingSession_FieldSubPathValue) SetTo(target **ProbingSession)
- func (fpvs *ProbingSession_FieldSubPathValue) SetToRaw(target proto.Message)
- type ProbingSession_FieldTerminalPath
- func (fp *ProbingSession_FieldTerminalPath) ClearValue(item *ProbingSession)
- func (fp *ProbingSession_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbingSession_FieldTerminalPath) Get(source *ProbingSession) (values []interface{})
- func (fp *ProbingSession_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbingSession_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbingSession_FieldTerminalPath) GetSingle(source *ProbingSession) (interface{}, bool)
- func (fp *ProbingSession_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbingSession_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbingSession_FieldTerminalPath) JSONString() string
- func (fp *ProbingSession_FieldTerminalPath) Selector() ProbingSession_FieldPathSelector
- func (fp *ProbingSession_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbingSession_FieldTerminalPath) String() string
- func (fp *ProbingSession_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingSession_FieldPathArrayItemValue
- func (fp *ProbingSession_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingSession_FieldPathArrayOfValues
- func (fp *ProbingSession_FieldTerminalPath) WithIValue(value interface{}) ProbingSession_FieldPathValue
- func (fp *ProbingSession_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbingSession_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbingSession_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingSession_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbingSession_FieldTerminalPathArrayItemValue) AsProbingDistributionsItemValue() (*probing_distribution.Reference, bool)
- func (fpaiv *ProbingSession_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingSession) bool
- func (fpaiv *ProbingSession_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbingSession_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingSession) (interface{}, bool)
- func (fpaiv *ProbingSession_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbingSession_FieldTerminalPathArrayOfValues
- func (fpaov *ProbingSession_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
- func (fpaov *ProbingSession_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
- func (fpaov *ProbingSession_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
- func (fpaov *ProbingSession_FieldTerminalPathArrayOfValues) AsProbingDistributionArrayOfValues() ([]*probing_distribution.Reference, bool)
- func (fpaov *ProbingSession_FieldTerminalPathArrayOfValues) AsProbingDistributionsArrayOfValues() ([][]*probing_distribution.Reference, bool)
- func (fpaov *ProbingSession_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*ProbingSession_Spec, bool)
- func (fpaov *ProbingSession_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues() ([]*ProbingSession_Status, bool)
- func (fpaov *ProbingSession_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbingSession_FieldTerminalPathValue
- func (fpv *ProbingSession_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
- func (fpv *ProbingSession_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
- func (fpv *ProbingSession_FieldTerminalPathValue) AsNameValue() (*Name, bool)
- func (fpv *ProbingSession_FieldTerminalPathValue) AsProbingDistributionValue() (*probing_distribution.Reference, bool)
- func (fpv *ProbingSession_FieldTerminalPathValue) AsProbingDistributionsValue() ([]*probing_distribution.Reference, bool)
- func (fpv *ProbingSession_FieldTerminalPathValue) AsSpecValue() (*ProbingSession_Spec, bool)
- func (fpv *ProbingSession_FieldTerminalPathValue) AsStatusValue() (*ProbingSession_Status, bool)
- func (fpv *ProbingSession_FieldTerminalPathValue) CompareWith(source *ProbingSession) (int, bool)
- func (fpv *ProbingSession_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbingSession_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbingSession_FieldTerminalPathValue) SetTo(target **ProbingSession)
- func (fpv *ProbingSession_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbingSession_Spec
- func (o *ProbingSession_Spec) Clone() *ProbingSession_Spec
- func (o *ProbingSession_Spec) CloneRaw() gotenobject.GotenObjectExt
- func (*ProbingSession_Spec) Descriptor() ([]byte, []int)
- func (m *ProbingSession_Spec) GetAddress() string
- func (m *ProbingSession_Spec) GetAddresses() []string
- func (m *ProbingSession_Spec) GetEnablePcap() bool
- func (m *ProbingSession_Spec) GetHttpProbingConfig() *common.HTTPProbingConfig
- func (m *ProbingSession_Spec) GetInterval() *duration.Duration
- func (m *ProbingSession_Spec) GetIpVersion() common.IpVersion
- func (m *ProbingSession_Spec) GetLocation() *common.Location
- func (m *ProbingSession_Spec) GetLocationType() common.LocationType
- func (m *ProbingSession_Spec) GetMode() common.ProbingMode
- func (m *ProbingSession_Spec) GetPathProbing() *common.PathProbe
- func (m *ProbingSession_Spec) GetPort() uint32
- func (m *ProbingSession_Spec) GetProbe() *probe.Reference
- func (m *ProbingSession_Spec) GetProxyConfiguration() *common.ProxyConfiguration
- func (m *ProbingSession_Spec) GetSpeedtestSettings() *common.SpeedTestSettings
- func (m *ProbingSession_Spec) GetTarget() *probing_target.Reference
- func (m *ProbingSession_Spec) GetTargetGroup() *probing_target_group.Reference
- func (m *ProbingSession_Spec) GetTos() uint32
- func (m *ProbingSession_Spec) GetType() ProbingSessionType
- func (*ProbingSession_Spec) GotenMessage()
- func (o *ProbingSession_Spec) GotenObjectExt()
- func (obj *ProbingSession_Spec) GotenValidate() error
- func (o *ProbingSession_Spec) MakeDiffFieldMask(other *ProbingSession_Spec) *ProbingSession_Spec_FieldMask
- func (o *ProbingSession_Spec) MakeFullFieldMask() *ProbingSession_Spec_FieldMask
- func (o *ProbingSession_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ProbingSession_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ProbingSession_Spec) Marshal() ([]byte, error)
- func (m *ProbingSession_Spec) MarshalJSON() ([]byte, error)
- func (o *ProbingSession_Spec) Merge(source *ProbingSession_Spec)
- func (o *ProbingSession_Spec) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ProbingSession_Spec) ProtoMessage()
- func (m *ProbingSession_Spec) ProtoReflect() preflect.Message
- func (m *ProbingSession_Spec) Reset()
- func (m *ProbingSession_Spec) SetAddress(fv string)
- func (m *ProbingSession_Spec) SetAddresses(fv []string)
- func (m *ProbingSession_Spec) SetEnablePcap(fv bool)
- func (m *ProbingSession_Spec) SetHttpProbingConfig(fv *common.HTTPProbingConfig)
- func (m *ProbingSession_Spec) SetInterval(fv *duration.Duration)
- func (m *ProbingSession_Spec) SetIpVersion(fv common.IpVersion)
- func (m *ProbingSession_Spec) SetLocation(fv *common.Location)
- func (m *ProbingSession_Spec) SetLocationType(fv common.LocationType)
- func (m *ProbingSession_Spec) SetMode(fv common.ProbingMode)
- func (m *ProbingSession_Spec) SetPathProbing(fv *common.PathProbe)
- func (m *ProbingSession_Spec) SetPort(fv uint32)
- func (m *ProbingSession_Spec) SetProbe(fv *probe.Reference)
- func (m *ProbingSession_Spec) SetProxyConfiguration(fv *common.ProxyConfiguration)
- func (m *ProbingSession_Spec) SetSpeedtestSettings(fv *common.SpeedTestSettings)
- func (m *ProbingSession_Spec) SetTarget(fv *probing_target.Reference)
- func (m *ProbingSession_Spec) SetTargetGroup(fv *probing_target_group.Reference)
- func (m *ProbingSession_Spec) SetTos(fv uint32)
- func (m *ProbingSession_Spec) SetType(fv ProbingSessionType)
- func (m *ProbingSession_Spec) String() string
- func (m *ProbingSession_Spec) Unmarshal(b []byte) error
- func (m *ProbingSession_Spec) UnmarshalJSON(data []byte) error
- type ProbingSession_SpecMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (s ProbingSession_SpecMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders
- func (s ProbingSession_SpecMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorAddress
- func (ProbingSession_SpecPathSelectorAddress) FieldPath() *ProbingSessionSpec_FieldTerminalPath
- func (s ProbingSession_SpecPathSelectorAddress) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorAddress) WithValue(value string) *ProbingSessionSpec_FieldTerminalPathValue
- type ProbingSession_SpecPathSelectorAddresses
- func (ProbingSession_SpecPathSelectorAddresses) FieldPath() *ProbingSessionSpec_FieldTerminalPath
- func (s ProbingSession_SpecPathSelectorAddresses) WithArrayOfValues(values [][]string) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorAddresses) WithItemValue(value string) *ProbingSessionSpec_FieldTerminalPathArrayItemValue
- func (s ProbingSession_SpecPathSelectorAddresses) WithValue(value []string) *ProbingSessionSpec_FieldTerminalPathValue
- type ProbingSession_SpecPathSelectorEnablePcap
- func (ProbingSession_SpecPathSelectorEnablePcap) FieldPath() *ProbingSessionSpec_FieldTerminalPath
- func (s ProbingSession_SpecPathSelectorEnablePcap) WithArrayOfValues(values []bool) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorEnablePcap) WithValue(value bool) *ProbingSessionSpec_FieldTerminalPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfig
- func (ProbingSession_SpecPathSelectorHttpProbingConfig) AuthConfig() ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig
- func (ProbingSession_SpecPathSelectorHttpProbingConfig) FieldPath() *ProbingSessionSpec_FieldTerminalPath
- func (ProbingSession_SpecPathSelectorHttpProbingConfig) HttpRequest() ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest
- func (s ProbingSession_SpecPathSelectorHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfig) WithSubArrayItemValue(subPathArrayItemValue common.HTTPProbingConfig_FieldPathArrayItemValue) *ProbingSessionSpec_FieldSubPathArrayItemValue
- func (s ProbingSession_SpecPathSelectorHttpProbingConfig) WithSubArrayOfValues(subPathArrayOfValues common.HTTPProbingConfig_FieldPathArrayOfValues) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (ProbingSession_SpecPathSelectorHttpProbingConfig) WithSubPath(subPath common.HTTPProbingConfig_FieldPath) *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfig) WithSubValue(subPathValue common.HTTPProbingConfig_FieldPathValue) *ProbingSessionSpec_FieldSubPathValue
- func (s ProbingSession_SpecPathSelectorHttpProbingConfig) WithValue(value *common.HTTPProbingConfig) *ProbingSessionSpec_FieldTerminalPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig) Password() ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigPassword
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig) RequestHeaderTokenKey() ...
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig) TokenRequest() ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey() ...
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig) TokenResponseBodyKey() ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig) TokenResponseHeader() ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig) Username() ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigUsername
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig) WithValue(value *common.HTTPProbingConfig_HTTPAuth) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigPassword
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigPassword) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigPassword) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod() ...
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode() ...
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest) RequestBody() ...
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest) RequestHeaders() ...
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest) RequestMethod() ...
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest) Timeout() ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest) Url() ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue(value uint32) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey(key string) ...
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value map[string]string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue(value *duration.Duration) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigUsername
- func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigUsername) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigUsername) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest
- func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest) AuthenticationMethod() ...
- func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest) ExpectedResponseCode() ...
- func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest) RequestBody() ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestBody
- func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest) RequestHeaders() ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestHeaders
- func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest) RequestMethod() ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestMethod
- func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest) Timeout() ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestTimeout
- func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest) Url() ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestUrl
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod
- func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode
- func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode) WithValue(value uint32) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestBody
- func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestBody) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestBody) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestHeaders
- func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithKey(key string) ProbingSession_SpecMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithValue(value map[string]string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestMethod
- func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestMethod) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestTimeout
- func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestTimeout) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestTimeout) WithValue(value *duration.Duration) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestUrl
- func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestUrl) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestUrl) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorInterval
- func (ProbingSession_SpecPathSelectorInterval) FieldPath() *ProbingSessionSpec_FieldTerminalPath
- func (s ProbingSession_SpecPathSelectorInterval) WithArrayOfValues(values []*duration.Duration) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorInterval) WithValue(value *duration.Duration) *ProbingSessionSpec_FieldTerminalPathValue
- type ProbingSession_SpecPathSelectorIpVersion
- func (ProbingSession_SpecPathSelectorIpVersion) FieldPath() *ProbingSessionSpec_FieldTerminalPath
- func (s ProbingSession_SpecPathSelectorIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorIpVersion) WithValue(value common.IpVersion) *ProbingSessionSpec_FieldTerminalPathValue
- type ProbingSession_SpecPathSelectorLocation
- func (ProbingSession_SpecPathSelectorLocation) Accuracy() ProbingSession_SpecPathSelectorLocationAccuracy
- func (ProbingSession_SpecPathSelectorLocation) Address() ProbingSession_SpecPathSelectorLocationAddress
- func (ProbingSession_SpecPathSelectorLocation) AdminHierarchy() ProbingSession_SpecPathSelectorLocationAdminHierarchy
- func (ProbingSession_SpecPathSelectorLocation) Coordinates() ProbingSession_SpecPathSelectorLocationCoordinates
- func (ProbingSession_SpecPathSelectorLocation) FieldPath() *ProbingSessionSpec_FieldTerminalPath
- func (s ProbingSession_SpecPathSelectorLocation) WithArrayOfValues(values []*common.Location) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocation) WithSubArrayItemValue(subPathArrayItemValue common.Location_FieldPathArrayItemValue) *ProbingSessionSpec_FieldSubPathArrayItemValue
- func (s ProbingSession_SpecPathSelectorLocation) WithSubArrayOfValues(subPathArrayOfValues common.Location_FieldPathArrayOfValues) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (ProbingSession_SpecPathSelectorLocation) WithSubPath(subPath common.Location_FieldPath) *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocation) WithSubValue(subPathValue common.Location_FieldPathValue) *ProbingSessionSpec_FieldSubPathValue
- func (s ProbingSession_SpecPathSelectorLocation) WithValue(value *common.Location) *ProbingSessionSpec_FieldTerminalPathValue
- type ProbingSession_SpecPathSelectorLocationAccuracy
- func (ProbingSession_SpecPathSelectorLocationAccuracy) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationAccuracy) WithArrayOfValues(values []float64) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAccuracy) WithValue(value float64) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationAddress
- func (ProbingSession_SpecPathSelectorLocationAddress) AdminArea1() ProbingSession_SpecPathSelectorLocationAddressAdminArea1
- func (ProbingSession_SpecPathSelectorLocationAddress) AdminArea2() ProbingSession_SpecPathSelectorLocationAddressAdminArea2
- func (ProbingSession_SpecPathSelectorLocationAddress) AdminArea3() ProbingSession_SpecPathSelectorLocationAddressAdminArea3
- func (ProbingSession_SpecPathSelectorLocationAddress) AdminArea4() ProbingSession_SpecPathSelectorLocationAddressAdminArea4
- func (ProbingSession_SpecPathSelectorLocationAddress) Continent() ProbingSession_SpecPathSelectorLocationAddressContinent
- func (ProbingSession_SpecPathSelectorLocationAddress) Country() ProbingSession_SpecPathSelectorLocationAddressCountry
- func (ProbingSession_SpecPathSelectorLocationAddress) CountryCode() ProbingSession_SpecPathSelectorLocationAddressCountryCode
- func (ProbingSession_SpecPathSelectorLocationAddress) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (ProbingSession_SpecPathSelectorLocationAddress) PostalCode() ProbingSession_SpecPathSelectorLocationAddressPostalCode
- func (ProbingSession_SpecPathSelectorLocationAddress) StreetAddress() ProbingSession_SpecPathSelectorLocationAddressStreetAddress
- func (s ProbingSession_SpecPathSelectorLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAddress) WithValue(value *common.Address) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationAddressAdminArea1
- func (ProbingSession_SpecPathSelectorLocationAddressAdminArea1) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAddressAdminArea1) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationAddressAdminArea2
- func (ProbingSession_SpecPathSelectorLocationAddressAdminArea2) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAddressAdminArea2) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationAddressAdminArea3
- func (ProbingSession_SpecPathSelectorLocationAddressAdminArea3) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAddressAdminArea3) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationAddressAdminArea4
- func (ProbingSession_SpecPathSelectorLocationAddressAdminArea4) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAddressAdminArea4) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationAddressContinent
- func (ProbingSession_SpecPathSelectorLocationAddressContinent) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationAddressContinent) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAddressContinent) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationAddressCountry
- func (ProbingSession_SpecPathSelectorLocationAddressCountry) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationAddressCountry) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAddressCountry) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationAddressCountryCode
- func (ProbingSession_SpecPathSelectorLocationAddressCountryCode) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAddressCountryCode) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationAddressPostalCode
- func (ProbingSession_SpecPathSelectorLocationAddressPostalCode) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAddressPostalCode) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationAddressStreetAddress
- func (ProbingSession_SpecPathSelectorLocationAddressStreetAddress) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAddressStreetAddress) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationAdminHierarchy
- func (ProbingSession_SpecPathSelectorLocationAdminHierarchy) Admin1() ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin1
- func (ProbingSession_SpecPathSelectorLocationAdminHierarchy) Admin2() ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin2
- func (ProbingSession_SpecPathSelectorLocationAdminHierarchy) Admin3() ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin3
- func (ProbingSession_SpecPathSelectorLocationAdminHierarchy) Admin4() ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin4
- func (ProbingSession_SpecPathSelectorLocationAdminHierarchy) Admin5() ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin5
- func (ProbingSession_SpecPathSelectorLocationAdminHierarchy) Continent() ProbingSession_SpecPathSelectorLocationAdminHierarchyContinent
- func (ProbingSession_SpecPathSelectorLocationAdminHierarchy) Country() ProbingSession_SpecPathSelectorLocationAdminHierarchyCountry
- func (ProbingSession_SpecPathSelectorLocationAdminHierarchy) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin1
- func (ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin1) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin2
- func (ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin2) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin3
- func (ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin3) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin4
- func (ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin4) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin5
- func (ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin5) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationAdminHierarchyContinent
- func (ProbingSession_SpecPathSelectorLocationAdminHierarchyContinent) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationAdminHierarchyCountry
- func (ProbingSession_SpecPathSelectorLocationAdminHierarchyCountry) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationCoordinates
- func (ProbingSession_SpecPathSelectorLocationCoordinates) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorLocationType
- func (ProbingSession_SpecPathSelectorLocationType) FieldPath() *ProbingSessionSpec_FieldTerminalPath
- func (s ProbingSession_SpecPathSelectorLocationType) WithArrayOfValues(values []common.LocationType) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorLocationType) WithValue(value common.LocationType) *ProbingSessionSpec_FieldTerminalPathValue
- type ProbingSession_SpecPathSelectorMode
- func (ProbingSession_SpecPathSelectorMode) FieldPath() *ProbingSessionSpec_FieldTerminalPath
- func (s ProbingSession_SpecPathSelectorMode) WithArrayOfValues(values []common.ProbingMode) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorMode) WithValue(value common.ProbingMode) *ProbingSessionSpec_FieldTerminalPathValue
- type ProbingSession_SpecPathSelectorPathProbing
- func (ProbingSession_SpecPathSelectorPathProbing) Attempts() ProbingSession_SpecPathSelectorPathProbingAttempts
- func (ProbingSession_SpecPathSelectorPathProbing) Enabled() ProbingSession_SpecPathSelectorPathProbingEnabled
- func (ProbingSession_SpecPathSelectorPathProbing) FieldPath() *ProbingSessionSpec_FieldTerminalPath
- func (ProbingSession_SpecPathSelectorPathProbing) Interval() ProbingSession_SpecPathSelectorPathProbingInterval
- func (ProbingSession_SpecPathSelectorPathProbing) IntervalSec() ProbingSession_SpecPathSelectorPathProbingIntervalSec
- func (ProbingSession_SpecPathSelectorPathProbing) MaxTtl() ProbingSession_SpecPathSelectorPathProbingMaxTtl
- func (ProbingSession_SpecPathSelectorPathProbing) Mode() ProbingSession_SpecPathSelectorPathProbingMode
- func (s ProbingSession_SpecPathSelectorPathProbing) WithArrayOfValues(values []*common.PathProbe) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorPathProbing) WithSubArrayItemValue(subPathArrayItemValue common.PathProbe_FieldPathArrayItemValue) *ProbingSessionSpec_FieldSubPathArrayItemValue
- func (s ProbingSession_SpecPathSelectorPathProbing) WithSubArrayOfValues(subPathArrayOfValues common.PathProbe_FieldPathArrayOfValues) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (ProbingSession_SpecPathSelectorPathProbing) WithSubPath(subPath common.PathProbe_FieldPath) *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorPathProbing) WithSubValue(subPathValue common.PathProbe_FieldPathValue) *ProbingSessionSpec_FieldSubPathValue
- func (s ProbingSession_SpecPathSelectorPathProbing) WithValue(value *common.PathProbe) *ProbingSessionSpec_FieldTerminalPathValue
- type ProbingSession_SpecPathSelectorPathProbingAttempts
- func (ProbingSession_SpecPathSelectorPathProbingAttempts) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorPathProbingAttempts) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorPathProbingAttempts) WithValue(value *wrappers.UInt32Value) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorPathProbingEnabled
- func (ProbingSession_SpecPathSelectorPathProbingEnabled) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorPathProbingEnabled) WithArrayOfValues(values []bool) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorPathProbingEnabled) WithValue(value bool) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorPathProbingInterval
- func (ProbingSession_SpecPathSelectorPathProbingInterval) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorPathProbingInterval) WithArrayOfValues(values []*duration.Duration) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorPathProbingInterval) WithValue(value *duration.Duration) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorPathProbingIntervalSec
- func (ProbingSession_SpecPathSelectorPathProbingIntervalSec) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorPathProbingIntervalSec) WithArrayOfValues(values []int64) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorPathProbingIntervalSec) WithValue(value int64) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorPathProbingMaxTtl
- func (ProbingSession_SpecPathSelectorPathProbingMaxTtl) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorPathProbingMaxTtl) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorPathProbingMaxTtl) WithValue(value *wrappers.UInt32Value) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorPathProbingMode
- func (ProbingSession_SpecPathSelectorPathProbingMode) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorPathProbingMode) WithArrayOfValues(values []common.ProbingMode) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorPathProbingMode) WithValue(value common.ProbingMode) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorPort
- func (ProbingSession_SpecPathSelectorPort) FieldPath() *ProbingSessionSpec_FieldTerminalPath
- func (s ProbingSession_SpecPathSelectorPort) WithArrayOfValues(values []uint32) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorPort) WithValue(value uint32) *ProbingSessionSpec_FieldTerminalPathValue
- type ProbingSession_SpecPathSelectorProbe
- func (ProbingSession_SpecPathSelectorProbe) FieldPath() *ProbingSessionSpec_FieldTerminalPath
- func (s ProbingSession_SpecPathSelectorProbe) WithArrayOfValues(values []*probe.Reference) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorProbe) WithValue(value *probe.Reference) *ProbingSessionSpec_FieldTerminalPathValue
- type ProbingSession_SpecPathSelectorProxyConfiguration
- func (ProbingSession_SpecPathSelectorProxyConfiguration) FieldPath() *ProbingSessionSpec_FieldTerminalPath
- func (ProbingSession_SpecPathSelectorProxyConfiguration) HttpProxy() ProbingSession_SpecPathSelectorProxyConfigurationHttpProxy
- func (ProbingSession_SpecPathSelectorProxyConfiguration) HttpsProxy() ProbingSession_SpecPathSelectorProxyConfigurationHttpsProxy
- func (ProbingSession_SpecPathSelectorProxyConfiguration) NoProxy() ProbingSession_SpecPathSelectorProxyConfigurationNoProxy
- func (ProbingSession_SpecPathSelectorProxyConfiguration) ProxySetting() ProbingSession_SpecPathSelectorProxyConfigurationProxySetting
- func (s ProbingSession_SpecPathSelectorProxyConfiguration) WithArrayOfValues(values []*common.ProxyConfiguration) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorProxyConfiguration) WithSubArrayItemValue(subPathArrayItemValue common.ProxyConfiguration_FieldPathArrayItemValue) *ProbingSessionSpec_FieldSubPathArrayItemValue
- func (s ProbingSession_SpecPathSelectorProxyConfiguration) WithSubArrayOfValues(subPathArrayOfValues common.ProxyConfiguration_FieldPathArrayOfValues) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (ProbingSession_SpecPathSelectorProxyConfiguration) WithSubPath(subPath common.ProxyConfiguration_FieldPath) *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorProxyConfiguration) WithSubValue(subPathValue common.ProxyConfiguration_FieldPathValue) *ProbingSessionSpec_FieldSubPathValue
- func (s ProbingSession_SpecPathSelectorProxyConfiguration) WithValue(value *common.ProxyConfiguration) *ProbingSessionSpec_FieldTerminalPathValue
- type ProbingSession_SpecPathSelectorProxyConfigurationHttpProxy
- func (ProbingSession_SpecPathSelectorProxyConfigurationHttpProxy) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorProxyConfigurationHttpProxy) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorProxyConfigurationHttpProxy) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorProxyConfigurationHttpsProxy
- func (ProbingSession_SpecPathSelectorProxyConfigurationHttpsProxy) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorProxyConfigurationHttpsProxy) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorProxyConfigurationHttpsProxy) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorProxyConfigurationNoProxy
- func (ProbingSession_SpecPathSelectorProxyConfigurationNoProxy) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorProxyConfigurationNoProxy) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorProxyConfigurationNoProxy) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorProxyConfigurationProxySetting
- func (ProbingSession_SpecPathSelectorProxyConfigurationProxySetting) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorProxyConfigurationProxySetting) WithArrayOfValues(values []common.ProxySetting) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorProxyConfigurationProxySetting) WithValue(value common.ProxySetting) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorSpeedtestSettings
- func (ProbingSession_SpecPathSelectorSpeedtestSettings) Duration() ProbingSession_SpecPathSelectorSpeedtestSettingsDuration
- func (ProbingSession_SpecPathSelectorSpeedtestSettings) FieldPath() *ProbingSessionSpec_FieldTerminalPath
- func (ProbingSession_SpecPathSelectorSpeedtestSettings) ServerSelection() ProbingSession_SpecPathSelectorSpeedtestSettingsServerSelection
- func (ProbingSession_SpecPathSelectorSpeedtestSettings) TcpPort() ProbingSession_SpecPathSelectorSpeedtestSettingsTcpPort
- func (s ProbingSession_SpecPathSelectorSpeedtestSettings) WithArrayOfValues(values []*common.SpeedTestSettings) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorSpeedtestSettings) WithSubArrayItemValue(subPathArrayItemValue common.SpeedTestSettings_FieldPathArrayItemValue) *ProbingSessionSpec_FieldSubPathArrayItemValue
- func (s ProbingSession_SpecPathSelectorSpeedtestSettings) WithSubArrayOfValues(subPathArrayOfValues common.SpeedTestSettings_FieldPathArrayOfValues) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (ProbingSession_SpecPathSelectorSpeedtestSettings) WithSubPath(subPath common.SpeedTestSettings_FieldPath) *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorSpeedtestSettings) WithSubValue(subPathValue common.SpeedTestSettings_FieldPathValue) *ProbingSessionSpec_FieldSubPathValue
- func (s ProbingSession_SpecPathSelectorSpeedtestSettings) WithValue(value *common.SpeedTestSettings) *ProbingSessionSpec_FieldTerminalPathValue
- type ProbingSession_SpecPathSelectorSpeedtestSettingsDuration
- func (ProbingSession_SpecPathSelectorSpeedtestSettingsDuration) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorSpeedtestSettingsDuration) WithArrayOfValues(values []*duration.Duration) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorSpeedtestSettingsDuration) WithValue(value *duration.Duration) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorSpeedtestSettingsServerSelection
- func (ProbingSession_SpecPathSelectorSpeedtestSettingsServerSelection) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorSpeedtestSettingsServerSelection) WithArrayOfValues(values []common.SpeedTestSettings_ServerSelection) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorSpeedtestSettingsServerSelection) WithValue(value common.SpeedTestSettings_ServerSelection) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorSpeedtestSettingsTcpPort
- func (ProbingSession_SpecPathSelectorSpeedtestSettingsTcpPort) FieldPath() *ProbingSessionSpec_FieldSubPath
- func (s ProbingSession_SpecPathSelectorSpeedtestSettingsTcpPort) WithArrayOfValues(values []int32) *ProbingSessionSpec_FieldSubPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorSpeedtestSettingsTcpPort) WithValue(value int32) *ProbingSessionSpec_FieldSubPathValue
- type ProbingSession_SpecPathSelectorTarget
- func (ProbingSession_SpecPathSelectorTarget) FieldPath() *ProbingSessionSpec_FieldTerminalPath
- func (s ProbingSession_SpecPathSelectorTarget) WithArrayOfValues(values []*probing_target.Reference) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorTarget) WithValue(value *probing_target.Reference) *ProbingSessionSpec_FieldTerminalPathValue
- type ProbingSession_SpecPathSelectorTargetGroup
- func (ProbingSession_SpecPathSelectorTargetGroup) FieldPath() *ProbingSessionSpec_FieldTerminalPath
- func (s ProbingSession_SpecPathSelectorTargetGroup) WithArrayOfValues(values []*probing_target_group.Reference) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorTargetGroup) WithValue(value *probing_target_group.Reference) *ProbingSessionSpec_FieldTerminalPathValue
- type ProbingSession_SpecPathSelectorTos
- func (ProbingSession_SpecPathSelectorTos) FieldPath() *ProbingSessionSpec_FieldTerminalPath
- func (s ProbingSession_SpecPathSelectorTos) WithArrayOfValues(values []uint32) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorTos) WithValue(value uint32) *ProbingSessionSpec_FieldTerminalPathValue
- type ProbingSession_SpecPathSelectorType
- func (ProbingSession_SpecPathSelectorType) FieldPath() *ProbingSessionSpec_FieldTerminalPath
- func (s ProbingSession_SpecPathSelectorType) WithArrayOfValues(values []ProbingSessionType) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
- func (s ProbingSession_SpecPathSelectorType) WithValue(value ProbingSessionType) *ProbingSessionSpec_FieldTerminalPathValue
- type ProbingSession_Spec_FieldMask
- func (fieldMask *ProbingSession_Spec_FieldMask) AppendPath(path ProbingSessionSpec_FieldPath)
- func (fieldMask *ProbingSession_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ProbingSession_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ProbingSession_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ProbingSession_Spec_FieldMask) FilterInputFields() *ProbingSession_Spec_FieldMask
- func (fieldMask *ProbingSession_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ProbingSession_Spec_FieldMask) GetPaths() []ProbingSessionSpec_FieldPath
- func (fieldMask *ProbingSession_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ProbingSession_Spec_FieldMask) IsFull() bool
- func (fieldMask ProbingSession_Spec_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ProbingSession_Spec_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ProbingSession_Spec_FieldMask) PathsCount() int
- func (fieldMask *ProbingSession_Spec_FieldMask) Project(source *ProbingSession_Spec) *ProbingSession_Spec
- func (fieldMask *ProbingSession_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ProbingSession_Spec_FieldMask) ProtoMessage()
- func (fieldMask *ProbingSession_Spec_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ProbingSession_Spec_FieldMask) Reset()
- func (fieldMask *ProbingSession_Spec_FieldMask) Set(target, source *ProbingSession_Spec)
- func (fieldMask *ProbingSession_Spec_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ProbingSession_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ProbingSession_Spec_FieldMask) Size() int
- func (fieldMask *ProbingSession_Spec_FieldMask) String() string
- func (fieldMask *ProbingSession_Spec_FieldMask) Subtract(other *ProbingSession_Spec_FieldMask) *ProbingSession_Spec_FieldMask
- func (fieldMask *ProbingSession_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ProbingSession_Spec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ProbingSession_Spec_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ProbingSession_Spec_FieldMask) UnmarshalJSON(data []byte) error
- type ProbingSession_Status
- func (o *ProbingSession_Status) Clone() *ProbingSession_Status
- func (o *ProbingSession_Status) CloneRaw() gotenobject.GotenObjectExt
- func (*ProbingSession_Status) Descriptor() ([]byte, []int)
- func (*ProbingSession_Status) GotenMessage()
- func (o *ProbingSession_Status) GotenObjectExt()
- func (obj *ProbingSession_Status) GotenValidate() error
- func (o *ProbingSession_Status) MakeDiffFieldMask(other *ProbingSession_Status) *ProbingSession_Status_FieldMask
- func (o *ProbingSession_Status) MakeFullFieldMask() *ProbingSession_Status_FieldMask
- func (o *ProbingSession_Status) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ProbingSession_Status) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ProbingSession_Status) Marshal() ([]byte, error)
- func (m *ProbingSession_Status) MarshalJSON() ([]byte, error)
- func (o *ProbingSession_Status) Merge(source *ProbingSession_Status)
- func (o *ProbingSession_Status) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ProbingSession_Status) ProtoMessage()
- func (m *ProbingSession_Status) ProtoReflect() preflect.Message
- func (m *ProbingSession_Status) Reset()
- func (m *ProbingSession_Status) String() string
- func (m *ProbingSession_Status) Unmarshal(b []byte) error
- func (m *ProbingSession_Status) UnmarshalJSON(data []byte) error
- type ProbingSession_Status_FieldMask
- func (fieldMask *ProbingSession_Status_FieldMask) AppendPath(path ProbingSessionStatus_FieldPath)
- func (fieldMask *ProbingSession_Status_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ProbingSession_Status_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ProbingSession_Status_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ProbingSession_Status_FieldMask) FilterInputFields() *ProbingSession_Status_FieldMask
- func (fieldMask *ProbingSession_Status_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ProbingSession_Status_FieldMask) GetPaths() []ProbingSessionStatus_FieldPath
- func (fieldMask *ProbingSession_Status_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ProbingSession_Status_FieldMask) IsFull() bool
- func (fieldMask ProbingSession_Status_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ProbingSession_Status_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ProbingSession_Status_FieldMask) PathsCount() int
- func (fieldMask *ProbingSession_Status_FieldMask) Project(source *ProbingSession_Status) *ProbingSession_Status
- func (fieldMask *ProbingSession_Status_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ProbingSession_Status_FieldMask) ProtoMessage()
- func (fieldMask *ProbingSession_Status_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ProbingSession_Status_FieldMask) Reset()
- func (fieldMask *ProbingSession_Status_FieldMask) Set(target, source *ProbingSession_Status)
- func (fieldMask *ProbingSession_Status_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ProbingSession_Status_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ProbingSession_Status_FieldMask) Size() int
- func (fieldMask *ProbingSession_Status_FieldMask) String() string
- func (fieldMask *ProbingSession_Status_FieldMask) Subtract(other *ProbingSession_Status_FieldMask) *ProbingSession_Status_FieldMask
- func (fieldMask *ProbingSession_Status_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ProbingSession_Status_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ProbingSession_Status_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ProbingSession_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) GetPagingInfo() (totalCount, offset int32)
- func (qr *QueryResultSnapshot) GetPrevPageCursor() gotenresource.Cursor
- func (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList
- func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
- func (qr *QueryResultSnapshot) SetPagingInfo(totalCount, offset int32)
- func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList)
- type Reference
- func (ref *Reference) ClearCached()
- func (ref *Reference) FullyQualifiedName() (string, error)
- func (ref *Reference) GetIParentName() gotenresource.Name
- func (ref *Reference) GetIUnderlyingParentName() gotenresource.Name
- func (ref *Reference) GetIdParts() map[string]string
- func (ref *Reference) GetPattern() gotenresource.NamePattern
- func (ref *Reference) GetProbingSession() *ProbingSession
- 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 *ProbingSession)
- 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 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_Region = "projects/{project}/regions/{region}/probingSessions/{probing_session}"
)
Variables ¶
var ( ProbingSessionType_name = map[int32]string{ 0: "CLIENT", 1: "SERVER", } ProbingSessionType_value = map[string]int32{ "CLIENT": 0, "SERVER": 1, } )
Functions ¶
func AsAnyCastAccess ¶
func AsAnyCastAccess(access ProbingSessionAccess) 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) 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 *ProbingSession) 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 []*ProbingSession) (out []*ProbingSession)
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 ProbingSession_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 *ProbingSession) bool // Whether this condition is at least as specific as other. // When true, any ProbingSession 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 ProbingSession_FieldPath) bool // contains filtered or unexported methods }
func AndFilterConditions ¶
func AndFilterConditions(conds ...FilterCondition) FilterCondition
type FilterConditionCompare ¶
type FilterConditionCompare struct { Operator filterParser.CompareOperator ProbingSession_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 *ProbingSession) 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 ProbingSession_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 *ProbingSession) 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 ProbingSession_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 ProbingSession_FieldPath Value ProbingSession_FieldPathArrayItemValue Values []ProbingSession_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 *ProbingSession) bool
func (*FilterConditionContains) EvaluateRaw ¶
func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionContains) GetFieldPath ¶
func (cond *FilterConditionContains) GetFieldPath() ProbingSession_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 ProbingSession_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 {
ProbingSession_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 *ProbingSession) 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 ProbingSession_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 ProbingSession_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 *ProbingSession) 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 ProbingSession_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 ProbingSession_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 *ProbingSession) 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 ProbingSession_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 *ProbingSession) 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 ProbingSession_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 {
ProbingSession_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 *ProbingSession) 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 ProbingSession_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 *ProbingSession_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 *ProbingSession_FieldMask WithPagingInfo bool }
func (*ListQuery) GetFieldMask ¶
func (q *ListQuery) GetFieldMask() gotenobject.FieldMask
func (*ListQuery) GetFilter ¶
func (q *ListQuery) GetFilter() gotenresource.Filter
func (*ListQuery) GetPager ¶
func (q *ListQuery) GetPager() gotenresource.PagerQuery
func (*ListQuery) GetResourceDescriptor ¶
func (q *ListQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*ListQuery) GetWithPagingInfo ¶ added in v0.8.3
func (*ListQuery) GotenQuery ¶
func (q *ListQuery) GotenQuery()
func (*ListQuery) SetFieldMask ¶
func (q *ListQuery) SetFieldMask(mask gotenobject.FieldMask)
func (*ListQuery) SetFilter ¶
func (q *ListQuery) SetFilter(filter gotenresource.Filter)
func (*ListQuery) SetPager ¶
func (q *ListQuery) SetPager(pager gotenresource.PagerQuery)
func (*ListQuery) SetWithPagingInfo ¶ added in v0.8.3
type Name ¶
type Name struct { ParentName ProbingSessionId string `firestore:"probingSessionId"` }
func MustParseName ¶
func ParseNameOrId ¶
func (*Name) AsRawReference ¶
func (name *Name) AsRawReference() gotenresource.Reference
func (*Name) AsReference ¶
func (*Name) ConvertToNative ¶
func (*Name) FullyQualifiedName ¶
func (*Name) GetIParentName ¶ added in v0.7.1
func (name *Name) GetIParentName() gotenresource.Name
func (*Name) GetIUnderlyingParentName ¶ added in v0.7.1
func (name *Name) GetIUnderlyingParentName() gotenresource.Name
func (*Name) GetIdParts ¶
func (*Name) GetPattern ¶
func (name *Name) GetPattern() gotenresource.NamePattern
func (*Name) GetProjectName ¶
func (*Name) GetResourceDescriptor ¶
func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
func (*Name) GetSegments ¶
func (name *Name) GetSegments() gotenresource.NameSegments
func (*Name) GotenEqual ¶
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*Name) IsFullyQualified ¶
func (*Name) IsSpecified ¶
func (*Name) Matches ¶
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*Name) ParseProtoString ¶
func (*Name) ProtoString ¶
func (*Name) SetFromCliFlag ¶
implement CustomTypeCliValue method
func (*Name) SetFromSegments ¶
func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
type NameBuilder ¶
type NameBuilder struct {
// contains filtered or unexported fields
}
func NewNameBuilder ¶
func NewNameBuilder() *NameBuilder
func (*NameBuilder) Name ¶
func (b *NameBuilder) Name() *Name
func (*NameBuilder) Parent ¶
func (b *NameBuilder) Parent() *ParentName
func (*NameBuilder) ParentReference ¶
func (b *NameBuilder) ParentReference() *ParentReference
func (*NameBuilder) Reference ¶
func (b *NameBuilder) Reference() *Reference
func (*NameBuilder) SetId ¶
func (b *NameBuilder) SetId(id string) *NameBuilder
func (*NameBuilder) SetProject ¶
func (b *NameBuilder) SetProject(parent *project.Name) *NameBuilder
func (*NameBuilder) SetProjectId ¶
func (b *NameBuilder) SetProjectId(id string) *NameBuilder
func (*NameBuilder) SetRegionId ¶
func (b *NameBuilder) SetRegionId(id string) *NameBuilder
type NamePattern ¶
type NamePattern struct {
Pattern gotenresource.NamePattern `firestore:"pattern"`
}
type OrderBy ¶
type OrderBy struct {
OrderByFields []OrderByField
}
OrderBy Is string encoded Custom Protobuf type, which handles "order_by" field order_by consists of coma delimited OrderBy specs, which denote ordering priority, e.g. "state.value asc, state.capacity desc"
func (*OrderBy) Compare ¶
func (orderBy *OrderBy) Compare(left, right *ProbingSession) int
func (*OrderBy) CompareRaw ¶
func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
func (*OrderBy) GetFieldMask ¶
func (orderBy *OrderBy) GetFieldMask() *ProbingSession_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 ProbingSessionList, elem *ProbingSession) (ProbingSessionList, 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 ProbingSessionList)
func (*OrderBy) SortRaw ¶
func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
type OrderByField ¶
type OrderByField struct { FieldPath ProbingSession_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 *ProbingSession) int
func (*OrderByField) GetDirection ¶
func (orderByFld *OrderByField) GetDirection() gotenresource.OrderDirection
func (*OrderByField) GetFieldPath ¶
func (orderByFld *OrderByField) GetFieldPath() gotenobject.FieldPath
type PagerCursor ¶
type PagerCursor struct { CursorValue gotenresource.CursorValue Inclusion gotenresource.CursorInclusion PageDirection gotenresource.PageDirection }
PagerCursor is protobuf Custom Type, which (de)serializes "string page_token" for API List processing Database adapter implementation must use this cursor when Paginating list views Token is composed of 3 values (dot separated in serialized form) - CursorValue: Backend-specific value of the cursor. - PageDirection: either l (left) or r (right), which hints DB Adapter whether Snapshot marks Start or End of result - Inclusion: either i (inclusive) or e (exclusive) - Whether cursor marks exact point or right before/after (depending on direction)
func (*PagerCursor) GetInclusion ¶
func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion
func (*PagerCursor) GetPageDirection ¶
func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection
func (*PagerCursor) GetValue ¶
func (cursor *PagerCursor) GetValue() gotenresource.CursorValue
func (*PagerCursor) IsEmpty ¶
func (cursor *PagerCursor) IsEmpty() bool
func (*PagerCursor) ParseProtoString ¶
func (cursor *PagerCursor) ParseProtoString(data string) (err error)
func (*PagerCursor) ProtoString ¶
func (cursor *PagerCursor) ProtoString() (string, error)
func (*PagerCursor) SetCursorValue ¶
func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue)
func (*PagerCursor) SetFromCliFlag ¶
func (cursor *PagerCursor) SetFromCliFlag(raw string) error
func (*PagerCursor) SetInclusion ¶
func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion)
func (*PagerCursor) SetPageDirection ¶
func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerCursor) String ¶
func (cursor *PagerCursor) String() string
type PagerQuery ¶
type PagerQuery struct { OrderBy *OrderBy Cursor *PagerCursor Limit int PeekForward bool }
PagerQuery is main struct used for assisting server and database to perform Pagination
func MakePagerQuery ¶
func MakePagerQuery(orderBy *OrderBy, cursor *PagerCursor, pageSize int32, peekForward bool) *PagerQuery
MakePagerQuery builds pager from API data and applies defaults
func (*PagerQuery) GetCursor ¶
func (p *PagerQuery) GetCursor() gotenresource.Cursor
func (*PagerQuery) GetLimit ¶
func (p *PagerQuery) GetLimit() int
func (*PagerQuery) GetOrderBy ¶
func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy
func (*PagerQuery) GetPeekForward ¶
func (p *PagerQuery) GetPeekForward() bool
func (*PagerQuery) GetResourceDescriptor ¶
func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*PagerQuery) PageDirection ¶
func (p *PagerQuery) PageDirection() gotenresource.PageDirection
func (*PagerQuery) SetCursor ¶ added in v0.7.1
func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor)
func (*PagerQuery) SetLimit ¶ added in v0.7.1
func (p *PagerQuery) SetLimit(limit int)
func (*PagerQuery) SetOrderBy ¶ added in v0.7.1
func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy)
func (*PagerQuery) SetPageDirection ¶ added in v0.7.1
func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerQuery) SetPeekForward ¶ added in v0.7.1
func (p *PagerQuery) SetPeekForward(peekForward bool)
type ParentName ¶
type ParentName struct { NamePattern ProjectId string `firestore:"projectId"` RegionId string `firestore:"regionId"` }
func MustParseParentName ¶
func MustParseParentName(name string) *ParentName
func ParseParentName ¶
func ParseParentName(name string) (*ParentName, error)
func (*ParentName) AsRawReference ¶
func (name *ParentName) AsRawReference() gotenresource.Reference
func (*ParentName) AsReference ¶
func (name *ParentName) AsReference() *ParentReference
func (*ParentName) DescendsFrom ¶
func (name *ParentName) DescendsFrom(ancestor string) bool
func (*ParentName) FullyQualifiedName ¶
func (name *ParentName) FullyQualifiedName() (string, error)
func (*ParentName) GetIParentName ¶ added in v0.7.1
func (name *ParentName) GetIParentName() gotenresource.Name
func (*ParentName) GetIUnderlyingParentName ¶ added in v0.7.1
func (name *ParentName) GetIUnderlyingParentName() gotenresource.Name
func (*ParentName) GetIdParts ¶
func (name *ParentName) GetIdParts() map[string]string
func (*ParentName) GetPattern ¶
func (name *ParentName) GetPattern() gotenresource.NamePattern
func (*ParentName) GetProjectName ¶
func (name *ParentName) GetProjectName() *project.Name
func (*ParentName) GetResourceDescriptor ¶
func (name *ParentName) GetResourceDescriptor() gotenresource.Descriptor
func (*ParentName) GetSegments ¶
func (name *ParentName) GetSegments() gotenresource.NameSegments
func (*ParentName) GotenEqual ¶
func (name *ParentName) GotenEqual(other interface{}) bool
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*ParentName) IsFullyQualified ¶
func (name *ParentName) IsFullyQualified() bool
func (*ParentName) IsSpecified ¶
func (name *ParentName) IsSpecified() bool
func (*ParentName) Matches ¶
func (name *ParentName) Matches(other interface{}) bool
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*ParentName) ParseProtoString ¶
func (name *ParentName) ParseProtoString(data string) error
func (*ParentName) ProtoString ¶
func (name *ParentName) ProtoString() (string, error)
func (*ParentName) SetFromCliFlag ¶
func (name *ParentName) SetFromCliFlag(raw string) error
implement CustomTypeCliValue method
func (*ParentName) SetFromSegments ¶
func (name *ParentName) SetFromSegments(segments gotenresource.NameSegments) error
func (*ParentName) String ¶
func (name *ParentName) String() string
type ParentReference ¶
type ParentReference struct { ParentName // contains filtered or unexported fields }
func MakeParentReference ¶
func MakeParentReference(name *ParentName) (*ParentReference, error)
func MustParseParentReference ¶
func MustParseParentReference(name string) *ParentReference
func ParseParentReference ¶
func ParseParentReference(name string) (*ParentReference, error)
func (*ParentReference) ClearCached ¶
func (ref *ParentReference) ClearCached()
func (*ParentReference) ConvertToNative ¶ added in v0.6.2
func (name *ParentReference) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
func (*ParentReference) ConvertToType ¶ added in v0.6.2
func (name *ParentReference) ConvertToType(typeVal ref.Type) ref.Val
func (*ParentReference) Equal ¶ added in v0.6.2
func (name *ParentReference) Equal(other ref.Val) ref.Val
func (*ParentReference) GetIParentName ¶ added in v0.7.1
func (ref *ParentReference) GetIParentName() gotenresource.Name
func (*ParentReference) GetIUnderlyingParentName ¶ added in v0.7.1
func (ref *ParentReference) GetIUnderlyingParentName() gotenresource.Name
func (*ParentReference) GetIdParts ¶
func (ref *ParentReference) GetIdParts() map[string]string
func (*ParentReference) GetPattern ¶
func (ref *ParentReference) GetPattern() gotenresource.NamePattern
func (*ParentReference) GetProject ¶
func (ref *ParentReference) GetProject() *project.Project
func (*ParentReference) GetProjectReference ¶
func (ref *ParentReference) GetProjectReference() *project.Reference
func (*ParentReference) GetRawResource ¶
func (ref *ParentReference) GetRawResource() gotenresource.Resource
func (*ParentReference) GetResourceDescriptor ¶
func (ref *ParentReference) GetResourceDescriptor() gotenresource.Descriptor
func (*ParentReference) GetSegments ¶
func (ref *ParentReference) GetSegments() gotenresource.NameSegments
func (*ParentReference) GetUnderlyingReference ¶
func (ref *ParentReference) GetUnderlyingReference() gotenresource.Reference
func (*ParentReference) GotenEqual ¶
func (ref *ParentReference) GotenEqual(other interface{}) bool
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*ParentReference) HasTrait ¶ added in v0.6.2
func (name *ParentReference) HasTrait(trait int) bool
func (*ParentReference) IsFullyQualified ¶
func (ref *ParentReference) IsFullyQualified() bool
func (*ParentReference) IsSpecified ¶
func (ref *ParentReference) IsSpecified() bool
func (*ParentReference) Match ¶ added in v0.6.2
func (name *ParentReference) Match(pattern ref.Val) ref.Val
func (*ParentReference) Matches ¶
func (name *ParentReference) Matches(other interface{}) bool
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*ParentReference) ParseProtoString ¶
func (ref *ParentReference) ParseProtoString(data string) error
func (*ParentReference) ProtoString ¶
func (ref *ParentReference) ProtoString() (string, error)
func (*ParentReference) ResolveRaw ¶
func (ref *ParentReference) ResolveRaw(res gotenresource.Resource) error
func (*ParentReference) Resolved ¶
func (ref *ParentReference) Resolved() bool
func (*ParentReference) SetFromCliFlag ¶
func (ref *ParentReference) SetFromCliFlag(raw string) error
implement CustomTypeCliValue method
func (*ParentReference) String ¶
func (ref *ParentReference) String() string
func (*ParentReference) Type ¶ added in v0.6.2
func (name *ParentReference) Type() ref.Type
func (*ParentReference) TypeName ¶ added in v0.6.2
func (name *ParentReference) TypeName() string
func (*ParentReference) Value ¶ added in v0.6.2
func (name *ParentReference) Value() interface{}
type ProbingSession ¶
type ProbingSession struct { // Name of ProbingSession // When creating a new instance, this field is optional and if not provided, // it will be generated automatically. Last ID segment must conform to the // following regex: [a-z][a-z0-9\-]{0,28}[a-z0-9] Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Display name of ProbingSession DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty" firestore:"displayName"` // metadata describes additional information of the ProbingSession Metadata *ntt_meta.Meta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty" firestore:"metadata"` // spec describes the to-be state of the ProbingSession Spec *ProbingSession_Spec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty" firestore:"spec"` ProbingDistribution *probing_distribution.Reference `` /* 171-byte string literal not displayed */ ProbingDistributions []*probing_distribution.Reference `` /* 175-byte string literal not displayed */ // status shows the current status of the ProbingSession Status *ProbingSession_Status `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty" firestore:"status"` // contains filtered or unexported fields }
ProbingSession Resource
func (*ProbingSession) Clone ¶
func (o *ProbingSession) Clone() *ProbingSession
func (*ProbingSession) CloneRaw ¶
func (o *ProbingSession) CloneRaw() gotenobject.GotenObjectExt
func (*ProbingSession) Descriptor ¶
func (*ProbingSession) Descriptor() ([]byte, []int)
Deprecated, Use ProbingSession.ProtoReflect.Descriptor instead.
func (*ProbingSession) GetDisplayName ¶
func (m *ProbingSession) GetDisplayName() string
func (*ProbingSession) GetMetadata ¶
func (m *ProbingSession) GetMetadata() *ntt_meta.Meta
func (*ProbingSession) GetName ¶
func (m *ProbingSession) GetName() *Name
func (*ProbingSession) GetProbingDistribution ¶
func (m *ProbingSession) GetProbingDistribution() *probing_distribution.Reference
func (*ProbingSession) GetProbingDistributions ¶ added in v0.8.4
func (m *ProbingSession) GetProbingDistributions() []*probing_distribution.Reference
func (*ProbingSession) GetRawName ¶
func (r *ProbingSession) GetRawName() gotenresource.Name
func (*ProbingSession) GetResourceDescriptor ¶
func (r *ProbingSession) GetResourceDescriptor() gotenresource.Descriptor
func (*ProbingSession) GetSpec ¶
func (m *ProbingSession) GetSpec() *ProbingSession_Spec
func (*ProbingSession) GetStatus ¶
func (m *ProbingSession) GetStatus() *ProbingSession_Status
func (*ProbingSession) GotenMessage ¶
func (*ProbingSession) GotenMessage()
func (*ProbingSession) GotenObjectExt ¶
func (o *ProbingSession) GotenObjectExt()
func (*ProbingSession) GotenValidate ¶
func (obj *ProbingSession) GotenValidate() error
func (*ProbingSession) MakeDiffFieldMask ¶
func (o *ProbingSession) MakeDiffFieldMask(other *ProbingSession) *ProbingSession_FieldMask
func (*ProbingSession) MakeFullFieldMask ¶
func (o *ProbingSession) MakeFullFieldMask() *ProbingSession_FieldMask
func (*ProbingSession) MakeRawDiffFieldMask ¶
func (o *ProbingSession) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ProbingSession) MakeRawFullFieldMask ¶
func (o *ProbingSession) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ProbingSession) Marshal ¶
func (m *ProbingSession) Marshal() ([]byte, error)
func (*ProbingSession) MarshalJSON ¶
func (m *ProbingSession) MarshalJSON() ([]byte, error)
func (*ProbingSession) MaybePopulateDefaults ¶
func (r *ProbingSession) MaybePopulateDefaults() error
func (*ProbingSession) Merge ¶
func (o *ProbingSession) Merge(source *ProbingSession)
func (*ProbingSession) MergeRaw ¶
func (o *ProbingSession) MergeRaw(source gotenobject.GotenObjectExt)
func (*ProbingSession) ProtoMessage ¶
func (*ProbingSession) ProtoMessage()
func (*ProbingSession) ProtoReflect ¶
func (m *ProbingSession) ProtoReflect() preflect.Message
func (*ProbingSession) Reset ¶
func (m *ProbingSession) Reset()
func (*ProbingSession) SetDisplayName ¶
func (m *ProbingSession) SetDisplayName(fv string)
func (*ProbingSession) SetMetadata ¶
func (m *ProbingSession) SetMetadata(fv *ntt_meta.Meta)
func (*ProbingSession) SetName ¶
func (m *ProbingSession) SetName(fv *Name)
func (*ProbingSession) SetProbingDistribution ¶
func (m *ProbingSession) SetProbingDistribution(fv *probing_distribution.Reference)
func (*ProbingSession) SetProbingDistributions ¶ added in v0.8.4
func (m *ProbingSession) SetProbingDistributions(fv []*probing_distribution.Reference)
func (*ProbingSession) SetSpec ¶
func (m *ProbingSession) SetSpec(fv *ProbingSession_Spec)
func (*ProbingSession) SetStatus ¶
func (m *ProbingSession) SetStatus(fv *ProbingSession_Status)
func (*ProbingSession) String ¶
func (m *ProbingSession) String() string
func (*ProbingSession) Unmarshal ¶
func (m *ProbingSession) Unmarshal(b []byte) error
func (*ProbingSession) UnmarshalJSON ¶
func (m *ProbingSession) UnmarshalJSON(data []byte) error
type ProbingSessionAccess ¶
type ProbingSessionAccess interface { GetProbingSession(context.Context, *GetQuery) (*ProbingSession, error) BatchGetProbingSessions(context.Context, []*Reference, ...gotenresource.BatchGetOption) error QueryProbingSessions(context.Context, *ListQuery) (*QueryResultSnapshot, error) SearchProbingSessions(context.Context, *SearchQuery) (*QueryResultSnapshot, error) WatchProbingSession(context.Context, *GetQuery, func(*ProbingSessionChange) error) error WatchProbingSessions(context.Context, *WatchQuery, func(*QueryResultChange) error) error SaveProbingSession(context.Context, *ProbingSession, ...gotenresource.SaveOption) error DeleteProbingSession(context.Context, *Reference, ...gotenresource.DeleteOption) error }
type ProbingSessionChange ¶
type ProbingSessionChange struct { // ProbingSession change // // Types that are valid to be assigned to ChangeType: // *ProbingSessionChange_Added_ // *ProbingSessionChange_Modified_ // *ProbingSessionChange_Current_ // *ProbingSessionChange_Removed_ ChangeType isProbingSessionChange_ChangeType `protobuf_oneof:"change_type"` // contains filtered or unexported fields }
ProbingSessionChange is used by Watch notifications Responses to describe change of single ProbingSession One of Added, Modified, Removed
func (*ProbingSessionChange) Descriptor ¶
func (*ProbingSessionChange) Descriptor() ([]byte, []int)
Deprecated, Use ProbingSessionChange.ProtoReflect.Descriptor instead.
func (*ProbingSessionChange) GetAdded ¶
func (m *ProbingSessionChange) GetAdded() *ProbingSessionChange_Added
func (*ProbingSessionChange) GetChangeType ¶
func (m *ProbingSessionChange) GetChangeType() isProbingSessionChange_ChangeType
func (*ProbingSessionChange) GetCurrent ¶
func (m *ProbingSessionChange) GetCurrent() *ProbingSessionChange_Current
func (*ProbingSessionChange) GetCurrentViewIndex ¶
func (c *ProbingSessionChange) GetCurrentViewIndex() int32
func (*ProbingSessionChange) GetModified ¶
func (m *ProbingSessionChange) GetModified() *ProbingSessionChange_Modified
func (*ProbingSessionChange) GetPreviousViewIndex ¶
func (c *ProbingSessionChange) GetPreviousViewIndex() int32
func (*ProbingSessionChange) GetProbingSession ¶
func (c *ProbingSessionChange) GetProbingSession() *ProbingSession
func (*ProbingSessionChange) GetProbingSessionName ¶
func (c *ProbingSessionChange) GetProbingSessionName() *Name
func (*ProbingSessionChange) GetRawName ¶
func (c *ProbingSessionChange) GetRawName() gotenresource.Name
func (*ProbingSessionChange) GetRawResource ¶ added in v0.5.1
func (c *ProbingSessionChange) GetRawResource() gotenresource.Resource
func (*ProbingSessionChange) GetRemoved ¶
func (m *ProbingSessionChange) GetRemoved() *ProbingSessionChange_Removed
func (*ProbingSessionChange) GotenMessage ¶
func (*ProbingSessionChange) GotenMessage()
func (*ProbingSessionChange) GotenValidate ¶
func (obj *ProbingSessionChange) GotenValidate() error
func (*ProbingSessionChange) IsAdd ¶
func (c *ProbingSessionChange) IsAdd() bool
func (*ProbingSessionChange) IsCurrent ¶
func (c *ProbingSessionChange) IsCurrent() bool
func (*ProbingSessionChange) IsDelete ¶
func (c *ProbingSessionChange) IsDelete() bool
func (*ProbingSessionChange) IsModify ¶
func (c *ProbingSessionChange) IsModify() bool
func (*ProbingSessionChange) Marshal ¶
func (m *ProbingSessionChange) Marshal() ([]byte, error)
func (*ProbingSessionChange) MarshalJSON ¶
func (m *ProbingSessionChange) MarshalJSON() ([]byte, error)
func (*ProbingSessionChange) ProtoMessage ¶
func (*ProbingSessionChange) ProtoMessage()
func (*ProbingSessionChange) ProtoReflect ¶
func (m *ProbingSessionChange) ProtoReflect() preflect.Message
func (*ProbingSessionChange) Reset ¶
func (m *ProbingSessionChange) Reset()
func (*ProbingSessionChange) SetAdded ¶
func (m *ProbingSessionChange) SetAdded(fv *ProbingSessionChange_Added)
func (*ProbingSessionChange) SetAddedRaw ¶
func (c *ProbingSessionChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
func (*ProbingSessionChange) SetChangeType ¶
func (m *ProbingSessionChange) SetChangeType(ofv isProbingSessionChange_ChangeType)
func (*ProbingSessionChange) SetCurrent ¶
func (m *ProbingSessionChange) SetCurrent(fv *ProbingSessionChange_Current)
func (*ProbingSessionChange) SetCurrentRaw ¶
func (c *ProbingSessionChange) SetCurrentRaw(snapshot gotenresource.Resource)
func (*ProbingSessionChange) SetDeletedRaw ¶
func (c *ProbingSessionChange) SetDeletedRaw(name gotenresource.Name, idx int)
func (*ProbingSessionChange) SetModified ¶
func (m *ProbingSessionChange) SetModified(fv *ProbingSessionChange_Modified)
func (*ProbingSessionChange) SetModifiedRaw ¶
func (c *ProbingSessionChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)
func (*ProbingSessionChange) SetRemoved ¶
func (m *ProbingSessionChange) SetRemoved(fv *ProbingSessionChange_Removed)
func (*ProbingSessionChange) String ¶
func (m *ProbingSessionChange) String() string
func (*ProbingSessionChange) Unmarshal ¶
func (m *ProbingSessionChange) Unmarshal(b []byte) error
func (*ProbingSessionChange) UnmarshalJSON ¶
func (m *ProbingSessionChange) UnmarshalJSON(data []byte) error
type ProbingSessionChangeList ¶
type ProbingSessionChangeList []*ProbingSessionChange
func (ProbingSessionChangeList) Append ¶
func (l ProbingSessionChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
func (ProbingSessionChangeList) AppendList ¶
func (l ProbingSessionChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
func (ProbingSessionChangeList) At ¶
func (l ProbingSessionChangeList) At(idx int) gotenresource.ResourceChange
func (ProbingSessionChangeList) Length ¶
func (l ProbingSessionChangeList) Length() int
func (ProbingSessionChangeList) Set ¶
func (l ProbingSessionChangeList) Set(idx int, change gotenresource.ResourceChange)
func (ProbingSessionChangeList) Slice ¶
func (l ProbingSessionChangeList) Slice(first, second int) gotenresource.ResourceChangeList
type ProbingSessionChangeMap ¶
type ProbingSessionChangeMap map[Name]*ProbingSessionChange
func (ProbingSessionChangeMap) Delete ¶
func (m ProbingSessionChangeMap) Delete(name gotenresource.Name)
func (ProbingSessionChangeMap) ForEach ¶
func (m ProbingSessionChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
func (ProbingSessionChangeMap) Get ¶
func (m ProbingSessionChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
func (ProbingSessionChangeMap) Length ¶
func (m ProbingSessionChangeMap) Length() int
func (ProbingSessionChangeMap) Set ¶
func (m ProbingSessionChangeMap) Set(change gotenresource.ResourceChange)
type ProbingSessionChange_Added ¶
type ProbingSessionChange_Added struct { ProbingSession *ProbingSession `` /* 130-byte string literal not displayed */ // Integer describing index of added ProbingSession 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 }
ProbingSession has been added to query view
func (*ProbingSessionChange_Added) Descriptor ¶
func (*ProbingSessionChange_Added) Descriptor() ([]byte, []int)
Deprecated, Use ProbingSessionChange_Added.ProtoReflect.Descriptor instead.
func (*ProbingSessionChange_Added) GetProbingSession ¶
func (m *ProbingSessionChange_Added) GetProbingSession() *ProbingSession
func (*ProbingSessionChange_Added) GetViewIndex ¶
func (m *ProbingSessionChange_Added) GetViewIndex() int32
func (*ProbingSessionChange_Added) GotenMessage ¶
func (*ProbingSessionChange_Added) GotenMessage()
func (*ProbingSessionChange_Added) GotenValidate ¶
func (obj *ProbingSessionChange_Added) GotenValidate() error
func (*ProbingSessionChange_Added) Marshal ¶
func (m *ProbingSessionChange_Added) Marshal() ([]byte, error)
func (*ProbingSessionChange_Added) MarshalJSON ¶
func (m *ProbingSessionChange_Added) MarshalJSON() ([]byte, error)
func (*ProbingSessionChange_Added) ProtoMessage ¶
func (*ProbingSessionChange_Added) ProtoMessage()
func (*ProbingSessionChange_Added) ProtoReflect ¶
func (m *ProbingSessionChange_Added) ProtoReflect() preflect.Message
func (*ProbingSessionChange_Added) Reset ¶
func (m *ProbingSessionChange_Added) Reset()
func (*ProbingSessionChange_Added) SetProbingSession ¶
func (m *ProbingSessionChange_Added) SetProbingSession(fv *ProbingSession)
func (*ProbingSessionChange_Added) SetViewIndex ¶
func (m *ProbingSessionChange_Added) SetViewIndex(fv int32)
func (*ProbingSessionChange_Added) String ¶
func (m *ProbingSessionChange_Added) String() string
func (*ProbingSessionChange_Added) Unmarshal ¶
func (m *ProbingSessionChange_Added) Unmarshal(b []byte) error
func (*ProbingSessionChange_Added) UnmarshalJSON ¶
func (m *ProbingSessionChange_Added) UnmarshalJSON(data []byte) error
type ProbingSessionChange_Added_ ¶
type ProbingSessionChange_Added_ struct { // Added is returned when watched document is added, either created or // enters Query view Added *ProbingSessionChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"` }
type ProbingSessionChange_Current ¶
type ProbingSessionChange_Current struct { ProbingSession *ProbingSession `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
ProbingSession has been added or modified in a query view. Version used for stateless watching
func (*ProbingSessionChange_Current) Descriptor ¶
func (*ProbingSessionChange_Current) Descriptor() ([]byte, []int)
Deprecated, Use ProbingSessionChange_Current.ProtoReflect.Descriptor instead.
func (*ProbingSessionChange_Current) GetProbingSession ¶
func (m *ProbingSessionChange_Current) GetProbingSession() *ProbingSession
func (*ProbingSessionChange_Current) GotenMessage ¶
func (*ProbingSessionChange_Current) GotenMessage()
func (*ProbingSessionChange_Current) GotenValidate ¶
func (obj *ProbingSessionChange_Current) GotenValidate() error
func (*ProbingSessionChange_Current) Marshal ¶
func (m *ProbingSessionChange_Current) Marshal() ([]byte, error)
func (*ProbingSessionChange_Current) MarshalJSON ¶
func (m *ProbingSessionChange_Current) MarshalJSON() ([]byte, error)
func (*ProbingSessionChange_Current) ProtoMessage ¶
func (*ProbingSessionChange_Current) ProtoMessage()
func (*ProbingSessionChange_Current) ProtoReflect ¶
func (m *ProbingSessionChange_Current) ProtoReflect() preflect.Message
func (*ProbingSessionChange_Current) Reset ¶
func (m *ProbingSessionChange_Current) Reset()
func (*ProbingSessionChange_Current) SetProbingSession ¶
func (m *ProbingSessionChange_Current) SetProbingSession(fv *ProbingSession)
func (*ProbingSessionChange_Current) String ¶
func (m *ProbingSessionChange_Current) String() string
func (*ProbingSessionChange_Current) Unmarshal ¶
func (m *ProbingSessionChange_Current) Unmarshal(b []byte) error
func (*ProbingSessionChange_Current) UnmarshalJSON ¶
func (m *ProbingSessionChange_Current) UnmarshalJSON(data []byte) error
type ProbingSessionChange_Current_ ¶
type ProbingSessionChange_Current_ struct { // Current is returned in stateless watch when document enters query view or // is modified within. Current *ProbingSessionChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"` }
type ProbingSessionChange_Modified ¶
type ProbingSessionChange_Modified struct { // Name of modified ProbingSession Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // New version of ProbingSession or masked difference, depending on // mask_changes instrumentation of issued [WatchProbingSessionRequest] or // [WatchProbingSessionsRequest] ProbingSession *ProbingSession `` /* 130-byte string literal not displayed */ // Used when mask_changes is set, contains field paths of modified // properties. FieldMask *ProbingSession_FieldMask `` /* 146-byte string literal not displayed */ // Previous view index specifies previous position of modified // ProbingSession. When modification doesn't affect sorted order, value will // remain identical to [view_index]. PreviousViewIndex int32 `` /* 145-byte string literal not displayed */ // Integer specifying ProbingSession 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 }
ProbingSession changed some of it's fields - contains either full document or masked change
func (*ProbingSessionChange_Modified) Descriptor ¶
func (*ProbingSessionChange_Modified) Descriptor() ([]byte, []int)
Deprecated, Use ProbingSessionChange_Modified.ProtoReflect.Descriptor instead.
func (*ProbingSessionChange_Modified) GetFieldMask ¶
func (m *ProbingSessionChange_Modified) GetFieldMask() *ProbingSession_FieldMask
func (*ProbingSessionChange_Modified) GetName ¶
func (m *ProbingSessionChange_Modified) GetName() *Name
func (*ProbingSessionChange_Modified) GetPreviousViewIndex ¶
func (m *ProbingSessionChange_Modified) GetPreviousViewIndex() int32
func (*ProbingSessionChange_Modified) GetProbingSession ¶
func (m *ProbingSessionChange_Modified) GetProbingSession() *ProbingSession
func (*ProbingSessionChange_Modified) GetViewIndex ¶
func (m *ProbingSessionChange_Modified) GetViewIndex() int32
func (*ProbingSessionChange_Modified) GotenMessage ¶
func (*ProbingSessionChange_Modified) GotenMessage()
func (*ProbingSessionChange_Modified) GotenValidate ¶
func (obj *ProbingSessionChange_Modified) GotenValidate() error
func (*ProbingSessionChange_Modified) Marshal ¶
func (m *ProbingSessionChange_Modified) Marshal() ([]byte, error)
func (*ProbingSessionChange_Modified) MarshalJSON ¶
func (m *ProbingSessionChange_Modified) MarshalJSON() ([]byte, error)
func (*ProbingSessionChange_Modified) ProtoMessage ¶
func (*ProbingSessionChange_Modified) ProtoMessage()
func (*ProbingSessionChange_Modified) ProtoReflect ¶
func (m *ProbingSessionChange_Modified) ProtoReflect() preflect.Message
func (*ProbingSessionChange_Modified) Reset ¶
func (m *ProbingSessionChange_Modified) Reset()
func (*ProbingSessionChange_Modified) SetFieldMask ¶
func (m *ProbingSessionChange_Modified) SetFieldMask(fv *ProbingSession_FieldMask)
func (*ProbingSessionChange_Modified) SetName ¶
func (m *ProbingSessionChange_Modified) SetName(fv *Name)
func (*ProbingSessionChange_Modified) SetPreviousViewIndex ¶
func (m *ProbingSessionChange_Modified) SetPreviousViewIndex(fv int32)
func (*ProbingSessionChange_Modified) SetProbingSession ¶
func (m *ProbingSessionChange_Modified) SetProbingSession(fv *ProbingSession)
func (*ProbingSessionChange_Modified) SetViewIndex ¶
func (m *ProbingSessionChange_Modified) SetViewIndex(fv int32)
func (*ProbingSessionChange_Modified) String ¶
func (m *ProbingSessionChange_Modified) String() string
func (*ProbingSessionChange_Modified) Unmarshal ¶
func (m *ProbingSessionChange_Modified) Unmarshal(b []byte) error
func (*ProbingSessionChange_Modified) UnmarshalJSON ¶
func (m *ProbingSessionChange_Modified) UnmarshalJSON(data []byte) error
type ProbingSessionChange_Modified_ ¶
type ProbingSessionChange_Modified_ struct { // Modified is returned when watched document is modified Modified *ProbingSessionChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"` }
type ProbingSessionChange_Removed ¶
type ProbingSessionChange_Removed struct { Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Integer specifying removed ProbingSession 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 ProbingSession is deleted or leaves Query view
func (*ProbingSessionChange_Removed) Descriptor ¶
func (*ProbingSessionChange_Removed) Descriptor() ([]byte, []int)
Deprecated, Use ProbingSessionChange_Removed.ProtoReflect.Descriptor instead.
func (*ProbingSessionChange_Removed) GetName ¶
func (m *ProbingSessionChange_Removed) GetName() *Name
func (*ProbingSessionChange_Removed) GetViewIndex ¶
func (m *ProbingSessionChange_Removed) GetViewIndex() int32
func (*ProbingSessionChange_Removed) GotenMessage ¶
func (*ProbingSessionChange_Removed) GotenMessage()
func (*ProbingSessionChange_Removed) GotenValidate ¶
func (obj *ProbingSessionChange_Removed) GotenValidate() error
func (*ProbingSessionChange_Removed) Marshal ¶
func (m *ProbingSessionChange_Removed) Marshal() ([]byte, error)
func (*ProbingSessionChange_Removed) MarshalJSON ¶
func (m *ProbingSessionChange_Removed) MarshalJSON() ([]byte, error)
func (*ProbingSessionChange_Removed) ProtoMessage ¶
func (*ProbingSessionChange_Removed) ProtoMessage()
func (*ProbingSessionChange_Removed) ProtoReflect ¶
func (m *ProbingSessionChange_Removed) ProtoReflect() preflect.Message
func (*ProbingSessionChange_Removed) Reset ¶
func (m *ProbingSessionChange_Removed) Reset()
func (*ProbingSessionChange_Removed) SetName ¶
func (m *ProbingSessionChange_Removed) SetName(fv *Name)
func (*ProbingSessionChange_Removed) SetViewIndex ¶
func (m *ProbingSessionChange_Removed) SetViewIndex(fv int32)
func (*ProbingSessionChange_Removed) String ¶
func (m *ProbingSessionChange_Removed) String() string
func (*ProbingSessionChange_Removed) Unmarshal ¶
func (m *ProbingSessionChange_Removed) Unmarshal(b []byte) error
func (*ProbingSessionChange_Removed) UnmarshalJSON ¶
func (m *ProbingSessionChange_Removed) UnmarshalJSON(data []byte) error
type ProbingSessionChange_Removed_ ¶
type ProbingSessionChange_Removed_ struct { // Removed is returned when ProbingSession is deleted or leaves Query view Removed *ProbingSessionChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"` }
type ProbingSessionFieldPathBuilder ¶
type ProbingSessionFieldPathBuilder struct{}
func NewProbingSessionFieldPathBuilder ¶
func NewProbingSessionFieldPathBuilder() ProbingSessionFieldPathBuilder
func (ProbingSessionFieldPathBuilder) DisplayName ¶
func (ProbingSessionFieldPathBuilder) DisplayName() ProbingSessionPathSelectorDisplayName
func (ProbingSessionFieldPathBuilder) Metadata ¶
func (ProbingSessionFieldPathBuilder) Metadata() ProbingSessionPathSelectorMetadata
func (ProbingSessionFieldPathBuilder) Name ¶
func (ProbingSessionFieldPathBuilder) Name() ProbingSessionPathSelectorName
func (ProbingSessionFieldPathBuilder) ProbingDistribution ¶
func (ProbingSessionFieldPathBuilder) ProbingDistribution() ProbingSessionPathSelectorProbingDistribution
func (ProbingSessionFieldPathBuilder) ProbingDistributions ¶ added in v0.8.4
func (ProbingSessionFieldPathBuilder) ProbingDistributions() ProbingSessionPathSelectorProbingDistributions
func (ProbingSessionFieldPathBuilder) Spec ¶
func (ProbingSessionFieldPathBuilder) Spec() ProbingSessionPathSelectorSpec
func (ProbingSessionFieldPathBuilder) Status ¶
func (ProbingSessionFieldPathBuilder) Status() ProbingSessionPathSelectorStatus
type ProbingSessionList ¶
type ProbingSessionList []*ProbingSession
func (ProbingSessionList) Append ¶
func (l ProbingSessionList) Append(item gotenresource.Resource) gotenresource.ResourceList
func (ProbingSessionList) AppendList ¶
func (l ProbingSessionList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
func (ProbingSessionList) At ¶
func (l ProbingSessionList) At(idx int) gotenresource.Resource
func (ProbingSessionList) Length ¶
func (l ProbingSessionList) Length() int
func (ProbingSessionList) Set ¶
func (l ProbingSessionList) Set(idx int, res gotenresource.Resource)
func (ProbingSessionList) Slice ¶
func (l ProbingSessionList) Slice(first, second int) gotenresource.ResourceList
type ProbingSessionMap ¶
type ProbingSessionMap map[Name]*ProbingSession
func (ProbingSessionMap) Delete ¶
func (m ProbingSessionMap) Delete(name gotenresource.Name)
func (ProbingSessionMap) ForEach ¶
func (m ProbingSessionMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
func (ProbingSessionMap) Get ¶
func (m ProbingSessionMap) Get(name gotenresource.Name) gotenresource.Resource
func (ProbingSessionMap) Length ¶
func (m ProbingSessionMap) Length() int
func (ProbingSessionMap) Set ¶
func (m ProbingSessionMap) Set(res gotenresource.Resource)
type ProbingSessionMapPathSelectorMetadataAnnotations ¶
type ProbingSessionMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (ProbingSessionMapPathSelectorMetadataAnnotations) FieldPath ¶
func (s ProbingSessionMapPathSelectorMetadataAnnotations) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s ProbingSessionMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionMapPathSelectorMetadataAnnotations) WithValue ¶
func (s ProbingSessionMapPathSelectorMetadataAnnotations) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionMapPathSelectorMetadataLabels ¶
type ProbingSessionMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (ProbingSessionMapPathSelectorMetadataLabels) FieldPath ¶
func (s ProbingSessionMapPathSelectorMetadataLabels) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s ProbingSessionMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionMapPathSelectorMetadataLabels) WithValue ¶
func (s ProbingSessionMapPathSelectorMetadataLabels) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionMapPathSelectorMetadataShards ¶
type ProbingSessionMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (ProbingSessionMapPathSelectorMetadataShards) FieldPath ¶
func (s ProbingSessionMapPathSelectorMetadataShards) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s ProbingSessionMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionMapPathSelectorMetadataShards) WithValue ¶
func (s ProbingSessionMapPathSelectorMetadataShards) WithValue(value int64) *ProbingSession_FieldSubPathValue
type ProbingSessionMapPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶
type ProbingSessionMapPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingSessionMapPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶
func (ProbingSessionMapPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingSessionMapPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
type ProbingSessionMapPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders ¶
type ProbingSessionMapPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingSessionMapPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingSessionMapPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionMapPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue ¶
func (s ProbingSessionMapPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionNameList ¶
type ProbingSessionNameList []*Name
func (ProbingSessionNameList) Append ¶
func (l ProbingSessionNameList) Append(name gotenresource.Name) gotenresource.NameList
func (ProbingSessionNameList) AppendList ¶
func (l ProbingSessionNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
func (ProbingSessionNameList) At ¶
func (l ProbingSessionNameList) At(idx int) gotenresource.Name
func (ProbingSessionNameList) Length ¶
func (l ProbingSessionNameList) Length() int
func (ProbingSessionNameList) Set ¶
func (l ProbingSessionNameList) Set(idx int, name gotenresource.Name)
func (ProbingSessionNameList) Slice ¶
func (l ProbingSessionNameList) Slice(first, second int) gotenresource.NameList
type ProbingSessionParentNameList ¶
type ProbingSessionParentNameList []*ParentName
func (ProbingSessionParentNameList) Append ¶
func (l ProbingSessionParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
func (ProbingSessionParentNameList) AppendList ¶
func (l ProbingSessionParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
func (ProbingSessionParentNameList) At ¶
func (l ProbingSessionParentNameList) At(idx int) gotenresource.Name
func (ProbingSessionParentNameList) Length ¶
func (l ProbingSessionParentNameList) Length() int
func (ProbingSessionParentNameList) Set ¶
func (l ProbingSessionParentNameList) Set(idx int, name gotenresource.Name)
func (ProbingSessionParentNameList) Slice ¶
func (l ProbingSessionParentNameList) Slice(first, second int) gotenresource.ParentNameList
type ProbingSessionParentReferenceList ¶
type ProbingSessionParentReferenceList []*ParentReference
func (ProbingSessionParentReferenceList) Append ¶
func (l ProbingSessionParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
func (ProbingSessionParentReferenceList) AppendList ¶
func (l ProbingSessionParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
func (ProbingSessionParentReferenceList) At ¶
func (l ProbingSessionParentReferenceList) At(idx int) gotenresource.Reference
func (ProbingSessionParentReferenceList) Length ¶
func (l ProbingSessionParentReferenceList) Length() int
func (ProbingSessionParentReferenceList) Set ¶
func (l ProbingSessionParentReferenceList) Set(idx int, ref gotenresource.Reference)
func (ProbingSessionParentReferenceList) Slice ¶
func (l ProbingSessionParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
type ProbingSessionPathSelectorDisplayName ¶
type ProbingSessionPathSelectorDisplayName struct{}
func (ProbingSessionPathSelectorDisplayName) FieldPath ¶
func (ProbingSessionPathSelectorDisplayName) FieldPath() *ProbingSession_FieldTerminalPath
func (ProbingSessionPathSelectorDisplayName) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorDisplayName) WithArrayOfValues(values []string) *ProbingSession_FieldTerminalPathArrayOfValues
func (ProbingSessionPathSelectorDisplayName) WithValue ¶
func (s ProbingSessionPathSelectorDisplayName) WithValue(value string) *ProbingSession_FieldTerminalPathValue
type ProbingSessionPathSelectorMetadata ¶
type ProbingSessionPathSelectorMetadata struct{}
func (ProbingSessionPathSelectorMetadata) Annotations ¶
func (ProbingSessionPathSelectorMetadata) Annotations() ProbingSessionPathSelectorMetadataAnnotations
func (ProbingSessionPathSelectorMetadata) CreateTime ¶
func (ProbingSessionPathSelectorMetadata) CreateTime() ProbingSessionPathSelectorMetadataCreateTime
func (ProbingSessionPathSelectorMetadata) DeleteTime ¶ added in v0.7.1
func (ProbingSessionPathSelectorMetadata) DeleteTime() ProbingSessionPathSelectorMetadataDeleteTime
func (ProbingSessionPathSelectorMetadata) FieldPath ¶
func (ProbingSessionPathSelectorMetadata) FieldPath() *ProbingSession_FieldTerminalPath
func (ProbingSessionPathSelectorMetadata) Generation ¶
func (ProbingSessionPathSelectorMetadata) Generation() ProbingSessionPathSelectorMetadataGeneration
func (ProbingSessionPathSelectorMetadata) Lifecycle ¶ added in v0.7.1
func (ProbingSessionPathSelectorMetadata) Lifecycle() ProbingSessionPathSelectorMetadataLifecycle
func (ProbingSessionPathSelectorMetadata) OwnerReferences ¶
func (ProbingSessionPathSelectorMetadata) OwnerReferences() ProbingSessionPathSelectorMetadataOwnerReferences
func (ProbingSessionPathSelectorMetadata) ResourceVersion ¶
func (ProbingSessionPathSelectorMetadata) ResourceVersion() ProbingSessionPathSelectorMetadataResourceVersion
func (ProbingSessionPathSelectorMetadata) UpdateTime ¶
func (ProbingSessionPathSelectorMetadata) UpdateTime() ProbingSessionPathSelectorMetadataUpdateTime
func (ProbingSessionPathSelectorMetadata) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ProbingSession_FieldTerminalPathArrayOfValues
func (ProbingSessionPathSelectorMetadata) WithSubArrayItemValue ¶
func (s ProbingSessionPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *ProbingSession_FieldSubPathArrayItemValue
func (ProbingSessionPathSelectorMetadata) WithSubArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadata) WithSubPath ¶
func (ProbingSessionPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadata) WithSubValue ¶
func (s ProbingSessionPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *ProbingSession_FieldSubPathValue
func (ProbingSessionPathSelectorMetadata) WithValue ¶
func (s ProbingSessionPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *ProbingSession_FieldTerminalPathValue
type ProbingSessionPathSelectorMetadataAnnotations ¶
type ProbingSessionPathSelectorMetadataAnnotations struct{}
func (ProbingSessionPathSelectorMetadataAnnotations) FieldPath ¶
func (ProbingSessionPathSelectorMetadataAnnotations) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataAnnotations) WithValue ¶
func (s ProbingSessionPathSelectorMetadataAnnotations) WithValue(value map[string]string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataCreateTime ¶
type ProbingSessionPathSelectorMetadataCreateTime struct{}
func (ProbingSessionPathSelectorMetadataCreateTime) FieldPath ¶
func (ProbingSessionPathSelectorMetadataCreateTime) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataCreateTime) WithValue ¶
func (s ProbingSessionPathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataDeleteTime ¶ added in v0.7.1
type ProbingSessionPathSelectorMetadataDeleteTime struct{}
func (ProbingSessionPathSelectorMetadataDeleteTime) FieldPath ¶ added in v0.7.1
func (ProbingSessionPathSelectorMetadataDeleteTime) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataDeleteTime) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingSessionPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataDeleteTime) WithValue ¶ added in v0.7.1
func (s ProbingSessionPathSelectorMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataGeneration ¶
type ProbingSessionPathSelectorMetadataGeneration struct{}
func (ProbingSessionPathSelectorMetadataGeneration) FieldPath ¶
func (ProbingSessionPathSelectorMetadataGeneration) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataGeneration) WithValue ¶
func (s ProbingSessionPathSelectorMetadataGeneration) WithValue(value int64) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataLabels ¶
type ProbingSessionPathSelectorMetadataLabels struct{}
func (ProbingSessionPathSelectorMetadataLabels) FieldPath ¶
func (ProbingSessionPathSelectorMetadataLabels) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataLabels) WithValue ¶
func (s ProbingSessionPathSelectorMetadataLabels) WithValue(value map[string]string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataLifecycle ¶ added in v0.7.1
type ProbingSessionPathSelectorMetadataLifecycle struct{}
func (ProbingSessionPathSelectorMetadataLifecycle) BlockDeletion ¶ added in v0.7.1
func (ProbingSessionPathSelectorMetadataLifecycle) FieldPath ¶ added in v0.7.1
func (ProbingSessionPathSelectorMetadataLifecycle) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataLifecycle) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingSessionPathSelectorMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataLifecycle) WithValue ¶ added in v0.7.1
func (s ProbingSessionPathSelectorMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataLifecycleBlockDeletion ¶ added in v0.7.1
type ProbingSessionPathSelectorMetadataLifecycleBlockDeletion struct{}
func (ProbingSessionPathSelectorMetadataLifecycleBlockDeletion) FieldPath ¶ added in v0.7.1
func (ProbingSessionPathSelectorMetadataLifecycleBlockDeletion) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingSessionPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataLifecycleBlockDeletion) WithValue ¶ added in v0.7.1
func (s ProbingSessionPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataLifecycleState ¶ added in v0.7.1
type ProbingSessionPathSelectorMetadataLifecycleState struct{}
func (ProbingSessionPathSelectorMetadataLifecycleState) FieldPath ¶ added in v0.7.1
func (ProbingSessionPathSelectorMetadataLifecycleState) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataLifecycleState) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingSessionPathSelectorMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataLifecycleState) WithValue ¶ added in v0.7.1
func (s ProbingSessionPathSelectorMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataOwnerReferences ¶
type ProbingSessionPathSelectorMetadataOwnerReferences struct{}
func (ProbingSessionPathSelectorMetadataOwnerReferences) BlockOwnerDeletion ¶
func (ProbingSessionPathSelectorMetadataOwnerReferences) BlockOwnerDeletion() ProbingSessionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
func (ProbingSessionPathSelectorMetadataOwnerReferences) Controller ¶
func (ProbingSessionPathSelectorMetadataOwnerReferences) FieldPath ¶
func (ProbingSessionPathSelectorMetadataOwnerReferences) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.7.1
func (ProbingSessionPathSelectorMetadataOwnerReferences) RequiresOwnerReference() ProbingSessionPathSelectorMetadataOwnerReferencesRequiresOwnerReference
func (ProbingSessionPathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s ProbingSessionPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ProbingSession_FieldSubPathArrayItemValue
func (ProbingSessionPathSelectorMetadataOwnerReferences) WithValue ¶
func (s ProbingSessionPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion ¶
type ProbingSessionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (ProbingSessionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue ¶
func (s ProbingSessionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataOwnerReferencesController ¶
type ProbingSessionPathSelectorMetadataOwnerReferencesController struct{}
func (ProbingSessionPathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataOwnerReferencesController) WithValue ¶
func (s ProbingSessionPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataOwnerReferencesKind ¶
type ProbingSessionPathSelectorMetadataOwnerReferencesKind struct{}
func (ProbingSessionPathSelectorMetadataOwnerReferencesKind) FieldPath ¶
func (ProbingSessionPathSelectorMetadataOwnerReferencesKind) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s ProbingSessionPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataOwnerReferencesName ¶
type ProbingSessionPathSelectorMetadataOwnerReferencesName struct{}
func (ProbingSessionPathSelectorMetadataOwnerReferencesName) FieldPath ¶
func (ProbingSessionPathSelectorMetadataOwnerReferencesName) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s ProbingSessionPathSelectorMetadataOwnerReferencesName) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataOwnerReferencesRegion ¶ added in v0.7.1
type ProbingSessionPathSelectorMetadataOwnerReferencesRegion struct{}
func (ProbingSessionPathSelectorMetadataOwnerReferencesRegion) FieldPath ¶ added in v0.7.1
func (ProbingSessionPathSelectorMetadataOwnerReferencesRegion) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingSessionPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataOwnerReferencesRegion) WithValue ¶ added in v0.7.1
func (s ProbingSessionPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.7.1
type ProbingSessionPathSelectorMetadataOwnerReferencesRequiresOwnerReference struct{}
func (ProbingSessionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.7.1
func (ProbingSessionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingSessionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue ¶ added in v0.7.1
func (s ProbingSessionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataOwnerReferencesVersion ¶ added in v0.7.1
type ProbingSessionPathSelectorMetadataOwnerReferencesVersion struct{}
func (ProbingSessionPathSelectorMetadataOwnerReferencesVersion) FieldPath ¶ added in v0.7.1
func (ProbingSessionPathSelectorMetadataOwnerReferencesVersion) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingSessionPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataOwnerReferencesVersion) WithValue ¶ added in v0.7.1
func (s ProbingSessionPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataResourceVersion ¶
type ProbingSessionPathSelectorMetadataResourceVersion struct{}
func (ProbingSessionPathSelectorMetadataResourceVersion) FieldPath ¶
func (ProbingSessionPathSelectorMetadataResourceVersion) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataResourceVersion) WithValue ¶
func (s ProbingSessionPathSelectorMetadataResourceVersion) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataShards ¶
type ProbingSessionPathSelectorMetadataShards struct{}
func (ProbingSessionPathSelectorMetadataShards) FieldPath ¶
func (ProbingSessionPathSelectorMetadataShards) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataShards) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataShards) WithValue ¶
func (s ProbingSessionPathSelectorMetadataShards) WithValue(value map[string]int64) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataSyncing ¶
type ProbingSessionPathSelectorMetadataSyncing struct{}
func (ProbingSessionPathSelectorMetadataSyncing) FieldPath ¶
func (ProbingSessionPathSelectorMetadataSyncing) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataSyncing) OwningRegion ¶
func (ProbingSessionPathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataSyncing) WithValue ¶
func (s ProbingSessionPathSelectorMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataSyncingOwningRegion ¶
type ProbingSessionPathSelectorMetadataSyncingOwningRegion struct{}
func (ProbingSessionPathSelectorMetadataSyncingOwningRegion) FieldPath ¶
func (ProbingSessionPathSelectorMetadataSyncingOwningRegion) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s ProbingSessionPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataSyncingRegions ¶
type ProbingSessionPathSelectorMetadataSyncingRegions struct{}
func (ProbingSessionPathSelectorMetadataSyncingRegions) FieldPath ¶
func (ProbingSessionPathSelectorMetadataSyncingRegions) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s ProbingSessionPathSelectorMetadataSyncingRegions) WithItemValue(value string) *ProbingSession_FieldSubPathArrayItemValue
func (ProbingSessionPathSelectorMetadataSyncingRegions) WithValue ¶
func (s ProbingSessionPathSelectorMetadataSyncingRegions) WithValue(value []string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataTags ¶
type ProbingSessionPathSelectorMetadataTags struct{}
func (ProbingSessionPathSelectorMetadataTags) FieldPath ¶
func (ProbingSessionPathSelectorMetadataTags) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataTags) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataTags) WithItemValue ¶
func (s ProbingSessionPathSelectorMetadataTags) WithItemValue(value string) *ProbingSession_FieldSubPathArrayItemValue
func (ProbingSessionPathSelectorMetadataTags) WithValue ¶
func (s ProbingSessionPathSelectorMetadataTags) WithValue(value []string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataUpdateTime ¶
type ProbingSessionPathSelectorMetadataUpdateTime struct{}
func (ProbingSessionPathSelectorMetadataUpdateTime) FieldPath ¶
func (ProbingSessionPathSelectorMetadataUpdateTime) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataUpdateTime) WithValue ¶
func (s ProbingSessionPathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorMetadataUuid ¶
type ProbingSessionPathSelectorMetadataUuid struct{}
func (ProbingSessionPathSelectorMetadataUuid) FieldPath ¶
func (ProbingSessionPathSelectorMetadataUuid) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorMetadataUuid) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorMetadataUuid) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorMetadataUuid) WithValue ¶
func (s ProbingSessionPathSelectorMetadataUuid) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorName ¶
type ProbingSessionPathSelectorName struct{}
func (ProbingSessionPathSelectorName) FieldPath ¶
func (ProbingSessionPathSelectorName) FieldPath() *ProbingSession_FieldTerminalPath
func (ProbingSessionPathSelectorName) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorName) WithArrayOfValues(values []*Name) *ProbingSession_FieldTerminalPathArrayOfValues
func (ProbingSessionPathSelectorName) WithValue ¶
func (s ProbingSessionPathSelectorName) WithValue(value *Name) *ProbingSession_FieldTerminalPathValue
type ProbingSessionPathSelectorProbingDistribution ¶
type ProbingSessionPathSelectorProbingDistribution struct{}
func (ProbingSessionPathSelectorProbingDistribution) FieldPath ¶
func (ProbingSessionPathSelectorProbingDistribution) FieldPath() *ProbingSession_FieldTerminalPath
func (ProbingSessionPathSelectorProbingDistribution) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorProbingDistribution) WithArrayOfValues(values []*probing_distribution.Reference) *ProbingSession_FieldTerminalPathArrayOfValues
func (ProbingSessionPathSelectorProbingDistribution) WithValue ¶
func (s ProbingSessionPathSelectorProbingDistribution) WithValue(value *probing_distribution.Reference) *ProbingSession_FieldTerminalPathValue
type ProbingSessionPathSelectorProbingDistributions ¶ added in v0.8.4
type ProbingSessionPathSelectorProbingDistributions struct{}
func (ProbingSessionPathSelectorProbingDistributions) FieldPath ¶ added in v0.8.4
func (ProbingSessionPathSelectorProbingDistributions) FieldPath() *ProbingSession_FieldTerminalPath
func (ProbingSessionPathSelectorProbingDistributions) WithArrayOfValues ¶ added in v0.8.4
func (s ProbingSessionPathSelectorProbingDistributions) WithArrayOfValues(values [][]*probing_distribution.Reference) *ProbingSession_FieldTerminalPathArrayOfValues
func (ProbingSessionPathSelectorProbingDistributions) WithItemValue ¶ added in v0.8.4
func (s ProbingSessionPathSelectorProbingDistributions) WithItemValue(value *probing_distribution.Reference) *ProbingSession_FieldTerminalPathArrayItemValue
func (ProbingSessionPathSelectorProbingDistributions) WithValue ¶ added in v0.8.4
func (s ProbingSessionPathSelectorProbingDistributions) WithValue(value []*probing_distribution.Reference) *ProbingSession_FieldTerminalPathValue
type ProbingSessionPathSelectorSpec ¶
type ProbingSessionPathSelectorSpec struct{}
func (ProbingSessionPathSelectorSpec) Address ¶
func (ProbingSessionPathSelectorSpec) Address() ProbingSessionPathSelectorSpecAddress
func (ProbingSessionPathSelectorSpec) Addresses ¶
func (ProbingSessionPathSelectorSpec) Addresses() ProbingSessionPathSelectorSpecAddresses
func (ProbingSessionPathSelectorSpec) EnablePcap ¶ added in v0.8.0
func (ProbingSessionPathSelectorSpec) EnablePcap() ProbingSessionPathSelectorSpecEnablePcap
func (ProbingSessionPathSelectorSpec) FieldPath ¶
func (ProbingSessionPathSelectorSpec) FieldPath() *ProbingSession_FieldTerminalPath
func (ProbingSessionPathSelectorSpec) HttpProbingConfig ¶
func (ProbingSessionPathSelectorSpec) HttpProbingConfig() ProbingSessionPathSelectorSpecHttpProbingConfig
func (ProbingSessionPathSelectorSpec) Interval ¶
func (ProbingSessionPathSelectorSpec) Interval() ProbingSessionPathSelectorSpecInterval
func (ProbingSessionPathSelectorSpec) IpVersion ¶
func (ProbingSessionPathSelectorSpec) IpVersion() ProbingSessionPathSelectorSpecIpVersion
func (ProbingSessionPathSelectorSpec) Location ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpec) Location() ProbingSessionPathSelectorSpecLocation
func (ProbingSessionPathSelectorSpec) LocationType ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpec) LocationType() ProbingSessionPathSelectorSpecLocationType
func (ProbingSessionPathSelectorSpec) PathProbing ¶
func (ProbingSessionPathSelectorSpec) PathProbing() ProbingSessionPathSelectorSpecPathProbing
func (ProbingSessionPathSelectorSpec) ProxyConfiguration ¶
func (ProbingSessionPathSelectorSpec) ProxyConfiguration() ProbingSessionPathSelectorSpecProxyConfiguration
func (ProbingSessionPathSelectorSpec) SpeedtestSettings ¶
func (ProbingSessionPathSelectorSpec) SpeedtestSettings() ProbingSessionPathSelectorSpecSpeedtestSettings
func (ProbingSessionPathSelectorSpec) Target ¶
func (ProbingSessionPathSelectorSpec) Target() ProbingSessionPathSelectorSpecTarget
func (ProbingSessionPathSelectorSpec) TargetGroup ¶
func (ProbingSessionPathSelectorSpec) TargetGroup() ProbingSessionPathSelectorSpecTargetGroup
func (ProbingSessionPathSelectorSpec) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpec) WithArrayOfValues(values []*ProbingSession_Spec) *ProbingSession_FieldTerminalPathArrayOfValues
func (ProbingSessionPathSelectorSpec) WithSubArrayItemValue ¶
func (s ProbingSessionPathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue ProbingSessionSpec_FieldPathArrayItemValue) *ProbingSession_FieldSubPathArrayItemValue
func (ProbingSessionPathSelectorSpec) WithSubArrayOfValues ¶
func (s ProbingSessionPathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues ProbingSessionSpec_FieldPathArrayOfValues) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpec) WithSubPath ¶
func (ProbingSessionPathSelectorSpec) WithSubPath(subPath ProbingSessionSpec_FieldPath) *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpec) WithSubValue ¶
func (s ProbingSessionPathSelectorSpec) WithSubValue(subPathValue ProbingSessionSpec_FieldPathValue) *ProbingSession_FieldSubPathValue
func (ProbingSessionPathSelectorSpec) WithValue ¶
func (s ProbingSessionPathSelectorSpec) WithValue(value *ProbingSession_Spec) *ProbingSession_FieldTerminalPathValue
type ProbingSessionPathSelectorSpecAddress ¶
type ProbingSessionPathSelectorSpecAddress struct{}
func (ProbingSessionPathSelectorSpecAddress) FieldPath ¶
func (ProbingSessionPathSelectorSpecAddress) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecAddress) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecAddress) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecAddress) WithValue ¶
func (s ProbingSessionPathSelectorSpecAddress) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecAddresses ¶
type ProbingSessionPathSelectorSpecAddresses struct{}
func (ProbingSessionPathSelectorSpecAddresses) FieldPath ¶
func (ProbingSessionPathSelectorSpecAddresses) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecAddresses) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecAddresses) WithArrayOfValues(values [][]string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecAddresses) WithItemValue ¶
func (s ProbingSessionPathSelectorSpecAddresses) WithItemValue(value string) *ProbingSession_FieldSubPathArrayItemValue
func (ProbingSessionPathSelectorSpecAddresses) WithValue ¶
func (s ProbingSessionPathSelectorSpecAddresses) WithValue(value []string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecEnablePcap ¶ added in v0.8.0
type ProbingSessionPathSelectorSpecEnablePcap struct{}
func (ProbingSessionPathSelectorSpecEnablePcap) FieldPath ¶ added in v0.8.0
func (ProbingSessionPathSelectorSpecEnablePcap) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecEnablePcap) WithArrayOfValues ¶ added in v0.8.0
func (s ProbingSessionPathSelectorSpecEnablePcap) WithArrayOfValues(values []bool) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecEnablePcap) WithValue ¶ added in v0.8.0
func (s ProbingSessionPathSelectorSpecEnablePcap) WithValue(value bool) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecHttpProbingConfig ¶
type ProbingSessionPathSelectorSpecHttpProbingConfig struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfig) AuthConfig ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfig) FieldPath ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfig) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecHttpProbingConfig) HttpRequest ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfig) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecHttpProbingConfig) WithValue ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfig) WithValue(value *common.HTTPProbingConfig) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) FieldPath ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) RequestHeaderTokenKey ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) TokenRequest ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey() ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) TokenResponseBodyKey ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) TokenResponseHeader ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) WithValue ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfig) WithValue(value *common.HTTPProbingConfig_HTTPAuth) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigPassword ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigPassword struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigPassword) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigPassword) WithValue ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigPassword) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest) RequestBody ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest) RequestHeaders ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest) RequestMethod ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingSession_FieldSubPathArrayOfValues
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingSession_FieldSubPathArrayOfValues
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingSession_FieldSubPathArrayOfValues
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestBody ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value map[string]string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingSession_FieldSubPathArrayOfValues
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestTimeout ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestTimeout struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue(value *duration.Duration) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestUrl ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestUrl struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithValue ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyKey ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseHeader ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseHeader struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithValue ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigUsername ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigUsername struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigUsername) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigUsername) WithValue ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigAuthConfigUsername) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest) AuthenticationMethod ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest) ExpectedResponseCode ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest) RequestBody ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest) RequestHeaders ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest) RequestMethod ¶
func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingSession_FieldSubPathArrayOfValues
type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestAuthenticationMethod ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestAuthenticationMethod struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingSession_FieldSubPathArrayOfValues
type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestExpectedResponseCode ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestExpectedResponseCode struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithValue ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithValue(value uint32) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestBody ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestBody struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestBody) WithValue ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestBody) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue(value map[string]string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestMethod ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestMethod struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingSession_FieldSubPathArrayOfValues
type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestTimeout ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestTimeout struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestTimeout) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestTimeout) WithValue ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestTimeout) WithValue(value *duration.Duration) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestUrl ¶
type ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestUrl struct{}
func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestUrl) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestUrl) WithValue ¶
func (s ProbingSessionPathSelectorSpecHttpProbingConfigHttpRequestUrl) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecInterval ¶
type ProbingSessionPathSelectorSpecInterval struct{}
func (ProbingSessionPathSelectorSpecInterval) FieldPath ¶
func (ProbingSessionPathSelectorSpecInterval) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecInterval) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecInterval) WithArrayOfValues(values []*duration.Duration) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecInterval) WithValue ¶
func (s ProbingSessionPathSelectorSpecInterval) WithValue(value *duration.Duration) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecIpVersion ¶
type ProbingSessionPathSelectorSpecIpVersion struct{}
func (ProbingSessionPathSelectorSpecIpVersion) FieldPath ¶
func (ProbingSessionPathSelectorSpecIpVersion) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecIpVersion) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecIpVersion) WithValue ¶
func (s ProbingSessionPathSelectorSpecIpVersion) WithValue(value common.IpVersion) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocation ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocation struct{}
func (ProbingSessionPathSelectorSpecLocation) AdminHierarchy ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocation) AdminHierarchy() ProbingSessionPathSelectorSpecLocationAdminHierarchy
func (ProbingSessionPathSelectorSpecLocation) Coordinates ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocation) Coordinates() ProbingSessionPathSelectorSpecLocationCoordinates
func (ProbingSessionPathSelectorSpecLocation) FieldPath ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocation) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecLocation) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocation) WithArrayOfValues(values []*common.Location) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocation) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocation) WithValue(value *common.Location) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAccuracy ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAccuracy struct{}
func (ProbingSessionPathSelectorSpecLocationAccuracy) FieldPath ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationAccuracy) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecLocationAccuracy) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAccuracy) WithArrayOfValues(values []float64) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAccuracy) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAccuracy) WithValue(value float64) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAddress ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAddress struct{}
func (ProbingSessionPathSelectorSpecLocationAddress) AdminArea1 ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationAddress) AdminArea2 ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationAddress) AdminArea3 ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationAddress) AdminArea4 ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationAddress) CountryCode ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationAddress) FieldPath ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationAddress) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecLocationAddress) PostalCode ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationAddress) StreetAddress ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationAddress) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAddress) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddress) WithValue(value *common.Address) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAddressAdminArea1 ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAddressAdminArea1 struct{}
func (ProbingSessionPathSelectorSpecLocationAddressAdminArea1) FieldPath ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationAddressAdminArea1) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecLocationAddressAdminArea1) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAddressAdminArea1) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddressAdminArea1) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAddressAdminArea2 ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAddressAdminArea2 struct{}
func (ProbingSessionPathSelectorSpecLocationAddressAdminArea2) FieldPath ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationAddressAdminArea2) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecLocationAddressAdminArea2) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAddressAdminArea2) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddressAdminArea2) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAddressAdminArea3 ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAddressAdminArea3 struct{}
func (ProbingSessionPathSelectorSpecLocationAddressAdminArea3) FieldPath ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationAddressAdminArea3) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecLocationAddressAdminArea3) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAddressAdminArea3) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddressAdminArea3) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAddressAdminArea4 ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAddressAdminArea4 struct{}
func (ProbingSessionPathSelectorSpecLocationAddressAdminArea4) FieldPath ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationAddressAdminArea4) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecLocationAddressAdminArea4) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAddressAdminArea4) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddressAdminArea4) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAddressContinent ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAddressContinent struct{}
func (ProbingSessionPathSelectorSpecLocationAddressContinent) FieldPath ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationAddressContinent) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecLocationAddressContinent) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddressContinent) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAddressContinent) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddressContinent) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAddressCountry ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAddressCountry struct{}
func (ProbingSessionPathSelectorSpecLocationAddressCountry) FieldPath ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationAddressCountry) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecLocationAddressCountry) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddressCountry) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAddressCountry) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddressCountry) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAddressCountryCode ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAddressCountryCode struct{}
func (ProbingSessionPathSelectorSpecLocationAddressCountryCode) FieldPath ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationAddressCountryCode) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecLocationAddressCountryCode) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAddressCountryCode) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddressCountryCode) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAddressPostalCode ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAddressPostalCode struct{}
func (ProbingSessionPathSelectorSpecLocationAddressPostalCode) FieldPath ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationAddressPostalCode) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecLocationAddressPostalCode) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAddressPostalCode) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddressPostalCode) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAddressStreetAddress ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAddressStreetAddress struct{}
func (ProbingSessionPathSelectorSpecLocationAddressStreetAddress) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAddressStreetAddress) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAddressStreetAddress) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAdminHierarchy ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAdminHierarchy struct{}
func (ProbingSessionPathSelectorSpecLocationAdminHierarchy) FieldPath ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationAdminHierarchy) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecLocationAdminHierarchy) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAdminHierarchy) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin1 ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin1 struct{}
func (ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin1) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin1) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin2 ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin2 struct{}
func (ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin2) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin2) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin3 ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin3 struct{}
func (ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin3) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin3) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin4 ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin4 struct{}
func (ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin4) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin4) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin5 ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin5 struct{}
func (ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin5) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin5) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAdminHierarchyContinent ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAdminHierarchyContinent struct{}
func (ProbingSessionPathSelectorSpecLocationAdminHierarchyContinent) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAdminHierarchyContinent) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationAdminHierarchyCountry ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationAdminHierarchyCountry struct{}
func (ProbingSessionPathSelectorSpecLocationAdminHierarchyCountry) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationAdminHierarchyCountry) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationCoordinates ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationCoordinates struct{}
func (ProbingSessionPathSelectorSpecLocationCoordinates) FieldPath ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationCoordinates) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecLocationCoordinates) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationCoordinates) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecLocationType ¶ added in v0.4.28
type ProbingSessionPathSelectorSpecLocationType struct{}
func (ProbingSessionPathSelectorSpecLocationType) FieldPath ¶ added in v0.4.28
func (ProbingSessionPathSelectorSpecLocationType) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecLocationType) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationType) WithArrayOfValues(values []common.LocationType) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecLocationType) WithValue ¶ added in v0.4.28
func (s ProbingSessionPathSelectorSpecLocationType) WithValue(value common.LocationType) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecMode ¶
type ProbingSessionPathSelectorSpecMode struct{}
func (ProbingSessionPathSelectorSpecMode) FieldPath ¶
func (ProbingSessionPathSelectorSpecMode) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecMode) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecMode) WithArrayOfValues(values []common.ProbingMode) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecMode) WithValue ¶
func (s ProbingSessionPathSelectorSpecMode) WithValue(value common.ProbingMode) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecPathProbing ¶
type ProbingSessionPathSelectorSpecPathProbing struct{}
func (ProbingSessionPathSelectorSpecPathProbing) FieldPath ¶
func (ProbingSessionPathSelectorSpecPathProbing) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecPathProbing) IntervalSec ¶
func (ProbingSessionPathSelectorSpecPathProbing) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecPathProbing) WithArrayOfValues(values []*common.PathProbe) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecPathProbing) WithValue ¶
func (s ProbingSessionPathSelectorSpecPathProbing) WithValue(value *common.PathProbe) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecPathProbingAttempts ¶
type ProbingSessionPathSelectorSpecPathProbingAttempts struct{}
func (ProbingSessionPathSelectorSpecPathProbingAttempts) FieldPath ¶
func (ProbingSessionPathSelectorSpecPathProbingAttempts) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecPathProbingAttempts) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecPathProbingAttempts) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecPathProbingAttempts) WithValue ¶
func (s ProbingSessionPathSelectorSpecPathProbingAttempts) WithValue(value *wrappers.UInt32Value) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecPathProbingEnabled ¶
type ProbingSessionPathSelectorSpecPathProbingEnabled struct{}
func (ProbingSessionPathSelectorSpecPathProbingEnabled) FieldPath ¶
func (ProbingSessionPathSelectorSpecPathProbingEnabled) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecPathProbingEnabled) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecPathProbingEnabled) WithArrayOfValues(values []bool) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecPathProbingEnabled) WithValue ¶
func (s ProbingSessionPathSelectorSpecPathProbingEnabled) WithValue(value bool) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecPathProbingInterval ¶
type ProbingSessionPathSelectorSpecPathProbingInterval struct{}
func (ProbingSessionPathSelectorSpecPathProbingInterval) FieldPath ¶
func (ProbingSessionPathSelectorSpecPathProbingInterval) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecPathProbingInterval) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecPathProbingInterval) WithArrayOfValues(values []*duration.Duration) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecPathProbingInterval) WithValue ¶
func (s ProbingSessionPathSelectorSpecPathProbingInterval) WithValue(value *duration.Duration) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecPathProbingIntervalSec ¶
type ProbingSessionPathSelectorSpecPathProbingIntervalSec struct{}
func (ProbingSessionPathSelectorSpecPathProbingIntervalSec) FieldPath ¶
func (ProbingSessionPathSelectorSpecPathProbingIntervalSec) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecPathProbingIntervalSec) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecPathProbingIntervalSec) WithArrayOfValues(values []int64) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecPathProbingIntervalSec) WithValue ¶
func (s ProbingSessionPathSelectorSpecPathProbingIntervalSec) WithValue(value int64) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecPathProbingMaxTtl ¶
type ProbingSessionPathSelectorSpecPathProbingMaxTtl struct{}
func (ProbingSessionPathSelectorSpecPathProbingMaxTtl) FieldPath ¶
func (ProbingSessionPathSelectorSpecPathProbingMaxTtl) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecPathProbingMaxTtl) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecPathProbingMaxTtl) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecPathProbingMaxTtl) WithValue ¶
func (s ProbingSessionPathSelectorSpecPathProbingMaxTtl) WithValue(value *wrappers.UInt32Value) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecPathProbingMode ¶
type ProbingSessionPathSelectorSpecPathProbingMode struct{}
func (ProbingSessionPathSelectorSpecPathProbingMode) FieldPath ¶
func (ProbingSessionPathSelectorSpecPathProbingMode) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecPathProbingMode) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecPathProbingMode) WithArrayOfValues(values []common.ProbingMode) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecPathProbingMode) WithValue ¶
func (s ProbingSessionPathSelectorSpecPathProbingMode) WithValue(value common.ProbingMode) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecPort ¶
type ProbingSessionPathSelectorSpecPort struct{}
func (ProbingSessionPathSelectorSpecPort) FieldPath ¶
func (ProbingSessionPathSelectorSpecPort) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecPort) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecPort) WithArrayOfValues(values []uint32) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecPort) WithValue ¶
func (s ProbingSessionPathSelectorSpecPort) WithValue(value uint32) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecProbe ¶
type ProbingSessionPathSelectorSpecProbe struct{}
func (ProbingSessionPathSelectorSpecProbe) FieldPath ¶
func (ProbingSessionPathSelectorSpecProbe) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecProbe) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecProbe) WithArrayOfValues(values []*probe.Reference) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecProbe) WithValue ¶
func (s ProbingSessionPathSelectorSpecProbe) WithValue(value *probe.Reference) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecProxyConfiguration ¶
type ProbingSessionPathSelectorSpecProxyConfiguration struct{}
func (ProbingSessionPathSelectorSpecProxyConfiguration) FieldPath ¶
func (ProbingSessionPathSelectorSpecProxyConfiguration) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecProxyConfiguration) HttpsProxy ¶
func (ProbingSessionPathSelectorSpecProxyConfiguration) ProxySetting ¶
func (ProbingSessionPathSelectorSpecProxyConfiguration) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecProxyConfiguration) WithArrayOfValues(values []*common.ProxyConfiguration) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecProxyConfiguration) WithValue ¶
func (s ProbingSessionPathSelectorSpecProxyConfiguration) WithValue(value *common.ProxyConfiguration) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecProxyConfigurationHttpProxy ¶
type ProbingSessionPathSelectorSpecProxyConfigurationHttpProxy struct{}
func (ProbingSessionPathSelectorSpecProxyConfigurationHttpProxy) FieldPath ¶
func (ProbingSessionPathSelectorSpecProxyConfigurationHttpProxy) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecProxyConfigurationHttpProxy) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecProxyConfigurationHttpProxy) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecProxyConfigurationHttpProxy) WithValue ¶
func (s ProbingSessionPathSelectorSpecProxyConfigurationHttpProxy) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecProxyConfigurationHttpsProxy ¶
type ProbingSessionPathSelectorSpecProxyConfigurationHttpsProxy struct{}
func (ProbingSessionPathSelectorSpecProxyConfigurationHttpsProxy) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecProxyConfigurationHttpsProxy) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecProxyConfigurationHttpsProxy) WithValue ¶
func (s ProbingSessionPathSelectorSpecProxyConfigurationHttpsProxy) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecProxyConfigurationNoProxy ¶
type ProbingSessionPathSelectorSpecProxyConfigurationNoProxy struct{}
func (ProbingSessionPathSelectorSpecProxyConfigurationNoProxy) FieldPath ¶
func (ProbingSessionPathSelectorSpecProxyConfigurationNoProxy) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecProxyConfigurationNoProxy) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecProxyConfigurationNoProxy) WithArrayOfValues(values []string) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecProxyConfigurationNoProxy) WithValue ¶
func (s ProbingSessionPathSelectorSpecProxyConfigurationNoProxy) WithValue(value string) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecProxyConfigurationProxySetting ¶
type ProbingSessionPathSelectorSpecProxyConfigurationProxySetting struct{}
func (ProbingSessionPathSelectorSpecProxyConfigurationProxySetting) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecProxyConfigurationProxySetting) WithArrayOfValues(values []common.ProxySetting) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecProxyConfigurationProxySetting) WithValue ¶
func (s ProbingSessionPathSelectorSpecProxyConfigurationProxySetting) WithValue(value common.ProxySetting) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecSpeedtestSettings ¶
type ProbingSessionPathSelectorSpecSpeedtestSettings struct{}
func (ProbingSessionPathSelectorSpecSpeedtestSettings) FieldPath ¶
func (ProbingSessionPathSelectorSpecSpeedtestSettings) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecSpeedtestSettings) ServerSelection ¶
func (ProbingSessionPathSelectorSpecSpeedtestSettings) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecSpeedtestSettings) WithArrayOfValues(values []*common.SpeedTestSettings) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecSpeedtestSettings) WithValue ¶
func (s ProbingSessionPathSelectorSpecSpeedtestSettings) WithValue(value *common.SpeedTestSettings) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecSpeedtestSettingsDuration ¶
type ProbingSessionPathSelectorSpecSpeedtestSettingsDuration struct{}
func (ProbingSessionPathSelectorSpecSpeedtestSettingsDuration) FieldPath ¶
func (ProbingSessionPathSelectorSpecSpeedtestSettingsDuration) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecSpeedtestSettingsDuration) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecSpeedtestSettingsDuration) WithArrayOfValues(values []*duration.Duration) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecSpeedtestSettingsDuration) WithValue ¶
func (s ProbingSessionPathSelectorSpecSpeedtestSettingsDuration) WithValue(value *duration.Duration) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecSpeedtestSettingsServerSelection ¶
type ProbingSessionPathSelectorSpecSpeedtestSettingsServerSelection struct{}
func (ProbingSessionPathSelectorSpecSpeedtestSettingsServerSelection) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecSpeedtestSettingsServerSelection) WithArrayOfValues(values []common.SpeedTestSettings_ServerSelection) *ProbingSession_FieldSubPathArrayOfValues
type ProbingSessionPathSelectorSpecSpeedtestSettingsTcpPort ¶
type ProbingSessionPathSelectorSpecSpeedtestSettingsTcpPort struct{}
func (ProbingSessionPathSelectorSpecSpeedtestSettingsTcpPort) FieldPath ¶
func (ProbingSessionPathSelectorSpecSpeedtestSettingsTcpPort) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecSpeedtestSettingsTcpPort) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecSpeedtestSettingsTcpPort) WithArrayOfValues(values []int32) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecSpeedtestSettingsTcpPort) WithValue ¶
func (s ProbingSessionPathSelectorSpecSpeedtestSettingsTcpPort) WithValue(value int32) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecTarget ¶
type ProbingSessionPathSelectorSpecTarget struct{}
func (ProbingSessionPathSelectorSpecTarget) FieldPath ¶
func (ProbingSessionPathSelectorSpecTarget) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecTarget) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecTarget) WithArrayOfValues(values []*probing_target.Reference) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecTarget) WithValue ¶
func (s ProbingSessionPathSelectorSpecTarget) WithValue(value *probing_target.Reference) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecTargetGroup ¶
type ProbingSessionPathSelectorSpecTargetGroup struct{}
func (ProbingSessionPathSelectorSpecTargetGroup) FieldPath ¶
func (ProbingSessionPathSelectorSpecTargetGroup) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecTargetGroup) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecTargetGroup) WithArrayOfValues(values []*probing_target_group.Reference) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecTargetGroup) WithValue ¶
func (s ProbingSessionPathSelectorSpecTargetGroup) WithValue(value *probing_target_group.Reference) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecTos ¶
type ProbingSessionPathSelectorSpecTos struct{}
func (ProbingSessionPathSelectorSpecTos) FieldPath ¶
func (ProbingSessionPathSelectorSpecTos) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecTos) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecTos) WithArrayOfValues(values []uint32) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecTos) WithValue ¶
func (s ProbingSessionPathSelectorSpecTos) WithValue(value uint32) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorSpecType ¶
type ProbingSessionPathSelectorSpecType struct{}
func (ProbingSessionPathSelectorSpecType) FieldPath ¶
func (ProbingSessionPathSelectorSpecType) FieldPath() *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorSpecType) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorSpecType) WithArrayOfValues(values []ProbingSessionType) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorSpecType) WithValue ¶
func (s ProbingSessionPathSelectorSpecType) WithValue(value ProbingSessionType) *ProbingSession_FieldSubPathValue
type ProbingSessionPathSelectorStatus ¶
type ProbingSessionPathSelectorStatus struct{}
func (ProbingSessionPathSelectorStatus) FieldPath ¶
func (ProbingSessionPathSelectorStatus) FieldPath() *ProbingSession_FieldTerminalPath
func (ProbingSessionPathSelectorStatus) WithArrayOfValues ¶
func (s ProbingSessionPathSelectorStatus) WithArrayOfValues(values []*ProbingSession_Status) *ProbingSession_FieldTerminalPathArrayOfValues
func (ProbingSessionPathSelectorStatus) WithSubArrayItemValue ¶
func (s ProbingSessionPathSelectorStatus) WithSubArrayItemValue(subPathArrayItemValue ProbingSessionStatus_FieldPathArrayItemValue) *ProbingSession_FieldSubPathArrayItemValue
func (ProbingSessionPathSelectorStatus) WithSubArrayOfValues ¶
func (s ProbingSessionPathSelectorStatus) WithSubArrayOfValues(subPathArrayOfValues ProbingSessionStatus_FieldPathArrayOfValues) *ProbingSession_FieldSubPathArrayOfValues
func (ProbingSessionPathSelectorStatus) WithSubPath ¶
func (ProbingSessionPathSelectorStatus) WithSubPath(subPath ProbingSessionStatus_FieldPath) *ProbingSession_FieldSubPath
func (ProbingSessionPathSelectorStatus) WithSubValue ¶
func (s ProbingSessionPathSelectorStatus) WithSubValue(subPathValue ProbingSessionStatus_FieldPathValue) *ProbingSession_FieldSubPathValue
func (ProbingSessionPathSelectorStatus) WithValue ¶
func (s ProbingSessionPathSelectorStatus) WithValue(value *ProbingSession_Status) *ProbingSession_FieldTerminalPathValue
type ProbingSessionReferenceList ¶
type ProbingSessionReferenceList []*Reference
func (ProbingSessionReferenceList) Append ¶
func (l ProbingSessionReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
func (ProbingSessionReferenceList) AppendList ¶
func (l ProbingSessionReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
func (ProbingSessionReferenceList) At ¶
func (l ProbingSessionReferenceList) At(idx int) gotenresource.Reference
func (ProbingSessionReferenceList) Length ¶
func (l ProbingSessionReferenceList) Length() int
func (ProbingSessionReferenceList) Set ¶
func (l ProbingSessionReferenceList) Set(idx int, ref gotenresource.Reference)
func (ProbingSessionReferenceList) Slice ¶
func (l ProbingSessionReferenceList) Slice(first, second int) gotenresource.ReferenceList
type ProbingSessionSpecFieldPathBuilder ¶
type ProbingSessionSpecFieldPathBuilder struct{}
func NewProbingSessionSpecFieldPathBuilder ¶
func NewProbingSessionSpecFieldPathBuilder() ProbingSessionSpecFieldPathBuilder
func (ProbingSessionSpecFieldPathBuilder) Address ¶
func (ProbingSessionSpecFieldPathBuilder) Address() ProbingSession_SpecPathSelectorAddress
func (ProbingSessionSpecFieldPathBuilder) Addresses ¶
func (ProbingSessionSpecFieldPathBuilder) Addresses() ProbingSession_SpecPathSelectorAddresses
func (ProbingSessionSpecFieldPathBuilder) EnablePcap ¶ added in v0.8.0
func (ProbingSessionSpecFieldPathBuilder) EnablePcap() ProbingSession_SpecPathSelectorEnablePcap
func (ProbingSessionSpecFieldPathBuilder) HttpProbingConfig ¶
func (ProbingSessionSpecFieldPathBuilder) HttpProbingConfig() ProbingSession_SpecPathSelectorHttpProbingConfig
func (ProbingSessionSpecFieldPathBuilder) Interval ¶
func (ProbingSessionSpecFieldPathBuilder) Interval() ProbingSession_SpecPathSelectorInterval
func (ProbingSessionSpecFieldPathBuilder) IpVersion ¶
func (ProbingSessionSpecFieldPathBuilder) IpVersion() ProbingSession_SpecPathSelectorIpVersion
func (ProbingSessionSpecFieldPathBuilder) Location ¶ added in v0.4.28
func (ProbingSessionSpecFieldPathBuilder) Location() ProbingSession_SpecPathSelectorLocation
func (ProbingSessionSpecFieldPathBuilder) LocationType ¶ added in v0.4.28
func (ProbingSessionSpecFieldPathBuilder) LocationType() ProbingSession_SpecPathSelectorLocationType
func (ProbingSessionSpecFieldPathBuilder) PathProbing ¶
func (ProbingSessionSpecFieldPathBuilder) PathProbing() ProbingSession_SpecPathSelectorPathProbing
func (ProbingSessionSpecFieldPathBuilder) ProxyConfiguration ¶
func (ProbingSessionSpecFieldPathBuilder) ProxyConfiguration() ProbingSession_SpecPathSelectorProxyConfiguration
func (ProbingSessionSpecFieldPathBuilder) SpeedtestSettings ¶
func (ProbingSessionSpecFieldPathBuilder) SpeedtestSettings() ProbingSession_SpecPathSelectorSpeedtestSettings
func (ProbingSessionSpecFieldPathBuilder) TargetGroup ¶
func (ProbingSessionSpecFieldPathBuilder) TargetGroup() ProbingSession_SpecPathSelectorTargetGroup
type ProbingSessionSpec_FieldPath ¶
type ProbingSessionSpec_FieldPath interface { gotenobject.FieldPath Selector() ProbingSessionSpec_FieldPathSelector Get(source *ProbingSession_Spec) []interface{} GetSingle(source *ProbingSession_Spec) (interface{}, bool) ClearValue(item *ProbingSession_Spec) // Those methods build corresponding ProbingSessionSpec_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbingSessionSpec_FieldPathValue WithIArrayOfValues(values interface{}) ProbingSessionSpec_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbingSessionSpec_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbingSessionSpec_FieldPath ¶
func BuildProbingSessionSpec_FieldPath(fp gotenobject.RawFieldPath) (ProbingSessionSpec_FieldPath, error)
func MustParseProbingSessionSpec_FieldPath ¶
func MustParseProbingSessionSpec_FieldPath(rawField string) ProbingSessionSpec_FieldPath
func ParseProbingSessionSpec_FieldPath ¶
func ParseProbingSessionSpec_FieldPath(rawField string) (ProbingSessionSpec_FieldPath, error)
type ProbingSessionSpec_FieldPathArrayItemValue ¶
type ProbingSessionSpec_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbingSessionSpec_FieldPath ContainsValue(*ProbingSession_Spec) bool }
ProbingSessionSpec_FieldPathArrayItemValue allows storing single item in Path-specific values for Spec according to their type Present only for array (repeated) types.
func MustParseProbingSessionSpec_FieldPathArrayItemValue ¶
func MustParseProbingSessionSpec_FieldPathArrayItemValue(pathStr, valueStr string) ProbingSessionSpec_FieldPathArrayItemValue
func ParseProbingSessionSpec_FieldPathArrayItemValue ¶
func ParseProbingSessionSpec_FieldPathArrayItemValue(pathStr, valueStr string) (ProbingSessionSpec_FieldPathArrayItemValue, error)
ParseProbingSessionSpec_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbingSessionSpec_FieldPathArrayOfValues ¶
type ProbingSessionSpec_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbingSessionSpec_FieldPath }
ProbingSessionSpec_FieldPathArrayOfValues allows storing slice of values for Spec fields according to their type
func MustParseProbingSessionSpec_FieldPathArrayOfValues ¶
func MustParseProbingSessionSpec_FieldPathArrayOfValues(pathStr, valuesStr string) ProbingSessionSpec_FieldPathArrayOfValues
func ParseProbingSessionSpec_FieldPathArrayOfValues ¶
func ParseProbingSessionSpec_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbingSessionSpec_FieldPathArrayOfValues, error)
type ProbingSessionSpec_FieldPathSelector ¶
type ProbingSessionSpec_FieldPathSelector int32
const ( ProbingSessionSpec_FieldPathSelectorProbe ProbingSessionSpec_FieldPathSelector = 0 ProbingSessionSpec_FieldPathSelectorTarget ProbingSessionSpec_FieldPathSelector = 1 ProbingSessionSpec_FieldPathSelectorTargetGroup ProbingSessionSpec_FieldPathSelector = 2 ProbingSessionSpec_FieldPathSelectorMode ProbingSessionSpec_FieldPathSelector = 3 ProbingSessionSpec_FieldPathSelectorIpVersion ProbingSessionSpec_FieldPathSelector = 4 ProbingSessionSpec_FieldPathSelectorAddress ProbingSessionSpec_FieldPathSelector = 5 ProbingSessionSpec_FieldPathSelectorAddresses ProbingSessionSpec_FieldPathSelector = 6 ProbingSessionSpec_FieldPathSelectorPort ProbingSessionSpec_FieldPathSelector = 7 ProbingSessionSpec_FieldPathSelectorType ProbingSessionSpec_FieldPathSelector = 8 ProbingSessionSpec_FieldPathSelectorInterval ProbingSessionSpec_FieldPathSelector = 9 ProbingSessionSpec_FieldPathSelectorTos ProbingSessionSpec_FieldPathSelector = 10 ProbingSessionSpec_FieldPathSelectorPathProbing ProbingSessionSpec_FieldPathSelector = 11 ProbingSessionSpec_FieldPathSelectorSpeedtestSettings ProbingSessionSpec_FieldPathSelector = 12 ProbingSessionSpec_FieldPathSelectorHttpProbingConfig ProbingSessionSpec_FieldPathSelector = 13 ProbingSessionSpec_FieldPathSelectorProxyConfiguration ProbingSessionSpec_FieldPathSelector = 14 ProbingSessionSpec_FieldPathSelectorLocationType ProbingSessionSpec_FieldPathSelector = 15 ProbingSessionSpec_FieldPathSelectorLocation ProbingSessionSpec_FieldPathSelector = 16 ProbingSessionSpec_FieldPathSelectorEnablePcap ProbingSessionSpec_FieldPathSelector = 17 )
func (ProbingSessionSpec_FieldPathSelector) String ¶
func (s ProbingSessionSpec_FieldPathSelector) String() string
type ProbingSessionSpec_FieldPathValue ¶
type ProbingSessionSpec_FieldPathValue interface { ProbingSessionSpec_FieldPath gotenobject.FieldPathValue SetTo(target **ProbingSession_Spec) CompareWith(*ProbingSession_Spec) (cmp int, comparable bool) }
ProbingSessionSpec_FieldPathValue allows storing values for Spec fields according to their type
func MustParseProbingSessionSpec_FieldPathValue ¶
func MustParseProbingSessionSpec_FieldPathValue(pathStr, valueStr string) ProbingSessionSpec_FieldPathValue
func ParseProbingSessionSpec_FieldPathValue ¶
func ParseProbingSessionSpec_FieldPathValue(pathStr, valueStr string) (ProbingSessionSpec_FieldPathValue, error)
type ProbingSessionSpec_FieldSubPath ¶
type ProbingSessionSpec_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ProbingSessionSpec_FieldSubPath) AsHttpProbingConfigSubPath ¶
func (fps *ProbingSessionSpec_FieldSubPath) AsHttpProbingConfigSubPath() (common.HTTPProbingConfig_FieldPath, bool)
func (*ProbingSessionSpec_FieldSubPath) AsLocationSubPath ¶ added in v0.4.28
func (fps *ProbingSessionSpec_FieldSubPath) AsLocationSubPath() (common.Location_FieldPath, bool)
func (*ProbingSessionSpec_FieldSubPath) AsPathProbingSubPath ¶
func (fps *ProbingSessionSpec_FieldSubPath) AsPathProbingSubPath() (common.PathProbe_FieldPath, bool)
func (*ProbingSessionSpec_FieldSubPath) AsProxyConfigurationSubPath ¶
func (fps *ProbingSessionSpec_FieldSubPath) AsProxyConfigurationSubPath() (common.ProxyConfiguration_FieldPath, bool)
func (*ProbingSessionSpec_FieldSubPath) AsSpeedtestSettingsSubPath ¶
func (fps *ProbingSessionSpec_FieldSubPath) AsSpeedtestSettingsSubPath() (common.SpeedTestSettings_FieldPath, bool)
func (*ProbingSessionSpec_FieldSubPath) ClearValue ¶
func (fps *ProbingSessionSpec_FieldSubPath) ClearValue(item *ProbingSession_Spec)
func (*ProbingSessionSpec_FieldSubPath) ClearValueRaw ¶
func (fps *ProbingSessionSpec_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ProbingSessionSpec_FieldSubPath) Get ¶
func (fps *ProbingSessionSpec_FieldSubPath) Get(source *ProbingSession_Spec) (values []interface{})
Get returns all values pointed by selected field from source ProbingSession_Spec
func (*ProbingSessionSpec_FieldSubPath) GetDefault ¶
func (fps *ProbingSessionSpec_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingSessionSpec_FieldSubPath) GetRaw ¶
func (fps *ProbingSessionSpec_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ProbingSessionSpec_FieldSubPath) GetSingle ¶
func (fps *ProbingSessionSpec_FieldSubPath) GetSingle(source *ProbingSession_Spec) (interface{}, bool)
GetSingle returns value of selected field from source ProbingSession_Spec
func (*ProbingSessionSpec_FieldSubPath) GetSingleRaw ¶
func (fps *ProbingSessionSpec_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingSessionSpec_FieldSubPath) IsLeaf ¶
func (fps *ProbingSessionSpec_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingSessionSpec_FieldSubPath) JSONString ¶
func (fps *ProbingSessionSpec_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingSessionSpec_FieldSubPath) Selector ¶
func (fps *ProbingSessionSpec_FieldSubPath) Selector() ProbingSessionSpec_FieldPathSelector
func (*ProbingSessionSpec_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fps *ProbingSessionSpec_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbingSessionSpec_FieldSubPath) String ¶
func (fps *ProbingSessionSpec_FieldSubPath) String() string
String returns path representation in proto convention
func (*ProbingSessionSpec_FieldSubPath) WithIArrayItemValue ¶
func (fps *ProbingSessionSpec_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingSessionSpec_FieldPathArrayItemValue
func (*ProbingSessionSpec_FieldSubPath) WithIArrayOfValues ¶
func (fps *ProbingSessionSpec_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingSessionSpec_FieldPathArrayOfValues
func (*ProbingSessionSpec_FieldSubPath) WithIValue ¶
func (fps *ProbingSessionSpec_FieldSubPath) WithIValue(value interface{}) ProbingSessionSpec_FieldPathValue
func (*ProbingSessionSpec_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ProbingSessionSpec_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingSessionSpec_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ProbingSessionSpec_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingSessionSpec_FieldSubPath) WithRawIValue ¶
func (fps *ProbingSessionSpec_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingSessionSpec_FieldSubPathArrayItemValue ¶
type ProbingSessionSpec_FieldSubPathArrayItemValue struct { ProbingSessionSpec_FieldPath // contains filtered or unexported fields }
func (*ProbingSessionSpec_FieldSubPathArrayItemValue) AsHttpProbingConfigPathItemValue ¶
func (fpaivs *ProbingSessionSpec_FieldSubPathArrayItemValue) AsHttpProbingConfigPathItemValue() (common.HTTPProbingConfig_FieldPathArrayItemValue, bool)
func (*ProbingSessionSpec_FieldSubPathArrayItemValue) AsLocationPathItemValue ¶ added in v0.4.28
func (fpaivs *ProbingSessionSpec_FieldSubPathArrayItemValue) AsLocationPathItemValue() (common.Location_FieldPathArrayItemValue, bool)
func (*ProbingSessionSpec_FieldSubPathArrayItemValue) AsPathProbingPathItemValue ¶
func (fpaivs *ProbingSessionSpec_FieldSubPathArrayItemValue) AsPathProbingPathItemValue() (common.PathProbe_FieldPathArrayItemValue, bool)
func (*ProbingSessionSpec_FieldSubPathArrayItemValue) AsProxyConfigurationPathItemValue ¶
func (fpaivs *ProbingSessionSpec_FieldSubPathArrayItemValue) AsProxyConfigurationPathItemValue() (common.ProxyConfiguration_FieldPathArrayItemValue, bool)
func (*ProbingSessionSpec_FieldSubPathArrayItemValue) AsSpeedtestSettingsPathItemValue ¶
func (fpaivs *ProbingSessionSpec_FieldSubPathArrayItemValue) AsSpeedtestSettingsPathItemValue() (common.SpeedTestSettings_FieldPathArrayItemValue, bool)
func (*ProbingSessionSpec_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ProbingSessionSpec_FieldSubPathArrayItemValue) ContainsValue(source *ProbingSession_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*ProbingSessionSpec_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ProbingSessionSpec_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ProbingSessionSpec_FieldSubPathArrayOfValues ¶
type ProbingSessionSpec_FieldSubPathArrayOfValues struct { ProbingSessionSpec_FieldPath // contains filtered or unexported fields }
func (*ProbingSessionSpec_FieldSubPathArrayOfValues) AsHttpProbingConfigPathArrayOfValues ¶
func (fpsaov *ProbingSessionSpec_FieldSubPathArrayOfValues) AsHttpProbingConfigPathArrayOfValues() (common.HTTPProbingConfig_FieldPathArrayOfValues, bool)
func (*ProbingSessionSpec_FieldSubPathArrayOfValues) AsLocationPathArrayOfValues ¶ added in v0.4.28
func (fpsaov *ProbingSessionSpec_FieldSubPathArrayOfValues) AsLocationPathArrayOfValues() (common.Location_FieldPathArrayOfValues, bool)
func (*ProbingSessionSpec_FieldSubPathArrayOfValues) AsPathProbingPathArrayOfValues ¶
func (fpsaov *ProbingSessionSpec_FieldSubPathArrayOfValues) AsPathProbingPathArrayOfValues() (common.PathProbe_FieldPathArrayOfValues, bool)
func (*ProbingSessionSpec_FieldSubPathArrayOfValues) AsProxyConfigurationPathArrayOfValues ¶
func (fpsaov *ProbingSessionSpec_FieldSubPathArrayOfValues) AsProxyConfigurationPathArrayOfValues() (common.ProxyConfiguration_FieldPathArrayOfValues, bool)
func (*ProbingSessionSpec_FieldSubPathArrayOfValues) AsSpeedtestSettingsPathArrayOfValues ¶
func (fpsaov *ProbingSessionSpec_FieldSubPathArrayOfValues) AsSpeedtestSettingsPathArrayOfValues() (common.SpeedTestSettings_FieldPathArrayOfValues, bool)
func (*ProbingSessionSpec_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ProbingSessionSpec_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ProbingSessionSpec_FieldSubPathValue ¶
type ProbingSessionSpec_FieldSubPathValue struct { ProbingSessionSpec_FieldPath // contains filtered or unexported fields }
func (*ProbingSessionSpec_FieldSubPathValue) AsHttpProbingConfigPathValue ¶
func (fpvs *ProbingSessionSpec_FieldSubPathValue) AsHttpProbingConfigPathValue() (common.HTTPProbingConfig_FieldPathValue, bool)
func (*ProbingSessionSpec_FieldSubPathValue) AsLocationPathValue ¶ added in v0.4.28
func (fpvs *ProbingSessionSpec_FieldSubPathValue) AsLocationPathValue() (common.Location_FieldPathValue, bool)
func (*ProbingSessionSpec_FieldSubPathValue) AsPathProbingPathValue ¶
func (fpvs *ProbingSessionSpec_FieldSubPathValue) AsPathProbingPathValue() (common.PathProbe_FieldPathValue, bool)
func (*ProbingSessionSpec_FieldSubPathValue) AsProxyConfigurationPathValue ¶
func (fpvs *ProbingSessionSpec_FieldSubPathValue) AsProxyConfigurationPathValue() (common.ProxyConfiguration_FieldPathValue, bool)
func (*ProbingSessionSpec_FieldSubPathValue) AsSpeedtestSettingsPathValue ¶
func (fpvs *ProbingSessionSpec_FieldSubPathValue) AsSpeedtestSettingsPathValue() (common.SpeedTestSettings_FieldPathValue, bool)
func (*ProbingSessionSpec_FieldSubPathValue) CompareWith ¶
func (fpvs *ProbingSessionSpec_FieldSubPathValue) CompareWith(source *ProbingSession_Spec) (int, bool)
func (*ProbingSessionSpec_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ProbingSessionSpec_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingSessionSpec_FieldSubPathValue) GetRawValue ¶
func (fpvs *ProbingSessionSpec_FieldSubPathValue) GetRawValue() interface{}
func (*ProbingSessionSpec_FieldSubPathValue) SetTo ¶
func (fpvs *ProbingSessionSpec_FieldSubPathValue) SetTo(target **ProbingSession_Spec)
func (*ProbingSessionSpec_FieldSubPathValue) SetToRaw ¶
func (fpvs *ProbingSessionSpec_FieldSubPathValue) SetToRaw(target proto.Message)
type ProbingSessionSpec_FieldTerminalPath ¶
type ProbingSessionSpec_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbingSessionSpec_FieldTerminalPath) ClearValue ¶
func (fp *ProbingSessionSpec_FieldTerminalPath) ClearValue(item *ProbingSession_Spec)
func (*ProbingSessionSpec_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbingSessionSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbingSessionSpec_FieldTerminalPath) Get ¶
func (fp *ProbingSessionSpec_FieldTerminalPath) Get(source *ProbingSession_Spec) (values []interface{})
Get returns all values pointed by specific field from source ProbingSession_Spec
func (*ProbingSessionSpec_FieldTerminalPath) GetDefault ¶
func (fp *ProbingSessionSpec_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingSessionSpec_FieldTerminalPath) GetRaw ¶
func (fp *ProbingSessionSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbingSessionSpec_FieldTerminalPath) GetSingle ¶
func (fp *ProbingSessionSpec_FieldTerminalPath) GetSingle(source *ProbingSession_Spec) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ProbingSession_Spec
func (*ProbingSessionSpec_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbingSessionSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingSessionSpec_FieldTerminalPath) IsLeaf ¶
func (fp *ProbingSessionSpec_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingSessionSpec_FieldTerminalPath) JSONString ¶
func (fp *ProbingSessionSpec_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingSessionSpec_FieldTerminalPath) Selector ¶
func (fp *ProbingSessionSpec_FieldTerminalPath) Selector() ProbingSessionSpec_FieldPathSelector
func (*ProbingSessionSpec_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbingSessionSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbingSessionSpec_FieldTerminalPath) String ¶
func (fp *ProbingSessionSpec_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbingSessionSpec_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbingSessionSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingSessionSpec_FieldPathArrayItemValue
func (*ProbingSessionSpec_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbingSessionSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingSessionSpec_FieldPathArrayOfValues
func (*ProbingSessionSpec_FieldTerminalPath) WithIValue ¶
func (fp *ProbingSessionSpec_FieldTerminalPath) WithIValue(value interface{}) ProbingSessionSpec_FieldPathValue
func (*ProbingSessionSpec_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbingSessionSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingSessionSpec_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbingSessionSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingSessionSpec_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbingSessionSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingSessionSpec_FieldTerminalPathArrayItemValue ¶
type ProbingSessionSpec_FieldTerminalPathArrayItemValue struct { ProbingSessionSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingSessionSpec_FieldTerminalPathArrayItemValue) AsAddressesItemValue ¶
func (fpaiv *ProbingSessionSpec_FieldTerminalPathArrayItemValue) AsAddressesItemValue() (string, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbingSessionSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingSession_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*ProbingSessionSpec_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbingSessionSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ProbingSession_Spec as interface{}
func (*ProbingSessionSpec_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbingSessionSpec_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingSession_Spec) (interface{}, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbingSessionSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbingSessionSpec_FieldTerminalPathArrayOfValues ¶
type ProbingSessionSpec_FieldTerminalPathArrayOfValues struct { ProbingSessionSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsAddressArrayOfValues ¶
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsAddressArrayOfValues() ([]string, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsAddressesArrayOfValues ¶
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsAddressesArrayOfValues() ([][]string, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsEnablePcapArrayOfValues ¶ added in v0.8.0
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsEnablePcapArrayOfValues() ([]bool, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsHttpProbingConfigArrayOfValues ¶
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsHttpProbingConfigArrayOfValues() ([]*common.HTTPProbingConfig, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsIntervalArrayOfValues ¶
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsIntervalArrayOfValues() ([]*duration.Duration, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsIpVersionArrayOfValues ¶
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsIpVersionArrayOfValues() ([]common.IpVersion, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsLocationArrayOfValues ¶ added in v0.4.28
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsLocationArrayOfValues() ([]*common.Location, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsLocationTypeArrayOfValues ¶ added in v0.4.28
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsLocationTypeArrayOfValues() ([]common.LocationType, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsModeArrayOfValues ¶
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsModeArrayOfValues() ([]common.ProbingMode, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsPathProbingArrayOfValues ¶
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsPathProbingArrayOfValues() ([]*common.PathProbe, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsPortArrayOfValues ¶
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsPortArrayOfValues() ([]uint32, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsProbeArrayOfValues ¶
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsProbeArrayOfValues() ([]*probe.Reference, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsProxyConfigurationArrayOfValues ¶
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsProxyConfigurationArrayOfValues() ([]*common.ProxyConfiguration, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsSpeedtestSettingsArrayOfValues ¶
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsSpeedtestSettingsArrayOfValues() ([]*common.SpeedTestSettings, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsTargetArrayOfValues ¶
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsTargetArrayOfValues() ([]*probing_target.Reference, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsTargetGroupArrayOfValues ¶
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsTargetGroupArrayOfValues() ([]*probing_target_group.Reference, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsTosArrayOfValues ¶
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsTosArrayOfValues() ([]uint32, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues ¶
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]ProbingSessionType, bool)
func (*ProbingSessionSpec_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbingSessionSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbingSessionSpec_FieldTerminalPathValue ¶
type ProbingSessionSpec_FieldTerminalPathValue struct { ProbingSessionSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingSessionSpec_FieldTerminalPathValue) AsAddressValue ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsAddressValue() (string, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) AsAddressesValue ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsAddressesValue() ([]string, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) AsEnablePcapValue ¶ added in v0.8.0
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsEnablePcapValue() (bool, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) AsHttpProbingConfigValue ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsHttpProbingConfigValue() (*common.HTTPProbingConfig, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) AsIntervalValue ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsIntervalValue() (*duration.Duration, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) AsIpVersionValue ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsIpVersionValue() (common.IpVersion, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) AsLocationTypeValue ¶ added in v0.4.28
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsLocationTypeValue() (common.LocationType, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) AsLocationValue ¶ added in v0.4.28
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsLocationValue() (*common.Location, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) AsModeValue ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsModeValue() (common.ProbingMode, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) AsPathProbingValue ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsPathProbingValue() (*common.PathProbe, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) AsPortValue ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsPortValue() (uint32, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) AsProbeValue ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsProbeValue() (*probe.Reference, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) AsProxyConfigurationValue ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsProxyConfigurationValue() (*common.ProxyConfiguration, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) AsSpeedtestSettingsValue ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsSpeedtestSettingsValue() (*common.SpeedTestSettings, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) AsTargetGroupValue ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsTargetGroupValue() (*probing_target_group.Reference, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) AsTargetValue ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsTargetValue() (*probing_target.Reference, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) AsTosValue ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsTosValue() (uint32, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) AsTypeValue ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) AsTypeValue() (ProbingSessionType, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) CompareWith(source *ProbingSession_Spec) (int, bool)
CompareWith compares value in the 'ProbingSessionSpec_FieldTerminalPathValue' with the value under path in 'ProbingSession_Spec'.
func (*ProbingSessionSpec_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingSessionSpec_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Spec' as interface{}
func (*ProbingSessionSpec_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) SetTo(target **ProbingSession_Spec)
SetTo stores value for selected field for object Spec
func (*ProbingSessionSpec_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbingSessionSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbingSessionStatusFieldPathBuilder ¶
type ProbingSessionStatusFieldPathBuilder struct{}
func NewProbingSessionStatusFieldPathBuilder ¶
func NewProbingSessionStatusFieldPathBuilder() ProbingSessionStatusFieldPathBuilder
type ProbingSessionStatus_FieldPath ¶
type ProbingSessionStatus_FieldPath interface { gotenobject.FieldPath Selector() ProbingSessionStatus_FieldPathSelector Get(source *ProbingSession_Status) []interface{} GetSingle(source *ProbingSession_Status) (interface{}, bool) ClearValue(item *ProbingSession_Status) // Those methods build corresponding ProbingSessionStatus_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbingSessionStatus_FieldPathValue WithIArrayOfValues(values interface{}) ProbingSessionStatus_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbingSessionStatus_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbingSessionStatus_FieldPath ¶
func BuildProbingSessionStatus_FieldPath(fp gotenobject.RawFieldPath) (ProbingSessionStatus_FieldPath, error)
func MustParseProbingSessionStatus_FieldPath ¶
func MustParseProbingSessionStatus_FieldPath(rawField string) ProbingSessionStatus_FieldPath
func ParseProbingSessionStatus_FieldPath ¶
func ParseProbingSessionStatus_FieldPath(rawField string) (ProbingSessionStatus_FieldPath, error)
type ProbingSessionStatus_FieldPathArrayItemValue ¶
type ProbingSessionStatus_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbingSessionStatus_FieldPath ContainsValue(*ProbingSession_Status) bool }
ProbingSessionStatus_FieldPathArrayItemValue allows storing single item in Path-specific values for Status according to their type Present only for array (repeated) types.
func MustParseProbingSessionStatus_FieldPathArrayItemValue ¶
func MustParseProbingSessionStatus_FieldPathArrayItemValue(pathStr, valueStr string) ProbingSessionStatus_FieldPathArrayItemValue
func ParseProbingSessionStatus_FieldPathArrayItemValue ¶
func ParseProbingSessionStatus_FieldPathArrayItemValue(pathStr, valueStr string) (ProbingSessionStatus_FieldPathArrayItemValue, error)
ParseProbingSessionStatus_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbingSessionStatus_FieldPathArrayOfValues ¶
type ProbingSessionStatus_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbingSessionStatus_FieldPath }
ProbingSessionStatus_FieldPathArrayOfValues allows storing slice of values for Status fields according to their type
func MustParseProbingSessionStatus_FieldPathArrayOfValues ¶
func MustParseProbingSessionStatus_FieldPathArrayOfValues(pathStr, valuesStr string) ProbingSessionStatus_FieldPathArrayOfValues
func ParseProbingSessionStatus_FieldPathArrayOfValues ¶
func ParseProbingSessionStatus_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbingSessionStatus_FieldPathArrayOfValues, error)
type ProbingSessionStatus_FieldPathSelector ¶
type ProbingSessionStatus_FieldPathSelector int32
func (ProbingSessionStatus_FieldPathSelector) String ¶
func (s ProbingSessionStatus_FieldPathSelector) String() string
type ProbingSessionStatus_FieldPathValue ¶
type ProbingSessionStatus_FieldPathValue interface { ProbingSessionStatus_FieldPath gotenobject.FieldPathValue SetTo(target **ProbingSession_Status) CompareWith(*ProbingSession_Status) (cmp int, comparable bool) }
ProbingSessionStatus_FieldPathValue allows storing values for Status fields according to their type
func MustParseProbingSessionStatus_FieldPathValue ¶
func MustParseProbingSessionStatus_FieldPathValue(pathStr, valueStr string) ProbingSessionStatus_FieldPathValue
func ParseProbingSessionStatus_FieldPathValue ¶
func ParseProbingSessionStatus_FieldPathValue(pathStr, valueStr string) (ProbingSessionStatus_FieldPathValue, error)
type ProbingSessionStatus_FieldTerminalPath ¶
type ProbingSessionStatus_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbingSessionStatus_FieldTerminalPath) ClearValue ¶
func (fp *ProbingSessionStatus_FieldTerminalPath) ClearValue(item *ProbingSession_Status)
func (*ProbingSessionStatus_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbingSessionStatus_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbingSessionStatus_FieldTerminalPath) Get ¶
func (fp *ProbingSessionStatus_FieldTerminalPath) Get(source *ProbingSession_Status) (values []interface{})
Get returns all values pointed by specific field from source ProbingSession_Status
func (*ProbingSessionStatus_FieldTerminalPath) GetDefault ¶
func (fp *ProbingSessionStatus_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingSessionStatus_FieldTerminalPath) GetRaw ¶
func (fp *ProbingSessionStatus_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbingSessionStatus_FieldTerminalPath) GetSingle ¶
func (fp *ProbingSessionStatus_FieldTerminalPath) GetSingle(source *ProbingSession_Status) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ProbingSession_Status
func (*ProbingSessionStatus_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbingSessionStatus_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingSessionStatus_FieldTerminalPath) IsLeaf ¶
func (fp *ProbingSessionStatus_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingSessionStatus_FieldTerminalPath) JSONString ¶
func (fp *ProbingSessionStatus_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingSessionStatus_FieldTerminalPath) Selector ¶
func (fp *ProbingSessionStatus_FieldTerminalPath) Selector() ProbingSessionStatus_FieldPathSelector
func (*ProbingSessionStatus_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbingSessionStatus_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbingSessionStatus_FieldTerminalPath) String ¶
func (fp *ProbingSessionStatus_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbingSessionStatus_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbingSessionStatus_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingSessionStatus_FieldPathArrayItemValue
func (*ProbingSessionStatus_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbingSessionStatus_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingSessionStatus_FieldPathArrayOfValues
func (*ProbingSessionStatus_FieldTerminalPath) WithIValue ¶
func (fp *ProbingSessionStatus_FieldTerminalPath) WithIValue(value interface{}) ProbingSessionStatus_FieldPathValue
func (*ProbingSessionStatus_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbingSessionStatus_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingSessionStatus_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbingSessionStatus_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingSessionStatus_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbingSessionStatus_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingSessionStatus_FieldTerminalPathArrayItemValue ¶
type ProbingSessionStatus_FieldTerminalPathArrayItemValue struct { ProbingSessionStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingSessionStatus_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbingSessionStatus_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingSession_Status) bool
Contains returns a boolean indicating if value that is being held is present in given 'Status'
func (*ProbingSessionStatus_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbingSessionStatus_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ProbingSession_Status as interface{}
func (*ProbingSessionStatus_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbingSessionStatus_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingSession_Status) (interface{}, bool)
func (*ProbingSessionStatus_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbingSessionStatus_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbingSessionStatus_FieldTerminalPathArrayOfValues ¶
type ProbingSessionStatus_FieldTerminalPathArrayOfValues struct { ProbingSessionStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingSessionStatus_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbingSessionStatus_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbingSessionStatus_FieldTerminalPathValue ¶
type ProbingSessionStatus_FieldTerminalPathValue struct { ProbingSessionStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingSessionStatus_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbingSessionStatus_FieldTerminalPathValue) CompareWith(source *ProbingSession_Status) (int, bool)
CompareWith compares value in the 'ProbingSessionStatus_FieldTerminalPathValue' with the value under path in 'ProbingSession_Status'.
func (*ProbingSessionStatus_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbingSessionStatus_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingSessionStatus_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbingSessionStatus_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Status' as interface{}
func (*ProbingSessionStatus_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbingSessionStatus_FieldTerminalPathValue) SetTo(target **ProbingSession_Status)
SetTo stores value for selected field for object Status
func (*ProbingSessionStatus_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbingSessionStatus_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbingSessionType ¶
type ProbingSessionType int32
const ( ProbingSessionType_CLIENT ProbingSessionType = 0 ProbingSessionType_SERVER ProbingSessionType = 1 )
func (ProbingSessionType) Descriptor ¶
func (ProbingSessionType) Descriptor() preflect.EnumDescriptor
func (ProbingSessionType) Enum ¶
func (x ProbingSessionType) Enum() *ProbingSessionType
func (ProbingSessionType) EnumDescriptor ¶
func (ProbingSessionType) EnumDescriptor() ([]byte, []int)
Deprecated, Use ProbingSessionType.ProtoReflect.Descriptor instead.
func (ProbingSessionType) Number ¶
func (x ProbingSessionType) Number() preflect.EnumNumber
func (ProbingSessionType) String ¶
func (x ProbingSessionType) String() string
func (ProbingSessionType) Type ¶
func (ProbingSessionType) Type() preflect.EnumType
type ProbingSession_FieldMask ¶
type ProbingSession_FieldMask struct {
Paths []ProbingSession_FieldPath
}
func FullProbingSession_FieldMask ¶
func FullProbingSession_FieldMask() *ProbingSession_FieldMask
func ResourceViewFieldMask ¶
func ResourceViewFieldMask(viewName view.View, extraMask *ProbingSession_FieldMask) *ProbingSession_FieldMask
func (*ProbingSession_FieldMask) AppendPath ¶
func (fieldMask *ProbingSession_FieldMask) AppendPath(path ProbingSession_FieldPath)
func (*ProbingSession_FieldMask) AppendRawPath ¶
func (fieldMask *ProbingSession_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ProbingSession_FieldMask) DecodeFirestore ¶
func (fieldMask *ProbingSession_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ProbingSession_FieldMask) EncodeFirestore ¶
func (fieldMask *ProbingSession_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ProbingSession_FieldMask) FilterInputFields ¶
func (fieldMask *ProbingSession_FieldMask) FilterInputFields() *ProbingSession_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ProbingSession_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ProbingSession_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ProbingSession_FieldMask) GetPaths ¶
func (fieldMask *ProbingSession_FieldMask) GetPaths() []ProbingSession_FieldPath
func (*ProbingSession_FieldMask) GetRawPaths ¶
func (fieldMask *ProbingSession_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ProbingSession_FieldMask) IsFull ¶
func (fieldMask *ProbingSession_FieldMask) IsFull() bool
func (ProbingSession_FieldMask) Marshal ¶
func (fieldMask ProbingSession_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ProbingSession_FieldMask) MarshalJSON ¶
func (fieldMask ProbingSession_FieldMask) MarshalJSON() ([]byte, error)
func (*ProbingSession_FieldMask) PathsCount ¶
func (fieldMask *ProbingSession_FieldMask) PathsCount() int
func (*ProbingSession_FieldMask) Project ¶
func (fieldMask *ProbingSession_FieldMask) Project(source *ProbingSession) *ProbingSession
func (*ProbingSession_FieldMask) ProjectRaw ¶
func (fieldMask *ProbingSession_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ProbingSession_FieldMask) ProtoMessage ¶
func (fieldMask *ProbingSession_FieldMask) ProtoMessage()
func (*ProbingSession_FieldMask) ProtoReflect ¶
func (fieldMask *ProbingSession_FieldMask) ProtoReflect() preflect.Message
func (*ProbingSession_FieldMask) Reset ¶
func (fieldMask *ProbingSession_FieldMask) Reset()
func (*ProbingSession_FieldMask) Set ¶
func (fieldMask *ProbingSession_FieldMask) Set(target, source *ProbingSession)
func (*ProbingSession_FieldMask) SetFromCliFlag ¶
func (fieldMask *ProbingSession_FieldMask) SetFromCliFlag(raw string) error
func (*ProbingSession_FieldMask) SetRaw ¶
func (fieldMask *ProbingSession_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ProbingSession_FieldMask) Size ¶
func (fieldMask *ProbingSession_FieldMask) Size() int
func (*ProbingSession_FieldMask) String ¶
func (fieldMask *ProbingSession_FieldMask) String() string
func (*ProbingSession_FieldMask) Subtract ¶
func (fieldMask *ProbingSession_FieldMask) Subtract(other *ProbingSession_FieldMask) *ProbingSession_FieldMask
func (*ProbingSession_FieldMask) SubtractRaw ¶
func (fieldMask *ProbingSession_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ProbingSession_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ProbingSession_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ProbingSession_FieldMask) Unmarshal ¶
func (fieldMask *ProbingSession_FieldMask) Unmarshal(data []byte) error
func (*ProbingSession_FieldMask) UnmarshalJSON ¶
func (fieldMask *ProbingSession_FieldMask) UnmarshalJSON(data []byte) error
type ProbingSession_FieldPath ¶
type ProbingSession_FieldPath interface { gotenobject.FieldPath Selector() ProbingSession_FieldPathSelector Get(source *ProbingSession) []interface{} GetSingle(source *ProbingSession) (interface{}, bool) ClearValue(item *ProbingSession) // Those methods build corresponding ProbingSession_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbingSession_FieldPathValue WithIArrayOfValues(values interface{}) ProbingSession_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbingSession_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbingSession_FieldPath ¶
func BuildProbingSession_FieldPath(fp gotenobject.RawFieldPath) (ProbingSession_FieldPath, error)
func MustParseProbingSession_FieldPath ¶
func MustParseProbingSession_FieldPath(rawField string) ProbingSession_FieldPath
func ParseProbingSession_FieldPath ¶
func ParseProbingSession_FieldPath(rawField string) (ProbingSession_FieldPath, error)
type ProbingSession_FieldPathArrayItemValue ¶
type ProbingSession_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbingSession_FieldPath ContainsValue(*ProbingSession) bool }
ProbingSession_FieldPathArrayItemValue allows storing single item in Path-specific values for ProbingSession according to their type Present only for array (repeated) types.
func MustParseProbingSession_FieldPathArrayItemValue ¶
func MustParseProbingSession_FieldPathArrayItemValue(pathStr, valueStr string) ProbingSession_FieldPathArrayItemValue
func ParseProbingSession_FieldPathArrayItemValue ¶
func ParseProbingSession_FieldPathArrayItemValue(pathStr, valueStr string) (ProbingSession_FieldPathArrayItemValue, error)
ParseProbingSession_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbingSession_FieldPathArrayOfValues ¶
type ProbingSession_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbingSession_FieldPath }
ProbingSession_FieldPathArrayOfValues allows storing slice of values for ProbingSession fields according to their type
func MustParseProbingSession_FieldPathArrayOfValues ¶
func MustParseProbingSession_FieldPathArrayOfValues(pathStr, valuesStr string) ProbingSession_FieldPathArrayOfValues
func ParseProbingSession_FieldPathArrayOfValues ¶
func ParseProbingSession_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbingSession_FieldPathArrayOfValues, error)
type ProbingSession_FieldPathSelector ¶
type ProbingSession_FieldPathSelector int32
const ( ProbingSession_FieldPathSelectorName ProbingSession_FieldPathSelector = 0 ProbingSession_FieldPathSelectorDisplayName ProbingSession_FieldPathSelector = 1 ProbingSession_FieldPathSelectorMetadata ProbingSession_FieldPathSelector = 2 ProbingSession_FieldPathSelectorSpec ProbingSession_FieldPathSelector = 3 ProbingSession_FieldPathSelectorProbingDistribution ProbingSession_FieldPathSelector = 4 ProbingSession_FieldPathSelectorProbingDistributions ProbingSession_FieldPathSelector = 5 ProbingSession_FieldPathSelectorStatus ProbingSession_FieldPathSelector = 6 )
func (ProbingSession_FieldPathSelector) String ¶
func (s ProbingSession_FieldPathSelector) String() string
type ProbingSession_FieldPathValue ¶
type ProbingSession_FieldPathValue interface { ProbingSession_FieldPath gotenobject.FieldPathValue SetTo(target **ProbingSession) CompareWith(*ProbingSession) (cmp int, comparable bool) }
ProbingSession_FieldPathValue allows storing values for ProbingSession fields according to their type
func MustParseProbingSession_FieldPathValue ¶
func MustParseProbingSession_FieldPathValue(pathStr, valueStr string) ProbingSession_FieldPathValue
func ParseProbingSession_FieldPathValue ¶
func ParseProbingSession_FieldPathValue(pathStr, valueStr string) (ProbingSession_FieldPathValue, error)
type ProbingSession_FieldSubPath ¶
type ProbingSession_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ProbingSession_FieldSubPath) AsMetadataSubPath ¶
func (fps *ProbingSession_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
func (*ProbingSession_FieldSubPath) AsSpecSubPath ¶
func (fps *ProbingSession_FieldSubPath) AsSpecSubPath() (ProbingSessionSpec_FieldPath, bool)
func (*ProbingSession_FieldSubPath) AsStatusSubPath ¶
func (fps *ProbingSession_FieldSubPath) AsStatusSubPath() (ProbingSessionStatus_FieldPath, bool)
func (*ProbingSession_FieldSubPath) ClearValue ¶
func (fps *ProbingSession_FieldSubPath) ClearValue(item *ProbingSession)
func (*ProbingSession_FieldSubPath) ClearValueRaw ¶
func (fps *ProbingSession_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ProbingSession_FieldSubPath) Get ¶
func (fps *ProbingSession_FieldSubPath) Get(source *ProbingSession) (values []interface{})
Get returns all values pointed by selected field from source ProbingSession
func (*ProbingSession_FieldSubPath) GetDefault ¶
func (fps *ProbingSession_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingSession_FieldSubPath) GetRaw ¶
func (fps *ProbingSession_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ProbingSession_FieldSubPath) GetSingle ¶
func (fps *ProbingSession_FieldSubPath) GetSingle(source *ProbingSession) (interface{}, bool)
GetSingle returns value of selected field from source ProbingSession
func (*ProbingSession_FieldSubPath) GetSingleRaw ¶
func (fps *ProbingSession_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingSession_FieldSubPath) IsLeaf ¶
func (fps *ProbingSession_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingSession_FieldSubPath) JSONString ¶
func (fps *ProbingSession_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingSession_FieldSubPath) Selector ¶
func (fps *ProbingSession_FieldSubPath) Selector() ProbingSession_FieldPathSelector
func (*ProbingSession_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fps *ProbingSession_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbingSession_FieldSubPath) String ¶
func (fps *ProbingSession_FieldSubPath) String() string
String returns path representation in proto convention
func (*ProbingSession_FieldSubPath) WithIArrayItemValue ¶
func (fps *ProbingSession_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingSession_FieldPathArrayItemValue
func (*ProbingSession_FieldSubPath) WithIArrayOfValues ¶
func (fps *ProbingSession_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingSession_FieldPathArrayOfValues
func (*ProbingSession_FieldSubPath) WithIValue ¶
func (fps *ProbingSession_FieldSubPath) WithIValue(value interface{}) ProbingSession_FieldPathValue
func (*ProbingSession_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ProbingSession_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingSession_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ProbingSession_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingSession_FieldSubPath) WithRawIValue ¶
func (fps *ProbingSession_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingSession_FieldSubPathArrayItemValue ¶
type ProbingSession_FieldSubPathArrayItemValue struct { ProbingSession_FieldPath // contains filtered or unexported fields }
func (*ProbingSession_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *ProbingSession_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
func (*ProbingSession_FieldSubPathArrayItemValue) AsSpecPathItemValue ¶
func (fpaivs *ProbingSession_FieldSubPathArrayItemValue) AsSpecPathItemValue() (ProbingSessionSpec_FieldPathArrayItemValue, bool)
func (*ProbingSession_FieldSubPathArrayItemValue) AsStatusPathItemValue ¶
func (fpaivs *ProbingSession_FieldSubPathArrayItemValue) AsStatusPathItemValue() (ProbingSessionStatus_FieldPathArrayItemValue, bool)
func (*ProbingSession_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ProbingSession_FieldSubPathArrayItemValue) ContainsValue(source *ProbingSession) bool
Contains returns a boolean indicating if value that is being held is present in given 'ProbingSession'
func (*ProbingSession_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ProbingSession_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ProbingSession_FieldSubPathArrayOfValues ¶
type ProbingSession_FieldSubPathArrayOfValues struct { ProbingSession_FieldPath // contains filtered or unexported fields }
func (*ProbingSession_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *ProbingSession_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
func (*ProbingSession_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues ¶
func (fpsaov *ProbingSession_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (ProbingSessionSpec_FieldPathArrayOfValues, bool)
func (*ProbingSession_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues ¶
func (fpsaov *ProbingSession_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues() (ProbingSessionStatus_FieldPathArrayOfValues, bool)
func (*ProbingSession_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ProbingSession_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ProbingSession_FieldSubPathValue ¶
type ProbingSession_FieldSubPathValue struct { ProbingSession_FieldPath // contains filtered or unexported fields }
func (*ProbingSession_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *ProbingSession_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
func (*ProbingSession_FieldSubPathValue) AsSpecPathValue ¶
func (fpvs *ProbingSession_FieldSubPathValue) AsSpecPathValue() (ProbingSessionSpec_FieldPathValue, bool)
func (*ProbingSession_FieldSubPathValue) AsStatusPathValue ¶
func (fpvs *ProbingSession_FieldSubPathValue) AsStatusPathValue() (ProbingSessionStatus_FieldPathValue, bool)
func (*ProbingSession_FieldSubPathValue) CompareWith ¶
func (fpvs *ProbingSession_FieldSubPathValue) CompareWith(source *ProbingSession) (int, bool)
func (*ProbingSession_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ProbingSession_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingSession_FieldSubPathValue) GetRawValue ¶
func (fpvs *ProbingSession_FieldSubPathValue) GetRawValue() interface{}
func (*ProbingSession_FieldSubPathValue) SetTo ¶
func (fpvs *ProbingSession_FieldSubPathValue) SetTo(target **ProbingSession)
func (*ProbingSession_FieldSubPathValue) SetToRaw ¶
func (fpvs *ProbingSession_FieldSubPathValue) SetToRaw(target proto.Message)
type ProbingSession_FieldTerminalPath ¶
type ProbingSession_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbingSession_FieldTerminalPath) ClearValue ¶
func (fp *ProbingSession_FieldTerminalPath) ClearValue(item *ProbingSession)
func (*ProbingSession_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbingSession_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbingSession_FieldTerminalPath) Get ¶
func (fp *ProbingSession_FieldTerminalPath) Get(source *ProbingSession) (values []interface{})
Get returns all values pointed by specific field from source ProbingSession
func (*ProbingSession_FieldTerminalPath) GetDefault ¶
func (fp *ProbingSession_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingSession_FieldTerminalPath) GetRaw ¶
func (fp *ProbingSession_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbingSession_FieldTerminalPath) GetSingle ¶
func (fp *ProbingSession_FieldTerminalPath) GetSingle(source *ProbingSession) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ProbingSession
func (*ProbingSession_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbingSession_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingSession_FieldTerminalPath) IsLeaf ¶
func (fp *ProbingSession_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingSession_FieldTerminalPath) JSONString ¶
func (fp *ProbingSession_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingSession_FieldTerminalPath) Selector ¶
func (fp *ProbingSession_FieldTerminalPath) Selector() ProbingSession_FieldPathSelector
func (*ProbingSession_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbingSession_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbingSession_FieldTerminalPath) String ¶
func (fp *ProbingSession_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbingSession_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbingSession_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingSession_FieldPathArrayItemValue
func (*ProbingSession_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbingSession_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingSession_FieldPathArrayOfValues
func (*ProbingSession_FieldTerminalPath) WithIValue ¶
func (fp *ProbingSession_FieldTerminalPath) WithIValue(value interface{}) ProbingSession_FieldPathValue
func (*ProbingSession_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbingSession_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingSession_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbingSession_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingSession_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbingSession_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingSession_FieldTerminalPathArrayItemValue ¶
type ProbingSession_FieldTerminalPathArrayItemValue struct { ProbingSession_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingSession_FieldTerminalPathArrayItemValue) AsProbingDistributionsItemValue ¶ added in v0.8.4
func (fpaiv *ProbingSession_FieldTerminalPathArrayItemValue) AsProbingDistributionsItemValue() (*probing_distribution.Reference, bool)
func (*ProbingSession_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbingSession_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingSession) bool
Contains returns a boolean indicating if value that is being held is present in given 'ProbingSession'
func (*ProbingSession_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbingSession_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ProbingSession as interface{}
func (*ProbingSession_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbingSession_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingSession) (interface{}, bool)
func (*ProbingSession_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbingSession_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbingSession_FieldTerminalPathArrayOfValues ¶
type ProbingSession_FieldTerminalPathArrayOfValues struct { ProbingSession_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingSession_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues ¶
func (fpaov *ProbingSession_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
func (*ProbingSession_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *ProbingSession_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
func (*ProbingSession_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *ProbingSession_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
func (*ProbingSession_FieldTerminalPathArrayOfValues) AsProbingDistributionArrayOfValues ¶
func (fpaov *ProbingSession_FieldTerminalPathArrayOfValues) AsProbingDistributionArrayOfValues() ([]*probing_distribution.Reference, bool)
func (*ProbingSession_FieldTerminalPathArrayOfValues) AsProbingDistributionsArrayOfValues ¶ added in v0.8.4
func (fpaov *ProbingSession_FieldTerminalPathArrayOfValues) AsProbingDistributionsArrayOfValues() ([][]*probing_distribution.Reference, bool)
func (*ProbingSession_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues ¶
func (fpaov *ProbingSession_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*ProbingSession_Spec, bool)
func (*ProbingSession_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues ¶
func (fpaov *ProbingSession_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues() ([]*ProbingSession_Status, bool)
func (*ProbingSession_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbingSession_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbingSession_FieldTerminalPathValue ¶
type ProbingSession_FieldTerminalPathValue struct { ProbingSession_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingSession_FieldTerminalPathValue) AsDisplayNameValue ¶
func (fpv *ProbingSession_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
func (*ProbingSession_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *ProbingSession_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
func (*ProbingSession_FieldTerminalPathValue) AsNameValue ¶
func (fpv *ProbingSession_FieldTerminalPathValue) AsNameValue() (*Name, bool)
func (*ProbingSession_FieldTerminalPathValue) AsProbingDistributionValue ¶
func (fpv *ProbingSession_FieldTerminalPathValue) AsProbingDistributionValue() (*probing_distribution.Reference, bool)
func (*ProbingSession_FieldTerminalPathValue) AsProbingDistributionsValue ¶ added in v0.8.4
func (fpv *ProbingSession_FieldTerminalPathValue) AsProbingDistributionsValue() ([]*probing_distribution.Reference, bool)
func (*ProbingSession_FieldTerminalPathValue) AsSpecValue ¶
func (fpv *ProbingSession_FieldTerminalPathValue) AsSpecValue() (*ProbingSession_Spec, bool)
func (*ProbingSession_FieldTerminalPathValue) AsStatusValue ¶
func (fpv *ProbingSession_FieldTerminalPathValue) AsStatusValue() (*ProbingSession_Status, bool)
func (*ProbingSession_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbingSession_FieldTerminalPathValue) CompareWith(source *ProbingSession) (int, bool)
CompareWith compares value in the 'ProbingSession_FieldTerminalPathValue' with the value under path in 'ProbingSession'.
func (*ProbingSession_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbingSession_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingSession_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbingSession_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ProbingSession' as interface{}
func (*ProbingSession_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbingSession_FieldTerminalPathValue) SetTo(target **ProbingSession)
SetTo stores value for selected field for object ProbingSession
func (*ProbingSession_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbingSession_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbingSession_Spec ¶
type ProbingSession_Spec struct { // probe is the probe resource which is expexted to execute // the probe config. Probe *probe.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=probe,proto3" json:"probe,omitempty" firestore:"probe"` Target *probing_target.Reference `protobuf:"bytes,2,opt,customtype=Reference,name=target,proto3" json:"target,omitempty" firestore:"target"` // group reference TargetGroup *probing_target_group.Reference `` /* 139-byte string literal not displayed */ // mode defines the mode for this probe target - icmp/udp/http/tcp Mode common.ProbingMode `protobuf:"varint,4,opt,name=mode,proto3,enum=ntt.watchdog.v1alpha2.ProbingMode" json:"mode,omitempty" firestore:"mode"` // ip_version defines which IP version should be used. IpVersion common.IpVersion `` /* 148-byte string literal not displayed */ // address is the actual target for the probe - IP addreses/http endpoint Address string `protobuf:"bytes,6,opt,name=address,proto3" json:"address,omitempty" firestore:"address"` // addresses list the list of IP addresses that this target is reachable on // used for managed targets that might have dual stack Addresses []string `protobuf:"bytes,7,rep,name=addresses,proto3" json:"addresses,omitempty" firestore:"addresses"` Port uint32 `protobuf:"varint,8,opt,name=port,proto3" json:"port,omitempty" firestore:"port"` Type ProbingSessionType `protobuf:"varint,9,opt,name=type,proto3,enum=ntt.watchdog.v1alpha2.ProbingSessionType" json:"type,omitempty" firestore:"type"` // Interval defines probing interval Interval *duration.Duration `protobuf:"bytes,10,opt,name=interval,proto3" json:"interval,omitempty" firestore:"interval"` // TOS for ipv4 or Traffic class for ipv6. Don't set it (use defaults or // distribution overrides) Tos uint32 `protobuf:"varint,11,opt,name=tos,proto3" json:"tos,omitempty" firestore:"tos"` // Path Probing settings. PathProbing *common.PathProbe `protobuf:"bytes,12,opt,name=path_probing,json=pathProbing,proto3" json:"path_probing,omitempty" firestore:"pathProbing"` // Speedtest specific settings SpeedtestSettings *common.SpeedTestSettings `` /* 143-byte string literal not displayed */ // HTTP Probing Settings HttpProbingConfig *common.HTTPProbingConfig `` /* 145-byte string literal not displayed */ // Proxy configuration (for speedtest and http) ProxyConfiguration *common.ProxyConfiguration `` /* 147-byte string literal not displayed */ // Target location type LocationType common.LocationType `` /* 164-byte string literal not displayed */ // Specific target location if applicable Location *common.Location `protobuf:"bytes,17,opt,name=location,proto3" json:"location,omitempty" firestore:"location"` EnablePcap bool `protobuf:"varint,18,opt,name=enable_pcap,json=enablePcap,proto3" json:"enable_pcap,omitempty" firestore:"enablePcap"` // contains filtered or unexported fields }
func (*ProbingSession_Spec) Clone ¶
func (o *ProbingSession_Spec) Clone() *ProbingSession_Spec
func (*ProbingSession_Spec) CloneRaw ¶
func (o *ProbingSession_Spec) CloneRaw() gotenobject.GotenObjectExt
func (*ProbingSession_Spec) Descriptor ¶
func (*ProbingSession_Spec) Descriptor() ([]byte, []int)
Deprecated, Use ProbingSession_Spec.ProtoReflect.Descriptor instead.
func (*ProbingSession_Spec) GetAddress ¶
func (m *ProbingSession_Spec) GetAddress() string
func (*ProbingSession_Spec) GetAddresses ¶
func (m *ProbingSession_Spec) GetAddresses() []string
func (*ProbingSession_Spec) GetEnablePcap ¶ added in v0.8.0
func (m *ProbingSession_Spec) GetEnablePcap() bool
func (*ProbingSession_Spec) GetHttpProbingConfig ¶
func (m *ProbingSession_Spec) GetHttpProbingConfig() *common.HTTPProbingConfig
func (*ProbingSession_Spec) GetInterval ¶
func (m *ProbingSession_Spec) GetInterval() *duration.Duration
func (*ProbingSession_Spec) GetIpVersion ¶
func (m *ProbingSession_Spec) GetIpVersion() common.IpVersion
func (*ProbingSession_Spec) GetLocation ¶ added in v0.4.28
func (m *ProbingSession_Spec) GetLocation() *common.Location
func (*ProbingSession_Spec) GetLocationType ¶ added in v0.4.28
func (m *ProbingSession_Spec) GetLocationType() common.LocationType
func (*ProbingSession_Spec) GetMode ¶
func (m *ProbingSession_Spec) GetMode() common.ProbingMode
func (*ProbingSession_Spec) GetPathProbing ¶
func (m *ProbingSession_Spec) GetPathProbing() *common.PathProbe
func (*ProbingSession_Spec) GetPort ¶
func (m *ProbingSession_Spec) GetPort() uint32
func (*ProbingSession_Spec) GetProbe ¶
func (m *ProbingSession_Spec) GetProbe() *probe.Reference
func (*ProbingSession_Spec) GetProxyConfiguration ¶
func (m *ProbingSession_Spec) GetProxyConfiguration() *common.ProxyConfiguration
func (*ProbingSession_Spec) GetSpeedtestSettings ¶
func (m *ProbingSession_Spec) GetSpeedtestSettings() *common.SpeedTestSettings
func (*ProbingSession_Spec) GetTarget ¶
func (m *ProbingSession_Spec) GetTarget() *probing_target.Reference
func (*ProbingSession_Spec) GetTargetGroup ¶
func (m *ProbingSession_Spec) GetTargetGroup() *probing_target_group.Reference
func (*ProbingSession_Spec) GetTos ¶
func (m *ProbingSession_Spec) GetTos() uint32
func (*ProbingSession_Spec) GetType ¶
func (m *ProbingSession_Spec) GetType() ProbingSessionType
func (*ProbingSession_Spec) GotenMessage ¶
func (*ProbingSession_Spec) GotenMessage()
func (*ProbingSession_Spec) GotenObjectExt ¶
func (o *ProbingSession_Spec) GotenObjectExt()
func (*ProbingSession_Spec) GotenValidate ¶
func (obj *ProbingSession_Spec) GotenValidate() error
func (*ProbingSession_Spec) MakeDiffFieldMask ¶
func (o *ProbingSession_Spec) MakeDiffFieldMask(other *ProbingSession_Spec) *ProbingSession_Spec_FieldMask
func (*ProbingSession_Spec) MakeFullFieldMask ¶
func (o *ProbingSession_Spec) MakeFullFieldMask() *ProbingSession_Spec_FieldMask
func (*ProbingSession_Spec) MakeRawDiffFieldMask ¶
func (o *ProbingSession_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ProbingSession_Spec) MakeRawFullFieldMask ¶
func (o *ProbingSession_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ProbingSession_Spec) Marshal ¶
func (m *ProbingSession_Spec) Marshal() ([]byte, error)
func (*ProbingSession_Spec) MarshalJSON ¶
func (m *ProbingSession_Spec) MarshalJSON() ([]byte, error)
func (*ProbingSession_Spec) Merge ¶
func (o *ProbingSession_Spec) Merge(source *ProbingSession_Spec)
func (*ProbingSession_Spec) MergeRaw ¶
func (o *ProbingSession_Spec) MergeRaw(source gotenobject.GotenObjectExt)
func (*ProbingSession_Spec) ProtoMessage ¶
func (*ProbingSession_Spec) ProtoMessage()
func (*ProbingSession_Spec) ProtoReflect ¶
func (m *ProbingSession_Spec) ProtoReflect() preflect.Message
func (*ProbingSession_Spec) Reset ¶
func (m *ProbingSession_Spec) Reset()
func (*ProbingSession_Spec) SetAddress ¶
func (m *ProbingSession_Spec) SetAddress(fv string)
func (*ProbingSession_Spec) SetAddresses ¶
func (m *ProbingSession_Spec) SetAddresses(fv []string)
func (*ProbingSession_Spec) SetEnablePcap ¶ added in v0.8.0
func (m *ProbingSession_Spec) SetEnablePcap(fv bool)
func (*ProbingSession_Spec) SetHttpProbingConfig ¶
func (m *ProbingSession_Spec) SetHttpProbingConfig(fv *common.HTTPProbingConfig)
func (*ProbingSession_Spec) SetInterval ¶
func (m *ProbingSession_Spec) SetInterval(fv *duration.Duration)
func (*ProbingSession_Spec) SetIpVersion ¶
func (m *ProbingSession_Spec) SetIpVersion(fv common.IpVersion)
func (*ProbingSession_Spec) SetLocation ¶ added in v0.4.28
func (m *ProbingSession_Spec) SetLocation(fv *common.Location)
func (*ProbingSession_Spec) SetLocationType ¶ added in v0.4.28
func (m *ProbingSession_Spec) SetLocationType(fv common.LocationType)
func (*ProbingSession_Spec) SetMode ¶
func (m *ProbingSession_Spec) SetMode(fv common.ProbingMode)
func (*ProbingSession_Spec) SetPathProbing ¶
func (m *ProbingSession_Spec) SetPathProbing(fv *common.PathProbe)
func (*ProbingSession_Spec) SetPort ¶
func (m *ProbingSession_Spec) SetPort(fv uint32)
func (*ProbingSession_Spec) SetProbe ¶
func (m *ProbingSession_Spec) SetProbe(fv *probe.Reference)
func (*ProbingSession_Spec) SetProxyConfiguration ¶
func (m *ProbingSession_Spec) SetProxyConfiguration(fv *common.ProxyConfiguration)
func (*ProbingSession_Spec) SetSpeedtestSettings ¶
func (m *ProbingSession_Spec) SetSpeedtestSettings(fv *common.SpeedTestSettings)
func (*ProbingSession_Spec) SetTarget ¶
func (m *ProbingSession_Spec) SetTarget(fv *probing_target.Reference)
func (*ProbingSession_Spec) SetTargetGroup ¶
func (m *ProbingSession_Spec) SetTargetGroup(fv *probing_target_group.Reference)
func (*ProbingSession_Spec) SetTos ¶
func (m *ProbingSession_Spec) SetTos(fv uint32)
func (*ProbingSession_Spec) SetType ¶
func (m *ProbingSession_Spec) SetType(fv ProbingSessionType)
func (*ProbingSession_Spec) String ¶
func (m *ProbingSession_Spec) String() string
func (*ProbingSession_Spec) Unmarshal ¶
func (m *ProbingSession_Spec) Unmarshal(b []byte) error
func (*ProbingSession_Spec) UnmarshalJSON ¶
func (m *ProbingSession_Spec) UnmarshalJSON(data []byte) error
type ProbingSession_SpecMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶
type ProbingSession_SpecMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingSession_SpecMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶
func (ProbingSession_SpecMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingSession_SpecMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
type ProbingSession_SpecMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders ¶
type ProbingSession_SpecMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingSession_SpecMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingSession_SpecMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
type ProbingSession_SpecPathSelectorAddress ¶
type ProbingSession_SpecPathSelectorAddress struct{}
func (ProbingSession_SpecPathSelectorAddress) FieldPath ¶
func (ProbingSession_SpecPathSelectorAddress) FieldPath() *ProbingSessionSpec_FieldTerminalPath
func (ProbingSession_SpecPathSelectorAddress) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorAddress) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
func (ProbingSession_SpecPathSelectorAddress) WithValue ¶
func (s ProbingSession_SpecPathSelectorAddress) WithValue(value string) *ProbingSessionSpec_FieldTerminalPathValue
type ProbingSession_SpecPathSelectorAddresses ¶
type ProbingSession_SpecPathSelectorAddresses struct{}
func (ProbingSession_SpecPathSelectorAddresses) FieldPath ¶
func (ProbingSession_SpecPathSelectorAddresses) FieldPath() *ProbingSessionSpec_FieldTerminalPath
func (ProbingSession_SpecPathSelectorAddresses) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorAddresses) WithArrayOfValues(values [][]string) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
func (ProbingSession_SpecPathSelectorAddresses) WithItemValue ¶
func (s ProbingSession_SpecPathSelectorAddresses) WithItemValue(value string) *ProbingSessionSpec_FieldTerminalPathArrayItemValue
func (ProbingSession_SpecPathSelectorAddresses) WithValue ¶
func (s ProbingSession_SpecPathSelectorAddresses) WithValue(value []string) *ProbingSessionSpec_FieldTerminalPathValue
type ProbingSession_SpecPathSelectorEnablePcap ¶ added in v0.8.0
type ProbingSession_SpecPathSelectorEnablePcap struct{}
func (ProbingSession_SpecPathSelectorEnablePcap) FieldPath ¶ added in v0.8.0
func (ProbingSession_SpecPathSelectorEnablePcap) FieldPath() *ProbingSessionSpec_FieldTerminalPath
func (ProbingSession_SpecPathSelectorEnablePcap) WithArrayOfValues ¶ added in v0.8.0
func (s ProbingSession_SpecPathSelectorEnablePcap) WithArrayOfValues(values []bool) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
func (ProbingSession_SpecPathSelectorEnablePcap) WithValue ¶ added in v0.8.0
func (s ProbingSession_SpecPathSelectorEnablePcap) WithValue(value bool) *ProbingSessionSpec_FieldTerminalPathValue
type ProbingSession_SpecPathSelectorHttpProbingConfig ¶
type ProbingSession_SpecPathSelectorHttpProbingConfig struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfig) AuthConfig ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfig) FieldPath ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfig) FieldPath() *ProbingSessionSpec_FieldTerminalPath
func (ProbingSession_SpecPathSelectorHttpProbingConfig) HttpRequest ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfig) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
func (ProbingSession_SpecPathSelectorHttpProbingConfig) WithSubArrayItemValue ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfig) WithSubArrayItemValue(subPathArrayItemValue common.HTTPProbingConfig_FieldPathArrayItemValue) *ProbingSessionSpec_FieldSubPathArrayItemValue
func (ProbingSession_SpecPathSelectorHttpProbingConfig) WithSubArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfig) WithSubArrayOfValues(subPathArrayOfValues common.HTTPProbingConfig_FieldPathArrayOfValues) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorHttpProbingConfig) WithSubPath ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfig) WithSubPath(subPath common.HTTPProbingConfig_FieldPath) *ProbingSessionSpec_FieldSubPath
func (ProbingSession_SpecPathSelectorHttpProbingConfig) WithSubValue ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfig) WithSubValue(subPathValue common.HTTPProbingConfig_FieldPathValue) *ProbingSessionSpec_FieldSubPathValue
func (ProbingSession_SpecPathSelectorHttpProbingConfig) WithValue ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfig) WithValue(value *common.HTTPProbingConfig) *ProbingSessionSpec_FieldTerminalPathValue
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig) RequestHeaderTokenKey ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig) TokenRequest ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey() ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig) TokenResponseBodyKey ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig) TokenResponseHeader ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingSessionSpec_FieldSubPathArrayOfValues
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigPassword ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigPassword struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigPassword) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigPassword) WithValue ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigPassword) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest) RequestBody ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest) RequestHeaders ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest) RequestMethod ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingSessionSpec_FieldSubPathArrayOfValues
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingSessionSpec_FieldSubPathArrayOfValues
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingSessionSpec_FieldSubPathArrayOfValues
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value map[string]string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingSessionSpec_FieldSubPathArrayOfValues
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingSessionSpec_FieldSubPathArrayOfValues
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) WithValue ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigUsername ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigUsername struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigUsername) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigUsername) WithValue ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigAuthConfigUsername) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest) AuthenticationMethod ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest) ExpectedResponseCode ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest) RequestBody ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest) RequestHeaders ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest) RequestMethod ¶
func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingSessionSpec_FieldSubPathArrayOfValues
type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingSessionSpec_FieldSubPathArrayOfValues
type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingSessionSpec_FieldSubPathArrayOfValues
type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestBody ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestBody struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestBody) WithValue ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestBody) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestHeaders ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestHeaders struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithValue ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithValue(value map[string]string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestMethod ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestMethod struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingSessionSpec_FieldSubPathArrayOfValues
type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestTimeout ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestTimeout struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestTimeout) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestTimeout) WithValue ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestTimeout) WithValue(value *duration.Duration) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestUrl ¶
type ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestUrl struct{}
func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestUrl) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestUrl) WithValue ¶
func (s ProbingSession_SpecPathSelectorHttpProbingConfigHttpRequestUrl) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorInterval ¶
type ProbingSession_SpecPathSelectorInterval struct{}
func (ProbingSession_SpecPathSelectorInterval) FieldPath ¶
func (ProbingSession_SpecPathSelectorInterval) FieldPath() *ProbingSessionSpec_FieldTerminalPath
func (ProbingSession_SpecPathSelectorInterval) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorInterval) WithArrayOfValues(values []*duration.Duration) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
func (ProbingSession_SpecPathSelectorInterval) WithValue ¶
func (s ProbingSession_SpecPathSelectorInterval) WithValue(value *duration.Duration) *ProbingSessionSpec_FieldTerminalPathValue
type ProbingSession_SpecPathSelectorIpVersion ¶
type ProbingSession_SpecPathSelectorIpVersion struct{}
func (ProbingSession_SpecPathSelectorIpVersion) FieldPath ¶
func (ProbingSession_SpecPathSelectorIpVersion) FieldPath() *ProbingSessionSpec_FieldTerminalPath
func (ProbingSession_SpecPathSelectorIpVersion) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
func (ProbingSession_SpecPathSelectorIpVersion) WithValue ¶
func (s ProbingSession_SpecPathSelectorIpVersion) WithValue(value common.IpVersion) *ProbingSessionSpec_FieldTerminalPathValue
type ProbingSession_SpecPathSelectorLocation ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocation struct{}
func (ProbingSession_SpecPathSelectorLocation) AdminHierarchy ¶ added in v0.4.28
func (ProbingSession_SpecPathSelectorLocation) AdminHierarchy() ProbingSession_SpecPathSelectorLocationAdminHierarchy
func (ProbingSession_SpecPathSelectorLocation) Coordinates ¶ added in v0.4.28
func (ProbingSession_SpecPathSelectorLocation) FieldPath ¶ added in v0.4.28
func (ProbingSession_SpecPathSelectorLocation) FieldPath() *ProbingSessionSpec_FieldTerminalPath
func (ProbingSession_SpecPathSelectorLocation) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocation) WithArrayOfValues(values []*common.Location) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocation) WithSubArrayItemValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocation) WithSubArrayItemValue(subPathArrayItemValue common.Location_FieldPathArrayItemValue) *ProbingSessionSpec_FieldSubPathArrayItemValue
func (ProbingSession_SpecPathSelectorLocation) WithSubArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocation) WithSubArrayOfValues(subPathArrayOfValues common.Location_FieldPathArrayOfValues) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocation) WithSubPath ¶ added in v0.4.28
func (ProbingSession_SpecPathSelectorLocation) WithSubPath(subPath common.Location_FieldPath) *ProbingSessionSpec_FieldSubPath
func (ProbingSession_SpecPathSelectorLocation) WithSubValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocation) WithSubValue(subPathValue common.Location_FieldPathValue) *ProbingSessionSpec_FieldSubPathValue
func (ProbingSession_SpecPathSelectorLocation) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocation) WithValue(value *common.Location) *ProbingSessionSpec_FieldTerminalPathValue
type ProbingSession_SpecPathSelectorLocationAccuracy ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAccuracy struct{}
func (ProbingSession_SpecPathSelectorLocationAccuracy) FieldPath ¶ added in v0.4.28
func (ProbingSession_SpecPathSelectorLocationAccuracy) FieldPath() *ProbingSessionSpec_FieldSubPath
func (ProbingSession_SpecPathSelectorLocationAccuracy) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAccuracy) WithArrayOfValues(values []float64) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAccuracy) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAccuracy) WithValue(value float64) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationAddress ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAddress struct{}
func (ProbingSession_SpecPathSelectorLocationAddress) AdminArea1 ¶ added in v0.4.28
func (ProbingSession_SpecPathSelectorLocationAddress) AdminArea2 ¶ added in v0.4.28
func (ProbingSession_SpecPathSelectorLocationAddress) AdminArea3 ¶ added in v0.4.28
func (ProbingSession_SpecPathSelectorLocationAddress) AdminArea4 ¶ added in v0.4.28
func (ProbingSession_SpecPathSelectorLocationAddress) CountryCode ¶ added in v0.4.28
func (ProbingSession_SpecPathSelectorLocationAddress) FieldPath ¶ added in v0.4.28
func (ProbingSession_SpecPathSelectorLocationAddress) FieldPath() *ProbingSessionSpec_FieldSubPath
func (ProbingSession_SpecPathSelectorLocationAddress) PostalCode ¶ added in v0.4.28
func (ProbingSession_SpecPathSelectorLocationAddress) StreetAddress ¶ added in v0.4.28
func (ProbingSession_SpecPathSelectorLocationAddress) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAddress) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddress) WithValue(value *common.Address) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationAddressAdminArea1 ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAddressAdminArea1 struct{}
func (ProbingSession_SpecPathSelectorLocationAddressAdminArea1) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAddressAdminArea1) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddressAdminArea1) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationAddressAdminArea2 ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAddressAdminArea2 struct{}
func (ProbingSession_SpecPathSelectorLocationAddressAdminArea2) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAddressAdminArea2) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddressAdminArea2) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationAddressAdminArea3 ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAddressAdminArea3 struct{}
func (ProbingSession_SpecPathSelectorLocationAddressAdminArea3) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAddressAdminArea3) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddressAdminArea3) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationAddressAdminArea4 ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAddressAdminArea4 struct{}
func (ProbingSession_SpecPathSelectorLocationAddressAdminArea4) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAddressAdminArea4) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddressAdminArea4) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationAddressContinent ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAddressContinent struct{}
func (ProbingSession_SpecPathSelectorLocationAddressContinent) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddressContinent) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAddressContinent) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddressContinent) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationAddressCountry ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAddressCountry struct{}
func (ProbingSession_SpecPathSelectorLocationAddressCountry) FieldPath ¶ added in v0.4.28
func (ProbingSession_SpecPathSelectorLocationAddressCountry) FieldPath() *ProbingSessionSpec_FieldSubPath
func (ProbingSession_SpecPathSelectorLocationAddressCountry) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddressCountry) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAddressCountry) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddressCountry) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationAddressCountryCode ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAddressCountryCode struct{}
func (ProbingSession_SpecPathSelectorLocationAddressCountryCode) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAddressCountryCode) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddressCountryCode) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationAddressPostalCode ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAddressPostalCode struct{}
func (ProbingSession_SpecPathSelectorLocationAddressPostalCode) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAddressPostalCode) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddressPostalCode) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationAddressStreetAddress ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAddressStreetAddress struct{}
func (ProbingSession_SpecPathSelectorLocationAddressStreetAddress) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAddressStreetAddress) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAddressStreetAddress) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationAdminHierarchy ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAdminHierarchy struct{}
func (ProbingSession_SpecPathSelectorLocationAdminHierarchy) FieldPath ¶ added in v0.4.28
func (ProbingSession_SpecPathSelectorLocationAdminHierarchy) FieldPath() *ProbingSessionSpec_FieldSubPath
func (ProbingSession_SpecPathSelectorLocationAdminHierarchy) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAdminHierarchy) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin1 ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin1 struct{}
func (ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin1) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin1) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin2 ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin2 struct{}
func (ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin2) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin2) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin3 ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin3 struct{}
func (ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin3) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin3) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin4 ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin4 struct{}
func (ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin4) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin4) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin5 ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin5 struct{}
func (ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin5) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin5) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationAdminHierarchyContinent ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAdminHierarchyContinent struct{}
func (ProbingSession_SpecPathSelectorLocationAdminHierarchyContinent) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAdminHierarchyContinent) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationAdminHierarchyCountry ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationAdminHierarchyCountry struct{}
func (ProbingSession_SpecPathSelectorLocationAdminHierarchyCountry) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationAdminHierarchyCountry) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationCoordinates ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationCoordinates struct{}
func (ProbingSession_SpecPathSelectorLocationCoordinates) FieldPath ¶ added in v0.4.28
func (ProbingSession_SpecPathSelectorLocationCoordinates) FieldPath() *ProbingSessionSpec_FieldSubPath
func (ProbingSession_SpecPathSelectorLocationCoordinates) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationCoordinates) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorLocationType ¶ added in v0.4.28
type ProbingSession_SpecPathSelectorLocationType struct{}
func (ProbingSession_SpecPathSelectorLocationType) FieldPath ¶ added in v0.4.28
func (ProbingSession_SpecPathSelectorLocationType) FieldPath() *ProbingSessionSpec_FieldTerminalPath
func (ProbingSession_SpecPathSelectorLocationType) WithArrayOfValues ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationType) WithArrayOfValues(values []common.LocationType) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
func (ProbingSession_SpecPathSelectorLocationType) WithValue ¶ added in v0.4.28
func (s ProbingSession_SpecPathSelectorLocationType) WithValue(value common.LocationType) *ProbingSessionSpec_FieldTerminalPathValue
type ProbingSession_SpecPathSelectorMode ¶
type ProbingSession_SpecPathSelectorMode struct{}
func (ProbingSession_SpecPathSelectorMode) FieldPath ¶
func (ProbingSession_SpecPathSelectorMode) FieldPath() *ProbingSessionSpec_FieldTerminalPath
func (ProbingSession_SpecPathSelectorMode) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorMode) WithArrayOfValues(values []common.ProbingMode) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
func (ProbingSession_SpecPathSelectorMode) WithValue ¶
func (s ProbingSession_SpecPathSelectorMode) WithValue(value common.ProbingMode) *ProbingSessionSpec_FieldTerminalPathValue
type ProbingSession_SpecPathSelectorPathProbing ¶
type ProbingSession_SpecPathSelectorPathProbing struct{}
func (ProbingSession_SpecPathSelectorPathProbing) FieldPath ¶
func (ProbingSession_SpecPathSelectorPathProbing) FieldPath() *ProbingSessionSpec_FieldTerminalPath
func (ProbingSession_SpecPathSelectorPathProbing) IntervalSec ¶
func (ProbingSession_SpecPathSelectorPathProbing) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorPathProbing) WithArrayOfValues(values []*common.PathProbe) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
func (ProbingSession_SpecPathSelectorPathProbing) WithSubArrayItemValue ¶
func (s ProbingSession_SpecPathSelectorPathProbing) WithSubArrayItemValue(subPathArrayItemValue common.PathProbe_FieldPathArrayItemValue) *ProbingSessionSpec_FieldSubPathArrayItemValue
func (ProbingSession_SpecPathSelectorPathProbing) WithSubArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorPathProbing) WithSubArrayOfValues(subPathArrayOfValues common.PathProbe_FieldPathArrayOfValues) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorPathProbing) WithSubPath ¶
func (ProbingSession_SpecPathSelectorPathProbing) WithSubPath(subPath common.PathProbe_FieldPath) *ProbingSessionSpec_FieldSubPath
func (ProbingSession_SpecPathSelectorPathProbing) WithSubValue ¶
func (s ProbingSession_SpecPathSelectorPathProbing) WithSubValue(subPathValue common.PathProbe_FieldPathValue) *ProbingSessionSpec_FieldSubPathValue
func (ProbingSession_SpecPathSelectorPathProbing) WithValue ¶
func (s ProbingSession_SpecPathSelectorPathProbing) WithValue(value *common.PathProbe) *ProbingSessionSpec_FieldTerminalPathValue
type ProbingSession_SpecPathSelectorPathProbingAttempts ¶
type ProbingSession_SpecPathSelectorPathProbingAttempts struct{}
func (ProbingSession_SpecPathSelectorPathProbingAttempts) FieldPath ¶
func (ProbingSession_SpecPathSelectorPathProbingAttempts) FieldPath() *ProbingSessionSpec_FieldSubPath
func (ProbingSession_SpecPathSelectorPathProbingAttempts) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorPathProbingAttempts) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorPathProbingAttempts) WithValue ¶
func (s ProbingSession_SpecPathSelectorPathProbingAttempts) WithValue(value *wrappers.UInt32Value) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorPathProbingEnabled ¶
type ProbingSession_SpecPathSelectorPathProbingEnabled struct{}
func (ProbingSession_SpecPathSelectorPathProbingEnabled) FieldPath ¶
func (ProbingSession_SpecPathSelectorPathProbingEnabled) FieldPath() *ProbingSessionSpec_FieldSubPath
func (ProbingSession_SpecPathSelectorPathProbingEnabled) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorPathProbingEnabled) WithArrayOfValues(values []bool) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorPathProbingEnabled) WithValue ¶
func (s ProbingSession_SpecPathSelectorPathProbingEnabled) WithValue(value bool) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorPathProbingInterval ¶
type ProbingSession_SpecPathSelectorPathProbingInterval struct{}
func (ProbingSession_SpecPathSelectorPathProbingInterval) FieldPath ¶
func (ProbingSession_SpecPathSelectorPathProbingInterval) FieldPath() *ProbingSessionSpec_FieldSubPath
func (ProbingSession_SpecPathSelectorPathProbingInterval) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorPathProbingInterval) WithArrayOfValues(values []*duration.Duration) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorPathProbingInterval) WithValue ¶
func (s ProbingSession_SpecPathSelectorPathProbingInterval) WithValue(value *duration.Duration) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorPathProbingIntervalSec ¶
type ProbingSession_SpecPathSelectorPathProbingIntervalSec struct{}
func (ProbingSession_SpecPathSelectorPathProbingIntervalSec) FieldPath ¶
func (ProbingSession_SpecPathSelectorPathProbingIntervalSec) FieldPath() *ProbingSessionSpec_FieldSubPath
func (ProbingSession_SpecPathSelectorPathProbingIntervalSec) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorPathProbingIntervalSec) WithArrayOfValues(values []int64) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorPathProbingIntervalSec) WithValue ¶
func (s ProbingSession_SpecPathSelectorPathProbingIntervalSec) WithValue(value int64) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorPathProbingMaxTtl ¶
type ProbingSession_SpecPathSelectorPathProbingMaxTtl struct{}
func (ProbingSession_SpecPathSelectorPathProbingMaxTtl) FieldPath ¶
func (ProbingSession_SpecPathSelectorPathProbingMaxTtl) FieldPath() *ProbingSessionSpec_FieldSubPath
func (ProbingSession_SpecPathSelectorPathProbingMaxTtl) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorPathProbingMaxTtl) WithArrayOfValues(values []*wrappers.UInt32Value) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorPathProbingMaxTtl) WithValue ¶
func (s ProbingSession_SpecPathSelectorPathProbingMaxTtl) WithValue(value *wrappers.UInt32Value) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorPathProbingMode ¶
type ProbingSession_SpecPathSelectorPathProbingMode struct{}
func (ProbingSession_SpecPathSelectorPathProbingMode) FieldPath ¶
func (ProbingSession_SpecPathSelectorPathProbingMode) FieldPath() *ProbingSessionSpec_FieldSubPath
func (ProbingSession_SpecPathSelectorPathProbingMode) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorPathProbingMode) WithArrayOfValues(values []common.ProbingMode) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorPathProbingMode) WithValue ¶
func (s ProbingSession_SpecPathSelectorPathProbingMode) WithValue(value common.ProbingMode) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorPort ¶
type ProbingSession_SpecPathSelectorPort struct{}
func (ProbingSession_SpecPathSelectorPort) FieldPath ¶
func (ProbingSession_SpecPathSelectorPort) FieldPath() *ProbingSessionSpec_FieldTerminalPath
func (ProbingSession_SpecPathSelectorPort) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorPort) WithArrayOfValues(values []uint32) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
func (ProbingSession_SpecPathSelectorPort) WithValue ¶
func (s ProbingSession_SpecPathSelectorPort) WithValue(value uint32) *ProbingSessionSpec_FieldTerminalPathValue
type ProbingSession_SpecPathSelectorProbe ¶
type ProbingSession_SpecPathSelectorProbe struct{}
func (ProbingSession_SpecPathSelectorProbe) FieldPath ¶
func (ProbingSession_SpecPathSelectorProbe) FieldPath() *ProbingSessionSpec_FieldTerminalPath
func (ProbingSession_SpecPathSelectorProbe) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorProbe) WithArrayOfValues(values []*probe.Reference) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
func (ProbingSession_SpecPathSelectorProbe) WithValue ¶
func (s ProbingSession_SpecPathSelectorProbe) WithValue(value *probe.Reference) *ProbingSessionSpec_FieldTerminalPathValue
type ProbingSession_SpecPathSelectorProxyConfiguration ¶
type ProbingSession_SpecPathSelectorProxyConfiguration struct{}
func (ProbingSession_SpecPathSelectorProxyConfiguration) HttpsProxy ¶
func (ProbingSession_SpecPathSelectorProxyConfiguration) ProxySetting ¶
func (ProbingSession_SpecPathSelectorProxyConfiguration) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorProxyConfiguration) WithArrayOfValues(values []*common.ProxyConfiguration) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
func (ProbingSession_SpecPathSelectorProxyConfiguration) WithSubArrayItemValue ¶
func (s ProbingSession_SpecPathSelectorProxyConfiguration) WithSubArrayItemValue(subPathArrayItemValue common.ProxyConfiguration_FieldPathArrayItemValue) *ProbingSessionSpec_FieldSubPathArrayItemValue
func (ProbingSession_SpecPathSelectorProxyConfiguration) WithSubArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorProxyConfiguration) WithSubArrayOfValues(subPathArrayOfValues common.ProxyConfiguration_FieldPathArrayOfValues) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorProxyConfiguration) WithSubPath ¶
func (ProbingSession_SpecPathSelectorProxyConfiguration) WithSubPath(subPath common.ProxyConfiguration_FieldPath) *ProbingSessionSpec_FieldSubPath
func (ProbingSession_SpecPathSelectorProxyConfiguration) WithSubValue ¶
func (s ProbingSession_SpecPathSelectorProxyConfiguration) WithSubValue(subPathValue common.ProxyConfiguration_FieldPathValue) *ProbingSessionSpec_FieldSubPathValue
func (ProbingSession_SpecPathSelectorProxyConfiguration) WithValue ¶
func (s ProbingSession_SpecPathSelectorProxyConfiguration) WithValue(value *common.ProxyConfiguration) *ProbingSessionSpec_FieldTerminalPathValue
type ProbingSession_SpecPathSelectorProxyConfigurationHttpProxy ¶
type ProbingSession_SpecPathSelectorProxyConfigurationHttpProxy struct{}
func (ProbingSession_SpecPathSelectorProxyConfigurationHttpProxy) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorProxyConfigurationHttpProxy) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorProxyConfigurationHttpProxy) WithValue ¶
func (s ProbingSession_SpecPathSelectorProxyConfigurationHttpProxy) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorProxyConfigurationHttpsProxy ¶
type ProbingSession_SpecPathSelectorProxyConfigurationHttpsProxy struct{}
func (ProbingSession_SpecPathSelectorProxyConfigurationHttpsProxy) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorProxyConfigurationHttpsProxy) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorProxyConfigurationHttpsProxy) WithValue ¶
func (s ProbingSession_SpecPathSelectorProxyConfigurationHttpsProxy) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorProxyConfigurationNoProxy ¶
type ProbingSession_SpecPathSelectorProxyConfigurationNoProxy struct{}
func (ProbingSession_SpecPathSelectorProxyConfigurationNoProxy) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorProxyConfigurationNoProxy) WithArrayOfValues(values []string) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorProxyConfigurationNoProxy) WithValue ¶
func (s ProbingSession_SpecPathSelectorProxyConfigurationNoProxy) WithValue(value string) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorProxyConfigurationProxySetting ¶
type ProbingSession_SpecPathSelectorProxyConfigurationProxySetting struct{}
func (ProbingSession_SpecPathSelectorProxyConfigurationProxySetting) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorProxyConfigurationProxySetting) WithArrayOfValues(values []common.ProxySetting) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorProxyConfigurationProxySetting) WithValue ¶
func (s ProbingSession_SpecPathSelectorProxyConfigurationProxySetting) WithValue(value common.ProxySetting) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorSpeedtestSettings ¶
type ProbingSession_SpecPathSelectorSpeedtestSettings struct{}
func (ProbingSession_SpecPathSelectorSpeedtestSettings) FieldPath ¶
func (ProbingSession_SpecPathSelectorSpeedtestSettings) FieldPath() *ProbingSessionSpec_FieldTerminalPath
func (ProbingSession_SpecPathSelectorSpeedtestSettings) ServerSelection ¶
func (ProbingSession_SpecPathSelectorSpeedtestSettings) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorSpeedtestSettings) WithArrayOfValues(values []*common.SpeedTestSettings) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
func (ProbingSession_SpecPathSelectorSpeedtestSettings) WithSubArrayItemValue ¶
func (s ProbingSession_SpecPathSelectorSpeedtestSettings) WithSubArrayItemValue(subPathArrayItemValue common.SpeedTestSettings_FieldPathArrayItemValue) *ProbingSessionSpec_FieldSubPathArrayItemValue
func (ProbingSession_SpecPathSelectorSpeedtestSettings) WithSubArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorSpeedtestSettings) WithSubArrayOfValues(subPathArrayOfValues common.SpeedTestSettings_FieldPathArrayOfValues) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorSpeedtestSettings) WithSubPath ¶
func (ProbingSession_SpecPathSelectorSpeedtestSettings) WithSubPath(subPath common.SpeedTestSettings_FieldPath) *ProbingSessionSpec_FieldSubPath
func (ProbingSession_SpecPathSelectorSpeedtestSettings) WithSubValue ¶
func (s ProbingSession_SpecPathSelectorSpeedtestSettings) WithSubValue(subPathValue common.SpeedTestSettings_FieldPathValue) *ProbingSessionSpec_FieldSubPathValue
func (ProbingSession_SpecPathSelectorSpeedtestSettings) WithValue ¶
func (s ProbingSession_SpecPathSelectorSpeedtestSettings) WithValue(value *common.SpeedTestSettings) *ProbingSessionSpec_FieldTerminalPathValue
type ProbingSession_SpecPathSelectorSpeedtestSettingsDuration ¶
type ProbingSession_SpecPathSelectorSpeedtestSettingsDuration struct{}
func (ProbingSession_SpecPathSelectorSpeedtestSettingsDuration) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorSpeedtestSettingsDuration) WithArrayOfValues(values []*duration.Duration) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorSpeedtestSettingsDuration) WithValue ¶
func (s ProbingSession_SpecPathSelectorSpeedtestSettingsDuration) WithValue(value *duration.Duration) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorSpeedtestSettingsServerSelection ¶
type ProbingSession_SpecPathSelectorSpeedtestSettingsServerSelection struct{}
func (ProbingSession_SpecPathSelectorSpeedtestSettingsServerSelection) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorSpeedtestSettingsServerSelection) WithArrayOfValues(values []common.SpeedTestSettings_ServerSelection) *ProbingSessionSpec_FieldSubPathArrayOfValues
type ProbingSession_SpecPathSelectorSpeedtestSettingsTcpPort ¶
type ProbingSession_SpecPathSelectorSpeedtestSettingsTcpPort struct{}
func (ProbingSession_SpecPathSelectorSpeedtestSettingsTcpPort) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorSpeedtestSettingsTcpPort) WithArrayOfValues(values []int32) *ProbingSessionSpec_FieldSubPathArrayOfValues
func (ProbingSession_SpecPathSelectorSpeedtestSettingsTcpPort) WithValue ¶
func (s ProbingSession_SpecPathSelectorSpeedtestSettingsTcpPort) WithValue(value int32) *ProbingSessionSpec_FieldSubPathValue
type ProbingSession_SpecPathSelectorTarget ¶
type ProbingSession_SpecPathSelectorTarget struct{}
func (ProbingSession_SpecPathSelectorTarget) FieldPath ¶
func (ProbingSession_SpecPathSelectorTarget) FieldPath() *ProbingSessionSpec_FieldTerminalPath
func (ProbingSession_SpecPathSelectorTarget) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorTarget) WithArrayOfValues(values []*probing_target.Reference) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
func (ProbingSession_SpecPathSelectorTarget) WithValue ¶
func (s ProbingSession_SpecPathSelectorTarget) WithValue(value *probing_target.Reference) *ProbingSessionSpec_FieldTerminalPathValue
type ProbingSession_SpecPathSelectorTargetGroup ¶
type ProbingSession_SpecPathSelectorTargetGroup struct{}
func (ProbingSession_SpecPathSelectorTargetGroup) FieldPath ¶
func (ProbingSession_SpecPathSelectorTargetGroup) FieldPath() *ProbingSessionSpec_FieldTerminalPath
func (ProbingSession_SpecPathSelectorTargetGroup) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorTargetGroup) WithArrayOfValues(values []*probing_target_group.Reference) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
func (ProbingSession_SpecPathSelectorTargetGroup) WithValue ¶
func (s ProbingSession_SpecPathSelectorTargetGroup) WithValue(value *probing_target_group.Reference) *ProbingSessionSpec_FieldTerminalPathValue
type ProbingSession_SpecPathSelectorTos ¶
type ProbingSession_SpecPathSelectorTos struct{}
func (ProbingSession_SpecPathSelectorTos) FieldPath ¶
func (ProbingSession_SpecPathSelectorTos) FieldPath() *ProbingSessionSpec_FieldTerminalPath
func (ProbingSession_SpecPathSelectorTos) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorTos) WithArrayOfValues(values []uint32) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
func (ProbingSession_SpecPathSelectorTos) WithValue ¶
func (s ProbingSession_SpecPathSelectorTos) WithValue(value uint32) *ProbingSessionSpec_FieldTerminalPathValue
type ProbingSession_SpecPathSelectorType ¶
type ProbingSession_SpecPathSelectorType struct{}
func (ProbingSession_SpecPathSelectorType) FieldPath ¶
func (ProbingSession_SpecPathSelectorType) FieldPath() *ProbingSessionSpec_FieldTerminalPath
func (ProbingSession_SpecPathSelectorType) WithArrayOfValues ¶
func (s ProbingSession_SpecPathSelectorType) WithArrayOfValues(values []ProbingSessionType) *ProbingSessionSpec_FieldTerminalPathArrayOfValues
func (ProbingSession_SpecPathSelectorType) WithValue ¶
func (s ProbingSession_SpecPathSelectorType) WithValue(value ProbingSessionType) *ProbingSessionSpec_FieldTerminalPathValue
type ProbingSession_Spec_FieldMask ¶
type ProbingSession_Spec_FieldMask struct {
Paths []ProbingSessionSpec_FieldPath
}
func FullProbingSession_Spec_FieldMask ¶
func FullProbingSession_Spec_FieldMask() *ProbingSession_Spec_FieldMask
func (*ProbingSession_Spec_FieldMask) AppendPath ¶
func (fieldMask *ProbingSession_Spec_FieldMask) AppendPath(path ProbingSessionSpec_FieldPath)
func (*ProbingSession_Spec_FieldMask) AppendRawPath ¶
func (fieldMask *ProbingSession_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ProbingSession_Spec_FieldMask) DecodeFirestore ¶
func (fieldMask *ProbingSession_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ProbingSession_Spec_FieldMask) EncodeFirestore ¶
func (fieldMask *ProbingSession_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ProbingSession_Spec_FieldMask) FilterInputFields ¶
func (fieldMask *ProbingSession_Spec_FieldMask) FilterInputFields() *ProbingSession_Spec_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ProbingSession_Spec_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ProbingSession_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ProbingSession_Spec_FieldMask) GetPaths ¶
func (fieldMask *ProbingSession_Spec_FieldMask) GetPaths() []ProbingSessionSpec_FieldPath
func (*ProbingSession_Spec_FieldMask) GetRawPaths ¶
func (fieldMask *ProbingSession_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ProbingSession_Spec_FieldMask) IsFull ¶
func (fieldMask *ProbingSession_Spec_FieldMask) IsFull() bool
func (ProbingSession_Spec_FieldMask) Marshal ¶
func (fieldMask ProbingSession_Spec_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ProbingSession_Spec_FieldMask) MarshalJSON ¶
func (fieldMask ProbingSession_Spec_FieldMask) MarshalJSON() ([]byte, error)
func (*ProbingSession_Spec_FieldMask) PathsCount ¶
func (fieldMask *ProbingSession_Spec_FieldMask) PathsCount() int
func (*ProbingSession_Spec_FieldMask) Project ¶
func (fieldMask *ProbingSession_Spec_FieldMask) Project(source *ProbingSession_Spec) *ProbingSession_Spec
func (*ProbingSession_Spec_FieldMask) ProjectRaw ¶
func (fieldMask *ProbingSession_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ProbingSession_Spec_FieldMask) ProtoMessage ¶
func (fieldMask *ProbingSession_Spec_FieldMask) ProtoMessage()
func (*ProbingSession_Spec_FieldMask) ProtoReflect ¶
func (fieldMask *ProbingSession_Spec_FieldMask) ProtoReflect() preflect.Message
func (*ProbingSession_Spec_FieldMask) Reset ¶
func (fieldMask *ProbingSession_Spec_FieldMask) Reset()
func (*ProbingSession_Spec_FieldMask) Set ¶
func (fieldMask *ProbingSession_Spec_FieldMask) Set(target, source *ProbingSession_Spec)
func (*ProbingSession_Spec_FieldMask) SetFromCliFlag ¶
func (fieldMask *ProbingSession_Spec_FieldMask) SetFromCliFlag(raw string) error
func (*ProbingSession_Spec_FieldMask) SetRaw ¶
func (fieldMask *ProbingSession_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ProbingSession_Spec_FieldMask) Size ¶
func (fieldMask *ProbingSession_Spec_FieldMask) Size() int
func (*ProbingSession_Spec_FieldMask) String ¶
func (fieldMask *ProbingSession_Spec_FieldMask) String() string
func (*ProbingSession_Spec_FieldMask) Subtract ¶
func (fieldMask *ProbingSession_Spec_FieldMask) Subtract(other *ProbingSession_Spec_FieldMask) *ProbingSession_Spec_FieldMask
func (*ProbingSession_Spec_FieldMask) SubtractRaw ¶
func (fieldMask *ProbingSession_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ProbingSession_Spec_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ProbingSession_Spec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ProbingSession_Spec_FieldMask) Unmarshal ¶
func (fieldMask *ProbingSession_Spec_FieldMask) Unmarshal(data []byte) error
func (*ProbingSession_Spec_FieldMask) UnmarshalJSON ¶
func (fieldMask *ProbingSession_Spec_FieldMask) UnmarshalJSON(data []byte) error
type ProbingSession_Status ¶
type ProbingSession_Status struct {
// contains filtered or unexported fields
}
func (*ProbingSession_Status) Clone ¶
func (o *ProbingSession_Status) Clone() *ProbingSession_Status
func (*ProbingSession_Status) CloneRaw ¶
func (o *ProbingSession_Status) CloneRaw() gotenobject.GotenObjectExt
func (*ProbingSession_Status) Descriptor ¶
func (*ProbingSession_Status) Descriptor() ([]byte, []int)
Deprecated, Use ProbingSession_Status.ProtoReflect.Descriptor instead.
func (*ProbingSession_Status) GotenMessage ¶
func (*ProbingSession_Status) GotenMessage()
func (*ProbingSession_Status) GotenObjectExt ¶
func (o *ProbingSession_Status) GotenObjectExt()
func (*ProbingSession_Status) GotenValidate ¶
func (obj *ProbingSession_Status) GotenValidate() error
func (*ProbingSession_Status) MakeDiffFieldMask ¶
func (o *ProbingSession_Status) MakeDiffFieldMask(other *ProbingSession_Status) *ProbingSession_Status_FieldMask
func (*ProbingSession_Status) MakeFullFieldMask ¶
func (o *ProbingSession_Status) MakeFullFieldMask() *ProbingSession_Status_FieldMask
func (*ProbingSession_Status) MakeRawDiffFieldMask ¶
func (o *ProbingSession_Status) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ProbingSession_Status) MakeRawFullFieldMask ¶
func (o *ProbingSession_Status) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ProbingSession_Status) Marshal ¶
func (m *ProbingSession_Status) Marshal() ([]byte, error)
func (*ProbingSession_Status) MarshalJSON ¶
func (m *ProbingSession_Status) MarshalJSON() ([]byte, error)
func (*ProbingSession_Status) Merge ¶
func (o *ProbingSession_Status) Merge(source *ProbingSession_Status)
func (*ProbingSession_Status) MergeRaw ¶
func (o *ProbingSession_Status) MergeRaw(source gotenobject.GotenObjectExt)
func (*ProbingSession_Status) ProtoMessage ¶
func (*ProbingSession_Status) ProtoMessage()
func (*ProbingSession_Status) ProtoReflect ¶
func (m *ProbingSession_Status) ProtoReflect() preflect.Message
func (*ProbingSession_Status) Reset ¶
func (m *ProbingSession_Status) Reset()
func (*ProbingSession_Status) String ¶
func (m *ProbingSession_Status) String() string
func (*ProbingSession_Status) Unmarshal ¶
func (m *ProbingSession_Status) Unmarshal(b []byte) error
func (*ProbingSession_Status) UnmarshalJSON ¶
func (m *ProbingSession_Status) UnmarshalJSON(data []byte) error
type ProbingSession_Status_FieldMask ¶
type ProbingSession_Status_FieldMask struct {
Paths []ProbingSessionStatus_FieldPath
}
func FullProbingSession_Status_FieldMask ¶
func FullProbingSession_Status_FieldMask() *ProbingSession_Status_FieldMask
func (*ProbingSession_Status_FieldMask) AppendPath ¶
func (fieldMask *ProbingSession_Status_FieldMask) AppendPath(path ProbingSessionStatus_FieldPath)
func (*ProbingSession_Status_FieldMask) AppendRawPath ¶
func (fieldMask *ProbingSession_Status_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ProbingSession_Status_FieldMask) DecodeFirestore ¶
func (fieldMask *ProbingSession_Status_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ProbingSession_Status_FieldMask) EncodeFirestore ¶
func (fieldMask *ProbingSession_Status_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ProbingSession_Status_FieldMask) FilterInputFields ¶
func (fieldMask *ProbingSession_Status_FieldMask) FilterInputFields() *ProbingSession_Status_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ProbingSession_Status_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ProbingSession_Status_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ProbingSession_Status_FieldMask) GetPaths ¶
func (fieldMask *ProbingSession_Status_FieldMask) GetPaths() []ProbingSessionStatus_FieldPath
func (*ProbingSession_Status_FieldMask) GetRawPaths ¶
func (fieldMask *ProbingSession_Status_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ProbingSession_Status_FieldMask) IsFull ¶
func (fieldMask *ProbingSession_Status_FieldMask) IsFull() bool
func (ProbingSession_Status_FieldMask) Marshal ¶
func (fieldMask ProbingSession_Status_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ProbingSession_Status_FieldMask) MarshalJSON ¶
func (fieldMask ProbingSession_Status_FieldMask) MarshalJSON() ([]byte, error)
func (*ProbingSession_Status_FieldMask) PathsCount ¶
func (fieldMask *ProbingSession_Status_FieldMask) PathsCount() int
func (*ProbingSession_Status_FieldMask) Project ¶
func (fieldMask *ProbingSession_Status_FieldMask) Project(source *ProbingSession_Status) *ProbingSession_Status
func (*ProbingSession_Status_FieldMask) ProjectRaw ¶
func (fieldMask *ProbingSession_Status_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ProbingSession_Status_FieldMask) ProtoMessage ¶
func (fieldMask *ProbingSession_Status_FieldMask) ProtoMessage()
func (*ProbingSession_Status_FieldMask) ProtoReflect ¶
func (fieldMask *ProbingSession_Status_FieldMask) ProtoReflect() preflect.Message
func (*ProbingSession_Status_FieldMask) Reset ¶
func (fieldMask *ProbingSession_Status_FieldMask) Reset()
func (*ProbingSession_Status_FieldMask) Set ¶
func (fieldMask *ProbingSession_Status_FieldMask) Set(target, source *ProbingSession_Status)
func (*ProbingSession_Status_FieldMask) SetFromCliFlag ¶
func (fieldMask *ProbingSession_Status_FieldMask) SetFromCliFlag(raw string) error
func (*ProbingSession_Status_FieldMask) SetRaw ¶
func (fieldMask *ProbingSession_Status_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ProbingSession_Status_FieldMask) Size ¶
func (fieldMask *ProbingSession_Status_FieldMask) Size() int
func (*ProbingSession_Status_FieldMask) String ¶
func (fieldMask *ProbingSession_Status_FieldMask) String() string
func (*ProbingSession_Status_FieldMask) Subtract ¶
func (fieldMask *ProbingSession_Status_FieldMask) Subtract(other *ProbingSession_Status_FieldMask) *ProbingSession_Status_FieldMask
func (*ProbingSession_Status_FieldMask) SubtractRaw ¶
func (fieldMask *ProbingSession_Status_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ProbingSession_Status_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ProbingSession_Status_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ProbingSession_Status_FieldMask) Unmarshal ¶
func (fieldMask *ProbingSession_Status_FieldMask) Unmarshal(data []byte) error
func (*ProbingSession_Status_FieldMask) UnmarshalJSON ¶
func (fieldMask *ProbingSession_Status_FieldMask) UnmarshalJSON(data []byte) error
type QueryResultChange ¶
type QueryResultChange struct { Changes []*ProbingSessionChange 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 { ProbingSessions []*ProbingSession PrevPageCursor *PagerCursor NextPageCursor *PagerCursor TotalResultsCount int32 CurrentOffset int32 }
func (*QueryResultSnapshot) GetNextPageCursor ¶
func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor
func (*QueryResultSnapshot) GetPagingInfo ¶ added in v0.8.3
func (qr *QueryResultSnapshot) GetPagingInfo() (totalCount, offset int32)
func (*QueryResultSnapshot) GetPrevPageCursor ¶
func (qr *QueryResultSnapshot) GetPrevPageCursor() gotenresource.Cursor
func (*QueryResultSnapshot) GetResults ¶
func (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList
func (*QueryResultSnapshot) SetCursors ¶
func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
func (*QueryResultSnapshot) SetPagingInfo ¶ added in v0.8.3
func (qr *QueryResultSnapshot) SetPagingInfo(totalCount, offset int32)
func (*QueryResultSnapshot) SetResults ¶
func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList)
type Reference ¶
type Reference struct { Name // contains filtered or unexported fields }
func MakeReference ¶
func MakeReference(name *Name, probingSession *ProbingSession) (*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) GetProbingSession ¶
func (ref *Reference) GetProbingSession() *ProbingSession
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 *ProbingSession)
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) GetWithPagingInfo ¶ added in v0.8.3
func (q *SearchQuery) GetWithPagingInfo() bool
func (*SearchQuery) SetPhrase ¶
func (q *SearchQuery) SetPhrase(phrase string)
func (*SearchQuery) String ¶
func (q *SearchQuery) String() string
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 ¶
func (q *WatchQuery) String() string
Source Files ¶
- probing_session.pb.access.go
- probing_session.pb.collections.go
- probing_session.pb.descriptor.go
- probing_session.pb.fieldmask.go
- probing_session.pb.fieldpath.go
- probing_session.pb.fieldpathbuilder.go
- probing_session.pb.filter.go
- probing_session.pb.filterbuilder.go
- probing_session.pb.go
- probing_session.pb.name.go
- probing_session.pb.namebuilder.go
- probing_session.pb.object_ext.go
- probing_session.pb.pagination.go
- probing_session.pb.parentname.go
- probing_session.pb.query.go
- probing_session.pb.validate.go
- probing_session.pb.view.go
- probing_session_change.pb.change.go
- probing_session_change.pb.go
- probing_session_change.pb.validate.go