Documentation ¶
Index ¶
- Constants
- Variables
- func AsAnyCastAccess(access ProbingTargetAccess) 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 *ProbingTarget) bool
- func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
- func (filter *Filter) FilterSlice(in []*ProbingTarget) (out []*ProbingTarget)
- 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 ProbingTarget_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 *ProbingTarget) 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 ProbingTarget_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 *ProbingTarget) 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 ProbingTarget_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 *ProbingTarget) bool
- func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionContains) GetFieldPath() ProbingTarget_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 ProbingTarget_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 *ProbingTarget) 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 ProbingTarget_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 *ProbingTarget) 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 ProbingTarget_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 *ProbingTarget) 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 ProbingTarget_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 *ProbingTarget) 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 ProbingTarget_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 *ProbingTarget) 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 ProbingTarget_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
- type NamePattern
- type OrderBy
- func (orderBy *OrderBy) Compare(left, right *ProbingTarget) int
- func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
- func (orderBy *OrderBy) GetFieldMask() *ProbingTarget_FieldMask
- func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
- func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
- func (orderBy *OrderBy) InsertSorted(sorted ProbingTargetList, elem *ProbingTarget) (ProbingTargetList, 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 ProbingTargetList)
- 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 ProbingTarget
- func (o *ProbingTarget) Clone() *ProbingTarget
- func (o *ProbingTarget) CloneRaw() gotenobject.GotenObjectExt
- func (*ProbingTarget) Descriptor() ([]byte, []int)
- func (m *ProbingTarget) GetAddress() string
- func (m *ProbingTarget) GetAddresses() []string
- func (m *ProbingTarget) GetAgent() *probe.Reference
- func (m *ProbingTarget) GetCategory() string
- func (m *ProbingTarget) GetDisplayName() string
- func (m *ProbingTarget) GetGroup() *probing_target_group.Reference
- func (m *ProbingTarget) GetHttpProbingConfig() *common.HTTPProbingConfig
- func (m *ProbingTarget) GetIpVersion() common.IpVersion
- func (m *ProbingTarget) GetLocation() *common.Location
- func (m *ProbingTarget) GetLocationType() common.LocationType
- func (m *ProbingTarget) GetMetadata() *ntt_meta.Meta
- func (m *ProbingTarget) GetMode() common.ProbingMode
- func (m *ProbingTarget) GetName() *Name
- func (r *ProbingTarget) GetRawName() gotenresource.Name
- func (r *ProbingTarget) GetResourceDescriptor() gotenresource.Descriptor
- func (m *ProbingTarget) GetSpeedtestTcpPort() int32
- func (m *ProbingTarget) GetTargetType() ProbingTarget_TargetType
- func (m *ProbingTarget) GetUdpPort() int32
- func (*ProbingTarget) GotenMessage()
- func (o *ProbingTarget) GotenObjectExt()
- func (obj *ProbingTarget) GotenValidate() error
- func (o *ProbingTarget) MakeDiffFieldMask(other *ProbingTarget) *ProbingTarget_FieldMask
- func (o *ProbingTarget) MakeFullFieldMask() *ProbingTarget_FieldMask
- func (o *ProbingTarget) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ProbingTarget) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ProbingTarget) Marshal() ([]byte, error)
- func (m *ProbingTarget) MarshalJSON() ([]byte, error)
- func (r *ProbingTarget) MaybePopulateDefaults() error
- func (o *ProbingTarget) Merge(source *ProbingTarget)
- func (o *ProbingTarget) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ProbingTarget) ProtoMessage()
- func (m *ProbingTarget) ProtoReflect() preflect.Message
- func (m *ProbingTarget) Reset()
- func (m *ProbingTarget) SetAddress(fv string)
- func (m *ProbingTarget) SetAddresses(fv []string)
- func (m *ProbingTarget) SetAgent(fv *probe.Reference)
- func (m *ProbingTarget) SetCategory(fv string)
- func (m *ProbingTarget) SetDisplayName(fv string)
- func (m *ProbingTarget) SetGroup(fv *probing_target_group.Reference)
- func (m *ProbingTarget) SetHttpProbingConfig(fv *common.HTTPProbingConfig)
- func (m *ProbingTarget) SetIpVersion(fv common.IpVersion)
- func (m *ProbingTarget) SetLocation(fv *common.Location)
- func (m *ProbingTarget) SetLocationType(fv common.LocationType)
- func (m *ProbingTarget) SetMetadata(fv *ntt_meta.Meta)
- func (m *ProbingTarget) SetMode(fv common.ProbingMode)
- func (m *ProbingTarget) SetName(fv *Name)
- func (m *ProbingTarget) SetSpeedtestTcpPort(fv int32)
- func (m *ProbingTarget) SetTargetType(fv ProbingTarget_TargetType)
- func (m *ProbingTarget) SetUdpPort(fv int32)
- func (m *ProbingTarget) String() string
- func (m *ProbingTarget) Unmarshal(b []byte) error
- func (m *ProbingTarget) UnmarshalJSON(data []byte) error
- type ProbingTargetAccess
- type ProbingTargetChange
- func (*ProbingTargetChange) Descriptor() ([]byte, []int)
- func (m *ProbingTargetChange) GetAdded() *ProbingTargetChange_Added
- func (m *ProbingTargetChange) GetChangeType() isProbingTargetChange_ChangeType
- func (m *ProbingTargetChange) GetCurrent() *ProbingTargetChange_Current
- func (c *ProbingTargetChange) GetCurrentViewIndex() int32
- func (m *ProbingTargetChange) GetModified() *ProbingTargetChange_Modified
- func (c *ProbingTargetChange) GetPreviousViewIndex() int32
- func (c *ProbingTargetChange) GetProbingTarget() *ProbingTarget
- func (c *ProbingTargetChange) GetProbingTargetName() *Name
- func (c *ProbingTargetChange) GetRawName() gotenresource.Name
- func (c *ProbingTargetChange) GetRawResource() gotenresource.Resource
- func (m *ProbingTargetChange) GetRemoved() *ProbingTargetChange_Removed
- func (*ProbingTargetChange) GotenMessage()
- func (obj *ProbingTargetChange) GotenValidate() error
- func (c *ProbingTargetChange) IsAdd() bool
- func (c *ProbingTargetChange) IsCurrent() bool
- func (c *ProbingTargetChange) IsDelete() bool
- func (c *ProbingTargetChange) IsModify() bool
- func (m *ProbingTargetChange) Marshal() ([]byte, error)
- func (m *ProbingTargetChange) MarshalJSON() ([]byte, error)
- func (*ProbingTargetChange) ProtoMessage()
- func (m *ProbingTargetChange) ProtoReflect() preflect.Message
- func (m *ProbingTargetChange) Reset()
- func (m *ProbingTargetChange) SetAdded(fv *ProbingTargetChange_Added)
- func (c *ProbingTargetChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
- func (m *ProbingTargetChange) SetChangeType(ofv isProbingTargetChange_ChangeType)
- func (m *ProbingTargetChange) SetCurrent(fv *ProbingTargetChange_Current)
- func (c *ProbingTargetChange) SetCurrentRaw(snapshot gotenresource.Resource)
- func (c *ProbingTargetChange) SetDeletedRaw(name gotenresource.Name, idx int)
- func (m *ProbingTargetChange) SetModified(fv *ProbingTargetChange_Modified)
- func (c *ProbingTargetChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...)
- func (m *ProbingTargetChange) SetRemoved(fv *ProbingTargetChange_Removed)
- func (m *ProbingTargetChange) String() string
- func (m *ProbingTargetChange) Unmarshal(b []byte) error
- func (m *ProbingTargetChange) UnmarshalJSON(data []byte) error
- type ProbingTargetChangeList
- func (l ProbingTargetChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
- func (l ProbingTargetChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
- func (l ProbingTargetChangeList) At(idx int) gotenresource.ResourceChange
- func (l ProbingTargetChangeList) Length() int
- func (l ProbingTargetChangeList) Set(idx int, change gotenresource.ResourceChange)
- func (l ProbingTargetChangeList) Slice(first, second int) gotenresource.ResourceChangeList
- type ProbingTargetChangeMap
- func (m ProbingTargetChangeMap) Delete(name gotenresource.Name)
- func (m ProbingTargetChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
- func (m ProbingTargetChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
- func (m ProbingTargetChangeMap) Length() int
- func (m ProbingTargetChangeMap) Set(change gotenresource.ResourceChange)
- type ProbingTargetChange_Added
- func (*ProbingTargetChange_Added) Descriptor() ([]byte, []int)
- func (m *ProbingTargetChange_Added) GetProbingTarget() *ProbingTarget
- func (m *ProbingTargetChange_Added) GetViewIndex() int32
- func (*ProbingTargetChange_Added) GotenMessage()
- func (obj *ProbingTargetChange_Added) GotenValidate() error
- func (m *ProbingTargetChange_Added) Marshal() ([]byte, error)
- func (m *ProbingTargetChange_Added) MarshalJSON() ([]byte, error)
- func (*ProbingTargetChange_Added) ProtoMessage()
- func (m *ProbingTargetChange_Added) ProtoReflect() preflect.Message
- func (m *ProbingTargetChange_Added) Reset()
- func (m *ProbingTargetChange_Added) SetProbingTarget(fv *ProbingTarget)
- func (m *ProbingTargetChange_Added) SetViewIndex(fv int32)
- func (m *ProbingTargetChange_Added) String() string
- func (m *ProbingTargetChange_Added) Unmarshal(b []byte) error
- func (m *ProbingTargetChange_Added) UnmarshalJSON(data []byte) error
- type ProbingTargetChange_Added_
- type ProbingTargetChange_Current
- func (*ProbingTargetChange_Current) Descriptor() ([]byte, []int)
- func (m *ProbingTargetChange_Current) GetProbingTarget() *ProbingTarget
- func (*ProbingTargetChange_Current) GotenMessage()
- func (obj *ProbingTargetChange_Current) GotenValidate() error
- func (m *ProbingTargetChange_Current) Marshal() ([]byte, error)
- func (m *ProbingTargetChange_Current) MarshalJSON() ([]byte, error)
- func (*ProbingTargetChange_Current) ProtoMessage()
- func (m *ProbingTargetChange_Current) ProtoReflect() preflect.Message
- func (m *ProbingTargetChange_Current) Reset()
- func (m *ProbingTargetChange_Current) SetProbingTarget(fv *ProbingTarget)
- func (m *ProbingTargetChange_Current) String() string
- func (m *ProbingTargetChange_Current) Unmarshal(b []byte) error
- func (m *ProbingTargetChange_Current) UnmarshalJSON(data []byte) error
- type ProbingTargetChange_Current_
- type ProbingTargetChange_Modified
- func (*ProbingTargetChange_Modified) Descriptor() ([]byte, []int)
- func (m *ProbingTargetChange_Modified) GetFieldMask() *ProbingTarget_FieldMask
- func (m *ProbingTargetChange_Modified) GetName() *Name
- func (m *ProbingTargetChange_Modified) GetPreviousViewIndex() int32
- func (m *ProbingTargetChange_Modified) GetProbingTarget() *ProbingTarget
- func (m *ProbingTargetChange_Modified) GetViewIndex() int32
- func (*ProbingTargetChange_Modified) GotenMessage()
- func (obj *ProbingTargetChange_Modified) GotenValidate() error
- func (m *ProbingTargetChange_Modified) Marshal() ([]byte, error)
- func (m *ProbingTargetChange_Modified) MarshalJSON() ([]byte, error)
- func (*ProbingTargetChange_Modified) ProtoMessage()
- func (m *ProbingTargetChange_Modified) ProtoReflect() preflect.Message
- func (m *ProbingTargetChange_Modified) Reset()
- func (m *ProbingTargetChange_Modified) SetFieldMask(fv *ProbingTarget_FieldMask)
- func (m *ProbingTargetChange_Modified) SetName(fv *Name)
- func (m *ProbingTargetChange_Modified) SetPreviousViewIndex(fv int32)
- func (m *ProbingTargetChange_Modified) SetProbingTarget(fv *ProbingTarget)
- func (m *ProbingTargetChange_Modified) SetViewIndex(fv int32)
- func (m *ProbingTargetChange_Modified) String() string
- func (m *ProbingTargetChange_Modified) Unmarshal(b []byte) error
- func (m *ProbingTargetChange_Modified) UnmarshalJSON(data []byte) error
- type ProbingTargetChange_Modified_
- type ProbingTargetChange_Removed
- func (*ProbingTargetChange_Removed) Descriptor() ([]byte, []int)
- func (m *ProbingTargetChange_Removed) GetName() *Name
- func (m *ProbingTargetChange_Removed) GetViewIndex() int32
- func (*ProbingTargetChange_Removed) GotenMessage()
- func (obj *ProbingTargetChange_Removed) GotenValidate() error
- func (m *ProbingTargetChange_Removed) Marshal() ([]byte, error)
- func (m *ProbingTargetChange_Removed) MarshalJSON() ([]byte, error)
- func (*ProbingTargetChange_Removed) ProtoMessage()
- func (m *ProbingTargetChange_Removed) ProtoReflect() preflect.Message
- func (m *ProbingTargetChange_Removed) Reset()
- func (m *ProbingTargetChange_Removed) SetName(fv *Name)
- func (m *ProbingTargetChange_Removed) SetViewIndex(fv int32)
- func (m *ProbingTargetChange_Removed) String() string
- func (m *ProbingTargetChange_Removed) Unmarshal(b []byte) error
- func (m *ProbingTargetChange_Removed) UnmarshalJSON(data []byte) error
- type ProbingTargetChange_Removed_
- type ProbingTargetFieldPathBuilder
- func (ProbingTargetFieldPathBuilder) Address() ProbingTargetPathSelectorAddress
- func (ProbingTargetFieldPathBuilder) Addresses() ProbingTargetPathSelectorAddresses
- func (ProbingTargetFieldPathBuilder) Agent() ProbingTargetPathSelectorAgent
- func (ProbingTargetFieldPathBuilder) Category() ProbingTargetPathSelectorCategory
- func (ProbingTargetFieldPathBuilder) DisplayName() ProbingTargetPathSelectorDisplayName
- func (ProbingTargetFieldPathBuilder) Group() ProbingTargetPathSelectorGroup
- func (ProbingTargetFieldPathBuilder) HttpProbingConfig() ProbingTargetPathSelectorHttpProbingConfig
- func (ProbingTargetFieldPathBuilder) IpVersion() ProbingTargetPathSelectorIpVersion
- func (ProbingTargetFieldPathBuilder) Location() ProbingTargetPathSelectorLocation
- func (ProbingTargetFieldPathBuilder) LocationType() ProbingTargetPathSelectorLocationType
- func (ProbingTargetFieldPathBuilder) Metadata() ProbingTargetPathSelectorMetadata
- func (ProbingTargetFieldPathBuilder) Mode() ProbingTargetPathSelectorMode
- func (ProbingTargetFieldPathBuilder) Name() ProbingTargetPathSelectorName
- func (ProbingTargetFieldPathBuilder) SpeedtestTcpPort() ProbingTargetPathSelectorSpeedtestTcpPort
- func (ProbingTargetFieldPathBuilder) TargetType() ProbingTargetPathSelectorTargetType
- func (ProbingTargetFieldPathBuilder) UdpPort() ProbingTargetPathSelectorUdpPort
- type ProbingTargetList
- func (l ProbingTargetList) Append(item gotenresource.Resource) gotenresource.ResourceList
- func (l ProbingTargetList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
- func (l ProbingTargetList) At(idx int) gotenresource.Resource
- func (l ProbingTargetList) Length() int
- func (l ProbingTargetList) Set(idx int, res gotenresource.Resource)
- func (l ProbingTargetList) Slice(first, second int) gotenresource.ResourceList
- type ProbingTargetMap
- func (m ProbingTargetMap) Delete(name gotenresource.Name)
- func (m ProbingTargetMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
- func (m ProbingTargetMap) Get(name gotenresource.Name) gotenresource.Resource
- func (m ProbingTargetMap) Length() int
- func (m ProbingTargetMap) Set(res gotenresource.Resource)
- type ProbingTargetMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (s ProbingTargetMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders
- func (s ProbingTargetMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetMapPathSelectorMetadataAnnotations
- func (s ProbingTargetMapPathSelectorMetadataAnnotations) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetMapPathSelectorMetadataAnnotations) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetMapPathSelectorMetadataLabels
- func (s ProbingTargetMapPathSelectorMetadataLabels) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetMapPathSelectorMetadataLabels) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetMapPathSelectorMetadataShards
- func (s ProbingTargetMapPathSelectorMetadataShards) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetMapPathSelectorMetadataShards) WithValue(value int64) *ProbingTarget_FieldSubPathValue
- type ProbingTargetNameList
- func (l ProbingTargetNameList) Append(name gotenresource.Name) gotenresource.NameList
- func (l ProbingTargetNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
- func (l ProbingTargetNameList) At(idx int) gotenresource.Name
- func (l ProbingTargetNameList) Length() int
- func (l ProbingTargetNameList) Set(idx int, name gotenresource.Name)
- func (l ProbingTargetNameList) Slice(first, second int) gotenresource.NameList
- type ProbingTargetParentNameList
- func (l ProbingTargetParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
- func (l ProbingTargetParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
- func (l ProbingTargetParentNameList) At(idx int) gotenresource.Name
- func (l ProbingTargetParentNameList) Length() int
- func (l ProbingTargetParentNameList) Set(idx int, name gotenresource.Name)
- func (l ProbingTargetParentNameList) Slice(first, second int) gotenresource.ParentNameList
- type ProbingTargetParentReferenceList
- func (l ProbingTargetParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
- func (l ProbingTargetParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
- func (l ProbingTargetParentReferenceList) At(idx int) gotenresource.Reference
- func (l ProbingTargetParentReferenceList) Length() int
- func (l ProbingTargetParentReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l ProbingTargetParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
- type ProbingTargetPathSelectorAddress
- func (ProbingTargetPathSelectorAddress) FieldPath() *ProbingTarget_FieldTerminalPath
- func (s ProbingTargetPathSelectorAddress) WithArrayOfValues(values []string) *ProbingTarget_FieldTerminalPathArrayOfValues
- func (s ProbingTargetPathSelectorAddress) WithValue(value string) *ProbingTarget_FieldTerminalPathValue
- type ProbingTargetPathSelectorAddresses
- func (ProbingTargetPathSelectorAddresses) FieldPath() *ProbingTarget_FieldTerminalPath
- func (s ProbingTargetPathSelectorAddresses) WithArrayOfValues(values [][]string) *ProbingTarget_FieldTerminalPathArrayOfValues
- func (s ProbingTargetPathSelectorAddresses) WithItemValue(value string) *ProbingTarget_FieldTerminalPathArrayItemValue
- func (s ProbingTargetPathSelectorAddresses) WithValue(value []string) *ProbingTarget_FieldTerminalPathValue
- type ProbingTargetPathSelectorAgent
- func (ProbingTargetPathSelectorAgent) FieldPath() *ProbingTarget_FieldTerminalPath
- func (s ProbingTargetPathSelectorAgent) WithArrayOfValues(values []*probe.Reference) *ProbingTarget_FieldTerminalPathArrayOfValues
- func (s ProbingTargetPathSelectorAgent) WithValue(value *probe.Reference) *ProbingTarget_FieldTerminalPathValue
- type ProbingTargetPathSelectorCategory
- func (ProbingTargetPathSelectorCategory) FieldPath() *ProbingTarget_FieldTerminalPath
- func (s ProbingTargetPathSelectorCategory) WithArrayOfValues(values []string) *ProbingTarget_FieldTerminalPathArrayOfValues
- func (s ProbingTargetPathSelectorCategory) WithValue(value string) *ProbingTarget_FieldTerminalPathValue
- type ProbingTargetPathSelectorDisplayName
- func (ProbingTargetPathSelectorDisplayName) FieldPath() *ProbingTarget_FieldTerminalPath
- func (s ProbingTargetPathSelectorDisplayName) WithArrayOfValues(values []string) *ProbingTarget_FieldTerminalPathArrayOfValues
- func (s ProbingTargetPathSelectorDisplayName) WithValue(value string) *ProbingTarget_FieldTerminalPathValue
- type ProbingTargetPathSelectorGroup
- func (ProbingTargetPathSelectorGroup) FieldPath() *ProbingTarget_FieldTerminalPath
- func (s ProbingTargetPathSelectorGroup) WithArrayOfValues(values []*probing_target_group.Reference) *ProbingTarget_FieldTerminalPathArrayOfValues
- func (s ProbingTargetPathSelectorGroup) WithValue(value *probing_target_group.Reference) *ProbingTarget_FieldTerminalPathValue
- type ProbingTargetPathSelectorHttpProbingConfig
- func (ProbingTargetPathSelectorHttpProbingConfig) AuthConfig() ProbingTargetPathSelectorHttpProbingConfigAuthConfig
- func (ProbingTargetPathSelectorHttpProbingConfig) FieldPath() *ProbingTarget_FieldTerminalPath
- func (ProbingTargetPathSelectorHttpProbingConfig) HttpRequest() ProbingTargetPathSelectorHttpProbingConfigHttpRequest
- func (s ProbingTargetPathSelectorHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingTarget_FieldTerminalPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfig) WithSubArrayItemValue(subPathArrayItemValue common.HTTPProbingConfig_FieldPathArrayItemValue) *ProbingTarget_FieldSubPathArrayItemValue
- func (s ProbingTargetPathSelectorHttpProbingConfig) WithSubArrayOfValues(subPathArrayOfValues common.HTTPProbingConfig_FieldPathArrayOfValues) *ProbingTarget_FieldSubPathArrayOfValues
- func (ProbingTargetPathSelectorHttpProbingConfig) WithSubPath(subPath common.HTTPProbingConfig_FieldPath) *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfig) WithSubValue(subPathValue common.HTTPProbingConfig_FieldPathValue) *ProbingTarget_FieldSubPathValue
- func (s ProbingTargetPathSelectorHttpProbingConfig) WithValue(value *common.HTTPProbingConfig) *ProbingTarget_FieldTerminalPathValue
- type ProbingTargetPathSelectorHttpProbingConfigAuthConfig
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) FieldPath() *ProbingTarget_FieldSubPath
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) Password() ProbingTargetPathSelectorHttpProbingConfigAuthConfigPassword
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) RequestHeaderTokenKey() ProbingTargetPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) TokenRequest() ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey() ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) TokenResponseBodyKey() ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) TokenResponseHeader() ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) Username() ProbingTargetPathSelectorHttpProbingConfigAuthConfigUsername
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfig) WithValue(value *common.HTTPProbingConfig_HTTPAuth) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigAuthConfigPassword
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigPassword) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigPassword) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod() ...
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode() ...
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest) FieldPath() *ProbingTarget_FieldSubPath
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest) RequestBody() ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest) RequestHeaders() ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest) RequestMethod() ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest) Timeout() ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest) Url() ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue(value uint32) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingTarget_FieldSubPathArrayOfValues
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithKey(key string) ...
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value map[string]string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue(value *duration.Duration) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigAuthConfigUsername
- func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigUsername) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigUsername) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigHttpRequest
- func (ProbingTargetPathSelectorHttpProbingConfigHttpRequest) AuthenticationMethod() ProbingTargetPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod
- func (ProbingTargetPathSelectorHttpProbingConfigHttpRequest) ExpectedResponseCode() ProbingTargetPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode
- func (ProbingTargetPathSelectorHttpProbingConfigHttpRequest) FieldPath() *ProbingTarget_FieldSubPath
- func (ProbingTargetPathSelectorHttpProbingConfigHttpRequest) RequestBody() ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestBody
- func (ProbingTargetPathSelectorHttpProbingConfigHttpRequest) RequestHeaders() ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestHeaders
- func (ProbingTargetPathSelectorHttpProbingConfigHttpRequest) RequestMethod() ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestMethod
- func (ProbingTargetPathSelectorHttpProbingConfigHttpRequest) Timeout() ProbingTargetPathSelectorHttpProbingConfigHttpRequestTimeout
- func (ProbingTargetPathSelectorHttpProbingConfigHttpRequest) Url() ProbingTargetPathSelectorHttpProbingConfigHttpRequestUrl
- func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod
- func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod) WithValue(value common.AuthenticationMethod) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode
- func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode) WithValue(value uint32) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestBody
- func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestBody) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestBody) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestHeaders
- func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestHeaders) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingTarget_FieldSubPathArrayOfValues
- func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithKey(key string) ProbingTargetMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders
- func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithValue(value map[string]string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestMethod
- func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestMethod) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigHttpRequestTimeout
- func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestTimeout) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestTimeout) WithValue(value *duration.Duration) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorHttpProbingConfigHttpRequestUrl
- func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestUrl) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestUrl) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorIpVersion
- func (ProbingTargetPathSelectorIpVersion) FieldPath() *ProbingTarget_FieldTerminalPath
- func (s ProbingTargetPathSelectorIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbingTarget_FieldTerminalPathArrayOfValues
- func (s ProbingTargetPathSelectorIpVersion) WithValue(value common.IpVersion) *ProbingTarget_FieldTerminalPathValue
- type ProbingTargetPathSelectorLocation
- func (ProbingTargetPathSelectorLocation) Accuracy() ProbingTargetPathSelectorLocationAccuracy
- func (ProbingTargetPathSelectorLocation) Address() ProbingTargetPathSelectorLocationAddress
- func (ProbingTargetPathSelectorLocation) AdminHierarchy() ProbingTargetPathSelectorLocationAdminHierarchy
- func (ProbingTargetPathSelectorLocation) Coordinates() ProbingTargetPathSelectorLocationCoordinates
- func (ProbingTargetPathSelectorLocation) FieldPath() *ProbingTarget_FieldTerminalPath
- func (s ProbingTargetPathSelectorLocation) WithArrayOfValues(values []*common.Location) *ProbingTarget_FieldTerminalPathArrayOfValues
- func (s ProbingTargetPathSelectorLocation) WithSubArrayItemValue(subPathArrayItemValue common.Location_FieldPathArrayItemValue) *ProbingTarget_FieldSubPathArrayItemValue
- func (s ProbingTargetPathSelectorLocation) WithSubArrayOfValues(subPathArrayOfValues common.Location_FieldPathArrayOfValues) *ProbingTarget_FieldSubPathArrayOfValues
- func (ProbingTargetPathSelectorLocation) WithSubPath(subPath common.Location_FieldPath) *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocation) WithSubValue(subPathValue common.Location_FieldPathValue) *ProbingTarget_FieldSubPathValue
- func (s ProbingTargetPathSelectorLocation) WithValue(value *common.Location) *ProbingTarget_FieldTerminalPathValue
- type ProbingTargetPathSelectorLocationAccuracy
- func (ProbingTargetPathSelectorLocationAccuracy) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationAccuracy) WithArrayOfValues(values []float64) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAccuracy) WithValue(value float64) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationAddress
- func (ProbingTargetPathSelectorLocationAddress) AdminArea1() ProbingTargetPathSelectorLocationAddressAdminArea1
- func (ProbingTargetPathSelectorLocationAddress) AdminArea2() ProbingTargetPathSelectorLocationAddressAdminArea2
- func (ProbingTargetPathSelectorLocationAddress) AdminArea3() ProbingTargetPathSelectorLocationAddressAdminArea3
- func (ProbingTargetPathSelectorLocationAddress) AdminArea4() ProbingTargetPathSelectorLocationAddressAdminArea4
- func (ProbingTargetPathSelectorLocationAddress) Continent() ProbingTargetPathSelectorLocationAddressContinent
- func (ProbingTargetPathSelectorLocationAddress) Country() ProbingTargetPathSelectorLocationAddressCountry
- func (ProbingTargetPathSelectorLocationAddress) CountryCode() ProbingTargetPathSelectorLocationAddressCountryCode
- func (ProbingTargetPathSelectorLocationAddress) FieldPath() *ProbingTarget_FieldSubPath
- func (ProbingTargetPathSelectorLocationAddress) PostalCode() ProbingTargetPathSelectorLocationAddressPostalCode
- func (ProbingTargetPathSelectorLocationAddress) StreetAddress() ProbingTargetPathSelectorLocationAddressStreetAddress
- func (s ProbingTargetPathSelectorLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAddress) WithValue(value *common.Address) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationAddressAdminArea1
- func (ProbingTargetPathSelectorLocationAddressAdminArea1) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAddressAdminArea1) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationAddressAdminArea2
- func (ProbingTargetPathSelectorLocationAddressAdminArea2) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAddressAdminArea2) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationAddressAdminArea3
- func (ProbingTargetPathSelectorLocationAddressAdminArea3) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAddressAdminArea3) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationAddressAdminArea4
- func (ProbingTargetPathSelectorLocationAddressAdminArea4) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAddressAdminArea4) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationAddressContinent
- func (ProbingTargetPathSelectorLocationAddressContinent) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationAddressContinent) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAddressContinent) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationAddressCountry
- func (ProbingTargetPathSelectorLocationAddressCountry) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationAddressCountry) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAddressCountry) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationAddressCountryCode
- func (ProbingTargetPathSelectorLocationAddressCountryCode) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAddressCountryCode) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationAddressPostalCode
- func (ProbingTargetPathSelectorLocationAddressPostalCode) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAddressPostalCode) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationAddressStreetAddress
- func (ProbingTargetPathSelectorLocationAddressStreetAddress) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAddressStreetAddress) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationAdminHierarchy
- func (ProbingTargetPathSelectorLocationAdminHierarchy) Admin1() ProbingTargetPathSelectorLocationAdminHierarchyAdmin1
- func (ProbingTargetPathSelectorLocationAdminHierarchy) Admin2() ProbingTargetPathSelectorLocationAdminHierarchyAdmin2
- func (ProbingTargetPathSelectorLocationAdminHierarchy) Admin3() ProbingTargetPathSelectorLocationAdminHierarchyAdmin3
- func (ProbingTargetPathSelectorLocationAdminHierarchy) Admin4() ProbingTargetPathSelectorLocationAdminHierarchyAdmin4
- func (ProbingTargetPathSelectorLocationAdminHierarchy) Admin5() ProbingTargetPathSelectorLocationAdminHierarchyAdmin5
- func (ProbingTargetPathSelectorLocationAdminHierarchy) Continent() ProbingTargetPathSelectorLocationAdminHierarchyContinent
- func (ProbingTargetPathSelectorLocationAdminHierarchy) Country() ProbingTargetPathSelectorLocationAdminHierarchyCountry
- func (ProbingTargetPathSelectorLocationAdminHierarchy) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationAdminHierarchyAdmin1
- func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin1) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationAdminHierarchyAdmin2
- func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin2) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationAdminHierarchyAdmin3
- func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin3) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationAdminHierarchyAdmin4
- func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin4) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationAdminHierarchyAdmin5
- func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin5) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationAdminHierarchyContinent
- func (ProbingTargetPathSelectorLocationAdminHierarchyContinent) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationAdminHierarchyCountry
- func (ProbingTargetPathSelectorLocationAdminHierarchyCountry) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationCoordinates
- func (ProbingTargetPathSelectorLocationCoordinates) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorLocationType
- func (ProbingTargetPathSelectorLocationType) FieldPath() *ProbingTarget_FieldTerminalPath
- func (s ProbingTargetPathSelectorLocationType) WithArrayOfValues(values []common.LocationType) *ProbingTarget_FieldTerminalPathArrayOfValues
- func (s ProbingTargetPathSelectorLocationType) WithValue(value common.LocationType) *ProbingTarget_FieldTerminalPathValue
- type ProbingTargetPathSelectorMetadata
- func (ProbingTargetPathSelectorMetadata) Annotations() ProbingTargetPathSelectorMetadataAnnotations
- func (ProbingTargetPathSelectorMetadata) CreateTime() ProbingTargetPathSelectorMetadataCreateTime
- func (ProbingTargetPathSelectorMetadata) DeleteTime() ProbingTargetPathSelectorMetadataDeleteTime
- func (ProbingTargetPathSelectorMetadata) FieldPath() *ProbingTarget_FieldTerminalPath
- func (ProbingTargetPathSelectorMetadata) Generation() ProbingTargetPathSelectorMetadataGeneration
- func (ProbingTargetPathSelectorMetadata) Labels() ProbingTargetPathSelectorMetadataLabels
- func (ProbingTargetPathSelectorMetadata) Lifecycle() ProbingTargetPathSelectorMetadataLifecycle
- func (ProbingTargetPathSelectorMetadata) OwnerReferences() ProbingTargetPathSelectorMetadataOwnerReferences
- func (ProbingTargetPathSelectorMetadata) ResourceVersion() ProbingTargetPathSelectorMetadataResourceVersion
- func (ProbingTargetPathSelectorMetadata) Shards() ProbingTargetPathSelectorMetadataShards
- func (ProbingTargetPathSelectorMetadata) Syncing() ProbingTargetPathSelectorMetadataSyncing
- func (ProbingTargetPathSelectorMetadata) Tags() ProbingTargetPathSelectorMetadataTags
- func (ProbingTargetPathSelectorMetadata) UpdateTime() ProbingTargetPathSelectorMetadataUpdateTime
- func (ProbingTargetPathSelectorMetadata) Uuid() ProbingTargetPathSelectorMetadataUuid
- func (s ProbingTargetPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ProbingTarget_FieldTerminalPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *ProbingTarget_FieldSubPathArrayItemValue
- func (s ProbingTargetPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *ProbingTarget_FieldSubPathArrayOfValues
- func (ProbingTargetPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *ProbingTarget_FieldSubPathValue
- func (s ProbingTargetPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *ProbingTarget_FieldTerminalPathValue
- type ProbingTargetPathSelectorMetadataAnnotations
- func (ProbingTargetPathSelectorMetadataAnnotations) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ProbingTarget_FieldSubPathArrayOfValues
- func (ProbingTargetPathSelectorMetadataAnnotations) WithKey(key string) ProbingTargetMapPathSelectorMetadataAnnotations
- func (s ProbingTargetPathSelectorMetadataAnnotations) WithValue(value map[string]string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataCreateTime
- func (ProbingTargetPathSelectorMetadataCreateTime) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataDeleteTime
- func (ProbingTargetPathSelectorMetadataDeleteTime) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataGeneration
- func (ProbingTargetPathSelectorMetadataGeneration) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataGeneration) WithValue(value int64) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataLabels
- func (ProbingTargetPathSelectorMetadataLabels) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *ProbingTarget_FieldSubPathArrayOfValues
- func (ProbingTargetPathSelectorMetadataLabels) WithKey(key string) ProbingTargetMapPathSelectorMetadataLabels
- func (s ProbingTargetPathSelectorMetadataLabels) WithValue(value map[string]string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataLifecycle
- func (ProbingTargetPathSelectorMetadataLifecycle) BlockDeletion() ProbingTargetPathSelectorMetadataLifecycleBlockDeletion
- func (ProbingTargetPathSelectorMetadataLifecycle) FieldPath() *ProbingTarget_FieldSubPath
- func (ProbingTargetPathSelectorMetadataLifecycle) State() ProbingTargetPathSelectorMetadataLifecycleState
- func (s ProbingTargetPathSelectorMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataLifecycleBlockDeletion
- func (ProbingTargetPathSelectorMetadataLifecycleBlockDeletion) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataLifecycleState
- func (ProbingTargetPathSelectorMetadataLifecycleState) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataOwnerReferences
- func (ProbingTargetPathSelectorMetadataOwnerReferences) BlockOwnerDeletion() ProbingTargetPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (ProbingTargetPathSelectorMetadataOwnerReferences) Controller() ProbingTargetPathSelectorMetadataOwnerReferencesController
- func (ProbingTargetPathSelectorMetadataOwnerReferences) FieldPath() *ProbingTarget_FieldSubPath
- func (ProbingTargetPathSelectorMetadataOwnerReferences) Kind() ProbingTargetPathSelectorMetadataOwnerReferencesKind
- func (ProbingTargetPathSelectorMetadataOwnerReferences) Name() ProbingTargetPathSelectorMetadataOwnerReferencesName
- func (ProbingTargetPathSelectorMetadataOwnerReferences) Region() ProbingTargetPathSelectorMetadataOwnerReferencesRegion
- func (ProbingTargetPathSelectorMetadataOwnerReferences) RequiresOwnerReference() ProbingTargetPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (ProbingTargetPathSelectorMetadataOwnerReferences) Version() ProbingTargetPathSelectorMetadataOwnerReferencesVersion
- func (s ProbingTargetPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ProbingTarget_FieldSubPathArrayItemValue
- func (s ProbingTargetPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (ProbingTargetPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataOwnerReferencesController
- func (ProbingTargetPathSelectorMetadataOwnerReferencesController) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataOwnerReferencesKind
- func (ProbingTargetPathSelectorMetadataOwnerReferencesKind) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataOwnerReferencesName
- func (ProbingTargetPathSelectorMetadataOwnerReferencesName) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataOwnerReferencesName) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataOwnerReferencesRegion
- func (ProbingTargetPathSelectorMetadataOwnerReferencesRegion) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (ProbingTargetPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataOwnerReferencesVersion
- func (ProbingTargetPathSelectorMetadataOwnerReferencesVersion) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataResourceVersion
- func (ProbingTargetPathSelectorMetadataResourceVersion) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataResourceVersion) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataShards
- func (ProbingTargetPathSelectorMetadataShards) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *ProbingTarget_FieldSubPathArrayOfValues
- func (ProbingTargetPathSelectorMetadataShards) WithKey(key string) ProbingTargetMapPathSelectorMetadataShards
- func (s ProbingTargetPathSelectorMetadataShards) WithValue(value map[string]int64) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataSyncing
- func (ProbingTargetPathSelectorMetadataSyncing) FieldPath() *ProbingTarget_FieldSubPath
- func (ProbingTargetPathSelectorMetadataSyncing) OwningRegion() ProbingTargetPathSelectorMetadataSyncingOwningRegion
- func (ProbingTargetPathSelectorMetadataSyncing) Regions() ProbingTargetPathSelectorMetadataSyncingRegions
- func (s ProbingTargetPathSelectorMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataSyncingOwningRegion
- func (ProbingTargetPathSelectorMetadataSyncingOwningRegion) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataSyncingRegions
- func (ProbingTargetPathSelectorMetadataSyncingRegions) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataSyncingRegions) WithItemValue(value string) *ProbingTarget_FieldSubPathArrayItemValue
- func (s ProbingTargetPathSelectorMetadataSyncingRegions) WithValue(value []string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataTags
- func (ProbingTargetPathSelectorMetadataTags) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataTags) WithItemValue(value string) *ProbingTarget_FieldSubPathArrayItemValue
- func (s ProbingTargetPathSelectorMetadataTags) WithValue(value []string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataUpdateTime
- func (ProbingTargetPathSelectorMetadataUpdateTime) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMetadataUuid
- func (ProbingTargetPathSelectorMetadataUuid) FieldPath() *ProbingTarget_FieldSubPath
- func (s ProbingTargetPathSelectorMetadataUuid) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
- func (s ProbingTargetPathSelectorMetadataUuid) WithValue(value string) *ProbingTarget_FieldSubPathValue
- type ProbingTargetPathSelectorMode
- func (ProbingTargetPathSelectorMode) FieldPath() *ProbingTarget_FieldTerminalPath
- func (s ProbingTargetPathSelectorMode) WithArrayOfValues(values []common.ProbingMode) *ProbingTarget_FieldTerminalPathArrayOfValues
- func (s ProbingTargetPathSelectorMode) WithValue(value common.ProbingMode) *ProbingTarget_FieldTerminalPathValue
- type ProbingTargetPathSelectorName
- func (ProbingTargetPathSelectorName) FieldPath() *ProbingTarget_FieldTerminalPath
- func (s ProbingTargetPathSelectorName) WithArrayOfValues(values []*Name) *ProbingTarget_FieldTerminalPathArrayOfValues
- func (s ProbingTargetPathSelectorName) WithValue(value *Name) *ProbingTarget_FieldTerminalPathValue
- type ProbingTargetPathSelectorSpeedtestTcpPort
- func (ProbingTargetPathSelectorSpeedtestTcpPort) FieldPath() *ProbingTarget_FieldTerminalPath
- func (s ProbingTargetPathSelectorSpeedtestTcpPort) WithArrayOfValues(values []int32) *ProbingTarget_FieldTerminalPathArrayOfValues
- func (s ProbingTargetPathSelectorSpeedtestTcpPort) WithValue(value int32) *ProbingTarget_FieldTerminalPathValue
- type ProbingTargetPathSelectorTargetType
- func (ProbingTargetPathSelectorTargetType) FieldPath() *ProbingTarget_FieldTerminalPath
- func (s ProbingTargetPathSelectorTargetType) WithArrayOfValues(values []ProbingTarget_TargetType) *ProbingTarget_FieldTerminalPathArrayOfValues
- func (s ProbingTargetPathSelectorTargetType) WithValue(value ProbingTarget_TargetType) *ProbingTarget_FieldTerminalPathValue
- type ProbingTargetPathSelectorUdpPort
- func (ProbingTargetPathSelectorUdpPort) FieldPath() *ProbingTarget_FieldTerminalPath
- func (s ProbingTargetPathSelectorUdpPort) WithArrayOfValues(values []int32) *ProbingTarget_FieldTerminalPathArrayOfValues
- func (s ProbingTargetPathSelectorUdpPort) WithValue(value int32) *ProbingTarget_FieldTerminalPathValue
- type ProbingTargetReferenceList
- func (l ProbingTargetReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
- func (l ProbingTargetReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
- func (l ProbingTargetReferenceList) At(idx int) gotenresource.Reference
- func (l ProbingTargetReferenceList) Length() int
- func (l ProbingTargetReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l ProbingTargetReferenceList) Slice(first, second int) gotenresource.ReferenceList
- type ProbingTarget_FieldMask
- func (fieldMask *ProbingTarget_FieldMask) AppendPath(path ProbingTarget_FieldPath)
- func (fieldMask *ProbingTarget_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ProbingTarget_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ProbingTarget_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ProbingTarget_FieldMask) FilterInputFields() *ProbingTarget_FieldMask
- func (fieldMask *ProbingTarget_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ProbingTarget_FieldMask) GetPaths() []ProbingTarget_FieldPath
- func (fieldMask *ProbingTarget_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ProbingTarget_FieldMask) IsFull() bool
- func (fieldMask ProbingTarget_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ProbingTarget_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ProbingTarget_FieldMask) PathsCount() int
- func (fieldMask *ProbingTarget_FieldMask) Project(source *ProbingTarget) *ProbingTarget
- func (fieldMask *ProbingTarget_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ProbingTarget_FieldMask) ProtoMessage()
- func (fieldMask *ProbingTarget_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ProbingTarget_FieldMask) Reset()
- func (fieldMask *ProbingTarget_FieldMask) Set(target, source *ProbingTarget)
- func (fieldMask *ProbingTarget_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ProbingTarget_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ProbingTarget_FieldMask) Size() int
- func (fieldMask *ProbingTarget_FieldMask) String() string
- func (fieldMask *ProbingTarget_FieldMask) Subtract(other *ProbingTarget_FieldMask) *ProbingTarget_FieldMask
- func (fieldMask *ProbingTarget_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ProbingTarget_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ProbingTarget_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ProbingTarget_FieldMask) UnmarshalJSON(data []byte) error
- type ProbingTarget_FieldPath
- type ProbingTarget_FieldPathArrayItemValue
- type ProbingTarget_FieldPathArrayOfValues
- type ProbingTarget_FieldPathSelector
- type ProbingTarget_FieldPathValue
- type ProbingTarget_FieldSubPath
- func (fps *ProbingTarget_FieldSubPath) AsHttpProbingConfigSubPath() (common.HTTPProbingConfig_FieldPath, bool)
- func (fps *ProbingTarget_FieldSubPath) AsLocationSubPath() (common.Location_FieldPath, bool)
- func (fps *ProbingTarget_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
- func (fps *ProbingTarget_FieldSubPath) ClearValue(item *ProbingTarget)
- func (fps *ProbingTarget_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ProbingTarget_FieldSubPath) Get(source *ProbingTarget) (values []interface{})
- func (fps *ProbingTarget_FieldSubPath) GetDefault() interface{}
- func (fps *ProbingTarget_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ProbingTarget_FieldSubPath) GetSingle(source *ProbingTarget) (interface{}, bool)
- func (fps *ProbingTarget_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ProbingTarget_FieldSubPath) IsLeaf() bool
- func (fps *ProbingTarget_FieldSubPath) JSONString() string
- func (fps *ProbingTarget_FieldSubPath) Selector() ProbingTarget_FieldPathSelector
- func (fps *ProbingTarget_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ProbingTarget_FieldSubPath) String() string
- func (fps *ProbingTarget_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingTarget_FieldPathArrayItemValue
- func (fps *ProbingTarget_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingTarget_FieldPathArrayOfValues
- func (fps *ProbingTarget_FieldSubPath) WithIValue(value interface{}) ProbingTarget_FieldPathValue
- func (fps *ProbingTarget_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ProbingTarget_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ProbingTarget_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingTarget_FieldSubPathArrayItemValue
- func (fpaivs *ProbingTarget_FieldSubPathArrayItemValue) AsHttpProbingConfigPathItemValue() (common.HTTPProbingConfig_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingTarget_FieldSubPathArrayItemValue) AsLocationPathItemValue() (common.Location_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingTarget_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
- func (fpaivs *ProbingTarget_FieldSubPathArrayItemValue) ContainsValue(source *ProbingTarget) bool
- func (fpaivs *ProbingTarget_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ProbingTarget_FieldSubPathArrayOfValues
- func (fpsaov *ProbingTarget_FieldSubPathArrayOfValues) AsHttpProbingConfigPathArrayOfValues() (common.HTTPProbingConfig_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingTarget_FieldSubPathArrayOfValues) AsLocationPathArrayOfValues() (common.Location_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingTarget_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
- func (fpsaov *ProbingTarget_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type ProbingTarget_FieldSubPathValue
- func (fpvs *ProbingTarget_FieldSubPathValue) AsHttpProbingConfigPathValue() (common.HTTPProbingConfig_FieldPathValue, bool)
- func (fpvs *ProbingTarget_FieldSubPathValue) AsLocationPathValue() (common.Location_FieldPathValue, bool)
- func (fpvs *ProbingTarget_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
- func (fpvs *ProbingTarget_FieldSubPathValue) CompareWith(source *ProbingTarget) (int, bool)
- func (fpvs *ProbingTarget_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ProbingTarget_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ProbingTarget_FieldSubPathValue) SetTo(target **ProbingTarget)
- func (fpvs *ProbingTarget_FieldSubPathValue) SetToRaw(target proto.Message)
- type ProbingTarget_FieldTerminalPath
- func (fp *ProbingTarget_FieldTerminalPath) ClearValue(item *ProbingTarget)
- func (fp *ProbingTarget_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ProbingTarget_FieldTerminalPath) Get(source *ProbingTarget) (values []interface{})
- func (fp *ProbingTarget_FieldTerminalPath) GetDefault() interface{}
- func (fp *ProbingTarget_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ProbingTarget_FieldTerminalPath) GetSingle(source *ProbingTarget) (interface{}, bool)
- func (fp *ProbingTarget_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ProbingTarget_FieldTerminalPath) IsLeaf() bool
- func (fp *ProbingTarget_FieldTerminalPath) JSONString() string
- func (fp *ProbingTarget_FieldTerminalPath) Selector() ProbingTarget_FieldPathSelector
- func (fp *ProbingTarget_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ProbingTarget_FieldTerminalPath) String() string
- func (fp *ProbingTarget_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingTarget_FieldPathArrayItemValue
- func (fp *ProbingTarget_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingTarget_FieldPathArrayOfValues
- func (fp *ProbingTarget_FieldTerminalPath) WithIValue(value interface{}) ProbingTarget_FieldPathValue
- func (fp *ProbingTarget_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ProbingTarget_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ProbingTarget_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ProbingTarget_FieldTerminalPathArrayItemValue
- func (fpaiv *ProbingTarget_FieldTerminalPathArrayItemValue) AsAddressesItemValue() (string, bool)
- func (fpaiv *ProbingTarget_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingTarget) bool
- func (fpaiv *ProbingTarget_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ProbingTarget_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingTarget) (interface{}, bool)
- func (fpaiv *ProbingTarget_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ProbingTarget_FieldTerminalPathArrayOfValues
- func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsAddressArrayOfValues() ([]string, bool)
- func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsAddressesArrayOfValues() ([][]string, bool)
- func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsAgentArrayOfValues() ([]*probe.Reference, bool)
- func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsCategoryArrayOfValues() ([]string, bool)
- func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
- func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsGroupArrayOfValues() ([]*probing_target_group.Reference, bool)
- func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsHttpProbingConfigArrayOfValues() ([]*common.HTTPProbingConfig, bool)
- func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsIpVersionArrayOfValues() ([]common.IpVersion, bool)
- func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsLocationArrayOfValues() ([]*common.Location, bool)
- func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsLocationTypeArrayOfValues() ([]common.LocationType, bool)
- func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
- func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsModeArrayOfValues() ([]common.ProbingMode, bool)
- func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
- func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsSpeedtestTcpPortArrayOfValues() ([]int32, bool)
- func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsTargetTypeArrayOfValues() ([]ProbingTarget_TargetType, bool)
- func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsUdpPortArrayOfValues() ([]int32, bool)
- func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ProbingTarget_FieldTerminalPathValue
- func (fpv *ProbingTarget_FieldTerminalPathValue) AsAddressValue() (string, bool)
- func (fpv *ProbingTarget_FieldTerminalPathValue) AsAddressesValue() ([]string, bool)
- func (fpv *ProbingTarget_FieldTerminalPathValue) AsAgentValue() (*probe.Reference, bool)
- func (fpv *ProbingTarget_FieldTerminalPathValue) AsCategoryValue() (string, bool)
- func (fpv *ProbingTarget_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
- func (fpv *ProbingTarget_FieldTerminalPathValue) AsGroupValue() (*probing_target_group.Reference, bool)
- func (fpv *ProbingTarget_FieldTerminalPathValue) AsHttpProbingConfigValue() (*common.HTTPProbingConfig, bool)
- func (fpv *ProbingTarget_FieldTerminalPathValue) AsIpVersionValue() (common.IpVersion, bool)
- func (fpv *ProbingTarget_FieldTerminalPathValue) AsLocationTypeValue() (common.LocationType, bool)
- func (fpv *ProbingTarget_FieldTerminalPathValue) AsLocationValue() (*common.Location, bool)
- func (fpv *ProbingTarget_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
- func (fpv *ProbingTarget_FieldTerminalPathValue) AsModeValue() (common.ProbingMode, bool)
- func (fpv *ProbingTarget_FieldTerminalPathValue) AsNameValue() (*Name, bool)
- func (fpv *ProbingTarget_FieldTerminalPathValue) AsSpeedtestTcpPortValue() (int32, bool)
- func (fpv *ProbingTarget_FieldTerminalPathValue) AsTargetTypeValue() (ProbingTarget_TargetType, bool)
- func (fpv *ProbingTarget_FieldTerminalPathValue) AsUdpPortValue() (int32, bool)
- func (fpv *ProbingTarget_FieldTerminalPathValue) CompareWith(source *ProbingTarget) (int, bool)
- func (fpv *ProbingTarget_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ProbingTarget_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ProbingTarget_FieldTerminalPathValue) SetTo(target **ProbingTarget)
- func (fpv *ProbingTarget_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ProbingTarget_TargetType
- func (ProbingTarget_TargetType) Descriptor() preflect.EnumDescriptor
- func (x ProbingTarget_TargetType) Enum() *ProbingTarget_TargetType
- func (ProbingTarget_TargetType) EnumDescriptor() ([]byte, []int)
- func (x ProbingTarget_TargetType) Number() preflect.EnumNumber
- func (x ProbingTarget_TargetType) String() string
- func (ProbingTarget_TargetType) Type() preflect.EnumType
- 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) GetProbingTarget() *ProbingTarget
- 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 *ProbingTarget)
- 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 = "projects/{project}/probingTargets/{probing_target}"
)
Variables ¶
var ( ProbingTarget_TargetType_name = map[int32]string{ 0: "UNMANAGED_TARGET", 1: "MANAGED_TARGET", } ProbingTarget_TargetType_value = map[string]int32{ "UNMANAGED_TARGET": 0, "MANAGED_TARGET": 1, } )
Functions ¶
func AsAnyCastAccess ¶
func AsAnyCastAccess(access ProbingTargetAccess) 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 *ProbingTarget) 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 []*ProbingTarget) (out []*ProbingTarget)
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 ProbingTarget_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 *ProbingTarget) bool // Whether this condition is at least as specific as other. // When true, any ProbingTarget 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 ProbingTarget_FieldPath) bool // contains filtered or unexported methods }
func AndFilterConditions ¶
func AndFilterConditions(conds ...FilterCondition) FilterCondition
type FilterConditionCompare ¶
type FilterConditionCompare struct { Operator filterParser.CompareOperator ProbingTarget_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 *ProbingTarget) 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 ProbingTarget_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 *ProbingTarget) 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 ProbingTarget_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 ProbingTarget_FieldPath Value ProbingTarget_FieldPathArrayItemValue Values []ProbingTarget_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 *ProbingTarget) bool
func (*FilterConditionContains) EvaluateRaw ¶
func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionContains) GetFieldPath ¶
func (cond *FilterConditionContains) GetFieldPath() ProbingTarget_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 ProbingTarget_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 {
ProbingTarget_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 *ProbingTarget) 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 ProbingTarget_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 ProbingTarget_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 *ProbingTarget) 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 ProbingTarget_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 ProbingTarget_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 *ProbingTarget) 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 ProbingTarget_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 *ProbingTarget) 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 ProbingTarget_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 {
ProbingTarget_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 *ProbingTarget) 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 ProbingTarget_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 *ProbingTarget_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 *ProbingTarget_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 ProbingTargetId string `firestore:"probingTargetId"` }
func MustParseName ¶
func ParseNameOrId ¶
func (*Name) AsRawReference ¶
func (name *Name) AsRawReference() gotenresource.Reference
func (*Name) AsReference ¶
func (*Name) ConvertToNative ¶
func (*Name) FullyQualifiedName ¶
func (*Name) GetIParentName ¶ added in v0.7.1
func (name *Name) GetIParentName() gotenresource.Name
func (*Name) GetIUnderlyingParentName ¶ added in v0.7.1
func (name *Name) GetIUnderlyingParentName() gotenresource.Name
func (*Name) GetIdParts ¶
func (*Name) GetPattern ¶
func (name *Name) GetPattern() gotenresource.NamePattern
func (*Name) GetProjectName ¶
func (*Name) GetResourceDescriptor ¶
func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
func (*Name) GetSegments ¶
func (name *Name) GetSegments() gotenresource.NameSegments
func (*Name) GotenEqual ¶
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*Name) IsFullyQualified ¶
func (*Name) IsSpecified ¶
func (*Name) Matches ¶
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*Name) ParseProtoString ¶
func (*Name) ProtoString ¶
func (*Name) SetFromCliFlag ¶
implement CustomTypeCliValue method
func (*Name) SetFromSegments ¶
func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
type NameBuilder ¶
type NameBuilder struct {
// contains filtered or unexported fields
}
func NewNameBuilder ¶
func NewNameBuilder() *NameBuilder
func (*NameBuilder) Name ¶
func (b *NameBuilder) Name() *Name
func (*NameBuilder) Parent ¶
func (b *NameBuilder) Parent() *ParentName
func (*NameBuilder) ParentReference ¶
func (b *NameBuilder) ParentReference() *ParentReference
func (*NameBuilder) Reference ¶
func (b *NameBuilder) Reference() *Reference
func (*NameBuilder) SetId ¶
func (b *NameBuilder) SetId(id string) *NameBuilder
func (*NameBuilder) SetProject ¶
func (b *NameBuilder) SetProject(parent *project.Name) *NameBuilder
func (*NameBuilder) SetProjectId ¶
func (b *NameBuilder) SetProjectId(id string) *NameBuilder
type NamePattern ¶
type NamePattern struct {
Pattern gotenresource.NamePattern `firestore:"pattern"`
}
type OrderBy ¶
type OrderBy struct {
OrderByFields []OrderByField
}
OrderBy Is string encoded Custom Protobuf type, which handles "order_by" field order_by consists of coma delimited OrderBy specs, which denote ordering priority, e.g. "state.value asc, state.capacity desc"
func (*OrderBy) Compare ¶
func (orderBy *OrderBy) Compare(left, right *ProbingTarget) int
func (*OrderBy) CompareRaw ¶
func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
func (*OrderBy) GetFieldMask ¶
func (orderBy *OrderBy) GetFieldMask() *ProbingTarget_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 ProbingTargetList, elem *ProbingTarget) (ProbingTargetList, 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 ProbingTargetList)
func (*OrderBy) SortRaw ¶
func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
type OrderByField ¶
type OrderByField struct { FieldPath ProbingTarget_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 *ProbingTarget) int
func (*OrderByField) GetDirection ¶
func (orderByFld *OrderByField) GetDirection() gotenresource.OrderDirection
func (*OrderByField) GetFieldPath ¶
func (orderByFld *OrderByField) GetFieldPath() gotenobject.FieldPath
type PagerCursor ¶
type PagerCursor struct { CursorValue gotenresource.CursorValue Inclusion gotenresource.CursorInclusion PageDirection gotenresource.PageDirection }
PagerCursor is protobuf Custom Type, which (de)serializes "string page_token" for API List processing Database adapter implementation must use this cursor when Paginating list views Token is composed of 3 values (dot separated in serialized form) - CursorValue: Backend-specific value of the cursor. - PageDirection: either l (left) or r (right), which hints DB Adapter whether Snapshot marks Start or End of result - Inclusion: either i (inclusive) or e (exclusive) - Whether cursor marks exact point or right before/after (depending on direction)
func (*PagerCursor) GetInclusion ¶
func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion
func (*PagerCursor) GetPageDirection ¶
func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection
func (*PagerCursor) GetValue ¶
func (cursor *PagerCursor) GetValue() gotenresource.CursorValue
func (*PagerCursor) IsEmpty ¶
func (cursor *PagerCursor) IsEmpty() bool
func (*PagerCursor) ParseProtoString ¶
func (cursor *PagerCursor) ParseProtoString(data string) (err error)
func (*PagerCursor) ProtoString ¶
func (cursor *PagerCursor) ProtoString() (string, error)
func (*PagerCursor) SetCursorValue ¶
func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue)
func (*PagerCursor) SetFromCliFlag ¶
func (cursor *PagerCursor) SetFromCliFlag(raw string) error
func (*PagerCursor) SetInclusion ¶
func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion)
func (*PagerCursor) SetPageDirection ¶
func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerCursor) String ¶
func (cursor *PagerCursor) String() string
type PagerQuery ¶
type PagerQuery struct { OrderBy *OrderBy Cursor *PagerCursor Limit int PeekForward bool }
PagerQuery is main struct used for assisting server and database to perform Pagination
func MakePagerQuery ¶
func MakePagerQuery(orderBy *OrderBy, cursor *PagerCursor, pageSize int32, peekForward bool) *PagerQuery
MakePagerQuery builds pager from API data and applies defaults
func (*PagerQuery) GetCursor ¶
func (p *PagerQuery) GetCursor() gotenresource.Cursor
func (*PagerQuery) GetLimit ¶
func (p *PagerQuery) GetLimit() int
func (*PagerQuery) GetOrderBy ¶
func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy
func (*PagerQuery) GetPeekForward ¶
func (p *PagerQuery) GetPeekForward() bool
func (*PagerQuery) GetResourceDescriptor ¶
func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*PagerQuery) PageDirection ¶
func (p *PagerQuery) PageDirection() gotenresource.PageDirection
func (*PagerQuery) SetCursor ¶ added in v0.7.1
func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor)
func (*PagerQuery) SetLimit ¶ added in v0.7.1
func (p *PagerQuery) SetLimit(limit int)
func (*PagerQuery) SetOrderBy ¶ added in v0.7.1
func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy)
func (*PagerQuery) SetPageDirection ¶ added in v0.7.1
func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerQuery) SetPeekForward ¶ added in v0.7.1
func (p *PagerQuery) SetPeekForward(peekForward bool)
type ParentName ¶
type ParentName struct { NamePattern ProjectId string `firestore:"projectId"` }
func MustParseParentName ¶
func MustParseParentName(name string) *ParentName
func ParseParentName ¶
func ParseParentName(name string) (*ParentName, error)
func (*ParentName) AsRawReference ¶
func (name *ParentName) AsRawReference() gotenresource.Reference
func (*ParentName) AsReference ¶
func (name *ParentName) AsReference() *ParentReference
func (*ParentName) DescendsFrom ¶
func (name *ParentName) DescendsFrom(ancestor string) bool
func (*ParentName) FullyQualifiedName ¶
func (name *ParentName) FullyQualifiedName() (string, error)
func (*ParentName) GetIParentName ¶ added in v0.7.1
func (name *ParentName) GetIParentName() gotenresource.Name
func (*ParentName) GetIUnderlyingParentName ¶ added in v0.7.1
func (name *ParentName) GetIUnderlyingParentName() gotenresource.Name
func (*ParentName) GetIdParts ¶
func (name *ParentName) GetIdParts() map[string]string
func (*ParentName) GetPattern ¶
func (name *ParentName) GetPattern() gotenresource.NamePattern
func (*ParentName) GetProjectName ¶
func (name *ParentName) GetProjectName() *project.Name
func (*ParentName) GetResourceDescriptor ¶
func (name *ParentName) GetResourceDescriptor() gotenresource.Descriptor
func (*ParentName) GetSegments ¶
func (name *ParentName) GetSegments() gotenresource.NameSegments
func (*ParentName) GotenEqual ¶
func (name *ParentName) GotenEqual(other interface{}) bool
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*ParentName) IsFullyQualified ¶
func (name *ParentName) IsFullyQualified() bool
func (*ParentName) IsSpecified ¶
func (name *ParentName) IsSpecified() bool
func (*ParentName) Matches ¶
func (name *ParentName) Matches(other interface{}) bool
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*ParentName) ParseProtoString ¶
func (name *ParentName) ParseProtoString(data string) error
func (*ParentName) ProtoString ¶
func (name *ParentName) ProtoString() (string, error)
func (*ParentName) SetFromCliFlag ¶
func (name *ParentName) SetFromCliFlag(raw string) error
implement CustomTypeCliValue method
func (*ParentName) SetFromSegments ¶
func (name *ParentName) SetFromSegments(segments gotenresource.NameSegments) error
func (*ParentName) String ¶
func (name *ParentName) String() string
type ParentReference ¶
type ParentReference struct { ParentName // contains filtered or unexported fields }
func MakeParentReference ¶
func MakeParentReference(name *ParentName) (*ParentReference, error)
func MustParseParentReference ¶
func MustParseParentReference(name string) *ParentReference
func ParseParentReference ¶
func ParseParentReference(name string) (*ParentReference, error)
func (*ParentReference) ClearCached ¶
func (ref *ParentReference) ClearCached()
func (*ParentReference) ConvertToNative ¶ added in v0.6.2
func (name *ParentReference) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
func (*ParentReference) ConvertToType ¶ added in v0.6.2
func (name *ParentReference) ConvertToType(typeVal ref.Type) ref.Val
func (*ParentReference) Equal ¶ added in v0.6.2
func (name *ParentReference) Equal(other ref.Val) ref.Val
func (*ParentReference) GetIParentName ¶ added in v0.7.1
func (ref *ParentReference) GetIParentName() gotenresource.Name
func (*ParentReference) GetIUnderlyingParentName ¶ added in v0.7.1
func (ref *ParentReference) GetIUnderlyingParentName() gotenresource.Name
func (*ParentReference) GetIdParts ¶
func (ref *ParentReference) GetIdParts() map[string]string
func (*ParentReference) GetPattern ¶
func (ref *ParentReference) GetPattern() gotenresource.NamePattern
func (*ParentReference) GetProject ¶
func (ref *ParentReference) GetProject() *project.Project
func (*ParentReference) GetProjectReference ¶
func (ref *ParentReference) GetProjectReference() *project.Reference
func (*ParentReference) GetRawResource ¶
func (ref *ParentReference) GetRawResource() gotenresource.Resource
func (*ParentReference) GetResourceDescriptor ¶
func (ref *ParentReference) GetResourceDescriptor() gotenresource.Descriptor
func (*ParentReference) GetSegments ¶
func (ref *ParentReference) GetSegments() gotenresource.NameSegments
func (*ParentReference) GetUnderlyingReference ¶
func (ref *ParentReference) GetUnderlyingReference() gotenresource.Reference
func (*ParentReference) GotenEqual ¶
func (ref *ParentReference) GotenEqual(other interface{}) bool
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*ParentReference) HasTrait ¶ added in v0.6.2
func (name *ParentReference) HasTrait(trait int) bool
func (*ParentReference) IsFullyQualified ¶
func (ref *ParentReference) IsFullyQualified() bool
func (*ParentReference) IsSpecified ¶
func (ref *ParentReference) IsSpecified() bool
func (*ParentReference) Match ¶ added in v0.6.2
func (name *ParentReference) Match(pattern ref.Val) ref.Val
func (*ParentReference) Matches ¶
func (name *ParentReference) Matches(other interface{}) bool
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*ParentReference) ParseProtoString ¶
func (ref *ParentReference) ParseProtoString(data string) error
func (*ParentReference) ProtoString ¶
func (ref *ParentReference) ProtoString() (string, error)
func (*ParentReference) ResolveRaw ¶
func (ref *ParentReference) ResolveRaw(res gotenresource.Resource) error
func (*ParentReference) Resolved ¶
func (ref *ParentReference) Resolved() bool
func (*ParentReference) SetFromCliFlag ¶
func (ref *ParentReference) SetFromCliFlag(raw string) error
implement CustomTypeCliValue method
func (*ParentReference) String ¶
func (ref *ParentReference) String() string
func (*ParentReference) Type ¶ added in v0.6.2
func (name *ParentReference) Type() ref.Type
func (*ParentReference) TypeName ¶ added in v0.6.2
func (name *ParentReference) TypeName() string
func (*ParentReference) Value ¶ added in v0.6.2
func (name *ParentReference) Value() interface{}
type ProbingTarget ¶
type ProbingTarget struct { // Name of ProbingTarget Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Display name is a human readable representation of the target DisplayName string `protobuf:"bytes,6,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty" firestore:"displayName"` // Metadata Metadata *ntt_meta.Meta `protobuf:"bytes,13,opt,name=metadata,proto3" json:"metadata,omitempty" firestore:"metadata"` // group reference Group *probing_target_group.Reference `protobuf:"bytes,17,opt,customtype=Reference,name=group,proto3" json:"group,omitempty" firestore:"group"` // mode defines the mode for this probe target - icmp/udp/http/tcp Mode common.ProbingMode `protobuf:"varint,2,opt,name=mode,proto3,enum=ntt.watchdog.v1alpha2.ProbingMode" json:"mode,omitempty" firestore:"mode"` // ip_version defines which IP version should be used. IpVersion common.IpVersion `` /* 148-byte string literal not displayed */ // address is the actual target for the probe - IP addreses/http endpoint Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty" firestore:"address"` // Additional Category Name to enrich data Category string `protobuf:"bytes,12,opt,name=category,proto3" json:"category,omitempty" firestore:"category"` // Target location type LocationType common.LocationType `` /* 164-byte string literal not displayed */ // Specific location if applicable Location *common.Location `protobuf:"bytes,15,opt,name=location,proto3" json:"location,omitempty" firestore:"location"` // Additional configuration for http probing HttpProbingConfig *common.HTTPProbingConfig `` /* 145-byte string literal not displayed */ Agent *probe.Reference `protobuf:"bytes,20,opt,customtype=Reference,name=agent,proto3" json:"agent,omitempty" firestore:"agent"` // addresses list the list of IP addresses that this target is reachable on // used for managed targets that might have dual stack Addresses []string `protobuf:"bytes,21,rep,name=addresses,proto3" json:"addresses,omitempty" firestore:"addresses"` TargetType ProbingTarget_TargetType `` /* 168-byte string literal not displayed */ // Default value is 5001 UdpPort int32 `protobuf:"varint,23,opt,name=udp_port,json=udpPort,proto3" json:"udp_port,omitempty" firestore:"udpPort"` // Default value is 8080 SpeedtestTcpPort int32 `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
ProbingTarget Resource
func (*ProbingTarget) Clone ¶
func (o *ProbingTarget) Clone() *ProbingTarget
func (*ProbingTarget) CloneRaw ¶
func (o *ProbingTarget) CloneRaw() gotenobject.GotenObjectExt
func (*ProbingTarget) Descriptor ¶
func (*ProbingTarget) Descriptor() ([]byte, []int)
Deprecated, Use ProbingTarget.ProtoReflect.Descriptor instead.
func (*ProbingTarget) GetAddress ¶
func (m *ProbingTarget) GetAddress() string
func (*ProbingTarget) GetAddresses ¶
func (m *ProbingTarget) GetAddresses() []string
func (*ProbingTarget) GetAgent ¶
func (m *ProbingTarget) GetAgent() *probe.Reference
func (*ProbingTarget) GetCategory ¶
func (m *ProbingTarget) GetCategory() string
func (*ProbingTarget) GetDisplayName ¶
func (m *ProbingTarget) GetDisplayName() string
func (*ProbingTarget) GetGroup ¶
func (m *ProbingTarget) GetGroup() *probing_target_group.Reference
func (*ProbingTarget) GetHttpProbingConfig ¶
func (m *ProbingTarget) GetHttpProbingConfig() *common.HTTPProbingConfig
func (*ProbingTarget) GetIpVersion ¶
func (m *ProbingTarget) GetIpVersion() common.IpVersion
func (*ProbingTarget) GetLocation ¶
func (m *ProbingTarget) GetLocation() *common.Location
func (*ProbingTarget) GetLocationType ¶
func (m *ProbingTarget) GetLocationType() common.LocationType
func (*ProbingTarget) GetMetadata ¶
func (m *ProbingTarget) GetMetadata() *ntt_meta.Meta
func (*ProbingTarget) GetMode ¶
func (m *ProbingTarget) GetMode() common.ProbingMode
func (*ProbingTarget) GetName ¶
func (m *ProbingTarget) GetName() *Name
func (*ProbingTarget) GetRawName ¶
func (r *ProbingTarget) GetRawName() gotenresource.Name
func (*ProbingTarget) GetResourceDescriptor ¶
func (r *ProbingTarget) GetResourceDescriptor() gotenresource.Descriptor
func (*ProbingTarget) GetSpeedtestTcpPort ¶ added in v0.4.36
func (m *ProbingTarget) GetSpeedtestTcpPort() int32
func (*ProbingTarget) GetTargetType ¶ added in v0.4.26
func (m *ProbingTarget) GetTargetType() ProbingTarget_TargetType
func (*ProbingTarget) GetUdpPort ¶ added in v0.4.36
func (m *ProbingTarget) GetUdpPort() int32
func (*ProbingTarget) GotenMessage ¶
func (*ProbingTarget) GotenMessage()
func (*ProbingTarget) GotenObjectExt ¶
func (o *ProbingTarget) GotenObjectExt()
func (*ProbingTarget) GotenValidate ¶
func (obj *ProbingTarget) GotenValidate() error
func (*ProbingTarget) MakeDiffFieldMask ¶
func (o *ProbingTarget) MakeDiffFieldMask(other *ProbingTarget) *ProbingTarget_FieldMask
func (*ProbingTarget) MakeFullFieldMask ¶
func (o *ProbingTarget) MakeFullFieldMask() *ProbingTarget_FieldMask
func (*ProbingTarget) MakeRawDiffFieldMask ¶
func (o *ProbingTarget) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ProbingTarget) MakeRawFullFieldMask ¶
func (o *ProbingTarget) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ProbingTarget) Marshal ¶
func (m *ProbingTarget) Marshal() ([]byte, error)
func (*ProbingTarget) MarshalJSON ¶
func (m *ProbingTarget) MarshalJSON() ([]byte, error)
func (*ProbingTarget) MaybePopulateDefaults ¶
func (r *ProbingTarget) MaybePopulateDefaults() error
func (*ProbingTarget) Merge ¶
func (o *ProbingTarget) Merge(source *ProbingTarget)
func (*ProbingTarget) MergeRaw ¶
func (o *ProbingTarget) MergeRaw(source gotenobject.GotenObjectExt)
func (*ProbingTarget) ProtoMessage ¶
func (*ProbingTarget) ProtoMessage()
func (*ProbingTarget) ProtoReflect ¶
func (m *ProbingTarget) ProtoReflect() preflect.Message
func (*ProbingTarget) Reset ¶
func (m *ProbingTarget) Reset()
func (*ProbingTarget) SetAddress ¶
func (m *ProbingTarget) SetAddress(fv string)
func (*ProbingTarget) SetAddresses ¶
func (m *ProbingTarget) SetAddresses(fv []string)
func (*ProbingTarget) SetAgent ¶
func (m *ProbingTarget) SetAgent(fv *probe.Reference)
func (*ProbingTarget) SetCategory ¶
func (m *ProbingTarget) SetCategory(fv string)
func (*ProbingTarget) SetDisplayName ¶
func (m *ProbingTarget) SetDisplayName(fv string)
func (*ProbingTarget) SetGroup ¶
func (m *ProbingTarget) SetGroup(fv *probing_target_group.Reference)
func (*ProbingTarget) SetHttpProbingConfig ¶
func (m *ProbingTarget) SetHttpProbingConfig(fv *common.HTTPProbingConfig)
func (*ProbingTarget) SetIpVersion ¶
func (m *ProbingTarget) SetIpVersion(fv common.IpVersion)
func (*ProbingTarget) SetLocation ¶
func (m *ProbingTarget) SetLocation(fv *common.Location)
func (*ProbingTarget) SetLocationType ¶
func (m *ProbingTarget) SetLocationType(fv common.LocationType)
func (*ProbingTarget) SetMetadata ¶
func (m *ProbingTarget) SetMetadata(fv *ntt_meta.Meta)
func (*ProbingTarget) SetMode ¶
func (m *ProbingTarget) SetMode(fv common.ProbingMode)
func (*ProbingTarget) SetName ¶
func (m *ProbingTarget) SetName(fv *Name)
func (*ProbingTarget) SetSpeedtestTcpPort ¶ added in v0.4.36
func (m *ProbingTarget) SetSpeedtestTcpPort(fv int32)
func (*ProbingTarget) SetTargetType ¶ added in v0.4.26
func (m *ProbingTarget) SetTargetType(fv ProbingTarget_TargetType)
func (*ProbingTarget) SetUdpPort ¶ added in v0.4.36
func (m *ProbingTarget) SetUdpPort(fv int32)
func (*ProbingTarget) String ¶
func (m *ProbingTarget) String() string
func (*ProbingTarget) Unmarshal ¶
func (m *ProbingTarget) Unmarshal(b []byte) error
func (*ProbingTarget) UnmarshalJSON ¶
func (m *ProbingTarget) UnmarshalJSON(data []byte) error
type ProbingTargetAccess ¶
type ProbingTargetAccess interface { GetProbingTarget(context.Context, *GetQuery) (*ProbingTarget, error) BatchGetProbingTargets(context.Context, []*Reference, ...gotenresource.BatchGetOption) error QueryProbingTargets(context.Context, *ListQuery) (*QueryResultSnapshot, error) SearchProbingTargets(context.Context, *SearchQuery) (*QueryResultSnapshot, error) WatchProbingTarget(context.Context, *GetQuery, func(*ProbingTargetChange) error) error WatchProbingTargets(context.Context, *WatchQuery, func(*QueryResultChange) error) error SaveProbingTarget(context.Context, *ProbingTarget, ...gotenresource.SaveOption) error DeleteProbingTarget(context.Context, *Reference, ...gotenresource.DeleteOption) error }
type ProbingTargetChange ¶
type ProbingTargetChange struct { // ProbingTarget change // // Types that are valid to be assigned to ChangeType: // *ProbingTargetChange_Added_ // *ProbingTargetChange_Modified_ // *ProbingTargetChange_Current_ // *ProbingTargetChange_Removed_ ChangeType isProbingTargetChange_ChangeType `protobuf_oneof:"change_type"` // contains filtered or unexported fields }
ProbingTargetChange is used by Watch notifications Responses to describe change of single ProbingTarget One of Added, Modified, Removed
func (*ProbingTargetChange) Descriptor ¶
func (*ProbingTargetChange) Descriptor() ([]byte, []int)
Deprecated, Use ProbingTargetChange.ProtoReflect.Descriptor instead.
func (*ProbingTargetChange) GetAdded ¶
func (m *ProbingTargetChange) GetAdded() *ProbingTargetChange_Added
func (*ProbingTargetChange) GetChangeType ¶
func (m *ProbingTargetChange) GetChangeType() isProbingTargetChange_ChangeType
func (*ProbingTargetChange) GetCurrent ¶
func (m *ProbingTargetChange) GetCurrent() *ProbingTargetChange_Current
func (*ProbingTargetChange) GetCurrentViewIndex ¶
func (c *ProbingTargetChange) GetCurrentViewIndex() int32
func (*ProbingTargetChange) GetModified ¶
func (m *ProbingTargetChange) GetModified() *ProbingTargetChange_Modified
func (*ProbingTargetChange) GetPreviousViewIndex ¶
func (c *ProbingTargetChange) GetPreviousViewIndex() int32
func (*ProbingTargetChange) GetProbingTarget ¶
func (c *ProbingTargetChange) GetProbingTarget() *ProbingTarget
func (*ProbingTargetChange) GetProbingTargetName ¶
func (c *ProbingTargetChange) GetProbingTargetName() *Name
func (*ProbingTargetChange) GetRawName ¶
func (c *ProbingTargetChange) GetRawName() gotenresource.Name
func (*ProbingTargetChange) GetRawResource ¶ added in v0.5.1
func (c *ProbingTargetChange) GetRawResource() gotenresource.Resource
func (*ProbingTargetChange) GetRemoved ¶
func (m *ProbingTargetChange) GetRemoved() *ProbingTargetChange_Removed
func (*ProbingTargetChange) GotenMessage ¶
func (*ProbingTargetChange) GotenMessage()
func (*ProbingTargetChange) GotenValidate ¶
func (obj *ProbingTargetChange) GotenValidate() error
func (*ProbingTargetChange) IsAdd ¶
func (c *ProbingTargetChange) IsAdd() bool
func (*ProbingTargetChange) IsCurrent ¶
func (c *ProbingTargetChange) IsCurrent() bool
func (*ProbingTargetChange) IsDelete ¶
func (c *ProbingTargetChange) IsDelete() bool
func (*ProbingTargetChange) IsModify ¶
func (c *ProbingTargetChange) IsModify() bool
func (*ProbingTargetChange) Marshal ¶
func (m *ProbingTargetChange) Marshal() ([]byte, error)
func (*ProbingTargetChange) MarshalJSON ¶
func (m *ProbingTargetChange) MarshalJSON() ([]byte, error)
func (*ProbingTargetChange) ProtoMessage ¶
func (*ProbingTargetChange) ProtoMessage()
func (*ProbingTargetChange) ProtoReflect ¶
func (m *ProbingTargetChange) ProtoReflect() preflect.Message
func (*ProbingTargetChange) Reset ¶
func (m *ProbingTargetChange) Reset()
func (*ProbingTargetChange) SetAdded ¶
func (m *ProbingTargetChange) SetAdded(fv *ProbingTargetChange_Added)
func (*ProbingTargetChange) SetAddedRaw ¶
func (c *ProbingTargetChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
func (*ProbingTargetChange) SetChangeType ¶
func (m *ProbingTargetChange) SetChangeType(ofv isProbingTargetChange_ChangeType)
func (*ProbingTargetChange) SetCurrent ¶
func (m *ProbingTargetChange) SetCurrent(fv *ProbingTargetChange_Current)
func (*ProbingTargetChange) SetCurrentRaw ¶
func (c *ProbingTargetChange) SetCurrentRaw(snapshot gotenresource.Resource)
func (*ProbingTargetChange) SetDeletedRaw ¶
func (c *ProbingTargetChange) SetDeletedRaw(name gotenresource.Name, idx int)
func (*ProbingTargetChange) SetModified ¶
func (m *ProbingTargetChange) SetModified(fv *ProbingTargetChange_Modified)
func (*ProbingTargetChange) SetModifiedRaw ¶
func (c *ProbingTargetChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)
func (*ProbingTargetChange) SetRemoved ¶
func (m *ProbingTargetChange) SetRemoved(fv *ProbingTargetChange_Removed)
func (*ProbingTargetChange) String ¶
func (m *ProbingTargetChange) String() string
func (*ProbingTargetChange) Unmarshal ¶
func (m *ProbingTargetChange) Unmarshal(b []byte) error
func (*ProbingTargetChange) UnmarshalJSON ¶
func (m *ProbingTargetChange) UnmarshalJSON(data []byte) error
type ProbingTargetChangeList ¶
type ProbingTargetChangeList []*ProbingTargetChange
func (ProbingTargetChangeList) Append ¶
func (l ProbingTargetChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
func (ProbingTargetChangeList) AppendList ¶
func (l ProbingTargetChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
func (ProbingTargetChangeList) At ¶
func (l ProbingTargetChangeList) At(idx int) gotenresource.ResourceChange
func (ProbingTargetChangeList) Length ¶
func (l ProbingTargetChangeList) Length() int
func (ProbingTargetChangeList) Set ¶
func (l ProbingTargetChangeList) Set(idx int, change gotenresource.ResourceChange)
func (ProbingTargetChangeList) Slice ¶
func (l ProbingTargetChangeList) Slice(first, second int) gotenresource.ResourceChangeList
type ProbingTargetChangeMap ¶
type ProbingTargetChangeMap map[Name]*ProbingTargetChange
func (ProbingTargetChangeMap) Delete ¶
func (m ProbingTargetChangeMap) Delete(name gotenresource.Name)
func (ProbingTargetChangeMap) ForEach ¶
func (m ProbingTargetChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
func (ProbingTargetChangeMap) Get ¶
func (m ProbingTargetChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
func (ProbingTargetChangeMap) Length ¶
func (m ProbingTargetChangeMap) Length() int
func (ProbingTargetChangeMap) Set ¶
func (m ProbingTargetChangeMap) Set(change gotenresource.ResourceChange)
type ProbingTargetChange_Added ¶
type ProbingTargetChange_Added struct { ProbingTarget *ProbingTarget `` /* 126-byte string literal not displayed */ // Integer describing index of added ProbingTarget 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 }
ProbingTarget has been added to query view
func (*ProbingTargetChange_Added) Descriptor ¶
func (*ProbingTargetChange_Added) Descriptor() ([]byte, []int)
Deprecated, Use ProbingTargetChange_Added.ProtoReflect.Descriptor instead.
func (*ProbingTargetChange_Added) GetProbingTarget ¶
func (m *ProbingTargetChange_Added) GetProbingTarget() *ProbingTarget
func (*ProbingTargetChange_Added) GetViewIndex ¶
func (m *ProbingTargetChange_Added) GetViewIndex() int32
func (*ProbingTargetChange_Added) GotenMessage ¶
func (*ProbingTargetChange_Added) GotenMessage()
func (*ProbingTargetChange_Added) GotenValidate ¶
func (obj *ProbingTargetChange_Added) GotenValidate() error
func (*ProbingTargetChange_Added) Marshal ¶
func (m *ProbingTargetChange_Added) Marshal() ([]byte, error)
func (*ProbingTargetChange_Added) MarshalJSON ¶
func (m *ProbingTargetChange_Added) MarshalJSON() ([]byte, error)
func (*ProbingTargetChange_Added) ProtoMessage ¶
func (*ProbingTargetChange_Added) ProtoMessage()
func (*ProbingTargetChange_Added) ProtoReflect ¶
func (m *ProbingTargetChange_Added) ProtoReflect() preflect.Message
func (*ProbingTargetChange_Added) Reset ¶
func (m *ProbingTargetChange_Added) Reset()
func (*ProbingTargetChange_Added) SetProbingTarget ¶
func (m *ProbingTargetChange_Added) SetProbingTarget(fv *ProbingTarget)
func (*ProbingTargetChange_Added) SetViewIndex ¶
func (m *ProbingTargetChange_Added) SetViewIndex(fv int32)
func (*ProbingTargetChange_Added) String ¶
func (m *ProbingTargetChange_Added) String() string
func (*ProbingTargetChange_Added) Unmarshal ¶
func (m *ProbingTargetChange_Added) Unmarshal(b []byte) error
func (*ProbingTargetChange_Added) UnmarshalJSON ¶
func (m *ProbingTargetChange_Added) UnmarshalJSON(data []byte) error
type ProbingTargetChange_Added_ ¶
type ProbingTargetChange_Added_ struct { // Added is returned when watched document is added, either created or // enters Query view Added *ProbingTargetChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"` }
type ProbingTargetChange_Current ¶
type ProbingTargetChange_Current struct { ProbingTarget *ProbingTarget `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
ProbingTarget has been added or modified in a query view. Version used for stateless watching
func (*ProbingTargetChange_Current) Descriptor ¶
func (*ProbingTargetChange_Current) Descriptor() ([]byte, []int)
Deprecated, Use ProbingTargetChange_Current.ProtoReflect.Descriptor instead.
func (*ProbingTargetChange_Current) GetProbingTarget ¶
func (m *ProbingTargetChange_Current) GetProbingTarget() *ProbingTarget
func (*ProbingTargetChange_Current) GotenMessage ¶
func (*ProbingTargetChange_Current) GotenMessage()
func (*ProbingTargetChange_Current) GotenValidate ¶
func (obj *ProbingTargetChange_Current) GotenValidate() error
func (*ProbingTargetChange_Current) Marshal ¶
func (m *ProbingTargetChange_Current) Marshal() ([]byte, error)
func (*ProbingTargetChange_Current) MarshalJSON ¶
func (m *ProbingTargetChange_Current) MarshalJSON() ([]byte, error)
func (*ProbingTargetChange_Current) ProtoMessage ¶
func (*ProbingTargetChange_Current) ProtoMessage()
func (*ProbingTargetChange_Current) ProtoReflect ¶
func (m *ProbingTargetChange_Current) ProtoReflect() preflect.Message
func (*ProbingTargetChange_Current) Reset ¶
func (m *ProbingTargetChange_Current) Reset()
func (*ProbingTargetChange_Current) SetProbingTarget ¶
func (m *ProbingTargetChange_Current) SetProbingTarget(fv *ProbingTarget)
func (*ProbingTargetChange_Current) String ¶
func (m *ProbingTargetChange_Current) String() string
func (*ProbingTargetChange_Current) Unmarshal ¶
func (m *ProbingTargetChange_Current) Unmarshal(b []byte) error
func (*ProbingTargetChange_Current) UnmarshalJSON ¶
func (m *ProbingTargetChange_Current) UnmarshalJSON(data []byte) error
type ProbingTargetChange_Current_ ¶
type ProbingTargetChange_Current_ struct { // Current is returned in stateless watch when document enters query view or // is modified within. Current *ProbingTargetChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"` }
type ProbingTargetChange_Modified ¶
type ProbingTargetChange_Modified struct { // Name of modified ProbingTarget Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // New version of ProbingTarget or masked difference, depending on // mask_changes instrumentation of issued [WatchProbingTargetRequest] or // [WatchProbingTargetsRequest] ProbingTarget *ProbingTarget `` /* 126-byte string literal not displayed */ // Used when mask_changes is set, contains field paths of modified // properties. FieldMask *ProbingTarget_FieldMask `` /* 145-byte string literal not displayed */ // Previous view index specifies previous position of modified // ProbingTarget. When modification doesn't affect sorted order, value will // remain identical to [view_index]. PreviousViewIndex int32 `` /* 145-byte string literal not displayed */ // Integer specifying ProbingTarget 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 }
ProbingTarget changed some of it's fields - contains either full document or masked change
func (*ProbingTargetChange_Modified) Descriptor ¶
func (*ProbingTargetChange_Modified) Descriptor() ([]byte, []int)
Deprecated, Use ProbingTargetChange_Modified.ProtoReflect.Descriptor instead.
func (*ProbingTargetChange_Modified) GetFieldMask ¶
func (m *ProbingTargetChange_Modified) GetFieldMask() *ProbingTarget_FieldMask
func (*ProbingTargetChange_Modified) GetName ¶
func (m *ProbingTargetChange_Modified) GetName() *Name
func (*ProbingTargetChange_Modified) GetPreviousViewIndex ¶
func (m *ProbingTargetChange_Modified) GetPreviousViewIndex() int32
func (*ProbingTargetChange_Modified) GetProbingTarget ¶
func (m *ProbingTargetChange_Modified) GetProbingTarget() *ProbingTarget
func (*ProbingTargetChange_Modified) GetViewIndex ¶
func (m *ProbingTargetChange_Modified) GetViewIndex() int32
func (*ProbingTargetChange_Modified) GotenMessage ¶
func (*ProbingTargetChange_Modified) GotenMessage()
func (*ProbingTargetChange_Modified) GotenValidate ¶
func (obj *ProbingTargetChange_Modified) GotenValidate() error
func (*ProbingTargetChange_Modified) Marshal ¶
func (m *ProbingTargetChange_Modified) Marshal() ([]byte, error)
func (*ProbingTargetChange_Modified) MarshalJSON ¶
func (m *ProbingTargetChange_Modified) MarshalJSON() ([]byte, error)
func (*ProbingTargetChange_Modified) ProtoMessage ¶
func (*ProbingTargetChange_Modified) ProtoMessage()
func (*ProbingTargetChange_Modified) ProtoReflect ¶
func (m *ProbingTargetChange_Modified) ProtoReflect() preflect.Message
func (*ProbingTargetChange_Modified) Reset ¶
func (m *ProbingTargetChange_Modified) Reset()
func (*ProbingTargetChange_Modified) SetFieldMask ¶
func (m *ProbingTargetChange_Modified) SetFieldMask(fv *ProbingTarget_FieldMask)
func (*ProbingTargetChange_Modified) SetName ¶
func (m *ProbingTargetChange_Modified) SetName(fv *Name)
func (*ProbingTargetChange_Modified) SetPreviousViewIndex ¶
func (m *ProbingTargetChange_Modified) SetPreviousViewIndex(fv int32)
func (*ProbingTargetChange_Modified) SetProbingTarget ¶
func (m *ProbingTargetChange_Modified) SetProbingTarget(fv *ProbingTarget)
func (*ProbingTargetChange_Modified) SetViewIndex ¶
func (m *ProbingTargetChange_Modified) SetViewIndex(fv int32)
func (*ProbingTargetChange_Modified) String ¶
func (m *ProbingTargetChange_Modified) String() string
func (*ProbingTargetChange_Modified) Unmarshal ¶
func (m *ProbingTargetChange_Modified) Unmarshal(b []byte) error
func (*ProbingTargetChange_Modified) UnmarshalJSON ¶
func (m *ProbingTargetChange_Modified) UnmarshalJSON(data []byte) error
type ProbingTargetChange_Modified_ ¶
type ProbingTargetChange_Modified_ struct { // Modified is returned when watched document is modified Modified *ProbingTargetChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"` }
type ProbingTargetChange_Removed ¶
type ProbingTargetChange_Removed struct { Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Integer specifying removed ProbingTarget 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 ProbingTarget is deleted or leaves Query view
func (*ProbingTargetChange_Removed) Descriptor ¶
func (*ProbingTargetChange_Removed) Descriptor() ([]byte, []int)
Deprecated, Use ProbingTargetChange_Removed.ProtoReflect.Descriptor instead.
func (*ProbingTargetChange_Removed) GetName ¶
func (m *ProbingTargetChange_Removed) GetName() *Name
func (*ProbingTargetChange_Removed) GetViewIndex ¶
func (m *ProbingTargetChange_Removed) GetViewIndex() int32
func (*ProbingTargetChange_Removed) GotenMessage ¶
func (*ProbingTargetChange_Removed) GotenMessage()
func (*ProbingTargetChange_Removed) GotenValidate ¶
func (obj *ProbingTargetChange_Removed) GotenValidate() error
func (*ProbingTargetChange_Removed) Marshal ¶
func (m *ProbingTargetChange_Removed) Marshal() ([]byte, error)
func (*ProbingTargetChange_Removed) MarshalJSON ¶
func (m *ProbingTargetChange_Removed) MarshalJSON() ([]byte, error)
func (*ProbingTargetChange_Removed) ProtoMessage ¶
func (*ProbingTargetChange_Removed) ProtoMessage()
func (*ProbingTargetChange_Removed) ProtoReflect ¶
func (m *ProbingTargetChange_Removed) ProtoReflect() preflect.Message
func (*ProbingTargetChange_Removed) Reset ¶
func (m *ProbingTargetChange_Removed) Reset()
func (*ProbingTargetChange_Removed) SetName ¶
func (m *ProbingTargetChange_Removed) SetName(fv *Name)
func (*ProbingTargetChange_Removed) SetViewIndex ¶
func (m *ProbingTargetChange_Removed) SetViewIndex(fv int32)
func (*ProbingTargetChange_Removed) String ¶
func (m *ProbingTargetChange_Removed) String() string
func (*ProbingTargetChange_Removed) Unmarshal ¶
func (m *ProbingTargetChange_Removed) Unmarshal(b []byte) error
func (*ProbingTargetChange_Removed) UnmarshalJSON ¶
func (m *ProbingTargetChange_Removed) UnmarshalJSON(data []byte) error
type ProbingTargetChange_Removed_ ¶
type ProbingTargetChange_Removed_ struct { // Removed is returned when ProbingTarget is deleted or leaves Query view Removed *ProbingTargetChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"` }
type ProbingTargetFieldPathBuilder ¶
type ProbingTargetFieldPathBuilder struct{}
func NewProbingTargetFieldPathBuilder ¶
func NewProbingTargetFieldPathBuilder() ProbingTargetFieldPathBuilder
func (ProbingTargetFieldPathBuilder) Address ¶
func (ProbingTargetFieldPathBuilder) Address() ProbingTargetPathSelectorAddress
func (ProbingTargetFieldPathBuilder) Addresses ¶
func (ProbingTargetFieldPathBuilder) Addresses() ProbingTargetPathSelectorAddresses
func (ProbingTargetFieldPathBuilder) Agent ¶
func (ProbingTargetFieldPathBuilder) Agent() ProbingTargetPathSelectorAgent
func (ProbingTargetFieldPathBuilder) Category ¶
func (ProbingTargetFieldPathBuilder) Category() ProbingTargetPathSelectorCategory
func (ProbingTargetFieldPathBuilder) DisplayName ¶
func (ProbingTargetFieldPathBuilder) DisplayName() ProbingTargetPathSelectorDisplayName
func (ProbingTargetFieldPathBuilder) Group ¶
func (ProbingTargetFieldPathBuilder) Group() ProbingTargetPathSelectorGroup
func (ProbingTargetFieldPathBuilder) HttpProbingConfig ¶
func (ProbingTargetFieldPathBuilder) HttpProbingConfig() ProbingTargetPathSelectorHttpProbingConfig
func (ProbingTargetFieldPathBuilder) IpVersion ¶
func (ProbingTargetFieldPathBuilder) IpVersion() ProbingTargetPathSelectorIpVersion
func (ProbingTargetFieldPathBuilder) Location ¶
func (ProbingTargetFieldPathBuilder) Location() ProbingTargetPathSelectorLocation
func (ProbingTargetFieldPathBuilder) LocationType ¶
func (ProbingTargetFieldPathBuilder) LocationType() ProbingTargetPathSelectorLocationType
func (ProbingTargetFieldPathBuilder) Metadata ¶
func (ProbingTargetFieldPathBuilder) Metadata() ProbingTargetPathSelectorMetadata
func (ProbingTargetFieldPathBuilder) Mode ¶
func (ProbingTargetFieldPathBuilder) Mode() ProbingTargetPathSelectorMode
func (ProbingTargetFieldPathBuilder) Name ¶
func (ProbingTargetFieldPathBuilder) Name() ProbingTargetPathSelectorName
func (ProbingTargetFieldPathBuilder) SpeedtestTcpPort ¶ added in v0.4.36
func (ProbingTargetFieldPathBuilder) SpeedtestTcpPort() ProbingTargetPathSelectorSpeedtestTcpPort
func (ProbingTargetFieldPathBuilder) TargetType ¶ added in v0.4.26
func (ProbingTargetFieldPathBuilder) TargetType() ProbingTargetPathSelectorTargetType
func (ProbingTargetFieldPathBuilder) UdpPort ¶ added in v0.4.36
func (ProbingTargetFieldPathBuilder) UdpPort() ProbingTargetPathSelectorUdpPort
type ProbingTargetList ¶
type ProbingTargetList []*ProbingTarget
func (ProbingTargetList) Append ¶
func (l ProbingTargetList) Append(item gotenresource.Resource) gotenresource.ResourceList
func (ProbingTargetList) AppendList ¶
func (l ProbingTargetList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
func (ProbingTargetList) At ¶
func (l ProbingTargetList) At(idx int) gotenresource.Resource
func (ProbingTargetList) Length ¶
func (l ProbingTargetList) Length() int
func (ProbingTargetList) Set ¶
func (l ProbingTargetList) Set(idx int, res gotenresource.Resource)
func (ProbingTargetList) Slice ¶
func (l ProbingTargetList) Slice(first, second int) gotenresource.ResourceList
type ProbingTargetMap ¶
type ProbingTargetMap map[Name]*ProbingTarget
func (ProbingTargetMap) Delete ¶
func (m ProbingTargetMap) Delete(name gotenresource.Name)
func (ProbingTargetMap) ForEach ¶
func (m ProbingTargetMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
func (ProbingTargetMap) Get ¶
func (m ProbingTargetMap) Get(name gotenresource.Name) gotenresource.Resource
func (ProbingTargetMap) Length ¶
func (m ProbingTargetMap) Length() int
func (ProbingTargetMap) Set ¶
func (m ProbingTargetMap) Set(res gotenresource.Resource)
type ProbingTargetMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶
type ProbingTargetMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingTargetMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath ¶
func (ProbingTargetMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingTargetMapPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
type ProbingTargetMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders ¶
type ProbingTargetMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders struct {
// contains filtered or unexported fields
}
func (ProbingTargetMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingTargetMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithValue ¶
func (s ProbingTargetMapPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetMapPathSelectorMetadataAnnotations ¶
type ProbingTargetMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (ProbingTargetMapPathSelectorMetadataAnnotations) FieldPath ¶
func (s ProbingTargetMapPathSelectorMetadataAnnotations) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s ProbingTargetMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetMapPathSelectorMetadataAnnotations) WithValue ¶
func (s ProbingTargetMapPathSelectorMetadataAnnotations) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetMapPathSelectorMetadataLabels ¶
type ProbingTargetMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (ProbingTargetMapPathSelectorMetadataLabels) FieldPath ¶
func (s ProbingTargetMapPathSelectorMetadataLabels) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s ProbingTargetMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetMapPathSelectorMetadataLabels) WithValue ¶
func (s ProbingTargetMapPathSelectorMetadataLabels) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetMapPathSelectorMetadataShards ¶
type ProbingTargetMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (ProbingTargetMapPathSelectorMetadataShards) FieldPath ¶
func (s ProbingTargetMapPathSelectorMetadataShards) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s ProbingTargetMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetMapPathSelectorMetadataShards) WithValue ¶
func (s ProbingTargetMapPathSelectorMetadataShards) WithValue(value int64) *ProbingTarget_FieldSubPathValue
type ProbingTargetNameList ¶
type ProbingTargetNameList []*Name
func (ProbingTargetNameList) Append ¶
func (l ProbingTargetNameList) Append(name gotenresource.Name) gotenresource.NameList
func (ProbingTargetNameList) AppendList ¶
func (l ProbingTargetNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
func (ProbingTargetNameList) At ¶
func (l ProbingTargetNameList) At(idx int) gotenresource.Name
func (ProbingTargetNameList) Length ¶
func (l ProbingTargetNameList) Length() int
func (ProbingTargetNameList) Set ¶
func (l ProbingTargetNameList) Set(idx int, name gotenresource.Name)
func (ProbingTargetNameList) Slice ¶
func (l ProbingTargetNameList) Slice(first, second int) gotenresource.NameList
type ProbingTargetParentNameList ¶
type ProbingTargetParentNameList []*ParentName
func (ProbingTargetParentNameList) Append ¶
func (l ProbingTargetParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
func (ProbingTargetParentNameList) AppendList ¶
func (l ProbingTargetParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
func (ProbingTargetParentNameList) At ¶
func (l ProbingTargetParentNameList) At(idx int) gotenresource.Name
func (ProbingTargetParentNameList) Length ¶
func (l ProbingTargetParentNameList) Length() int
func (ProbingTargetParentNameList) Set ¶
func (l ProbingTargetParentNameList) Set(idx int, name gotenresource.Name)
func (ProbingTargetParentNameList) Slice ¶
func (l ProbingTargetParentNameList) Slice(first, second int) gotenresource.ParentNameList
type ProbingTargetParentReferenceList ¶
type ProbingTargetParentReferenceList []*ParentReference
func (ProbingTargetParentReferenceList) Append ¶
func (l ProbingTargetParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
func (ProbingTargetParentReferenceList) AppendList ¶
func (l ProbingTargetParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
func (ProbingTargetParentReferenceList) At ¶
func (l ProbingTargetParentReferenceList) At(idx int) gotenresource.Reference
func (ProbingTargetParentReferenceList) Length ¶
func (l ProbingTargetParentReferenceList) Length() int
func (ProbingTargetParentReferenceList) Set ¶
func (l ProbingTargetParentReferenceList) Set(idx int, ref gotenresource.Reference)
func (ProbingTargetParentReferenceList) Slice ¶
func (l ProbingTargetParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
type ProbingTargetPathSelectorAddress ¶
type ProbingTargetPathSelectorAddress struct{}
func (ProbingTargetPathSelectorAddress) FieldPath ¶
func (ProbingTargetPathSelectorAddress) FieldPath() *ProbingTarget_FieldTerminalPath
func (ProbingTargetPathSelectorAddress) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorAddress) WithArrayOfValues(values []string) *ProbingTarget_FieldTerminalPathArrayOfValues
func (ProbingTargetPathSelectorAddress) WithValue ¶
func (s ProbingTargetPathSelectorAddress) WithValue(value string) *ProbingTarget_FieldTerminalPathValue
type ProbingTargetPathSelectorAddresses ¶
type ProbingTargetPathSelectorAddresses struct{}
func (ProbingTargetPathSelectorAddresses) FieldPath ¶
func (ProbingTargetPathSelectorAddresses) FieldPath() *ProbingTarget_FieldTerminalPath
func (ProbingTargetPathSelectorAddresses) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorAddresses) WithArrayOfValues(values [][]string) *ProbingTarget_FieldTerminalPathArrayOfValues
func (ProbingTargetPathSelectorAddresses) WithItemValue ¶
func (s ProbingTargetPathSelectorAddresses) WithItemValue(value string) *ProbingTarget_FieldTerminalPathArrayItemValue
func (ProbingTargetPathSelectorAddresses) WithValue ¶
func (s ProbingTargetPathSelectorAddresses) WithValue(value []string) *ProbingTarget_FieldTerminalPathValue
type ProbingTargetPathSelectorAgent ¶
type ProbingTargetPathSelectorAgent struct{}
func (ProbingTargetPathSelectorAgent) FieldPath ¶
func (ProbingTargetPathSelectorAgent) FieldPath() *ProbingTarget_FieldTerminalPath
func (ProbingTargetPathSelectorAgent) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorAgent) WithArrayOfValues(values []*probe.Reference) *ProbingTarget_FieldTerminalPathArrayOfValues
func (ProbingTargetPathSelectorAgent) WithValue ¶
func (s ProbingTargetPathSelectorAgent) WithValue(value *probe.Reference) *ProbingTarget_FieldTerminalPathValue
type ProbingTargetPathSelectorCategory ¶
type ProbingTargetPathSelectorCategory struct{}
func (ProbingTargetPathSelectorCategory) FieldPath ¶
func (ProbingTargetPathSelectorCategory) FieldPath() *ProbingTarget_FieldTerminalPath
func (ProbingTargetPathSelectorCategory) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorCategory) WithArrayOfValues(values []string) *ProbingTarget_FieldTerminalPathArrayOfValues
func (ProbingTargetPathSelectorCategory) WithValue ¶
func (s ProbingTargetPathSelectorCategory) WithValue(value string) *ProbingTarget_FieldTerminalPathValue
type ProbingTargetPathSelectorDisplayName ¶
type ProbingTargetPathSelectorDisplayName struct{}
func (ProbingTargetPathSelectorDisplayName) FieldPath ¶
func (ProbingTargetPathSelectorDisplayName) FieldPath() *ProbingTarget_FieldTerminalPath
func (ProbingTargetPathSelectorDisplayName) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorDisplayName) WithArrayOfValues(values []string) *ProbingTarget_FieldTerminalPathArrayOfValues
func (ProbingTargetPathSelectorDisplayName) WithValue ¶
func (s ProbingTargetPathSelectorDisplayName) WithValue(value string) *ProbingTarget_FieldTerminalPathValue
type ProbingTargetPathSelectorGroup ¶
type ProbingTargetPathSelectorGroup struct{}
func (ProbingTargetPathSelectorGroup) FieldPath ¶
func (ProbingTargetPathSelectorGroup) FieldPath() *ProbingTarget_FieldTerminalPath
func (ProbingTargetPathSelectorGroup) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorGroup) WithArrayOfValues(values []*probing_target_group.Reference) *ProbingTarget_FieldTerminalPathArrayOfValues
func (ProbingTargetPathSelectorGroup) WithValue ¶
func (s ProbingTargetPathSelectorGroup) WithValue(value *probing_target_group.Reference) *ProbingTarget_FieldTerminalPathValue
type ProbingTargetPathSelectorHttpProbingConfig ¶
type ProbingTargetPathSelectorHttpProbingConfig struct{}
func (ProbingTargetPathSelectorHttpProbingConfig) AuthConfig ¶
func (ProbingTargetPathSelectorHttpProbingConfig) FieldPath ¶
func (ProbingTargetPathSelectorHttpProbingConfig) FieldPath() *ProbingTarget_FieldTerminalPath
func (ProbingTargetPathSelectorHttpProbingConfig) HttpRequest ¶
func (ProbingTargetPathSelectorHttpProbingConfig) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfig) WithArrayOfValues(values []*common.HTTPProbingConfig) *ProbingTarget_FieldTerminalPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfig) WithSubArrayItemValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfig) WithSubArrayItemValue(subPathArrayItemValue common.HTTPProbingConfig_FieldPathArrayItemValue) *ProbingTarget_FieldSubPathArrayItemValue
func (ProbingTargetPathSelectorHttpProbingConfig) WithSubArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfig) WithSubArrayOfValues(subPathArrayOfValues common.HTTPProbingConfig_FieldPathArrayOfValues) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfig) WithSubPath ¶
func (ProbingTargetPathSelectorHttpProbingConfig) WithSubPath(subPath common.HTTPProbingConfig_FieldPath) *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorHttpProbingConfig) WithSubValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfig) WithSubValue(subPathValue common.HTTPProbingConfig_FieldPathValue) *ProbingTarget_FieldSubPathValue
func (ProbingTargetPathSelectorHttpProbingConfig) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfig) WithValue(value *common.HTTPProbingConfig) *ProbingTarget_FieldTerminalPathValue
type ProbingTargetPathSelectorHttpProbingConfigAuthConfig ¶
type ProbingTargetPathSelectorHttpProbingConfigAuthConfig struct{}
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) FieldPath ¶
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) RequestHeaderTokenKey ¶
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) RequestHeaderTokenKey() ProbingTargetPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) TokenRequest ¶
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey ¶
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) TokenResponseBodyExpiryKey() ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) TokenResponseBodyKey ¶
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) TokenResponseBodyKey() ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) TokenResponseHeader ¶
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfig) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPAuth) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfig) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfig) WithValue(value *common.HTTPProbingConfig_HTTPAuth) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigPassword ¶
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigPassword struct{}
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigPassword) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigPassword) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigPassword) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigPassword) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey ¶
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest ¶
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest struct{}
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest) AuthenticationMethod ¶
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest) ExpectedResponseCode ¶
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest) RequestBody ¶
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest) RequestHeaders ¶
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest) RequestMethod ¶
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingTarget_FieldSubPathArrayOfValues
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod ¶
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath ¶
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingTarget_FieldSubPathArrayOfValues
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode ¶
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath ¶
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingTarget_FieldSubPathArrayOfValues
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody ¶
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders ¶
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue(value map[string]string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod ¶
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingTarget_FieldSubPathArrayOfValues
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout ¶
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout struct{}
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue(value *duration.Duration) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl ¶
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl struct{}
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenRequestUrl) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey ¶
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey ¶
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader ¶
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader struct{}
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigTokenResponseHeader) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigUsername ¶
type ProbingTargetPathSelectorHttpProbingConfigAuthConfigUsername struct{}
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigUsername) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigUsername) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfigAuthConfigUsername) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfigAuthConfigUsername) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorHttpProbingConfigHttpRequest ¶
type ProbingTargetPathSelectorHttpProbingConfigHttpRequest struct{}
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequest) AuthenticationMethod ¶
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequest) ExpectedResponseCode ¶
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequest) FieldPath ¶
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequest) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequest) RequestBody ¶
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequest) RequestHeaders ¶
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequest) RequestMethod ¶
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequest) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequest) WithArrayOfValues(values []*common.HTTPProbingConfig_HTTPRequest) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequest) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequest) WithValue(value *common.HTTPProbingConfig_HTTPRequest) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod ¶
type ProbingTargetPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod struct{}
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues(values []common.AuthenticationMethod) *ProbingTarget_FieldSubPathArrayOfValues
type ProbingTargetPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode ¶
type ProbingTargetPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode struct{}
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues(values []uint32) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestExpectedResponseCode) WithValue(value uint32) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestBody ¶
type ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestBody struct{}
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestBody) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestBody) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestHeaders ¶
type ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestHeaders struct{}
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues(values []map[string]string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestHeaders) WithValue(value map[string]string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestMethod ¶
type ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestMethod struct{}
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues(values []common.HTTPRequestMethod) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestMethod) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestRequestMethod) WithValue(value common.HTTPRequestMethod) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorHttpProbingConfigHttpRequestTimeout ¶
type ProbingTargetPathSelectorHttpProbingConfigHttpRequestTimeout struct{}
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestTimeout) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestTimeout) WithArrayOfValues(values []*duration.Duration) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestTimeout) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestTimeout) WithValue(value *duration.Duration) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorHttpProbingConfigHttpRequestUrl ¶
type ProbingTargetPathSelectorHttpProbingConfigHttpRequestUrl struct{}
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestUrl) FieldPath ¶
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestUrl) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestUrl) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestUrl) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorHttpProbingConfigHttpRequestUrl) WithValue ¶
func (s ProbingTargetPathSelectorHttpProbingConfigHttpRequestUrl) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorIpVersion ¶
type ProbingTargetPathSelectorIpVersion struct{}
func (ProbingTargetPathSelectorIpVersion) FieldPath ¶
func (ProbingTargetPathSelectorIpVersion) FieldPath() *ProbingTarget_FieldTerminalPath
func (ProbingTargetPathSelectorIpVersion) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorIpVersion) WithArrayOfValues(values []common.IpVersion) *ProbingTarget_FieldTerminalPathArrayOfValues
func (ProbingTargetPathSelectorIpVersion) WithValue ¶
func (s ProbingTargetPathSelectorIpVersion) WithValue(value common.IpVersion) *ProbingTarget_FieldTerminalPathValue
type ProbingTargetPathSelectorLocation ¶
type ProbingTargetPathSelectorLocation struct{}
func (ProbingTargetPathSelectorLocation) Accuracy ¶
func (ProbingTargetPathSelectorLocation) Accuracy() ProbingTargetPathSelectorLocationAccuracy
func (ProbingTargetPathSelectorLocation) AdminHierarchy ¶
func (ProbingTargetPathSelectorLocation) AdminHierarchy() ProbingTargetPathSelectorLocationAdminHierarchy
func (ProbingTargetPathSelectorLocation) Coordinates ¶
func (ProbingTargetPathSelectorLocation) Coordinates() ProbingTargetPathSelectorLocationCoordinates
func (ProbingTargetPathSelectorLocation) FieldPath ¶
func (ProbingTargetPathSelectorLocation) FieldPath() *ProbingTarget_FieldTerminalPath
func (ProbingTargetPathSelectorLocation) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocation) WithArrayOfValues(values []*common.Location) *ProbingTarget_FieldTerminalPathArrayOfValues
func (ProbingTargetPathSelectorLocation) WithSubArrayItemValue ¶
func (s ProbingTargetPathSelectorLocation) WithSubArrayItemValue(subPathArrayItemValue common.Location_FieldPathArrayItemValue) *ProbingTarget_FieldSubPathArrayItemValue
func (ProbingTargetPathSelectorLocation) WithSubArrayOfValues ¶
func (s ProbingTargetPathSelectorLocation) WithSubArrayOfValues(subPathArrayOfValues common.Location_FieldPathArrayOfValues) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocation) WithSubPath ¶
func (ProbingTargetPathSelectorLocation) WithSubPath(subPath common.Location_FieldPath) *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocation) WithSubValue ¶
func (s ProbingTargetPathSelectorLocation) WithSubValue(subPathValue common.Location_FieldPathValue) *ProbingTarget_FieldSubPathValue
func (ProbingTargetPathSelectorLocation) WithValue ¶
func (s ProbingTargetPathSelectorLocation) WithValue(value *common.Location) *ProbingTarget_FieldTerminalPathValue
type ProbingTargetPathSelectorLocationAccuracy ¶
type ProbingTargetPathSelectorLocationAccuracy struct{}
func (ProbingTargetPathSelectorLocationAccuracy) FieldPath ¶
func (ProbingTargetPathSelectorLocationAccuracy) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAccuracy) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAccuracy) WithArrayOfValues(values []float64) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAccuracy) WithValue ¶
func (s ProbingTargetPathSelectorLocationAccuracy) WithValue(value float64) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationAddress ¶
type ProbingTargetPathSelectorLocationAddress struct{}
func (ProbingTargetPathSelectorLocationAddress) AdminArea1 ¶
func (ProbingTargetPathSelectorLocationAddress) AdminArea2 ¶
func (ProbingTargetPathSelectorLocationAddress) AdminArea3 ¶
func (ProbingTargetPathSelectorLocationAddress) AdminArea4 ¶
func (ProbingTargetPathSelectorLocationAddress) CountryCode ¶
func (ProbingTargetPathSelectorLocationAddress) FieldPath ¶
func (ProbingTargetPathSelectorLocationAddress) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAddress) PostalCode ¶
func (ProbingTargetPathSelectorLocationAddress) StreetAddress ¶
func (ProbingTargetPathSelectorLocationAddress) StreetAddress() ProbingTargetPathSelectorLocationAddressStreetAddress
func (ProbingTargetPathSelectorLocationAddress) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAddress) WithArrayOfValues(values []*common.Address) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAddress) WithValue ¶
func (s ProbingTargetPathSelectorLocationAddress) WithValue(value *common.Address) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationAddressAdminArea1 ¶
type ProbingTargetPathSelectorLocationAddressAdminArea1 struct{}
func (ProbingTargetPathSelectorLocationAddressAdminArea1) FieldPath ¶
func (ProbingTargetPathSelectorLocationAddressAdminArea1) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAddressAdminArea1) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAddressAdminArea1) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAddressAdminArea1) WithValue ¶
func (s ProbingTargetPathSelectorLocationAddressAdminArea1) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationAddressAdminArea2 ¶
type ProbingTargetPathSelectorLocationAddressAdminArea2 struct{}
func (ProbingTargetPathSelectorLocationAddressAdminArea2) FieldPath ¶
func (ProbingTargetPathSelectorLocationAddressAdminArea2) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAddressAdminArea2) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAddressAdminArea2) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAddressAdminArea2) WithValue ¶
func (s ProbingTargetPathSelectorLocationAddressAdminArea2) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationAddressAdminArea3 ¶
type ProbingTargetPathSelectorLocationAddressAdminArea3 struct{}
func (ProbingTargetPathSelectorLocationAddressAdminArea3) FieldPath ¶
func (ProbingTargetPathSelectorLocationAddressAdminArea3) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAddressAdminArea3) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAddressAdminArea3) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAddressAdminArea3) WithValue ¶
func (s ProbingTargetPathSelectorLocationAddressAdminArea3) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationAddressAdminArea4 ¶
type ProbingTargetPathSelectorLocationAddressAdminArea4 struct{}
func (ProbingTargetPathSelectorLocationAddressAdminArea4) FieldPath ¶
func (ProbingTargetPathSelectorLocationAddressAdminArea4) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAddressAdminArea4) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAddressAdminArea4) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAddressAdminArea4) WithValue ¶
func (s ProbingTargetPathSelectorLocationAddressAdminArea4) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationAddressContinent ¶
type ProbingTargetPathSelectorLocationAddressContinent struct{}
func (ProbingTargetPathSelectorLocationAddressContinent) FieldPath ¶
func (ProbingTargetPathSelectorLocationAddressContinent) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAddressContinent) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAddressContinent) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAddressContinent) WithValue ¶
func (s ProbingTargetPathSelectorLocationAddressContinent) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationAddressCountry ¶
type ProbingTargetPathSelectorLocationAddressCountry struct{}
func (ProbingTargetPathSelectorLocationAddressCountry) FieldPath ¶
func (ProbingTargetPathSelectorLocationAddressCountry) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAddressCountry) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAddressCountry) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAddressCountry) WithValue ¶
func (s ProbingTargetPathSelectorLocationAddressCountry) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationAddressCountryCode ¶
type ProbingTargetPathSelectorLocationAddressCountryCode struct{}
func (ProbingTargetPathSelectorLocationAddressCountryCode) FieldPath ¶
func (ProbingTargetPathSelectorLocationAddressCountryCode) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAddressCountryCode) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAddressCountryCode) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAddressCountryCode) WithValue ¶
func (s ProbingTargetPathSelectorLocationAddressCountryCode) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationAddressPostalCode ¶
type ProbingTargetPathSelectorLocationAddressPostalCode struct{}
func (ProbingTargetPathSelectorLocationAddressPostalCode) FieldPath ¶
func (ProbingTargetPathSelectorLocationAddressPostalCode) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAddressPostalCode) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAddressPostalCode) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAddressPostalCode) WithValue ¶
func (s ProbingTargetPathSelectorLocationAddressPostalCode) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationAddressStreetAddress ¶
type ProbingTargetPathSelectorLocationAddressStreetAddress struct{}
func (ProbingTargetPathSelectorLocationAddressStreetAddress) FieldPath ¶
func (ProbingTargetPathSelectorLocationAddressStreetAddress) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAddressStreetAddress) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAddressStreetAddress) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAddressStreetAddress) WithValue ¶
func (s ProbingTargetPathSelectorLocationAddressStreetAddress) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationAdminHierarchy ¶
type ProbingTargetPathSelectorLocationAdminHierarchy struct{}
func (ProbingTargetPathSelectorLocationAdminHierarchy) FieldPath ¶
func (ProbingTargetPathSelectorLocationAdminHierarchy) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAdminHierarchy) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAdminHierarchy) WithValue ¶
func (s ProbingTargetPathSelectorLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationAdminHierarchyAdmin1 ¶
type ProbingTargetPathSelectorLocationAdminHierarchyAdmin1 struct{}
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin1) FieldPath ¶
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin1) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin1) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin1) WithValue ¶
func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationAdminHierarchyAdmin2 ¶
type ProbingTargetPathSelectorLocationAdminHierarchyAdmin2 struct{}
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin2) FieldPath ¶
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin2) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin2) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin2) WithValue ¶
func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationAdminHierarchyAdmin3 ¶
type ProbingTargetPathSelectorLocationAdminHierarchyAdmin3 struct{}
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin3) FieldPath ¶
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin3) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin3) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin3) WithValue ¶
func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationAdminHierarchyAdmin4 ¶
type ProbingTargetPathSelectorLocationAdminHierarchyAdmin4 struct{}
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin4) FieldPath ¶
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin4) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin4) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin4) WithValue ¶
func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationAdminHierarchyAdmin5 ¶
type ProbingTargetPathSelectorLocationAdminHierarchyAdmin5 struct{}
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin5) FieldPath ¶
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin5) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin5) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAdminHierarchyAdmin5) WithValue ¶
func (s ProbingTargetPathSelectorLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationAdminHierarchyContinent ¶
type ProbingTargetPathSelectorLocationAdminHierarchyContinent struct{}
func (ProbingTargetPathSelectorLocationAdminHierarchyContinent) FieldPath ¶
func (ProbingTargetPathSelectorLocationAdminHierarchyContinent) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAdminHierarchyContinent) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAdminHierarchyContinent) WithValue ¶
func (s ProbingTargetPathSelectorLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationAdminHierarchyCountry ¶
type ProbingTargetPathSelectorLocationAdminHierarchyCountry struct{}
func (ProbingTargetPathSelectorLocationAdminHierarchyCountry) FieldPath ¶
func (ProbingTargetPathSelectorLocationAdminHierarchyCountry) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationAdminHierarchyCountry) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationAdminHierarchyCountry) WithValue ¶
func (s ProbingTargetPathSelectorLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationCoordinates ¶
type ProbingTargetPathSelectorLocationCoordinates struct{}
func (ProbingTargetPathSelectorLocationCoordinates) FieldPath ¶
func (ProbingTargetPathSelectorLocationCoordinates) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorLocationCoordinates) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorLocationCoordinates) WithValue ¶
func (s ProbingTargetPathSelectorLocationCoordinates) WithValue(value *latlng.LatLng) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorLocationType ¶
type ProbingTargetPathSelectorLocationType struct{}
func (ProbingTargetPathSelectorLocationType) FieldPath ¶
func (ProbingTargetPathSelectorLocationType) FieldPath() *ProbingTarget_FieldTerminalPath
func (ProbingTargetPathSelectorLocationType) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorLocationType) WithArrayOfValues(values []common.LocationType) *ProbingTarget_FieldTerminalPathArrayOfValues
func (ProbingTargetPathSelectorLocationType) WithValue ¶
func (s ProbingTargetPathSelectorLocationType) WithValue(value common.LocationType) *ProbingTarget_FieldTerminalPathValue
type ProbingTargetPathSelectorMetadata ¶
type ProbingTargetPathSelectorMetadata struct{}
func (ProbingTargetPathSelectorMetadata) Annotations ¶
func (ProbingTargetPathSelectorMetadata) Annotations() ProbingTargetPathSelectorMetadataAnnotations
func (ProbingTargetPathSelectorMetadata) CreateTime ¶
func (ProbingTargetPathSelectorMetadata) CreateTime() ProbingTargetPathSelectorMetadataCreateTime
func (ProbingTargetPathSelectorMetadata) DeleteTime ¶ added in v0.7.1
func (ProbingTargetPathSelectorMetadata) DeleteTime() ProbingTargetPathSelectorMetadataDeleteTime
func (ProbingTargetPathSelectorMetadata) FieldPath ¶
func (ProbingTargetPathSelectorMetadata) FieldPath() *ProbingTarget_FieldTerminalPath
func (ProbingTargetPathSelectorMetadata) Generation ¶
func (ProbingTargetPathSelectorMetadata) Generation() ProbingTargetPathSelectorMetadataGeneration
func (ProbingTargetPathSelectorMetadata) Lifecycle ¶ added in v0.7.1
func (ProbingTargetPathSelectorMetadata) Lifecycle() ProbingTargetPathSelectorMetadataLifecycle
func (ProbingTargetPathSelectorMetadata) OwnerReferences ¶
func (ProbingTargetPathSelectorMetadata) OwnerReferences() ProbingTargetPathSelectorMetadataOwnerReferences
func (ProbingTargetPathSelectorMetadata) ResourceVersion ¶
func (ProbingTargetPathSelectorMetadata) ResourceVersion() ProbingTargetPathSelectorMetadataResourceVersion
func (ProbingTargetPathSelectorMetadata) UpdateTime ¶
func (ProbingTargetPathSelectorMetadata) UpdateTime() ProbingTargetPathSelectorMetadataUpdateTime
func (ProbingTargetPathSelectorMetadata) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ProbingTarget_FieldTerminalPathArrayOfValues
func (ProbingTargetPathSelectorMetadata) WithSubArrayItemValue ¶
func (s ProbingTargetPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *ProbingTarget_FieldSubPathArrayItemValue
func (ProbingTargetPathSelectorMetadata) WithSubArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadata) WithSubPath ¶
func (ProbingTargetPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadata) WithSubValue ¶
func (s ProbingTargetPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *ProbingTarget_FieldSubPathValue
func (ProbingTargetPathSelectorMetadata) WithValue ¶
func (s ProbingTargetPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *ProbingTarget_FieldTerminalPathValue
type ProbingTargetPathSelectorMetadataAnnotations ¶
type ProbingTargetPathSelectorMetadataAnnotations struct{}
func (ProbingTargetPathSelectorMetadataAnnotations) FieldPath ¶
func (ProbingTargetPathSelectorMetadataAnnotations) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataAnnotations) WithValue ¶
func (s ProbingTargetPathSelectorMetadataAnnotations) WithValue(value map[string]string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataCreateTime ¶
type ProbingTargetPathSelectorMetadataCreateTime struct{}
func (ProbingTargetPathSelectorMetadataCreateTime) FieldPath ¶
func (ProbingTargetPathSelectorMetadataCreateTime) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataCreateTime) WithValue ¶
func (s ProbingTargetPathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataDeleteTime ¶ added in v0.7.1
type ProbingTargetPathSelectorMetadataDeleteTime struct{}
func (ProbingTargetPathSelectorMetadataDeleteTime) FieldPath ¶ added in v0.7.1
func (ProbingTargetPathSelectorMetadataDeleteTime) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataDeleteTime) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingTargetPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataDeleteTime) WithValue ¶ added in v0.7.1
func (s ProbingTargetPathSelectorMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataGeneration ¶
type ProbingTargetPathSelectorMetadataGeneration struct{}
func (ProbingTargetPathSelectorMetadataGeneration) FieldPath ¶
func (ProbingTargetPathSelectorMetadataGeneration) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataGeneration) WithValue ¶
func (s ProbingTargetPathSelectorMetadataGeneration) WithValue(value int64) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataLabels ¶
type ProbingTargetPathSelectorMetadataLabels struct{}
func (ProbingTargetPathSelectorMetadataLabels) FieldPath ¶
func (ProbingTargetPathSelectorMetadataLabels) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataLabels) WithKey ¶
func (ProbingTargetPathSelectorMetadataLabels) WithKey(key string) ProbingTargetMapPathSelectorMetadataLabels
func (ProbingTargetPathSelectorMetadataLabels) WithValue ¶
func (s ProbingTargetPathSelectorMetadataLabels) WithValue(value map[string]string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataLifecycle ¶ added in v0.7.1
type ProbingTargetPathSelectorMetadataLifecycle struct{}
func (ProbingTargetPathSelectorMetadataLifecycle) BlockDeletion ¶ added in v0.7.1
func (ProbingTargetPathSelectorMetadataLifecycle) FieldPath ¶ added in v0.7.1
func (ProbingTargetPathSelectorMetadataLifecycle) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataLifecycle) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingTargetPathSelectorMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataLifecycle) WithValue ¶ added in v0.7.1
func (s ProbingTargetPathSelectorMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataLifecycleBlockDeletion ¶ added in v0.7.1
type ProbingTargetPathSelectorMetadataLifecycleBlockDeletion struct{}
func (ProbingTargetPathSelectorMetadataLifecycleBlockDeletion) FieldPath ¶ added in v0.7.1
func (ProbingTargetPathSelectorMetadataLifecycleBlockDeletion) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingTargetPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataLifecycleBlockDeletion) WithValue ¶ added in v0.7.1
func (s ProbingTargetPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataLifecycleState ¶ added in v0.7.1
type ProbingTargetPathSelectorMetadataLifecycleState struct{}
func (ProbingTargetPathSelectorMetadataLifecycleState) FieldPath ¶ added in v0.7.1
func (ProbingTargetPathSelectorMetadataLifecycleState) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataLifecycleState) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingTargetPathSelectorMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataLifecycleState) WithValue ¶ added in v0.7.1
func (s ProbingTargetPathSelectorMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataOwnerReferences ¶
type ProbingTargetPathSelectorMetadataOwnerReferences struct{}
func (ProbingTargetPathSelectorMetadataOwnerReferences) BlockOwnerDeletion ¶
func (ProbingTargetPathSelectorMetadataOwnerReferences) BlockOwnerDeletion() ProbingTargetPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
func (ProbingTargetPathSelectorMetadataOwnerReferences) Controller ¶
func (ProbingTargetPathSelectorMetadataOwnerReferences) FieldPath ¶
func (ProbingTargetPathSelectorMetadataOwnerReferences) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.7.1
func (ProbingTargetPathSelectorMetadataOwnerReferences) RequiresOwnerReference() ProbingTargetPathSelectorMetadataOwnerReferencesRequiresOwnerReference
func (ProbingTargetPathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s ProbingTargetPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ProbingTarget_FieldSubPathArrayItemValue
func (ProbingTargetPathSelectorMetadataOwnerReferences) WithValue ¶
func (s ProbingTargetPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataOwnerReferencesBlockOwnerDeletion ¶
type ProbingTargetPathSelectorMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (ProbingTargetPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue ¶
func (s ProbingTargetPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataOwnerReferencesController ¶
type ProbingTargetPathSelectorMetadataOwnerReferencesController struct{}
func (ProbingTargetPathSelectorMetadataOwnerReferencesController) FieldPath ¶
func (ProbingTargetPathSelectorMetadataOwnerReferencesController) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataOwnerReferencesController) WithValue ¶
func (s ProbingTargetPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataOwnerReferencesKind ¶
type ProbingTargetPathSelectorMetadataOwnerReferencesKind struct{}
func (ProbingTargetPathSelectorMetadataOwnerReferencesKind) FieldPath ¶
func (ProbingTargetPathSelectorMetadataOwnerReferencesKind) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s ProbingTargetPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataOwnerReferencesName ¶
type ProbingTargetPathSelectorMetadataOwnerReferencesName struct{}
func (ProbingTargetPathSelectorMetadataOwnerReferencesName) FieldPath ¶
func (ProbingTargetPathSelectorMetadataOwnerReferencesName) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s ProbingTargetPathSelectorMetadataOwnerReferencesName) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataOwnerReferencesRegion ¶ added in v0.7.1
type ProbingTargetPathSelectorMetadataOwnerReferencesRegion struct{}
func (ProbingTargetPathSelectorMetadataOwnerReferencesRegion) FieldPath ¶ added in v0.7.1
func (ProbingTargetPathSelectorMetadataOwnerReferencesRegion) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingTargetPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataOwnerReferencesRegion) WithValue ¶ added in v0.7.1
func (s ProbingTargetPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.7.1
type ProbingTargetPathSelectorMetadataOwnerReferencesRequiresOwnerReference struct{}
func (ProbingTargetPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.7.1
func (ProbingTargetPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingTargetPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue ¶ added in v0.7.1
func (s ProbingTargetPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataOwnerReferencesVersion ¶ added in v0.7.1
type ProbingTargetPathSelectorMetadataOwnerReferencesVersion struct{}
func (ProbingTargetPathSelectorMetadataOwnerReferencesVersion) FieldPath ¶ added in v0.7.1
func (ProbingTargetPathSelectorMetadataOwnerReferencesVersion) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.7.1
func (s ProbingTargetPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataOwnerReferencesVersion) WithValue ¶ added in v0.7.1
func (s ProbingTargetPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataResourceVersion ¶
type ProbingTargetPathSelectorMetadataResourceVersion struct{}
func (ProbingTargetPathSelectorMetadataResourceVersion) FieldPath ¶
func (ProbingTargetPathSelectorMetadataResourceVersion) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataResourceVersion) WithValue ¶
func (s ProbingTargetPathSelectorMetadataResourceVersion) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataShards ¶
type ProbingTargetPathSelectorMetadataShards struct{}
func (ProbingTargetPathSelectorMetadataShards) FieldPath ¶
func (ProbingTargetPathSelectorMetadataShards) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataShards) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataShards) WithKey ¶
func (ProbingTargetPathSelectorMetadataShards) WithKey(key string) ProbingTargetMapPathSelectorMetadataShards
func (ProbingTargetPathSelectorMetadataShards) WithValue ¶
func (s ProbingTargetPathSelectorMetadataShards) WithValue(value map[string]int64) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataSyncing ¶
type ProbingTargetPathSelectorMetadataSyncing struct{}
func (ProbingTargetPathSelectorMetadataSyncing) FieldPath ¶
func (ProbingTargetPathSelectorMetadataSyncing) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataSyncing) OwningRegion ¶
func (ProbingTargetPathSelectorMetadataSyncing) OwningRegion() ProbingTargetPathSelectorMetadataSyncingOwningRegion
func (ProbingTargetPathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataSyncing) WithValue ¶
func (s ProbingTargetPathSelectorMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataSyncingOwningRegion ¶
type ProbingTargetPathSelectorMetadataSyncingOwningRegion struct{}
func (ProbingTargetPathSelectorMetadataSyncingOwningRegion) FieldPath ¶
func (ProbingTargetPathSelectorMetadataSyncingOwningRegion) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s ProbingTargetPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataSyncingRegions ¶
type ProbingTargetPathSelectorMetadataSyncingRegions struct{}
func (ProbingTargetPathSelectorMetadataSyncingRegions) FieldPath ¶
func (ProbingTargetPathSelectorMetadataSyncingRegions) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s ProbingTargetPathSelectorMetadataSyncingRegions) WithItemValue(value string) *ProbingTarget_FieldSubPathArrayItemValue
func (ProbingTargetPathSelectorMetadataSyncingRegions) WithValue ¶
func (s ProbingTargetPathSelectorMetadataSyncingRegions) WithValue(value []string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataTags ¶
type ProbingTargetPathSelectorMetadataTags struct{}
func (ProbingTargetPathSelectorMetadataTags) FieldPath ¶
func (ProbingTargetPathSelectorMetadataTags) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataTags) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataTags) WithItemValue ¶
func (s ProbingTargetPathSelectorMetadataTags) WithItemValue(value string) *ProbingTarget_FieldSubPathArrayItemValue
func (ProbingTargetPathSelectorMetadataTags) WithValue ¶
func (s ProbingTargetPathSelectorMetadataTags) WithValue(value []string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataUpdateTime ¶
type ProbingTargetPathSelectorMetadataUpdateTime struct{}
func (ProbingTargetPathSelectorMetadataUpdateTime) FieldPath ¶
func (ProbingTargetPathSelectorMetadataUpdateTime) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataUpdateTime) WithValue ¶
func (s ProbingTargetPathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMetadataUuid ¶
type ProbingTargetPathSelectorMetadataUuid struct{}
func (ProbingTargetPathSelectorMetadataUuid) FieldPath ¶
func (ProbingTargetPathSelectorMetadataUuid) FieldPath() *ProbingTarget_FieldSubPath
func (ProbingTargetPathSelectorMetadataUuid) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMetadataUuid) WithArrayOfValues(values []string) *ProbingTarget_FieldSubPathArrayOfValues
func (ProbingTargetPathSelectorMetadataUuid) WithValue ¶
func (s ProbingTargetPathSelectorMetadataUuid) WithValue(value string) *ProbingTarget_FieldSubPathValue
type ProbingTargetPathSelectorMode ¶
type ProbingTargetPathSelectorMode struct{}
func (ProbingTargetPathSelectorMode) FieldPath ¶
func (ProbingTargetPathSelectorMode) FieldPath() *ProbingTarget_FieldTerminalPath
func (ProbingTargetPathSelectorMode) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorMode) WithArrayOfValues(values []common.ProbingMode) *ProbingTarget_FieldTerminalPathArrayOfValues
func (ProbingTargetPathSelectorMode) WithValue ¶
func (s ProbingTargetPathSelectorMode) WithValue(value common.ProbingMode) *ProbingTarget_FieldTerminalPathValue
type ProbingTargetPathSelectorName ¶
type ProbingTargetPathSelectorName struct{}
func (ProbingTargetPathSelectorName) FieldPath ¶
func (ProbingTargetPathSelectorName) FieldPath() *ProbingTarget_FieldTerminalPath
func (ProbingTargetPathSelectorName) WithArrayOfValues ¶
func (s ProbingTargetPathSelectorName) WithArrayOfValues(values []*Name) *ProbingTarget_FieldTerminalPathArrayOfValues
func (ProbingTargetPathSelectorName) WithValue ¶
func (s ProbingTargetPathSelectorName) WithValue(value *Name) *ProbingTarget_FieldTerminalPathValue
type ProbingTargetPathSelectorSpeedtestTcpPort ¶ added in v0.4.36
type ProbingTargetPathSelectorSpeedtestTcpPort struct{}
func (ProbingTargetPathSelectorSpeedtestTcpPort) FieldPath ¶ added in v0.4.36
func (ProbingTargetPathSelectorSpeedtestTcpPort) FieldPath() *ProbingTarget_FieldTerminalPath
func (ProbingTargetPathSelectorSpeedtestTcpPort) WithArrayOfValues ¶ added in v0.4.36
func (s ProbingTargetPathSelectorSpeedtestTcpPort) WithArrayOfValues(values []int32) *ProbingTarget_FieldTerminalPathArrayOfValues
func (ProbingTargetPathSelectorSpeedtestTcpPort) WithValue ¶ added in v0.4.36
func (s ProbingTargetPathSelectorSpeedtestTcpPort) WithValue(value int32) *ProbingTarget_FieldTerminalPathValue
type ProbingTargetPathSelectorTargetType ¶ added in v0.4.26
type ProbingTargetPathSelectorTargetType struct{}
func (ProbingTargetPathSelectorTargetType) FieldPath ¶ added in v0.4.26
func (ProbingTargetPathSelectorTargetType) FieldPath() *ProbingTarget_FieldTerminalPath
func (ProbingTargetPathSelectorTargetType) WithArrayOfValues ¶ added in v0.4.26
func (s ProbingTargetPathSelectorTargetType) WithArrayOfValues(values []ProbingTarget_TargetType) *ProbingTarget_FieldTerminalPathArrayOfValues
func (ProbingTargetPathSelectorTargetType) WithValue ¶ added in v0.4.26
func (s ProbingTargetPathSelectorTargetType) WithValue(value ProbingTarget_TargetType) *ProbingTarget_FieldTerminalPathValue
type ProbingTargetPathSelectorUdpPort ¶ added in v0.4.36
type ProbingTargetPathSelectorUdpPort struct{}
func (ProbingTargetPathSelectorUdpPort) FieldPath ¶ added in v0.4.36
func (ProbingTargetPathSelectorUdpPort) FieldPath() *ProbingTarget_FieldTerminalPath
func (ProbingTargetPathSelectorUdpPort) WithArrayOfValues ¶ added in v0.4.36
func (s ProbingTargetPathSelectorUdpPort) WithArrayOfValues(values []int32) *ProbingTarget_FieldTerminalPathArrayOfValues
func (ProbingTargetPathSelectorUdpPort) WithValue ¶ added in v0.4.36
func (s ProbingTargetPathSelectorUdpPort) WithValue(value int32) *ProbingTarget_FieldTerminalPathValue
type ProbingTargetReferenceList ¶
type ProbingTargetReferenceList []*Reference
func (ProbingTargetReferenceList) Append ¶
func (l ProbingTargetReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
func (ProbingTargetReferenceList) AppendList ¶
func (l ProbingTargetReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
func (ProbingTargetReferenceList) At ¶
func (l ProbingTargetReferenceList) At(idx int) gotenresource.Reference
func (ProbingTargetReferenceList) Length ¶
func (l ProbingTargetReferenceList) Length() int
func (ProbingTargetReferenceList) Set ¶
func (l ProbingTargetReferenceList) Set(idx int, ref gotenresource.Reference)
func (ProbingTargetReferenceList) Slice ¶
func (l ProbingTargetReferenceList) Slice(first, second int) gotenresource.ReferenceList
type ProbingTarget_FieldMask ¶
type ProbingTarget_FieldMask struct {
Paths []ProbingTarget_FieldPath
}
func FullProbingTarget_FieldMask ¶
func FullProbingTarget_FieldMask() *ProbingTarget_FieldMask
func ResourceViewFieldMask ¶
func ResourceViewFieldMask(viewName view.View, extraMask *ProbingTarget_FieldMask) *ProbingTarget_FieldMask
func (*ProbingTarget_FieldMask) AppendPath ¶
func (fieldMask *ProbingTarget_FieldMask) AppendPath(path ProbingTarget_FieldPath)
func (*ProbingTarget_FieldMask) AppendRawPath ¶
func (fieldMask *ProbingTarget_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ProbingTarget_FieldMask) DecodeFirestore ¶
func (fieldMask *ProbingTarget_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ProbingTarget_FieldMask) EncodeFirestore ¶
func (fieldMask *ProbingTarget_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ProbingTarget_FieldMask) FilterInputFields ¶
func (fieldMask *ProbingTarget_FieldMask) FilterInputFields() *ProbingTarget_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ProbingTarget_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ProbingTarget_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ProbingTarget_FieldMask) GetPaths ¶
func (fieldMask *ProbingTarget_FieldMask) GetPaths() []ProbingTarget_FieldPath
func (*ProbingTarget_FieldMask) GetRawPaths ¶
func (fieldMask *ProbingTarget_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ProbingTarget_FieldMask) IsFull ¶
func (fieldMask *ProbingTarget_FieldMask) IsFull() bool
func (ProbingTarget_FieldMask) Marshal ¶
func (fieldMask ProbingTarget_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ProbingTarget_FieldMask) MarshalJSON ¶
func (fieldMask ProbingTarget_FieldMask) MarshalJSON() ([]byte, error)
func (*ProbingTarget_FieldMask) PathsCount ¶
func (fieldMask *ProbingTarget_FieldMask) PathsCount() int
func (*ProbingTarget_FieldMask) Project ¶
func (fieldMask *ProbingTarget_FieldMask) Project(source *ProbingTarget) *ProbingTarget
func (*ProbingTarget_FieldMask) ProjectRaw ¶
func (fieldMask *ProbingTarget_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ProbingTarget_FieldMask) ProtoMessage ¶
func (fieldMask *ProbingTarget_FieldMask) ProtoMessage()
func (*ProbingTarget_FieldMask) ProtoReflect ¶
func (fieldMask *ProbingTarget_FieldMask) ProtoReflect() preflect.Message
func (*ProbingTarget_FieldMask) Reset ¶
func (fieldMask *ProbingTarget_FieldMask) Reset()
func (*ProbingTarget_FieldMask) Set ¶
func (fieldMask *ProbingTarget_FieldMask) Set(target, source *ProbingTarget)
func (*ProbingTarget_FieldMask) SetFromCliFlag ¶
func (fieldMask *ProbingTarget_FieldMask) SetFromCliFlag(raw string) error
func (*ProbingTarget_FieldMask) SetRaw ¶
func (fieldMask *ProbingTarget_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ProbingTarget_FieldMask) Size ¶
func (fieldMask *ProbingTarget_FieldMask) Size() int
func (*ProbingTarget_FieldMask) String ¶
func (fieldMask *ProbingTarget_FieldMask) String() string
func (*ProbingTarget_FieldMask) Subtract ¶
func (fieldMask *ProbingTarget_FieldMask) Subtract(other *ProbingTarget_FieldMask) *ProbingTarget_FieldMask
func (*ProbingTarget_FieldMask) SubtractRaw ¶
func (fieldMask *ProbingTarget_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ProbingTarget_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ProbingTarget_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ProbingTarget_FieldMask) Unmarshal ¶
func (fieldMask *ProbingTarget_FieldMask) Unmarshal(data []byte) error
func (*ProbingTarget_FieldMask) UnmarshalJSON ¶
func (fieldMask *ProbingTarget_FieldMask) UnmarshalJSON(data []byte) error
type ProbingTarget_FieldPath ¶
type ProbingTarget_FieldPath interface { gotenobject.FieldPath Selector() ProbingTarget_FieldPathSelector Get(source *ProbingTarget) []interface{} GetSingle(source *ProbingTarget) (interface{}, bool) ClearValue(item *ProbingTarget) // Those methods build corresponding ProbingTarget_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ProbingTarget_FieldPathValue WithIArrayOfValues(values interface{}) ProbingTarget_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ProbingTarget_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildProbingTarget_FieldPath ¶
func BuildProbingTarget_FieldPath(fp gotenobject.RawFieldPath) (ProbingTarget_FieldPath, error)
func MustParseProbingTarget_FieldPath ¶
func MustParseProbingTarget_FieldPath(rawField string) ProbingTarget_FieldPath
func ParseProbingTarget_FieldPath ¶
func ParseProbingTarget_FieldPath(rawField string) (ProbingTarget_FieldPath, error)
type ProbingTarget_FieldPathArrayItemValue ¶
type ProbingTarget_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ProbingTarget_FieldPath ContainsValue(*ProbingTarget) bool }
ProbingTarget_FieldPathArrayItemValue allows storing single item in Path-specific values for ProbingTarget according to their type Present only for array (repeated) types.
func MustParseProbingTarget_FieldPathArrayItemValue ¶
func MustParseProbingTarget_FieldPathArrayItemValue(pathStr, valueStr string) ProbingTarget_FieldPathArrayItemValue
func ParseProbingTarget_FieldPathArrayItemValue ¶
func ParseProbingTarget_FieldPathArrayItemValue(pathStr, valueStr string) (ProbingTarget_FieldPathArrayItemValue, error)
ParseProbingTarget_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ProbingTarget_FieldPathArrayOfValues ¶
type ProbingTarget_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ProbingTarget_FieldPath }
ProbingTarget_FieldPathArrayOfValues allows storing slice of values for ProbingTarget fields according to their type
func MustParseProbingTarget_FieldPathArrayOfValues ¶
func MustParseProbingTarget_FieldPathArrayOfValues(pathStr, valuesStr string) ProbingTarget_FieldPathArrayOfValues
func ParseProbingTarget_FieldPathArrayOfValues ¶
func ParseProbingTarget_FieldPathArrayOfValues(pathStr, valuesStr string) (ProbingTarget_FieldPathArrayOfValues, error)
type ProbingTarget_FieldPathSelector ¶
type ProbingTarget_FieldPathSelector int32
const ( ProbingTarget_FieldPathSelectorName ProbingTarget_FieldPathSelector = 0 ProbingTarget_FieldPathSelectorDisplayName ProbingTarget_FieldPathSelector = 1 ProbingTarget_FieldPathSelectorMetadata ProbingTarget_FieldPathSelector = 2 ProbingTarget_FieldPathSelectorGroup ProbingTarget_FieldPathSelector = 3 ProbingTarget_FieldPathSelectorMode ProbingTarget_FieldPathSelector = 4 ProbingTarget_FieldPathSelectorIpVersion ProbingTarget_FieldPathSelector = 5 ProbingTarget_FieldPathSelectorAddress ProbingTarget_FieldPathSelector = 6 ProbingTarget_FieldPathSelectorCategory ProbingTarget_FieldPathSelector = 7 ProbingTarget_FieldPathSelectorLocationType ProbingTarget_FieldPathSelector = 8 ProbingTarget_FieldPathSelectorLocation ProbingTarget_FieldPathSelector = 9 ProbingTarget_FieldPathSelectorHttpProbingConfig ProbingTarget_FieldPathSelector = 10 ProbingTarget_FieldPathSelectorAgent ProbingTarget_FieldPathSelector = 11 ProbingTarget_FieldPathSelectorAddresses ProbingTarget_FieldPathSelector = 12 ProbingTarget_FieldPathSelectorTargetType ProbingTarget_FieldPathSelector = 13 ProbingTarget_FieldPathSelectorUdpPort ProbingTarget_FieldPathSelector = 14 ProbingTarget_FieldPathSelectorSpeedtestTcpPort ProbingTarget_FieldPathSelector = 15 )
func (ProbingTarget_FieldPathSelector) String ¶
func (s ProbingTarget_FieldPathSelector) String() string
type ProbingTarget_FieldPathValue ¶
type ProbingTarget_FieldPathValue interface { ProbingTarget_FieldPath gotenobject.FieldPathValue SetTo(target **ProbingTarget) CompareWith(*ProbingTarget) (cmp int, comparable bool) }
ProbingTarget_FieldPathValue allows storing values for ProbingTarget fields according to their type
func MustParseProbingTarget_FieldPathValue ¶
func MustParseProbingTarget_FieldPathValue(pathStr, valueStr string) ProbingTarget_FieldPathValue
func ParseProbingTarget_FieldPathValue ¶
func ParseProbingTarget_FieldPathValue(pathStr, valueStr string) (ProbingTarget_FieldPathValue, error)
type ProbingTarget_FieldSubPath ¶
type ProbingTarget_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ProbingTarget_FieldSubPath) AsHttpProbingConfigSubPath ¶
func (fps *ProbingTarget_FieldSubPath) AsHttpProbingConfigSubPath() (common.HTTPProbingConfig_FieldPath, bool)
func (*ProbingTarget_FieldSubPath) AsLocationSubPath ¶
func (fps *ProbingTarget_FieldSubPath) AsLocationSubPath() (common.Location_FieldPath, bool)
func (*ProbingTarget_FieldSubPath) AsMetadataSubPath ¶
func (fps *ProbingTarget_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
func (*ProbingTarget_FieldSubPath) ClearValue ¶
func (fps *ProbingTarget_FieldSubPath) ClearValue(item *ProbingTarget)
func (*ProbingTarget_FieldSubPath) ClearValueRaw ¶
func (fps *ProbingTarget_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ProbingTarget_FieldSubPath) Get ¶
func (fps *ProbingTarget_FieldSubPath) Get(source *ProbingTarget) (values []interface{})
Get returns all values pointed by selected field from source ProbingTarget
func (*ProbingTarget_FieldSubPath) GetDefault ¶
func (fps *ProbingTarget_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingTarget_FieldSubPath) GetRaw ¶
func (fps *ProbingTarget_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ProbingTarget_FieldSubPath) GetSingle ¶
func (fps *ProbingTarget_FieldSubPath) GetSingle(source *ProbingTarget) (interface{}, bool)
GetSingle returns value of selected field from source ProbingTarget
func (*ProbingTarget_FieldSubPath) GetSingleRaw ¶
func (fps *ProbingTarget_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingTarget_FieldSubPath) IsLeaf ¶
func (fps *ProbingTarget_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingTarget_FieldSubPath) JSONString ¶
func (fps *ProbingTarget_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingTarget_FieldSubPath) Selector ¶
func (fps *ProbingTarget_FieldSubPath) Selector() ProbingTarget_FieldPathSelector
func (*ProbingTarget_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fps *ProbingTarget_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbingTarget_FieldSubPath) String ¶
func (fps *ProbingTarget_FieldSubPath) String() string
String returns path representation in proto convention
func (*ProbingTarget_FieldSubPath) WithIArrayItemValue ¶
func (fps *ProbingTarget_FieldSubPath) WithIArrayItemValue(value interface{}) ProbingTarget_FieldPathArrayItemValue
func (*ProbingTarget_FieldSubPath) WithIArrayOfValues ¶
func (fps *ProbingTarget_FieldSubPath) WithIArrayOfValues(values interface{}) ProbingTarget_FieldPathArrayOfValues
func (*ProbingTarget_FieldSubPath) WithIValue ¶
func (fps *ProbingTarget_FieldSubPath) WithIValue(value interface{}) ProbingTarget_FieldPathValue
func (*ProbingTarget_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ProbingTarget_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingTarget_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ProbingTarget_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingTarget_FieldSubPath) WithRawIValue ¶
func (fps *ProbingTarget_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingTarget_FieldSubPathArrayItemValue ¶
type ProbingTarget_FieldSubPathArrayItemValue struct { ProbingTarget_FieldPath // contains filtered or unexported fields }
func (*ProbingTarget_FieldSubPathArrayItemValue) AsHttpProbingConfigPathItemValue ¶
func (fpaivs *ProbingTarget_FieldSubPathArrayItemValue) AsHttpProbingConfigPathItemValue() (common.HTTPProbingConfig_FieldPathArrayItemValue, bool)
func (*ProbingTarget_FieldSubPathArrayItemValue) AsLocationPathItemValue ¶
func (fpaivs *ProbingTarget_FieldSubPathArrayItemValue) AsLocationPathItemValue() (common.Location_FieldPathArrayItemValue, bool)
func (*ProbingTarget_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *ProbingTarget_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
func (*ProbingTarget_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ProbingTarget_FieldSubPathArrayItemValue) ContainsValue(source *ProbingTarget) bool
Contains returns a boolean indicating if value that is being held is present in given 'ProbingTarget'
func (*ProbingTarget_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ProbingTarget_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ProbingTarget_FieldSubPathArrayOfValues ¶
type ProbingTarget_FieldSubPathArrayOfValues struct { ProbingTarget_FieldPath // contains filtered or unexported fields }
func (*ProbingTarget_FieldSubPathArrayOfValues) AsHttpProbingConfigPathArrayOfValues ¶
func (fpsaov *ProbingTarget_FieldSubPathArrayOfValues) AsHttpProbingConfigPathArrayOfValues() (common.HTTPProbingConfig_FieldPathArrayOfValues, bool)
func (*ProbingTarget_FieldSubPathArrayOfValues) AsLocationPathArrayOfValues ¶
func (fpsaov *ProbingTarget_FieldSubPathArrayOfValues) AsLocationPathArrayOfValues() (common.Location_FieldPathArrayOfValues, bool)
func (*ProbingTarget_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *ProbingTarget_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
func (*ProbingTarget_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ProbingTarget_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ProbingTarget_FieldSubPathValue ¶
type ProbingTarget_FieldSubPathValue struct { ProbingTarget_FieldPath // contains filtered or unexported fields }
func (*ProbingTarget_FieldSubPathValue) AsHttpProbingConfigPathValue ¶
func (fpvs *ProbingTarget_FieldSubPathValue) AsHttpProbingConfigPathValue() (common.HTTPProbingConfig_FieldPathValue, bool)
func (*ProbingTarget_FieldSubPathValue) AsLocationPathValue ¶
func (fpvs *ProbingTarget_FieldSubPathValue) AsLocationPathValue() (common.Location_FieldPathValue, bool)
func (*ProbingTarget_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *ProbingTarget_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
func (*ProbingTarget_FieldSubPathValue) CompareWith ¶
func (fpvs *ProbingTarget_FieldSubPathValue) CompareWith(source *ProbingTarget) (int, bool)
func (*ProbingTarget_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ProbingTarget_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingTarget_FieldSubPathValue) GetRawValue ¶
func (fpvs *ProbingTarget_FieldSubPathValue) GetRawValue() interface{}
func (*ProbingTarget_FieldSubPathValue) SetTo ¶
func (fpvs *ProbingTarget_FieldSubPathValue) SetTo(target **ProbingTarget)
func (*ProbingTarget_FieldSubPathValue) SetToRaw ¶
func (fpvs *ProbingTarget_FieldSubPathValue) SetToRaw(target proto.Message)
type ProbingTarget_FieldTerminalPath ¶
type ProbingTarget_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ProbingTarget_FieldTerminalPath) ClearValue ¶
func (fp *ProbingTarget_FieldTerminalPath) ClearValue(item *ProbingTarget)
func (*ProbingTarget_FieldTerminalPath) ClearValueRaw ¶
func (fp *ProbingTarget_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ProbingTarget_FieldTerminalPath) Get ¶
func (fp *ProbingTarget_FieldTerminalPath) Get(source *ProbingTarget) (values []interface{})
Get returns all values pointed by specific field from source ProbingTarget
func (*ProbingTarget_FieldTerminalPath) GetDefault ¶
func (fp *ProbingTarget_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ProbingTarget_FieldTerminalPath) GetRaw ¶
func (fp *ProbingTarget_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ProbingTarget_FieldTerminalPath) GetSingle ¶
func (fp *ProbingTarget_FieldTerminalPath) GetSingle(source *ProbingTarget) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ProbingTarget
func (*ProbingTarget_FieldTerminalPath) GetSingleRaw ¶
func (fp *ProbingTarget_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ProbingTarget_FieldTerminalPath) IsLeaf ¶
func (fp *ProbingTarget_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ProbingTarget_FieldTerminalPath) JSONString ¶
func (fp *ProbingTarget_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ProbingTarget_FieldTerminalPath) Selector ¶
func (fp *ProbingTarget_FieldTerminalPath) Selector() ProbingTarget_FieldPathSelector
func (*ProbingTarget_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *ProbingTarget_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ProbingTarget_FieldTerminalPath) String ¶
func (fp *ProbingTarget_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ProbingTarget_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ProbingTarget_FieldTerminalPath) WithIArrayItemValue(value interface{}) ProbingTarget_FieldPathArrayItemValue
func (*ProbingTarget_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ProbingTarget_FieldTerminalPath) WithIArrayOfValues(values interface{}) ProbingTarget_FieldPathArrayOfValues
func (*ProbingTarget_FieldTerminalPath) WithIValue ¶
func (fp *ProbingTarget_FieldTerminalPath) WithIValue(value interface{}) ProbingTarget_FieldPathValue
func (*ProbingTarget_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ProbingTarget_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ProbingTarget_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ProbingTarget_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ProbingTarget_FieldTerminalPath) WithRawIValue ¶
func (fp *ProbingTarget_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ProbingTarget_FieldTerminalPathArrayItemValue ¶
type ProbingTarget_FieldTerminalPathArrayItemValue struct { ProbingTarget_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingTarget_FieldTerminalPathArrayItemValue) AsAddressesItemValue ¶
func (fpaiv *ProbingTarget_FieldTerminalPathArrayItemValue) AsAddressesItemValue() (string, bool)
func (*ProbingTarget_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ProbingTarget_FieldTerminalPathArrayItemValue) ContainsValue(source *ProbingTarget) bool
Contains returns a boolean indicating if value that is being held is present in given 'ProbingTarget'
func (*ProbingTarget_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ProbingTarget_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ProbingTarget as interface{}
func (*ProbingTarget_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ProbingTarget_FieldTerminalPathArrayItemValue) GetSingle(source *ProbingTarget) (interface{}, bool)
func (*ProbingTarget_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ProbingTarget_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ProbingTarget_FieldTerminalPathArrayOfValues ¶
type ProbingTarget_FieldTerminalPathArrayOfValues struct { ProbingTarget_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingTarget_FieldTerminalPathArrayOfValues) AsAddressArrayOfValues ¶
func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsAddressArrayOfValues() ([]string, bool)
func (*ProbingTarget_FieldTerminalPathArrayOfValues) AsAddressesArrayOfValues ¶
func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsAddressesArrayOfValues() ([][]string, bool)
func (*ProbingTarget_FieldTerminalPathArrayOfValues) AsAgentArrayOfValues ¶
func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsAgentArrayOfValues() ([]*probe.Reference, bool)
func (*ProbingTarget_FieldTerminalPathArrayOfValues) AsCategoryArrayOfValues ¶
func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsCategoryArrayOfValues() ([]string, bool)
func (*ProbingTarget_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues ¶
func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
func (*ProbingTarget_FieldTerminalPathArrayOfValues) AsGroupArrayOfValues ¶
func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsGroupArrayOfValues() ([]*probing_target_group.Reference, bool)
func (*ProbingTarget_FieldTerminalPathArrayOfValues) AsHttpProbingConfigArrayOfValues ¶
func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsHttpProbingConfigArrayOfValues() ([]*common.HTTPProbingConfig, bool)
func (*ProbingTarget_FieldTerminalPathArrayOfValues) AsIpVersionArrayOfValues ¶
func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsIpVersionArrayOfValues() ([]common.IpVersion, bool)
func (*ProbingTarget_FieldTerminalPathArrayOfValues) AsLocationArrayOfValues ¶
func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsLocationArrayOfValues() ([]*common.Location, bool)
func (*ProbingTarget_FieldTerminalPathArrayOfValues) AsLocationTypeArrayOfValues ¶
func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsLocationTypeArrayOfValues() ([]common.LocationType, bool)
func (*ProbingTarget_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
func (*ProbingTarget_FieldTerminalPathArrayOfValues) AsModeArrayOfValues ¶
func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsModeArrayOfValues() ([]common.ProbingMode, bool)
func (*ProbingTarget_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
func (*ProbingTarget_FieldTerminalPathArrayOfValues) AsSpeedtestTcpPortArrayOfValues ¶ added in v0.4.36
func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsSpeedtestTcpPortArrayOfValues() ([]int32, bool)
func (*ProbingTarget_FieldTerminalPathArrayOfValues) AsTargetTypeArrayOfValues ¶ added in v0.4.26
func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsTargetTypeArrayOfValues() ([]ProbingTarget_TargetType, bool)
func (*ProbingTarget_FieldTerminalPathArrayOfValues) AsUdpPortArrayOfValues ¶ added in v0.4.36
func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) AsUdpPortArrayOfValues() ([]int32, bool)
func (*ProbingTarget_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ProbingTarget_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ProbingTarget_FieldTerminalPathValue ¶
type ProbingTarget_FieldTerminalPathValue struct { ProbingTarget_FieldTerminalPath // contains filtered or unexported fields }
func (*ProbingTarget_FieldTerminalPathValue) AsAddressValue ¶
func (fpv *ProbingTarget_FieldTerminalPathValue) AsAddressValue() (string, bool)
func (*ProbingTarget_FieldTerminalPathValue) AsAddressesValue ¶
func (fpv *ProbingTarget_FieldTerminalPathValue) AsAddressesValue() ([]string, bool)
func (*ProbingTarget_FieldTerminalPathValue) AsAgentValue ¶
func (fpv *ProbingTarget_FieldTerminalPathValue) AsAgentValue() (*probe.Reference, bool)
func (*ProbingTarget_FieldTerminalPathValue) AsCategoryValue ¶
func (fpv *ProbingTarget_FieldTerminalPathValue) AsCategoryValue() (string, bool)
func (*ProbingTarget_FieldTerminalPathValue) AsDisplayNameValue ¶
func (fpv *ProbingTarget_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
func (*ProbingTarget_FieldTerminalPathValue) AsGroupValue ¶
func (fpv *ProbingTarget_FieldTerminalPathValue) AsGroupValue() (*probing_target_group.Reference, bool)
func (*ProbingTarget_FieldTerminalPathValue) AsHttpProbingConfigValue ¶
func (fpv *ProbingTarget_FieldTerminalPathValue) AsHttpProbingConfigValue() (*common.HTTPProbingConfig, bool)
func (*ProbingTarget_FieldTerminalPathValue) AsIpVersionValue ¶
func (fpv *ProbingTarget_FieldTerminalPathValue) AsIpVersionValue() (common.IpVersion, bool)
func (*ProbingTarget_FieldTerminalPathValue) AsLocationTypeValue ¶
func (fpv *ProbingTarget_FieldTerminalPathValue) AsLocationTypeValue() (common.LocationType, bool)
func (*ProbingTarget_FieldTerminalPathValue) AsLocationValue ¶
func (fpv *ProbingTarget_FieldTerminalPathValue) AsLocationValue() (*common.Location, bool)
func (*ProbingTarget_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *ProbingTarget_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
func (*ProbingTarget_FieldTerminalPathValue) AsModeValue ¶
func (fpv *ProbingTarget_FieldTerminalPathValue) AsModeValue() (common.ProbingMode, bool)
func (*ProbingTarget_FieldTerminalPathValue) AsNameValue ¶
func (fpv *ProbingTarget_FieldTerminalPathValue) AsNameValue() (*Name, bool)
func (*ProbingTarget_FieldTerminalPathValue) AsSpeedtestTcpPortValue ¶ added in v0.4.36
func (fpv *ProbingTarget_FieldTerminalPathValue) AsSpeedtestTcpPortValue() (int32, bool)
func (*ProbingTarget_FieldTerminalPathValue) AsTargetTypeValue ¶ added in v0.4.26
func (fpv *ProbingTarget_FieldTerminalPathValue) AsTargetTypeValue() (ProbingTarget_TargetType, bool)
func (*ProbingTarget_FieldTerminalPathValue) AsUdpPortValue ¶ added in v0.4.36
func (fpv *ProbingTarget_FieldTerminalPathValue) AsUdpPortValue() (int32, bool)
func (*ProbingTarget_FieldTerminalPathValue) CompareWith ¶
func (fpv *ProbingTarget_FieldTerminalPathValue) CompareWith(source *ProbingTarget) (int, bool)
CompareWith compares value in the 'ProbingTarget_FieldTerminalPathValue' with the value under path in 'ProbingTarget'.
func (*ProbingTarget_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ProbingTarget_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ProbingTarget_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ProbingTarget_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ProbingTarget' as interface{}
func (*ProbingTarget_FieldTerminalPathValue) SetTo ¶
func (fpv *ProbingTarget_FieldTerminalPathValue) SetTo(target **ProbingTarget)
SetTo stores value for selected field for object ProbingTarget
func (*ProbingTarget_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ProbingTarget_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ProbingTarget_TargetType ¶ added in v0.4.26
type ProbingTarget_TargetType int32
const ( ProbingTarget_UNMANAGED_TARGET ProbingTarget_TargetType = 0 ProbingTarget_MANAGED_TARGET ProbingTarget_TargetType = 1 )
func (ProbingTarget_TargetType) Descriptor ¶ added in v0.4.26
func (ProbingTarget_TargetType) Descriptor() preflect.EnumDescriptor
func (ProbingTarget_TargetType) Enum ¶ added in v0.4.26
func (x ProbingTarget_TargetType) Enum() *ProbingTarget_TargetType
func (ProbingTarget_TargetType) EnumDescriptor ¶ added in v0.4.26
func (ProbingTarget_TargetType) EnumDescriptor() ([]byte, []int)
Deprecated, Use ProbingTarget_TargetType.ProtoReflect.Descriptor instead.
func (ProbingTarget_TargetType) Number ¶ added in v0.4.26
func (x ProbingTarget_TargetType) Number() preflect.EnumNumber
func (ProbingTarget_TargetType) String ¶ added in v0.4.26
func (x ProbingTarget_TargetType) String() string
func (ProbingTarget_TargetType) Type ¶ added in v0.4.26
func (ProbingTarget_TargetType) Type() preflect.EnumType
type QueryResultChange ¶
type QueryResultChange struct { Changes []*ProbingTargetChange 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 { ProbingTargets []*ProbingTarget 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, probingTarget *ProbingTarget) (*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) GetProbingTarget ¶
func (ref *Reference) GetProbingTarget() *ProbingTarget
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 *ProbingTarget)
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 ¶ added in v0.4.26
func (q *WatchQuery) String() string
Source Files ¶
- probing_target.pb.access.go
- probing_target.pb.collections.go
- probing_target.pb.descriptor.go
- probing_target.pb.fieldmask.go
- probing_target.pb.fieldpath.go
- probing_target.pb.fieldpathbuilder.go
- probing_target.pb.filter.go
- probing_target.pb.filterbuilder.go
- probing_target.pb.go
- probing_target.pb.name.go
- probing_target.pb.namebuilder.go
- probing_target.pb.object_ext.go
- probing_target.pb.pagination.go
- probing_target.pb.parentname.go
- probing_target.pb.query.go
- probing_target.pb.validate.go
- probing_target.pb.view.go
- probing_target_change.pb.change.go
- probing_target_change.pb.go
- probing_target_change.pb.validate.go