Documentation ¶
Index ¶
- Constants
- func AsAnyCastAccess(access SharedTokenAccess) gotenresource.Access
- type Descriptor
- func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
- func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName
- func (d *Descriptor) NewGetQuery() gotenresource.GetQuery
- func (d *Descriptor) NewListQuery() gotenresource.ListQuery
- func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList
- func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList
- func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList
- func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange
- func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot
- func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList
- func (d *Descriptor) NewResource() gotenresource.Resource
- func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange
- func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList
- func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap
- func (d *Descriptor) NewResourceCursor() gotenresource.Cursor
- func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
- func (d *Descriptor) NewResourceFilter() gotenresource.Filter
- func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList
- func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap
- func (d *Descriptor) NewResourceName() gotenresource.Name
- func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
- func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
- func (d *Descriptor) NewSearchQueryResultSnapshot() gotenresource.SearchQueryResultSnapshot
- func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery
- func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)
- func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)
- type Filter
- func (filter *Filter) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (filter *Filter) ConvertToType(typeVal ref.Type) ref.Val
- func (filter *Filter) DecodeFirestore(fpbv *firestorepb.Value) error
- func (filter *Filter) EncodeFirestore() (*firestorepb.Value, error)
- func (filter *Filter) Equal(other ref.Val) ref.Val
- func (filter *Filter) Evaluate(res *SharedToken) bool
- func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
- func (filter *Filter) FilterSlice(in []*SharedToken) (out []*SharedToken)
- 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 SharedToken_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 *SharedToken) 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 SharedToken_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 *SharedToken) 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 SharedToken_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 *SharedToken) bool
- func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionContains) GetFieldPath() SharedToken_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 SharedToken_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 *SharedToken) 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 SharedToken_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 *SharedToken) 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 SharedToken_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 *SharedToken) 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 SharedToken_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 *SharedToken) 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 SharedToken_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 *SharedToken) 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 SharedToken_FieldPath) bool
- func (cond *FilterConditionNotIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionNotIn) String() string
- type GetQuery
- func (q *GetQuery) GetFieldMask() gotenobject.FieldMask
- func (q *GetQuery) GetReference() gotenresource.Reference
- func (q *GetQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (q *GetQuery) GotenQuery()
- func (q *GetQuery) SetFieldMask(mask gotenobject.FieldMask)
- func (q *GetQuery) SetReference(ref gotenresource.Reference)
- func (q *GetQuery) String() string
- type ListQuery
- func (q *ListQuery) GetFieldMask() gotenobject.FieldMask
- func (q *ListQuery) GetFilter() gotenresource.Filter
- func (q *ListQuery) GetPager() gotenresource.PagerQuery
- func (q *ListQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (q *ListQuery) GotenQuery()
- func (q *ListQuery) SetFieldMask(mask gotenobject.FieldMask)
- func (q *ListQuery) SetFilter(filter gotenresource.Filter)
- func (q *ListQuery) SetPager(pager gotenresource.PagerQuery)
- func (q *ListQuery) String() string
- type Name
- func (name *Name) AsRawReference() gotenresource.Reference
- func (name *Name) AsReference() *Reference
- func (name *Name) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (name *Name) ConvertToType(typeVal ref.Type) ref.Val
- func (name *Name) Equal(other ref.Val) ref.Val
- func (name *Name) FullyQualifiedName() (string, error)
- func (name *Name) GetIdParts() map[string]string
- func (name *Name) GetPattern() gotenresource.NamePattern
- func (name *Name) GetProjectName() *project.Name
- func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
- func (name *Name) GetSegments() gotenresource.NameSegments
- func (name *Name) GotenEqual(other interface{}) bool
- func (name *Name) HasTrait(trait int) bool
- func (name *Name) IsFullyQualified() bool
- func (name *Name) IsSpecified() bool
- func (name *Name) Match(pattern ref.Val) ref.Val
- func (name *Name) Matches(other interface{}) bool
- func (name *Name) ParseProtoString(data string) error
- func (name *Name) ProtoString() (string, error)
- func (name *Name) Receive(function string, overload string, args []ref.Val) ref.Val
- func (name *Name) SetFromCliFlag(raw string) error
- func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
- func (name *Name) String() string
- func (name *Name) Type() ref.Type
- func (name *Name) TypeName() string
- func (name *Name) Value() interface{}
- type NameBuilder
- func (b *NameBuilder) Name() *Name
- func (b *NameBuilder) Parent() *ParentName
- func (b *NameBuilder) ParentReference() *ParentReference
- func (b *NameBuilder) Reference() *Reference
- func (b *NameBuilder) SetId(id string) *NameBuilder
- func (b *NameBuilder) SetProject(parent *project.Name) *NameBuilder
- func (b *NameBuilder) SetProjectId(id string) *NameBuilder
- func (b *NameBuilder) SetRegionId(id string) *NameBuilder
- type NamePattern
- type OrderBy
- func (orderBy *OrderBy) Compare(left, right *SharedToken) int
- func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
- func (orderBy *OrderBy) GetFieldMask() *SharedToken_FieldMask
- func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
- func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
- func (orderBy *OrderBy) InsertSorted(sorted SharedTokenList, elem *SharedToken) (SharedTokenList, 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 SharedTokenList)
- func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
- func (orderBy *OrderBy) String() string
- type OrderByField
- type PagerCursor
- func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion
- func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection
- func (cursor *PagerCursor) GetValue() gotenresource.CursorValue
- func (cursor *PagerCursor) IsEmpty() bool
- func (cursor *PagerCursor) ParseProtoString(data string) (err error)
- func (cursor *PagerCursor) ProtoString() (string, error)
- func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue)
- func (cursor *PagerCursor) SetFromCliFlag(raw string) error
- func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion)
- func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection)
- func (cursor *PagerCursor) String() string
- type PagerQuery
- func (p *PagerQuery) GetCursor() gotenresource.Cursor
- func (p *PagerQuery) GetLimit() int
- func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy
- func (p *PagerQuery) GetPeekForward() bool
- func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (p *PagerQuery) PageDirection() gotenresource.PageDirection
- type ParentName
- func (name *ParentName) AsRawReference() gotenresource.Reference
- func (name *ParentName) AsReference() *ParentReference
- func (name *ParentName) DescendsFrom(ancestor string) bool
- func (name *ParentName) FullyQualifiedName() (string, error)
- func (name *ParentName) GetIdParts() map[string]string
- func (name *ParentName) GetPattern() gotenresource.NamePattern
- func (name *ParentName) GetProjectName() *project.Name
- func (name *ParentName) GetResourceDescriptor() gotenresource.Descriptor
- func (name *ParentName) GetSegments() gotenresource.NameSegments
- func (name *ParentName) GotenEqual(other interface{}) bool
- func (name *ParentName) IsFullyQualified() bool
- func (name *ParentName) IsSpecified() bool
- func (name *ParentName) Matches(other interface{}) bool
- func (name *ParentName) ParseProtoString(data string) error
- func (name *ParentName) ProtoString() (string, error)
- func (name *ParentName) SetFromCliFlag(raw string) error
- func (name *ParentName) SetFromSegments(segments gotenresource.NameSegments) error
- func (name *ParentName) String() string
- type ParentReference
- func (ref *ParentReference) ClearCached()
- func (ref *ParentReference) GetIdParts() map[string]string
- func (ref *ParentReference) GetPattern() gotenresource.NamePattern
- func (ref *ParentReference) GetProject() *project.Project
- func (ref *ParentReference) GetProjectReference() *project.Reference
- func (ref *ParentReference) GetRawResource() gotenresource.Resource
- func (ref *ParentReference) GetResourceDescriptor() gotenresource.Descriptor
- func (ref *ParentReference) GetSegments() gotenresource.NameSegments
- func (ref *ParentReference) GetUnderlyingReference() gotenresource.Reference
- func (ref *ParentReference) GotenEqual(other interface{}) bool
- func (ref *ParentReference) IsFullyQualified() bool
- func (ref *ParentReference) IsSpecified() bool
- func (name *ParentReference) Matches(other interface{}) bool
- func (ref *ParentReference) ParseProtoString(data string) error
- func (ref *ParentReference) ProtoString() (string, error)
- func (ref *ParentReference) ResolveRaw(res gotenresource.Resource) error
- func (ref *ParentReference) Resolved() bool
- func (ref *ParentReference) SetFromCliFlag(raw string) error
- func (ref *ParentReference) String() string
- type QueryResultChange
- func (qr *QueryResultChange) GetIsCurrent() bool
- func (qr *QueryResultChange) GetIsHardReset() bool
- func (qr *QueryResultChange) GetIsSoftReset() bool
- func (qr *QueryResultChange) GetNextPageCursor() gotenresource.Cursor
- func (qr *QueryResultChange) GetPrevPageCursor() gotenresource.Cursor
- func (qr *QueryResultChange) GetResults() gotenresource.ResourceChangeList
- func (qr *QueryResultChange) GetResumeToken() string
- func (qr *QueryResultChange) GetSnapshotSize() int64
- func (qr *QueryResultChange) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
- func (qr *QueryResultChange) SetIsCurrent()
- func (qr *QueryResultChange) SetIsHardReset()
- func (qr *QueryResultChange) SetIsSoftReset()
- func (qr *QueryResultChange) SetResults(results gotenresource.ResourceChangeList)
- func (qr *QueryResultChange) SetResumeToken(token string)
- func (qr *QueryResultChange) SetSnapshotSize(size int64)
- type QueryResultSnapshot
- func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor
- func (qr *QueryResultSnapshot) GetPrevPageCursor() gotenresource.Cursor
- func (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList
- func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
- func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList)
- type Reference
- func (ref *Reference) ClearCached()
- func (ref *Reference) FullyQualifiedName() (string, error)
- func (ref *Reference) GetIdParts() map[string]string
- func (ref *Reference) GetPattern() gotenresource.NamePattern
- func (ref *Reference) GetRawResource() gotenresource.Resource
- func (ref *Reference) GetResourceDescriptor() gotenresource.Descriptor
- func (ref *Reference) GetSegments() gotenresource.NameSegments
- func (ref *Reference) GetSharedToken() *SharedToken
- 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 *SharedToken)
- 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 SharedToken
- func (o *SharedToken) Clone() *SharedToken
- func (o *SharedToken) CloneRaw() gotenobject.GotenObjectExt
- func (*SharedToken) Descriptor() ([]byte, []int)
- func (m *SharedToken) GetAssociateExistingProbeOnly() bool
- func (m *SharedToken) GetDeduplicationFieldPaths() []string
- func (m *SharedToken) GetDisplayName() string
- func (m *SharedToken) GetMetadata() *ntt_meta.Meta
- func (m *SharedToken) GetName() *Name
- func (m *SharedToken) GetProbeTemplate() *SharedToken_ProbeTemplate
- func (m *SharedToken) GetQuota() int32
- func (r *SharedToken) GetRawName() gotenresource.Name
- func (r *SharedToken) GetResourceDescriptor() gotenresource.Descriptor
- func (m *SharedToken) GetSecret() string
- func (*SharedToken) GotenMessage()
- func (o *SharedToken) GotenObjectExt()
- func (obj *SharedToken) GotenValidate() error
- func (o *SharedToken) MakeDiffFieldMask(other *SharedToken) *SharedToken_FieldMask
- func (o *SharedToken) MakeFullFieldMask() *SharedToken_FieldMask
- func (o *SharedToken) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *SharedToken) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *SharedToken) Marshal() ([]byte, error)
- func (m *SharedToken) MarshalJSON() ([]byte, error)
- func (r *SharedToken) MaybePopulateDefaults() error
- func (o *SharedToken) Merge(source *SharedToken)
- func (o *SharedToken) MergeRaw(source gotenobject.GotenObjectExt)
- func (*SharedToken) ProtoMessage()
- func (m *SharedToken) ProtoReflect() preflect.Message
- func (m *SharedToken) Reset()
- func (m *SharedToken) SetAssociateExistingProbeOnly(fv bool)
- func (m *SharedToken) SetDeduplicationFieldPaths(fv []string)
- func (m *SharedToken) SetDisplayName(fv string)
- func (m *SharedToken) SetMetadata(fv *ntt_meta.Meta)
- func (m *SharedToken) SetName(fv *Name)
- func (m *SharedToken) SetProbeTemplate(fv *SharedToken_ProbeTemplate)
- func (m *SharedToken) SetQuota(fv int32)
- func (m *SharedToken) SetSecret(fv string)
- func (m *SharedToken) String() string
- func (m *SharedToken) Unmarshal(b []byte) error
- func (m *SharedToken) UnmarshalJSON(data []byte) error
- type SharedTokenAccess
- type SharedTokenChange
- func (*SharedTokenChange) Descriptor() ([]byte, []int)
- func (m *SharedTokenChange) GetAdded() *SharedTokenChange_Added
- func (m *SharedTokenChange) GetChangeType() isSharedTokenChange_ChangeType
- func (m *SharedTokenChange) GetCurrent() *SharedTokenChange_Current
- func (c *SharedTokenChange) GetCurrentViewIndex() int32
- func (m *SharedTokenChange) GetModified() *SharedTokenChange_Modified
- func (c *SharedTokenChange) GetPreviousViewIndex() int32
- func (c *SharedTokenChange) GetRawName() gotenresource.Name
- func (m *SharedTokenChange) GetRemoved() *SharedTokenChange_Removed
- func (c *SharedTokenChange) GetResource() gotenresource.Resource
- func (c *SharedTokenChange) GetSharedToken() *SharedToken
- func (c *SharedTokenChange) GetSharedTokenName() *Name
- func (*SharedTokenChange) GotenMessage()
- func (obj *SharedTokenChange) GotenValidate() error
- func (c *SharedTokenChange) IsAdd() bool
- func (c *SharedTokenChange) IsCurrent() bool
- func (c *SharedTokenChange) IsDelete() bool
- func (c *SharedTokenChange) IsModify() bool
- func (m *SharedTokenChange) Marshal() ([]byte, error)
- func (m *SharedTokenChange) MarshalJSON() ([]byte, error)
- func (*SharedTokenChange) ProtoMessage()
- func (m *SharedTokenChange) ProtoReflect() preflect.Message
- func (m *SharedTokenChange) Reset()
- func (m *SharedTokenChange) SetAdded(fv *SharedTokenChange_Added)
- func (c *SharedTokenChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
- func (m *SharedTokenChange) SetChangeType(ofv isSharedTokenChange_ChangeType)
- func (m *SharedTokenChange) SetCurrent(fv *SharedTokenChange_Current)
- func (c *SharedTokenChange) SetCurrentRaw(snapshot gotenresource.Resource)
- func (c *SharedTokenChange) SetDeletedRaw(name gotenresource.Name, idx int)
- func (m *SharedTokenChange) SetModified(fv *SharedTokenChange_Modified)
- func (c *SharedTokenChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...)
- func (m *SharedTokenChange) SetRemoved(fv *SharedTokenChange_Removed)
- func (m *SharedTokenChange) String() string
- func (m *SharedTokenChange) Unmarshal(b []byte) error
- func (m *SharedTokenChange) UnmarshalJSON(data []byte) error
- type SharedTokenChangeList
- func (l SharedTokenChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
- func (l SharedTokenChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
- func (l SharedTokenChangeList) At(idx int) gotenresource.ResourceChange
- func (l SharedTokenChangeList) Length() int
- func (l SharedTokenChangeList) Set(idx int, change gotenresource.ResourceChange)
- func (l SharedTokenChangeList) Slice(first, second int) gotenresource.ResourceChangeList
- type SharedTokenChangeMap
- func (m SharedTokenChangeMap) Delete(name gotenresource.Name)
- func (m SharedTokenChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
- func (m SharedTokenChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
- func (m SharedTokenChangeMap) Length() int
- func (m SharedTokenChangeMap) Set(change gotenresource.ResourceChange)
- type SharedTokenChange_Added
- func (*SharedTokenChange_Added) Descriptor() ([]byte, []int)
- func (m *SharedTokenChange_Added) GetSharedToken() *SharedToken
- func (m *SharedTokenChange_Added) GetViewIndex() int32
- func (*SharedTokenChange_Added) GotenMessage()
- func (obj *SharedTokenChange_Added) GotenValidate() error
- func (m *SharedTokenChange_Added) Marshal() ([]byte, error)
- func (m *SharedTokenChange_Added) MarshalJSON() ([]byte, error)
- func (*SharedTokenChange_Added) ProtoMessage()
- func (m *SharedTokenChange_Added) ProtoReflect() preflect.Message
- func (m *SharedTokenChange_Added) Reset()
- func (m *SharedTokenChange_Added) SetSharedToken(fv *SharedToken)
- func (m *SharedTokenChange_Added) SetViewIndex(fv int32)
- func (m *SharedTokenChange_Added) String() string
- func (m *SharedTokenChange_Added) Unmarshal(b []byte) error
- func (m *SharedTokenChange_Added) UnmarshalJSON(data []byte) error
- type SharedTokenChange_Added_
- type SharedTokenChange_Current
- func (*SharedTokenChange_Current) Descriptor() ([]byte, []int)
- func (m *SharedTokenChange_Current) GetSharedToken() *SharedToken
- func (*SharedTokenChange_Current) GotenMessage()
- func (obj *SharedTokenChange_Current) GotenValidate() error
- func (m *SharedTokenChange_Current) Marshal() ([]byte, error)
- func (m *SharedTokenChange_Current) MarshalJSON() ([]byte, error)
- func (*SharedTokenChange_Current) ProtoMessage()
- func (m *SharedTokenChange_Current) ProtoReflect() preflect.Message
- func (m *SharedTokenChange_Current) Reset()
- func (m *SharedTokenChange_Current) SetSharedToken(fv *SharedToken)
- func (m *SharedTokenChange_Current) String() string
- func (m *SharedTokenChange_Current) Unmarshal(b []byte) error
- func (m *SharedTokenChange_Current) UnmarshalJSON(data []byte) error
- type SharedTokenChange_Current_
- type SharedTokenChange_Modified
- func (*SharedTokenChange_Modified) Descriptor() ([]byte, []int)
- func (m *SharedTokenChange_Modified) GetFieldMask() *SharedToken_FieldMask
- func (m *SharedTokenChange_Modified) GetName() *Name
- func (m *SharedTokenChange_Modified) GetPreviousViewIndex() int32
- func (m *SharedTokenChange_Modified) GetSharedToken() *SharedToken
- func (m *SharedTokenChange_Modified) GetViewIndex() int32
- func (*SharedTokenChange_Modified) GotenMessage()
- func (obj *SharedTokenChange_Modified) GotenValidate() error
- func (m *SharedTokenChange_Modified) Marshal() ([]byte, error)
- func (m *SharedTokenChange_Modified) MarshalJSON() ([]byte, error)
- func (*SharedTokenChange_Modified) ProtoMessage()
- func (m *SharedTokenChange_Modified) ProtoReflect() preflect.Message
- func (m *SharedTokenChange_Modified) Reset()
- func (m *SharedTokenChange_Modified) SetFieldMask(fv *SharedToken_FieldMask)
- func (m *SharedTokenChange_Modified) SetName(fv *Name)
- func (m *SharedTokenChange_Modified) SetPreviousViewIndex(fv int32)
- func (m *SharedTokenChange_Modified) SetSharedToken(fv *SharedToken)
- func (m *SharedTokenChange_Modified) SetViewIndex(fv int32)
- func (m *SharedTokenChange_Modified) String() string
- func (m *SharedTokenChange_Modified) Unmarshal(b []byte) error
- func (m *SharedTokenChange_Modified) UnmarshalJSON(data []byte) error
- type SharedTokenChange_Modified_
- type SharedTokenChange_Removed
- func (*SharedTokenChange_Removed) Descriptor() ([]byte, []int)
- func (m *SharedTokenChange_Removed) GetName() *Name
- func (m *SharedTokenChange_Removed) GetViewIndex() int32
- func (*SharedTokenChange_Removed) GotenMessage()
- func (obj *SharedTokenChange_Removed) GotenValidate() error
- func (m *SharedTokenChange_Removed) Marshal() ([]byte, error)
- func (m *SharedTokenChange_Removed) MarshalJSON() ([]byte, error)
- func (*SharedTokenChange_Removed) ProtoMessage()
- func (m *SharedTokenChange_Removed) ProtoReflect() preflect.Message
- func (m *SharedTokenChange_Removed) Reset()
- func (m *SharedTokenChange_Removed) SetName(fv *Name)
- func (m *SharedTokenChange_Removed) SetViewIndex(fv int32)
- func (m *SharedTokenChange_Removed) String() string
- func (m *SharedTokenChange_Removed) Unmarshal(b []byte) error
- func (m *SharedTokenChange_Removed) UnmarshalJSON(data []byte) error
- type SharedTokenChange_Removed_
- type SharedTokenFieldPathBuilder
- func (SharedTokenFieldPathBuilder) AssociateExistingProbeOnly() SharedTokenPathSelectorAssociateExistingProbeOnly
- func (SharedTokenFieldPathBuilder) DeduplicationFieldPaths() SharedTokenPathSelectorDeduplicationFieldPaths
- func (SharedTokenFieldPathBuilder) DisplayName() SharedTokenPathSelectorDisplayName
- func (SharedTokenFieldPathBuilder) Metadata() SharedTokenPathSelectorMetadata
- func (SharedTokenFieldPathBuilder) Name() SharedTokenPathSelectorName
- func (SharedTokenFieldPathBuilder) ProbeTemplate() SharedTokenPathSelectorProbeTemplate
- func (SharedTokenFieldPathBuilder) Quota() SharedTokenPathSelectorQuota
- func (SharedTokenFieldPathBuilder) Secret() SharedTokenPathSelectorSecret
- type SharedTokenList
- func (l SharedTokenList) Append(item gotenresource.Resource) gotenresource.ResourceList
- func (l SharedTokenList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
- func (l SharedTokenList) At(idx int) gotenresource.Resource
- func (l SharedTokenList) Length() int
- func (l SharedTokenList) Set(idx int, res gotenresource.Resource)
- func (l SharedTokenList) Slice(first, second int) gotenresource.ResourceList
- type SharedTokenMap
- func (m SharedTokenMap) Delete(name gotenresource.Name)
- func (m SharedTokenMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
- func (m SharedTokenMap) Get(name gotenresource.Name) gotenresource.Resource
- func (m SharedTokenMap) Length() int
- func (m SharedTokenMap) Set(res gotenresource.Resource)
- type SharedTokenMapPathSelectorMetadataAnnotations
- func (s SharedTokenMapPathSelectorMetadataAnnotations) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenMapPathSelectorMetadataAnnotations) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenMapPathSelectorMetadataLabels
- func (s SharedTokenMapPathSelectorMetadataLabels) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenMapPathSelectorMetadataLabels) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenMapPathSelectorMetadataShards
- func (s SharedTokenMapPathSelectorMetadataShards) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenMapPathSelectorMetadataShards) WithValue(value int64) *SharedToken_FieldSubPathValue
- type SharedTokenMapPathSelectorProbeTemplateMetadataAnnotations
- func (s SharedTokenMapPathSelectorProbeTemplateMetadataAnnotations) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenMapPathSelectorProbeTemplateMetadataAnnotations) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenMapPathSelectorProbeTemplateMetadataAnnotations) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenMapPathSelectorProbeTemplateMetadataLabels
- func (s SharedTokenMapPathSelectorProbeTemplateMetadataLabels) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenMapPathSelectorProbeTemplateMetadataLabels) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenMapPathSelectorProbeTemplateMetadataLabels) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenNameList
- func (l SharedTokenNameList) Append(name gotenresource.Name) gotenresource.NameList
- func (l SharedTokenNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
- func (l SharedTokenNameList) At(idx int) gotenresource.Name
- func (l SharedTokenNameList) Length() int
- func (l SharedTokenNameList) Set(idx int, name gotenresource.Name)
- func (l SharedTokenNameList) Slice(first, second int) gotenresource.NameList
- type SharedTokenParentNameList
- func (l SharedTokenParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
- func (l SharedTokenParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
- func (l SharedTokenParentNameList) At(idx int) gotenresource.Name
- func (l SharedTokenParentNameList) Length() int
- func (l SharedTokenParentNameList) Set(idx int, name gotenresource.Name)
- func (l SharedTokenParentNameList) Slice(first, second int) gotenresource.ParentNameList
- type SharedTokenParentReferenceList
- func (l SharedTokenParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
- func (l SharedTokenParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
- func (l SharedTokenParentReferenceList) At(idx int) gotenresource.Reference
- func (l SharedTokenParentReferenceList) Length() int
- func (l SharedTokenParentReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l SharedTokenParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
- type SharedTokenPathSelectorAssociateExistingProbeOnly
- func (SharedTokenPathSelectorAssociateExistingProbeOnly) FieldPath() *SharedToken_FieldTerminalPath
- func (s SharedTokenPathSelectorAssociateExistingProbeOnly) WithArrayOfValues(values []bool) *SharedToken_FieldTerminalPathArrayOfValues
- func (s SharedTokenPathSelectorAssociateExistingProbeOnly) WithValue(value bool) *SharedToken_FieldTerminalPathValue
- type SharedTokenPathSelectorDeduplicationFieldPaths
- func (SharedTokenPathSelectorDeduplicationFieldPaths) FieldPath() *SharedToken_FieldTerminalPath
- func (s SharedTokenPathSelectorDeduplicationFieldPaths) WithArrayOfValues(values [][]string) *SharedToken_FieldTerminalPathArrayOfValues
- func (s SharedTokenPathSelectorDeduplicationFieldPaths) WithItemValue(value string) *SharedToken_FieldTerminalPathArrayItemValue
- func (s SharedTokenPathSelectorDeduplicationFieldPaths) WithValue(value []string) *SharedToken_FieldTerminalPathValue
- type SharedTokenPathSelectorDisplayName
- func (SharedTokenPathSelectorDisplayName) FieldPath() *SharedToken_FieldTerminalPath
- func (s SharedTokenPathSelectorDisplayName) WithArrayOfValues(values []string) *SharedToken_FieldTerminalPathArrayOfValues
- func (s SharedTokenPathSelectorDisplayName) WithValue(value string) *SharedToken_FieldTerminalPathValue
- type SharedTokenPathSelectorMetadata
- func (SharedTokenPathSelectorMetadata) Annotations() SharedTokenPathSelectorMetadataAnnotations
- func (SharedTokenPathSelectorMetadata) CreateTime() SharedTokenPathSelectorMetadataCreateTime
- func (SharedTokenPathSelectorMetadata) FieldPath() *SharedToken_FieldTerminalPath
- func (SharedTokenPathSelectorMetadata) Generation() SharedTokenPathSelectorMetadataGeneration
- func (SharedTokenPathSelectorMetadata) Labels() SharedTokenPathSelectorMetadataLabels
- func (SharedTokenPathSelectorMetadata) OwnerReferences() SharedTokenPathSelectorMetadataOwnerReferences
- func (SharedTokenPathSelectorMetadata) ResourceVersion() SharedTokenPathSelectorMetadataResourceVersion
- func (SharedTokenPathSelectorMetadata) Shards() SharedTokenPathSelectorMetadataShards
- func (SharedTokenPathSelectorMetadata) Syncing() SharedTokenPathSelectorMetadataSyncing
- func (SharedTokenPathSelectorMetadata) Tags() SharedTokenPathSelectorMetadataTags
- func (SharedTokenPathSelectorMetadata) UpdateTime() SharedTokenPathSelectorMetadataUpdateTime
- func (SharedTokenPathSelectorMetadata) Uuid() SharedTokenPathSelectorMetadataUuid
- func (s SharedTokenPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *SharedToken_FieldTerminalPathArrayOfValues
- func (s SharedTokenPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *SharedToken_FieldSubPathArrayItemValue
- func (s SharedTokenPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *SharedToken_FieldSubPathArrayOfValues
- func (SharedTokenPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *SharedToken_FieldSubPathValue
- func (s SharedTokenPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *SharedToken_FieldTerminalPathValue
- type SharedTokenPathSelectorMetadataAnnotations
- func (SharedTokenPathSelectorMetadataAnnotations) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *SharedToken_FieldSubPathArrayOfValues
- func (SharedTokenPathSelectorMetadataAnnotations) WithKey(key string) SharedTokenMapPathSelectorMetadataAnnotations
- func (s SharedTokenPathSelectorMetadataAnnotations) WithValue(value map[string]string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorMetadataCreateTime
- func (SharedTokenPathSelectorMetadataCreateTime) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorMetadataGeneration
- func (SharedTokenPathSelectorMetadataGeneration) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorMetadataGeneration) WithValue(value int64) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorMetadataLabels
- func (SharedTokenPathSelectorMetadataLabels) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *SharedToken_FieldSubPathArrayOfValues
- func (SharedTokenPathSelectorMetadataLabels) WithKey(key string) SharedTokenMapPathSelectorMetadataLabels
- func (s SharedTokenPathSelectorMetadataLabels) WithValue(value map[string]string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorMetadataOwnerReferences
- func (SharedTokenPathSelectorMetadataOwnerReferences) ApiVersion() SharedTokenPathSelectorMetadataOwnerReferencesApiVersion
- func (SharedTokenPathSelectorMetadataOwnerReferences) BlockOwnerDeletion() SharedTokenPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (SharedTokenPathSelectorMetadataOwnerReferences) Controller() SharedTokenPathSelectorMetadataOwnerReferencesController
- func (SharedTokenPathSelectorMetadataOwnerReferences) FieldPath() *SharedToken_FieldSubPath
- func (SharedTokenPathSelectorMetadataOwnerReferences) Kind() SharedTokenPathSelectorMetadataOwnerReferencesKind
- func (SharedTokenPathSelectorMetadataOwnerReferences) Name() SharedTokenPathSelectorMetadataOwnerReferencesName
- func (SharedTokenPathSelectorMetadataOwnerReferences) Uid() SharedTokenPathSelectorMetadataOwnerReferencesUid
- func (s SharedTokenPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *SharedToken_FieldSubPathArrayItemValue
- func (s SharedTokenPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorMetadataOwnerReferencesApiVersion
- func (SharedTokenPathSelectorMetadataOwnerReferencesApiVersion) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorMetadataOwnerReferencesApiVersion) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (SharedTokenPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorMetadataOwnerReferencesController
- func (SharedTokenPathSelectorMetadataOwnerReferencesController) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorMetadataOwnerReferencesKind
- func (SharedTokenPathSelectorMetadataOwnerReferencesKind) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorMetadataOwnerReferencesName
- func (SharedTokenPathSelectorMetadataOwnerReferencesName) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorMetadataOwnerReferencesName) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorMetadataOwnerReferencesUid
- func (SharedTokenPathSelectorMetadataOwnerReferencesUid) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorMetadataOwnerReferencesUid) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorMetadataResourceVersion
- func (SharedTokenPathSelectorMetadataResourceVersion) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorMetadataResourceVersion) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorMetadataShards
- func (SharedTokenPathSelectorMetadataShards) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *SharedToken_FieldSubPathArrayOfValues
- func (SharedTokenPathSelectorMetadataShards) WithKey(key string) SharedTokenMapPathSelectorMetadataShards
- func (s SharedTokenPathSelectorMetadataShards) WithValue(value map[string]int64) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorMetadataSyncing
- func (SharedTokenPathSelectorMetadataSyncing) FieldPath() *SharedToken_FieldSubPath
- func (SharedTokenPathSelectorMetadataSyncing) OwningRegion() SharedTokenPathSelectorMetadataSyncingOwningRegion
- func (SharedTokenPathSelectorMetadataSyncing) Regions() SharedTokenPathSelectorMetadataSyncingRegions
- func (s SharedTokenPathSelectorMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorMetadataSyncingOwningRegion
- func (SharedTokenPathSelectorMetadataSyncingOwningRegion) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorMetadataSyncingRegions
- func (SharedTokenPathSelectorMetadataSyncingRegions) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorMetadataSyncingRegions) WithItemValue(value string) *SharedToken_FieldSubPathArrayItemValue
- func (s SharedTokenPathSelectorMetadataSyncingRegions) WithValue(value []string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorMetadataTags
- func (SharedTokenPathSelectorMetadataTags) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorMetadataTags) WithItemValue(value string) *SharedToken_FieldSubPathArrayItemValue
- func (s SharedTokenPathSelectorMetadataTags) WithValue(value []string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorMetadataUpdateTime
- func (SharedTokenPathSelectorMetadataUpdateTime) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorMetadataUuid
- type SharedTokenPathSelectorName
- type SharedTokenPathSelectorProbeTemplate
- func (SharedTokenPathSelectorProbeTemplate) DisplayName() SharedTokenPathSelectorProbeTemplateDisplayName
- func (SharedTokenPathSelectorProbeTemplate) FieldPath() *SharedToken_FieldTerminalPath
- func (SharedTokenPathSelectorProbeTemplate) Metadata() SharedTokenPathSelectorProbeTemplateMetadata
- func (SharedTokenPathSelectorProbeTemplate) Spec() SharedTokenPathSelectorProbeTemplateSpec
- func (s SharedTokenPathSelectorProbeTemplate) WithArrayOfValues(values []*SharedToken_ProbeTemplate) *SharedToken_FieldTerminalPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplate) WithSubArrayItemValue(subPathArrayItemValue SharedTokenProbeTemplate_FieldPathArrayItemValue) *SharedToken_FieldSubPathArrayItemValue
- func (s SharedTokenPathSelectorProbeTemplate) WithSubArrayOfValues(subPathArrayOfValues SharedTokenProbeTemplate_FieldPathArrayOfValues) *SharedToken_FieldSubPathArrayOfValues
- func (SharedTokenPathSelectorProbeTemplate) WithSubPath(subPath SharedTokenProbeTemplate_FieldPath) *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplate) WithSubValue(subPathValue SharedTokenProbeTemplate_FieldPathValue) *SharedToken_FieldSubPathValue
- func (s SharedTokenPathSelectorProbeTemplate) WithValue(value *SharedToken_ProbeTemplate) *SharedToken_FieldTerminalPathValue
- type SharedTokenPathSelectorProbeTemplateDisplayName
- func (SharedTokenPathSelectorProbeTemplateDisplayName) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateDisplayName) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateDisplayName) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateMetadata
- func (SharedTokenPathSelectorProbeTemplateMetadata) Annotations() SharedTokenPathSelectorProbeTemplateMetadataAnnotations
- func (SharedTokenPathSelectorProbeTemplateMetadata) FieldPath() *SharedToken_FieldSubPath
- func (SharedTokenPathSelectorProbeTemplateMetadata) Labels() SharedTokenPathSelectorProbeTemplateMetadataLabels
- func (SharedTokenPathSelectorProbeTemplateMetadata) Tags() SharedTokenPathSelectorProbeTemplateMetadataTags
- func (s SharedTokenPathSelectorProbeTemplateMetadata) WithArrayOfValues(values []*SharedToken_ProbeTemplate_Meta) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateMetadata) WithValue(value *SharedToken_ProbeTemplate_Meta) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateMetadataAnnotations
- func (SharedTokenPathSelectorProbeTemplateMetadataAnnotations) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *SharedToken_FieldSubPathArrayOfValues
- func (SharedTokenPathSelectorProbeTemplateMetadataAnnotations) WithKey(key string) SharedTokenMapPathSelectorProbeTemplateMetadataAnnotations
- func (s SharedTokenPathSelectorProbeTemplateMetadataAnnotations) WithValue(value map[string]string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateMetadataLabels
- func (SharedTokenPathSelectorProbeTemplateMetadataLabels) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateMetadataLabels) WithArrayOfValues(values []map[string]string) *SharedToken_FieldSubPathArrayOfValues
- func (SharedTokenPathSelectorProbeTemplateMetadataLabels) WithKey(key string) SharedTokenMapPathSelectorProbeTemplateMetadataLabels
- func (s SharedTokenPathSelectorProbeTemplateMetadataLabels) WithValue(value map[string]string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateMetadataTags
- func (SharedTokenPathSelectorProbeTemplateMetadataTags) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateMetadataTags) WithArrayOfValues(values [][]string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateMetadataTags) WithItemValue(value string) *SharedToken_FieldSubPathArrayItemValue
- func (s SharedTokenPathSelectorProbeTemplateMetadataTags) WithValue(value []string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpec
- func (SharedTokenPathSelectorProbeTemplateSpec) ContactInfo() SharedTokenPathSelectorProbeTemplateSpecContactInfo
- func (SharedTokenPathSelectorProbeTemplateSpec) DisableSpeedtest() SharedTokenPathSelectorProbeTemplateSpecDisableSpeedtest
- func (SharedTokenPathSelectorProbeTemplateSpec) FieldPath() *SharedToken_FieldSubPath
- func (SharedTokenPathSelectorProbeTemplateSpec) LocationDiscovery() SharedTokenPathSelectorProbeTemplateSpecLocationDiscovery
- func (SharedTokenPathSelectorProbeTemplateSpec) PrimaryLocation() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation
- func (SharedTokenPathSelectorProbeTemplateSpec) ProbeGroup() SharedTokenPathSelectorProbeTemplateSpecProbeGroup
- func (s SharedTokenPathSelectorProbeTemplateSpec) WithArrayOfValues(values []*SharedToken_ProbeTemplate_Spec) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpec) WithValue(value *SharedToken_ProbeTemplate_Spec) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecContactInfo
- func (SharedTokenPathSelectorProbeTemplateSpecContactInfo) Email() SharedTokenPathSelectorProbeTemplateSpecContactInfoEmail
- func (SharedTokenPathSelectorProbeTemplateSpecContactInfo) FieldPath() *SharedToken_FieldSubPath
- func (SharedTokenPathSelectorProbeTemplateSpecContactInfo) FullName() SharedTokenPathSelectorProbeTemplateSpecContactInfoFullName
- func (SharedTokenPathSelectorProbeTemplateSpecContactInfo) Phones() SharedTokenPathSelectorProbeTemplateSpecContactInfoPhones
- func (s SharedTokenPathSelectorProbeTemplateSpecContactInfo) WithArrayOfValues(values []*common.ContactInformation) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecContactInfo) WithValue(value *common.ContactInformation) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecContactInfoEmail
- func (SharedTokenPathSelectorProbeTemplateSpecContactInfoEmail) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoEmail) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoEmail) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecContactInfoFullName
- func (SharedTokenPathSelectorProbeTemplateSpecContactInfoFullName) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoFullName) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoFullName) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecContactInfoPhones
- func (SharedTokenPathSelectorProbeTemplateSpecContactInfoPhones) FieldPath() *SharedToken_FieldSubPath
- func (SharedTokenPathSelectorProbeTemplateSpecContactInfoPhones) Number() SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesNumber
- func (SharedTokenPathSelectorProbeTemplateSpecContactInfoPhones) Type() SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesType
- func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoPhones) WithArrayOfValues(values [][]*common.ContactInformation_PhoneNumber) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoPhones) WithItemValue(value *common.ContactInformation_PhoneNumber) *SharedToken_FieldSubPathArrayItemValue
- func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoPhones) WithValue(value []*common.ContactInformation_PhoneNumber) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesNumber
- func (SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesNumber) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesNumber) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesNumber) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesType
- func (SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesType) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesType) WithArrayOfValues(values []common.ContactInformation_PhoneType) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesType) WithValue(value common.ContactInformation_PhoneType) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecDisableSpeedtest
- func (SharedTokenPathSelectorProbeTemplateSpecDisableSpeedtest) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecDisableSpeedtest) WithArrayOfValues(values []bool) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecDisableSpeedtest) WithValue(value bool) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecLocationDiscovery
- func (SharedTokenPathSelectorProbeTemplateSpecLocationDiscovery) FieldPath() *SharedToken_FieldSubPath
- func (SharedTokenPathSelectorProbeTemplateSpecLocationDiscovery) RequiredAccuracy() SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryRequiredAccuracy
- func (SharedTokenPathSelectorProbeTemplateSpecLocationDiscovery) Type() SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryType
- func (s SharedTokenPathSelectorProbeTemplateSpecLocationDiscovery) WithArrayOfValues(values []*common.LocationDiscoverySpec) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecLocationDiscovery) WithValue(value *common.LocationDiscoverySpec) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryRequiredAccuracy
- func (SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryRequiredAccuracy) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues(values []float64) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryRequiredAccuracy) WithValue(value float64) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryType
- func (SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryType) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryType) WithArrayOfValues(values []common.LocationDiscoverySpec_Type) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryType) WithValue(value common.LocationDiscoverySpec_Type) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation) Accuracy() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAccuracy
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation) Address() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation) AdminHierarchy() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchy
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation) Coordinates() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationCoordinates
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation) WithArrayOfValues(values []*common.Location) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation) WithValue(value *common.Location) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAccuracy
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAccuracy) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAccuracy) WithArrayOfValues(values []float64) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAccuracy) WithValue(value float64) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) AdminArea1() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea1
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) AdminArea2() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea2
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) AdminArea3() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea3
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) AdminArea4() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea4
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) Continent() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressContinent
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) Country() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountry
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) CountryCode() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountryCode
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) FieldPath() *SharedToken_FieldSubPath
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) PostalCode() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressPostalCode
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) StreetAddress() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressStreetAddress
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) WithArrayOfValues(values []*common.Address) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) WithValue(value *common.Address) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea1
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea1) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea1) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea2
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea2) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea2) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea3
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea3) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea3) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea4
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea4) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea4) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressContinent
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressContinent) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressContinent) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressContinent) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountry
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountry) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountry) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountry) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountryCode
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountryCode) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountryCode) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountryCode) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressPostalCode
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressPostalCode) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressPostalCode) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressPostalCode) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressStreetAddress
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressStreetAddress) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressStreetAddress) WithValue(value string) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchy
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchy) Admin1() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin1
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchy) Admin2() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin2
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchy) Admin3() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin3
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchy) Admin4() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin4
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchy) Admin5() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin5
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchy) Continent() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyContinent
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchy) Country() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyCountry
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchy) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin1
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin1) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin2
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin2) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin3
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin3) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin4
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin4) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin5
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin5) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyContinent
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyContinent) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyCountry
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyCountry) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationCoordinates
- func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationCoordinates) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationCoordinates) WithValue(value *latlng.LatLng) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorProbeTemplateSpecProbeGroup
- func (SharedTokenPathSelectorProbeTemplateSpecProbeGroup) FieldPath() *SharedToken_FieldSubPath
- func (s SharedTokenPathSelectorProbeTemplateSpecProbeGroup) WithArrayOfValues(values []*probe_group.Reference) *SharedToken_FieldSubPathArrayOfValues
- func (s SharedTokenPathSelectorProbeTemplateSpecProbeGroup) WithValue(value *probe_group.Reference) *SharedToken_FieldSubPathValue
- type SharedTokenPathSelectorQuota
- type SharedTokenPathSelectorSecret
- type SharedTokenProbeTemplateFieldPathBuilder
- func (SharedTokenProbeTemplateFieldPathBuilder) DisplayName() SharedToken_ProbeTemplatePathSelectorDisplayName
- func (SharedTokenProbeTemplateFieldPathBuilder) Metadata() SharedToken_ProbeTemplatePathSelectorMetadata
- func (SharedTokenProbeTemplateFieldPathBuilder) Spec() SharedToken_ProbeTemplatePathSelectorSpec
- type SharedTokenProbeTemplateMetaFieldPathBuilder
- func (SharedTokenProbeTemplateMetaFieldPathBuilder) Annotations() SharedToken_ProbeTemplate_MetaPathSelectorAnnotations
- func (SharedTokenProbeTemplateMetaFieldPathBuilder) Labels() SharedToken_ProbeTemplate_MetaPathSelectorLabels
- func (SharedTokenProbeTemplateMetaFieldPathBuilder) Tags() SharedToken_ProbeTemplate_MetaPathSelectorTags
- type SharedTokenProbeTemplateMeta_FieldPath
- func BuildSharedTokenProbeTemplateMeta_FieldPath(fp gotenobject.RawFieldPath) (SharedTokenProbeTemplateMeta_FieldPath, error)
- func MustParseSharedTokenProbeTemplateMeta_FieldPath(rawField string) SharedTokenProbeTemplateMeta_FieldPath
- func ParseSharedTokenProbeTemplateMeta_FieldPath(rawField string) (SharedTokenProbeTemplateMeta_FieldPath, error)
- type SharedTokenProbeTemplateMeta_FieldPathArrayItemValue
- type SharedTokenProbeTemplateMeta_FieldPathArrayOfValues
- type SharedTokenProbeTemplateMeta_FieldPathMap
- func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) ClearValue(item *SharedToken_ProbeTemplate_Meta)
- func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) ClearValueRaw(item proto.Message)
- func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) Get(source *SharedToken_ProbeTemplate_Meta) (values []interface{})
- func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) GetDefault() interface{}
- func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) GetRaw(source proto.Message) []interface{}
- func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) GetSingle(source *SharedToken_ProbeTemplate_Meta) (interface{}, bool)
- func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) IsLeaf() bool
- func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) JSONString() string
- func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) Key() string
- func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) Selector() SharedTokenProbeTemplateMeta_FieldPathSelector
- func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) String() string
- func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) WithIArrayItemValue(value interface{}) SharedTokenProbeTemplateMeta_FieldPathArrayItemValue
- func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) WithIArrayOfValues(values interface{}) SharedTokenProbeTemplateMeta_FieldPathArrayOfValues
- func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) WithIValue(value interface{}) SharedTokenProbeTemplateMeta_FieldPathValue
- func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type SharedTokenProbeTemplateMeta_FieldPathMapArrayOfValues
- func (fpmaov *SharedTokenProbeTemplateMeta_FieldPathMapArrayOfValues) AsAnnotationsArrayOfElementValues() ([]string, bool)
- func (fpmaov *SharedTokenProbeTemplateMeta_FieldPathMapArrayOfValues) AsLabelsArrayOfElementValues() ([]string, bool)
- func (fpmaov *SharedTokenProbeTemplateMeta_FieldPathMapArrayOfValues) GetRawValues() (values []interface{})
- type SharedTokenProbeTemplateMeta_FieldPathMapValue
- func (fpmv *SharedTokenProbeTemplateMeta_FieldPathMapValue) AsAnnotationsElementValue() (string, bool)
- func (fpmv *SharedTokenProbeTemplateMeta_FieldPathMapValue) AsLabelsElementValue() (string, bool)
- func (fpmv *SharedTokenProbeTemplateMeta_FieldPathMapValue) CompareWith(source *SharedToken_ProbeTemplate_Meta) (int, bool)
- func (fpmv *SharedTokenProbeTemplateMeta_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpmv *SharedTokenProbeTemplateMeta_FieldPathMapValue) GetRawValue() interface{}
- func (fpmv *SharedTokenProbeTemplateMeta_FieldPathMapValue) SetTo(target **SharedToken_ProbeTemplate_Meta)
- func (fpmv *SharedTokenProbeTemplateMeta_FieldPathMapValue) SetToRaw(target proto.Message)
- type SharedTokenProbeTemplateMeta_FieldPathSelector
- type SharedTokenProbeTemplateMeta_FieldPathValue
- type SharedTokenProbeTemplateMeta_FieldTerminalPath
- func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) ClearValue(item *SharedToken_ProbeTemplate_Meta)
- func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) Get(source *SharedToken_ProbeTemplate_Meta) (values []interface{})
- func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) GetDefault() interface{}
- func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) GetSingle(source *SharedToken_ProbeTemplate_Meta) (interface{}, bool)
- func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) IsLeaf() bool
- func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) JSONString() string
- func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) Selector() SharedTokenProbeTemplateMeta_FieldPathSelector
- func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) String() string
- func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) WithIArrayItemValue(value interface{}) SharedTokenProbeTemplateMeta_FieldPathArrayItemValue
- func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) WithIArrayOfValues(values interface{}) SharedTokenProbeTemplateMeta_FieldPathArrayOfValues
- func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) WithIValue(value interface{}) SharedTokenProbeTemplateMeta_FieldPathValue
- func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue
- func (fpaiv *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue) AsTagsItemValue() (string, bool)
- func (fpaiv *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue) ContainsValue(source *SharedToken_ProbeTemplate_Meta) bool
- func (fpaiv *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue) GetSingle(source *SharedToken_ProbeTemplate_Meta) (interface{}, bool)
- func (fpaiv *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues
- func (fpaov *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues) AsAnnotationsArrayOfValues() ([]map[string]string, bool)
- func (fpaov *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues) AsLabelsArrayOfValues() ([]map[string]string, bool)
- func (fpaov *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues) AsTagsArrayOfValues() ([][]string, bool)
- func (fpaov *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type SharedTokenProbeTemplateMeta_FieldTerminalPathValue
- func (fpv *SharedTokenProbeTemplateMeta_FieldTerminalPathValue) AsAnnotationsValue() (map[string]string, bool)
- func (fpv *SharedTokenProbeTemplateMeta_FieldTerminalPathValue) AsLabelsValue() (map[string]string, bool)
- func (fpv *SharedTokenProbeTemplateMeta_FieldTerminalPathValue) AsTagsValue() ([]string, bool)
- func (fpv *SharedTokenProbeTemplateMeta_FieldTerminalPathValue) CompareWith(source *SharedToken_ProbeTemplate_Meta) (int, bool)
- func (fpv *SharedTokenProbeTemplateMeta_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *SharedTokenProbeTemplateMeta_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *SharedTokenProbeTemplateMeta_FieldTerminalPathValue) SetTo(target **SharedToken_ProbeTemplate_Meta)
- func (fpv *SharedTokenProbeTemplateMeta_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type SharedTokenProbeTemplateSpecFieldPathBuilder
- func (SharedTokenProbeTemplateSpecFieldPathBuilder) ContactInfo() SharedToken_ProbeTemplate_SpecPathSelectorContactInfo
- func (SharedTokenProbeTemplateSpecFieldPathBuilder) DisableSpeedtest() SharedToken_ProbeTemplate_SpecPathSelectorDisableSpeedtest
- func (SharedTokenProbeTemplateSpecFieldPathBuilder) LocationDiscovery() SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery
- func (SharedTokenProbeTemplateSpecFieldPathBuilder) PrimaryLocation() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation
- func (SharedTokenProbeTemplateSpecFieldPathBuilder) ProbeGroup() SharedToken_ProbeTemplate_SpecPathSelectorProbeGroup
- type SharedTokenProbeTemplateSpec_FieldPath
- func BuildSharedTokenProbeTemplateSpec_FieldPath(fp gotenobject.RawFieldPath) (SharedTokenProbeTemplateSpec_FieldPath, error)
- func MustParseSharedTokenProbeTemplateSpec_FieldPath(rawField string) SharedTokenProbeTemplateSpec_FieldPath
- func ParseSharedTokenProbeTemplateSpec_FieldPath(rawField string) (SharedTokenProbeTemplateSpec_FieldPath, error)
- type SharedTokenProbeTemplateSpec_FieldPathArrayItemValue
- type SharedTokenProbeTemplateSpec_FieldPathArrayOfValues
- type SharedTokenProbeTemplateSpec_FieldPathSelector
- type SharedTokenProbeTemplateSpec_FieldPathValue
- type SharedTokenProbeTemplateSpec_FieldSubPath
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) AsContactInfoSubPath() (common.ContactInformation_FieldPath, bool)
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) AsLocationDiscoverySubPath() (common.LocationDiscoverySpec_FieldPath, bool)
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) AsPrimaryLocationSubPath() (common.Location_FieldPath, bool)
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) ClearValue(item *SharedToken_ProbeTemplate_Spec)
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) Get(source *SharedToken_ProbeTemplate_Spec) (values []interface{})
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) GetDefault() interface{}
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) GetSingle(source *SharedToken_ProbeTemplate_Spec) (interface{}, bool)
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) IsLeaf() bool
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) JSONString() string
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) Selector() SharedTokenProbeTemplateSpec_FieldPathSelector
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) String() string
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) WithIArrayItemValue(value interface{}) SharedTokenProbeTemplateSpec_FieldPathArrayItemValue
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) WithIArrayOfValues(values interface{}) SharedTokenProbeTemplateSpec_FieldPathArrayOfValues
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) WithIValue(value interface{}) SharedTokenProbeTemplateSpec_FieldPathValue
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue
- func (fpaivs *SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue) AsContactInfoPathItemValue() (common.ContactInformation_FieldPathArrayItemValue, bool)
- func (fpaivs *SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue) AsLocationDiscoveryPathItemValue() (common.LocationDiscoverySpec_FieldPathArrayItemValue, bool)
- func (fpaivs *SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue) AsPrimaryLocationPathItemValue() (common.Location_FieldPathArrayItemValue, bool)
- func (fpaivs *SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue) ContainsValue(source *SharedToken_ProbeTemplate_Spec) bool
- func (fpaivs *SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (fpsaov *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues) AsContactInfoPathArrayOfValues() (common.ContactInformation_FieldPathArrayOfValues, bool)
- func (fpsaov *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues) AsLocationDiscoveryPathArrayOfValues() (common.LocationDiscoverySpec_FieldPathArrayOfValues, bool)
- func (fpsaov *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues) AsPrimaryLocationPathArrayOfValues() (common.Location_FieldPathArrayOfValues, bool)
- func (fpsaov *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type SharedTokenProbeTemplateSpec_FieldSubPathValue
- func (fpvs *SharedTokenProbeTemplateSpec_FieldSubPathValue) AsContactInfoPathValue() (common.ContactInformation_FieldPathValue, bool)
- func (fpvs *SharedTokenProbeTemplateSpec_FieldSubPathValue) AsLocationDiscoveryPathValue() (common.LocationDiscoverySpec_FieldPathValue, bool)
- func (fpvs *SharedTokenProbeTemplateSpec_FieldSubPathValue) AsPrimaryLocationPathValue() (common.Location_FieldPathValue, bool)
- func (fpvs *SharedTokenProbeTemplateSpec_FieldSubPathValue) CompareWith(source *SharedToken_ProbeTemplate_Spec) (int, bool)
- func (fpvs *SharedTokenProbeTemplateSpec_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *SharedTokenProbeTemplateSpec_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *SharedTokenProbeTemplateSpec_FieldSubPathValue) SetTo(target **SharedToken_ProbeTemplate_Spec)
- func (fpvs *SharedTokenProbeTemplateSpec_FieldSubPathValue) SetToRaw(target proto.Message)
- type SharedTokenProbeTemplateSpec_FieldTerminalPath
- func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) ClearValue(item *SharedToken_ProbeTemplate_Spec)
- func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) Get(source *SharedToken_ProbeTemplate_Spec) (values []interface{})
- func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) GetDefault() interface{}
- func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) GetSingle(source *SharedToken_ProbeTemplate_Spec) (interface{}, bool)
- func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) IsLeaf() bool
- func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) JSONString() string
- func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) Selector() SharedTokenProbeTemplateSpec_FieldPathSelector
- func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) String() string
- func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) SharedTokenProbeTemplateSpec_FieldPathArrayItemValue
- func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) SharedTokenProbeTemplateSpec_FieldPathArrayOfValues
- func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) WithIValue(value interface{}) SharedTokenProbeTemplateSpec_FieldPathValue
- func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type SharedTokenProbeTemplateSpec_FieldTerminalPathArrayItemValue
- func (fpaiv *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *SharedToken_ProbeTemplate_Spec) bool
- func (fpaiv *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayItemValue) GetSingle(source *SharedToken_ProbeTemplate_Spec) (interface{}, bool)
- func (fpaiv *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues
- func (fpaov *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues) AsContactInfoArrayOfValues() ([]*common.ContactInformation, bool)
- func (fpaov *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues) AsDisableSpeedtestArrayOfValues() ([]bool, bool)
- func (fpaov *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues) AsLocationDiscoveryArrayOfValues() ([]*common.LocationDiscoverySpec, bool)
- func (fpaov *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues) AsPrimaryLocationArrayOfValues() ([]*common.Location, bool)
- func (fpaov *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues) AsProbeGroupArrayOfValues() ([]*probe_group.Reference, bool)
- func (fpaov *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type SharedTokenProbeTemplateSpec_FieldTerminalPathValue
- func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) AsContactInfoValue() (*common.ContactInformation, bool)
- func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) AsDisableSpeedtestValue() (bool, bool)
- func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) AsLocationDiscoveryValue() (*common.LocationDiscoverySpec, bool)
- func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) AsPrimaryLocationValue() (*common.Location, bool)
- func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) AsProbeGroupValue() (*probe_group.Reference, bool)
- func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) CompareWith(source *SharedToken_ProbeTemplate_Spec) (int, bool)
- func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) SetTo(target **SharedToken_ProbeTemplate_Spec)
- func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type SharedTokenProbeTemplate_FieldPath
- func BuildSharedTokenProbeTemplate_FieldPath(fp gotenobject.RawFieldPath) (SharedTokenProbeTemplate_FieldPath, error)
- func MustParseSharedTokenProbeTemplate_FieldPath(rawField string) SharedTokenProbeTemplate_FieldPath
- func ParseSharedTokenProbeTemplate_FieldPath(rawField string) (SharedTokenProbeTemplate_FieldPath, error)
- type SharedTokenProbeTemplate_FieldPathArrayItemValue
- type SharedTokenProbeTemplate_FieldPathArrayOfValues
- type SharedTokenProbeTemplate_FieldPathSelector
- type SharedTokenProbeTemplate_FieldPathValue
- type SharedTokenProbeTemplate_FieldSubPath
- func (fps *SharedTokenProbeTemplate_FieldSubPath) AsMetadataSubPath() (SharedTokenProbeTemplateMeta_FieldPath, bool)
- func (fps *SharedTokenProbeTemplate_FieldSubPath) AsSpecSubPath() (SharedTokenProbeTemplateSpec_FieldPath, bool)
- func (fps *SharedTokenProbeTemplate_FieldSubPath) ClearValue(item *SharedToken_ProbeTemplate)
- func (fps *SharedTokenProbeTemplate_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *SharedTokenProbeTemplate_FieldSubPath) Get(source *SharedToken_ProbeTemplate) (values []interface{})
- func (fps *SharedTokenProbeTemplate_FieldSubPath) GetDefault() interface{}
- func (fps *SharedTokenProbeTemplate_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *SharedTokenProbeTemplate_FieldSubPath) GetSingle(source *SharedToken_ProbeTemplate) (interface{}, bool)
- func (fps *SharedTokenProbeTemplate_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *SharedTokenProbeTemplate_FieldSubPath) IsLeaf() bool
- func (fps *SharedTokenProbeTemplate_FieldSubPath) JSONString() string
- func (fps *SharedTokenProbeTemplate_FieldSubPath) Selector() SharedTokenProbeTemplate_FieldPathSelector
- func (fps *SharedTokenProbeTemplate_FieldSubPath) String() string
- func (fps *SharedTokenProbeTemplate_FieldSubPath) WithIArrayItemValue(value interface{}) SharedTokenProbeTemplate_FieldPathArrayItemValue
- func (fps *SharedTokenProbeTemplate_FieldSubPath) WithIArrayOfValues(values interface{}) SharedTokenProbeTemplate_FieldPathArrayOfValues
- func (fps *SharedTokenProbeTemplate_FieldSubPath) WithIValue(value interface{}) SharedTokenProbeTemplate_FieldPathValue
- func (fps *SharedTokenProbeTemplate_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *SharedTokenProbeTemplate_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *SharedTokenProbeTemplate_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type SharedTokenProbeTemplate_FieldSubPathArrayItemValue
- func (fpaivs *SharedTokenProbeTemplate_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (SharedTokenProbeTemplateMeta_FieldPathArrayItemValue, bool)
- func (fpaivs *SharedTokenProbeTemplate_FieldSubPathArrayItemValue) AsSpecPathItemValue() (SharedTokenProbeTemplateSpec_FieldPathArrayItemValue, bool)
- func (fpaivs *SharedTokenProbeTemplate_FieldSubPathArrayItemValue) ContainsValue(source *SharedToken_ProbeTemplate) bool
- func (fpaivs *SharedTokenProbeTemplate_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (fpsaov *SharedTokenProbeTemplate_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (SharedTokenProbeTemplateMeta_FieldPathArrayOfValues, bool)
- func (fpsaov *SharedTokenProbeTemplate_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (SharedTokenProbeTemplateSpec_FieldPathArrayOfValues, bool)
- func (fpsaov *SharedTokenProbeTemplate_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type SharedTokenProbeTemplate_FieldSubPathValue
- func (fpvs *SharedTokenProbeTemplate_FieldSubPathValue) AsMetadataPathValue() (SharedTokenProbeTemplateMeta_FieldPathValue, bool)
- func (fpvs *SharedTokenProbeTemplate_FieldSubPathValue) AsSpecPathValue() (SharedTokenProbeTemplateSpec_FieldPathValue, bool)
- func (fpvs *SharedTokenProbeTemplate_FieldSubPathValue) CompareWith(source *SharedToken_ProbeTemplate) (int, bool)
- func (fpvs *SharedTokenProbeTemplate_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *SharedTokenProbeTemplate_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *SharedTokenProbeTemplate_FieldSubPathValue) SetTo(target **SharedToken_ProbeTemplate)
- func (fpvs *SharedTokenProbeTemplate_FieldSubPathValue) SetToRaw(target proto.Message)
- type SharedTokenProbeTemplate_FieldTerminalPath
- func (fp *SharedTokenProbeTemplate_FieldTerminalPath) ClearValue(item *SharedToken_ProbeTemplate)
- func (fp *SharedTokenProbeTemplate_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *SharedTokenProbeTemplate_FieldTerminalPath) Get(source *SharedToken_ProbeTemplate) (values []interface{})
- func (fp *SharedTokenProbeTemplate_FieldTerminalPath) GetDefault() interface{}
- func (fp *SharedTokenProbeTemplate_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *SharedTokenProbeTemplate_FieldTerminalPath) GetSingle(source *SharedToken_ProbeTemplate) (interface{}, bool)
- func (fp *SharedTokenProbeTemplate_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *SharedTokenProbeTemplate_FieldTerminalPath) IsLeaf() bool
- func (fp *SharedTokenProbeTemplate_FieldTerminalPath) JSONString() string
- func (fp *SharedTokenProbeTemplate_FieldTerminalPath) Selector() SharedTokenProbeTemplate_FieldPathSelector
- func (fp *SharedTokenProbeTemplate_FieldTerminalPath) String() string
- func (fp *SharedTokenProbeTemplate_FieldTerminalPath) WithIArrayItemValue(value interface{}) SharedTokenProbeTemplate_FieldPathArrayItemValue
- func (fp *SharedTokenProbeTemplate_FieldTerminalPath) WithIArrayOfValues(values interface{}) SharedTokenProbeTemplate_FieldPathArrayOfValues
- func (fp *SharedTokenProbeTemplate_FieldTerminalPath) WithIValue(value interface{}) SharedTokenProbeTemplate_FieldPathValue
- func (fp *SharedTokenProbeTemplate_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *SharedTokenProbeTemplate_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *SharedTokenProbeTemplate_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type SharedTokenProbeTemplate_FieldTerminalPathArrayItemValue
- func (fpaiv *SharedTokenProbeTemplate_FieldTerminalPathArrayItemValue) ContainsValue(source *SharedToken_ProbeTemplate) bool
- func (fpaiv *SharedTokenProbeTemplate_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *SharedTokenProbeTemplate_FieldTerminalPathArrayItemValue) GetSingle(source *SharedToken_ProbeTemplate) (interface{}, bool)
- func (fpaiv *SharedTokenProbeTemplate_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues
- func (fpaov *SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
- func (fpaov *SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*SharedToken_ProbeTemplate_Meta, bool)
- func (fpaov *SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*SharedToken_ProbeTemplate_Spec, bool)
- func (fpaov *SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type SharedTokenProbeTemplate_FieldTerminalPathValue
- func (fpv *SharedTokenProbeTemplate_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
- func (fpv *SharedTokenProbeTemplate_FieldTerminalPathValue) AsMetadataValue() (*SharedToken_ProbeTemplate_Meta, bool)
- func (fpv *SharedTokenProbeTemplate_FieldTerminalPathValue) AsSpecValue() (*SharedToken_ProbeTemplate_Spec, bool)
- func (fpv *SharedTokenProbeTemplate_FieldTerminalPathValue) CompareWith(source *SharedToken_ProbeTemplate) (int, bool)
- func (fpv *SharedTokenProbeTemplate_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *SharedTokenProbeTemplate_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *SharedTokenProbeTemplate_FieldTerminalPathValue) SetTo(target **SharedToken_ProbeTemplate)
- func (fpv *SharedTokenProbeTemplate_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type SharedTokenReferenceList
- func (l SharedTokenReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
- func (l SharedTokenReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
- func (l SharedTokenReferenceList) At(idx int) gotenresource.Reference
- func (l SharedTokenReferenceList) Length() int
- func (l SharedTokenReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l SharedTokenReferenceList) Slice(first, second int) gotenresource.ReferenceList
- type SharedToken_FieldMask
- func (fieldMask *SharedToken_FieldMask) AppendPath(path SharedToken_FieldPath)
- func (fieldMask *SharedToken_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *SharedToken_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *SharedToken_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *SharedToken_FieldMask) FilterInputFields() *SharedToken_FieldMask
- func (fieldMask *SharedToken_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *SharedToken_FieldMask) GetPaths() []SharedToken_FieldPath
- func (fieldMask *SharedToken_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *SharedToken_FieldMask) IsFull() bool
- func (fieldMask SharedToken_FieldMask) Marshal() ([]byte, error)
- func (fieldMask SharedToken_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *SharedToken_FieldMask) PathsCount() int
- func (fieldMask *SharedToken_FieldMask) Project(source *SharedToken) *SharedToken
- func (fieldMask *SharedToken_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *SharedToken_FieldMask) ProtoMessage()
- func (fieldMask *SharedToken_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *SharedToken_FieldMask) Reset()
- func (fieldMask *SharedToken_FieldMask) Set(target, source *SharedToken)
- func (fieldMask *SharedToken_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *SharedToken_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *SharedToken_FieldMask) Size() int
- func (fieldMask *SharedToken_FieldMask) String() string
- func (fieldMask *SharedToken_FieldMask) Subtract(other *SharedToken_FieldMask) *SharedToken_FieldMask
- func (fieldMask *SharedToken_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *SharedToken_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *SharedToken_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *SharedToken_FieldMask) UnmarshalJSON(data []byte) error
- type SharedToken_FieldPath
- type SharedToken_FieldPathArrayItemValue
- type SharedToken_FieldPathArrayOfValues
- type SharedToken_FieldPathSelector
- type SharedToken_FieldPathValue
- type SharedToken_FieldSubPath
- func (fps *SharedToken_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
- func (fps *SharedToken_FieldSubPath) AsProbeTemplateSubPath() (SharedTokenProbeTemplate_FieldPath, bool)
- func (fps *SharedToken_FieldSubPath) ClearValue(item *SharedToken)
- func (fps *SharedToken_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *SharedToken_FieldSubPath) Get(source *SharedToken) (values []interface{})
- func (fps *SharedToken_FieldSubPath) GetDefault() interface{}
- func (fps *SharedToken_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *SharedToken_FieldSubPath) GetSingle(source *SharedToken) (interface{}, bool)
- func (fps *SharedToken_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *SharedToken_FieldSubPath) IsLeaf() bool
- func (fps *SharedToken_FieldSubPath) JSONString() string
- func (fps *SharedToken_FieldSubPath) Selector() SharedToken_FieldPathSelector
- func (fps *SharedToken_FieldSubPath) String() string
- func (fps *SharedToken_FieldSubPath) WithIArrayItemValue(value interface{}) SharedToken_FieldPathArrayItemValue
- func (fps *SharedToken_FieldSubPath) WithIArrayOfValues(values interface{}) SharedToken_FieldPathArrayOfValues
- func (fps *SharedToken_FieldSubPath) WithIValue(value interface{}) SharedToken_FieldPathValue
- func (fps *SharedToken_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *SharedToken_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *SharedToken_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type SharedToken_FieldSubPathArrayItemValue
- func (fpaivs *SharedToken_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
- func (fpaivs *SharedToken_FieldSubPathArrayItemValue) AsProbeTemplatePathItemValue() (SharedTokenProbeTemplate_FieldPathArrayItemValue, bool)
- func (fpaivs *SharedToken_FieldSubPathArrayItemValue) ContainsValue(source *SharedToken) bool
- func (fpaivs *SharedToken_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type SharedToken_FieldSubPathArrayOfValues
- func (fpsaov *SharedToken_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
- func (fpsaov *SharedToken_FieldSubPathArrayOfValues) AsProbeTemplatePathArrayOfValues() (SharedTokenProbeTemplate_FieldPathArrayOfValues, bool)
- func (fpsaov *SharedToken_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type SharedToken_FieldSubPathValue
- func (fpvs *SharedToken_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
- func (fpvs *SharedToken_FieldSubPathValue) AsProbeTemplatePathValue() (SharedTokenProbeTemplate_FieldPathValue, bool)
- func (fpvs *SharedToken_FieldSubPathValue) CompareWith(source *SharedToken) (int, bool)
- func (fpvs *SharedToken_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *SharedToken_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *SharedToken_FieldSubPathValue) SetTo(target **SharedToken)
- func (fpvs *SharedToken_FieldSubPathValue) SetToRaw(target proto.Message)
- type SharedToken_FieldTerminalPath
- func (fp *SharedToken_FieldTerminalPath) ClearValue(item *SharedToken)
- func (fp *SharedToken_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *SharedToken_FieldTerminalPath) Get(source *SharedToken) (values []interface{})
- func (fp *SharedToken_FieldTerminalPath) GetDefault() interface{}
- func (fp *SharedToken_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *SharedToken_FieldTerminalPath) GetSingle(source *SharedToken) (interface{}, bool)
- func (fp *SharedToken_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *SharedToken_FieldTerminalPath) IsLeaf() bool
- func (fp *SharedToken_FieldTerminalPath) JSONString() string
- func (fp *SharedToken_FieldTerminalPath) Selector() SharedToken_FieldPathSelector
- func (fp *SharedToken_FieldTerminalPath) String() string
- func (fp *SharedToken_FieldTerminalPath) WithIArrayItemValue(value interface{}) SharedToken_FieldPathArrayItemValue
- func (fp *SharedToken_FieldTerminalPath) WithIArrayOfValues(values interface{}) SharedToken_FieldPathArrayOfValues
- func (fp *SharedToken_FieldTerminalPath) WithIValue(value interface{}) SharedToken_FieldPathValue
- func (fp *SharedToken_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *SharedToken_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *SharedToken_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type SharedToken_FieldTerminalPathArrayItemValue
- func (fpaiv *SharedToken_FieldTerminalPathArrayItemValue) AsDeduplicationFieldPathsItemValue() (string, bool)
- func (fpaiv *SharedToken_FieldTerminalPathArrayItemValue) ContainsValue(source *SharedToken) bool
- func (fpaiv *SharedToken_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *SharedToken_FieldTerminalPathArrayItemValue) GetSingle(source *SharedToken) (interface{}, bool)
- func (fpaiv *SharedToken_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type SharedToken_FieldTerminalPathArrayOfValues
- func (fpaov *SharedToken_FieldTerminalPathArrayOfValues) AsAssociateExistingProbeOnlyArrayOfValues() ([]bool, bool)
- func (fpaov *SharedToken_FieldTerminalPathArrayOfValues) AsDeduplicationFieldPathsArrayOfValues() ([][]string, bool)
- func (fpaov *SharedToken_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
- func (fpaov *SharedToken_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
- func (fpaov *SharedToken_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
- func (fpaov *SharedToken_FieldTerminalPathArrayOfValues) AsProbeTemplateArrayOfValues() ([]*SharedToken_ProbeTemplate, bool)
- func (fpaov *SharedToken_FieldTerminalPathArrayOfValues) AsQuotaArrayOfValues() ([]int32, bool)
- func (fpaov *SharedToken_FieldTerminalPathArrayOfValues) AsSecretArrayOfValues() ([]string, bool)
- func (fpaov *SharedToken_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type SharedToken_FieldTerminalPathValue
- func (fpv *SharedToken_FieldTerminalPathValue) AsAssociateExistingProbeOnlyValue() (bool, bool)
- func (fpv *SharedToken_FieldTerminalPathValue) AsDeduplicationFieldPathsValue() ([]string, bool)
- func (fpv *SharedToken_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
- func (fpv *SharedToken_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
- func (fpv *SharedToken_FieldTerminalPathValue) AsNameValue() (*Name, bool)
- func (fpv *SharedToken_FieldTerminalPathValue) AsProbeTemplateValue() (*SharedToken_ProbeTemplate, bool)
- func (fpv *SharedToken_FieldTerminalPathValue) AsQuotaValue() (int32, bool)
- func (fpv *SharedToken_FieldTerminalPathValue) AsSecretValue() (string, bool)
- func (fpv *SharedToken_FieldTerminalPathValue) CompareWith(source *SharedToken) (int, bool)
- func (fpv *SharedToken_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *SharedToken_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *SharedToken_FieldTerminalPathValue) SetTo(target **SharedToken)
- func (fpv *SharedToken_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type SharedToken_ProbeTemplate
- func (o *SharedToken_ProbeTemplate) Clone() *SharedToken_ProbeTemplate
- func (o *SharedToken_ProbeTemplate) CloneRaw() gotenobject.GotenObjectExt
- func (*SharedToken_ProbeTemplate) Descriptor() ([]byte, []int)
- func (m *SharedToken_ProbeTemplate) GetDisplayName() string
- func (m *SharedToken_ProbeTemplate) GetMetadata() *SharedToken_ProbeTemplate_Meta
- func (m *SharedToken_ProbeTemplate) GetSpec() *SharedToken_ProbeTemplate_Spec
- func (*SharedToken_ProbeTemplate) GotenMessage()
- func (o *SharedToken_ProbeTemplate) GotenObjectExt()
- func (obj *SharedToken_ProbeTemplate) GotenValidate() error
- func (o *SharedToken_ProbeTemplate) MakeDiffFieldMask(other *SharedToken_ProbeTemplate) *SharedToken_ProbeTemplate_FieldMask
- func (o *SharedToken_ProbeTemplate) MakeFullFieldMask() *SharedToken_ProbeTemplate_FieldMask
- func (o *SharedToken_ProbeTemplate) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *SharedToken_ProbeTemplate) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *SharedToken_ProbeTemplate) Marshal() ([]byte, error)
- func (m *SharedToken_ProbeTemplate) MarshalJSON() ([]byte, error)
- func (o *SharedToken_ProbeTemplate) Merge(source *SharedToken_ProbeTemplate)
- func (o *SharedToken_ProbeTemplate) MergeRaw(source gotenobject.GotenObjectExt)
- func (*SharedToken_ProbeTemplate) ProtoMessage()
- func (m *SharedToken_ProbeTemplate) ProtoReflect() preflect.Message
- func (m *SharedToken_ProbeTemplate) Reset()
- func (m *SharedToken_ProbeTemplate) SetDisplayName(fv string)
- func (m *SharedToken_ProbeTemplate) SetMetadata(fv *SharedToken_ProbeTemplate_Meta)
- func (m *SharedToken_ProbeTemplate) SetSpec(fv *SharedToken_ProbeTemplate_Spec)
- func (m *SharedToken_ProbeTemplate) String() string
- func (m *SharedToken_ProbeTemplate) Unmarshal(b []byte) error
- func (m *SharedToken_ProbeTemplate) UnmarshalJSON(data []byte) error
- type SharedToken_ProbeTemplateMapPathSelectorMetadataAnnotations
- func (s SharedToken_ProbeTemplateMapPathSelectorMetadataAnnotations) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplateMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplateMapPathSelectorMetadataAnnotations) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplateMapPathSelectorMetadataLabels
- func (s SharedToken_ProbeTemplateMapPathSelectorMetadataLabels) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplateMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplateMapPathSelectorMetadataLabels) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorDisplayName
- func (SharedToken_ProbeTemplatePathSelectorDisplayName) FieldPath() *SharedTokenProbeTemplate_FieldTerminalPath
- func (s SharedToken_ProbeTemplatePathSelectorDisplayName) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorDisplayName) WithValue(value string) *SharedTokenProbeTemplate_FieldTerminalPathValue
- type SharedToken_ProbeTemplatePathSelectorMetadata
- func (SharedToken_ProbeTemplatePathSelectorMetadata) Annotations() SharedToken_ProbeTemplatePathSelectorMetadataAnnotations
- func (SharedToken_ProbeTemplatePathSelectorMetadata) FieldPath() *SharedTokenProbeTemplate_FieldTerminalPath
- func (SharedToken_ProbeTemplatePathSelectorMetadata) Labels() SharedToken_ProbeTemplatePathSelectorMetadataLabels
- func (SharedToken_ProbeTemplatePathSelectorMetadata) Tags() SharedToken_ProbeTemplatePathSelectorMetadataTags
- func (s SharedToken_ProbeTemplatePathSelectorMetadata) WithArrayOfValues(values []*SharedToken_ProbeTemplate_Meta) *SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue SharedTokenProbeTemplateMeta_FieldPathArrayItemValue) *SharedTokenProbeTemplate_FieldSubPathArrayItemValue
- func (s SharedToken_ProbeTemplatePathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues SharedTokenProbeTemplateMeta_FieldPathArrayOfValues) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (SharedToken_ProbeTemplatePathSelectorMetadata) WithSubPath(subPath SharedTokenProbeTemplateMeta_FieldPath) *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorMetadata) WithSubValue(subPathValue SharedTokenProbeTemplateMeta_FieldPathValue) *SharedTokenProbeTemplate_FieldSubPathValue
- func (s SharedToken_ProbeTemplatePathSelectorMetadata) WithValue(value *SharedToken_ProbeTemplate_Meta) *SharedTokenProbeTemplate_FieldTerminalPathValue
- type SharedToken_ProbeTemplatePathSelectorMetadataAnnotations
- func (SharedToken_ProbeTemplatePathSelectorMetadataAnnotations) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (SharedToken_ProbeTemplatePathSelectorMetadataAnnotations) WithKey(key string) SharedToken_ProbeTemplateMapPathSelectorMetadataAnnotations
- func (s SharedToken_ProbeTemplatePathSelectorMetadataAnnotations) WithValue(value map[string]string) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorMetadataLabels
- func (SharedToken_ProbeTemplatePathSelectorMetadataLabels) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (SharedToken_ProbeTemplatePathSelectorMetadataLabels) WithKey(key string) SharedToken_ProbeTemplateMapPathSelectorMetadataLabels
- func (s SharedToken_ProbeTemplatePathSelectorMetadataLabels) WithValue(value map[string]string) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorMetadataTags
- func (SharedToken_ProbeTemplatePathSelectorMetadataTags) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorMetadataTags) WithArrayOfValues(values [][]string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorMetadataTags) WithItemValue(value string) *SharedTokenProbeTemplate_FieldSubPathArrayItemValue
- func (s SharedToken_ProbeTemplatePathSelectorMetadataTags) WithValue(value []string) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpec
- func (SharedToken_ProbeTemplatePathSelectorSpec) ContactInfo() SharedToken_ProbeTemplatePathSelectorSpecContactInfo
- func (SharedToken_ProbeTemplatePathSelectorSpec) DisableSpeedtest() SharedToken_ProbeTemplatePathSelectorSpecDisableSpeedtest
- func (SharedToken_ProbeTemplatePathSelectorSpec) FieldPath() *SharedTokenProbeTemplate_FieldTerminalPath
- func (SharedToken_ProbeTemplatePathSelectorSpec) LocationDiscovery() SharedToken_ProbeTemplatePathSelectorSpecLocationDiscovery
- func (SharedToken_ProbeTemplatePathSelectorSpec) PrimaryLocation() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocation
- func (SharedToken_ProbeTemplatePathSelectorSpec) ProbeGroup() SharedToken_ProbeTemplatePathSelectorSpecProbeGroup
- func (s SharedToken_ProbeTemplatePathSelectorSpec) WithArrayOfValues(values []*SharedToken_ProbeTemplate_Spec) *SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue SharedTokenProbeTemplateSpec_FieldPathArrayItemValue) *SharedTokenProbeTemplate_FieldSubPathArrayItemValue
- func (s SharedToken_ProbeTemplatePathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues SharedTokenProbeTemplateSpec_FieldPathArrayOfValues) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (SharedToken_ProbeTemplatePathSelectorSpec) WithSubPath(subPath SharedTokenProbeTemplateSpec_FieldPath) *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpec) WithSubValue(subPathValue SharedTokenProbeTemplateSpec_FieldPathValue) *SharedTokenProbeTemplate_FieldSubPathValue
- func (s SharedToken_ProbeTemplatePathSelectorSpec) WithValue(value *SharedToken_ProbeTemplate_Spec) *SharedTokenProbeTemplate_FieldTerminalPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecContactInfo
- func (SharedToken_ProbeTemplatePathSelectorSpecContactInfo) Email() SharedToken_ProbeTemplatePathSelectorSpecContactInfoEmail
- func (SharedToken_ProbeTemplatePathSelectorSpecContactInfo) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (SharedToken_ProbeTemplatePathSelectorSpecContactInfo) FullName() SharedToken_ProbeTemplatePathSelectorSpecContactInfoFullName
- func (SharedToken_ProbeTemplatePathSelectorSpecContactInfo) Phones() SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhones
- func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfo) WithArrayOfValues(values []*common.ContactInformation) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfo) WithValue(value *common.ContactInformation) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecContactInfoEmail
- func (SharedToken_ProbeTemplatePathSelectorSpecContactInfoEmail) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoEmail) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoEmail) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecContactInfoFullName
- func (SharedToken_ProbeTemplatePathSelectorSpecContactInfoFullName) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoFullName) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoFullName) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhones
- func (SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhones) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhones) Number() SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesNumber
- func (SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhones) Type() SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesType
- func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhones) WithArrayOfValues(values [][]*common.ContactInformation_PhoneNumber) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhones) WithItemValue(value *common.ContactInformation_PhoneNumber) *SharedTokenProbeTemplate_FieldSubPathArrayItemValue
- func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhones) WithValue(value []*common.ContactInformation_PhoneNumber) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesNumber
- func (SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesNumber) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesNumber) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesNumber) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesType
- func (SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesType) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesType) WithArrayOfValues(values []common.ContactInformation_PhoneType) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesType) WithValue(value common.ContactInformation_PhoneType) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecDisableSpeedtest
- func (SharedToken_ProbeTemplatePathSelectorSpecDisableSpeedtest) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecDisableSpeedtest) WithArrayOfValues(values []bool) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecDisableSpeedtest) WithValue(value bool) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecLocationDiscovery
- func (SharedToken_ProbeTemplatePathSelectorSpecLocationDiscovery) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (SharedToken_ProbeTemplatePathSelectorSpecLocationDiscovery) RequiredAccuracy() SharedToken_ProbeTemplatePathSelectorSpecLocationDiscoveryRequiredAccuracy
- func (SharedToken_ProbeTemplatePathSelectorSpecLocationDiscovery) Type() SharedToken_ProbeTemplatePathSelectorSpecLocationDiscoveryType
- func (s SharedToken_ProbeTemplatePathSelectorSpecLocationDiscovery) WithArrayOfValues(values []*common.LocationDiscoverySpec) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecLocationDiscovery) WithValue(value *common.LocationDiscoverySpec) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecLocationDiscoveryRequiredAccuracy
- func (SharedToken_ProbeTemplatePathSelectorSpecLocationDiscoveryRequiredAccuracy) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues(values []float64) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecLocationDiscoveryRequiredAccuracy) WithValue(value float64) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecLocationDiscoveryType
- func (SharedToken_ProbeTemplatePathSelectorSpecLocationDiscoveryType) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecLocationDiscoveryType) WithArrayOfValues(values []common.LocationDiscoverySpec_Type) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecLocationDiscoveryType) WithValue(value common.LocationDiscoverySpec_Type) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocation
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocation) Accuracy() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAccuracy
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocation) Address() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocation) AdminHierarchy() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchy
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocation) Coordinates() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationCoordinates
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocation) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocation) WithArrayOfValues(values []*common.Location) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocation) WithValue(value *common.Location) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAccuracy
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAccuracy) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAccuracy) WithArrayOfValues(values []float64) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAccuracy) WithValue(value float64) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) AdminArea1() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea1
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) AdminArea2() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea2
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) AdminArea3() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea3
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) AdminArea4() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea4
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) Continent() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressContinent
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) Country() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressCountry
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) CountryCode() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressCountryCode
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) PostalCode() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressPostalCode
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) StreetAddress() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressStreetAddress
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) WithArrayOfValues(values []*common.Address) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) WithValue(value *common.Address) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea1
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea1) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea1) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea2
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea2) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea2) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea3
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea3) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea3) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea4
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea4) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea4) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressContinent
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressContinent) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressContinent) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressContinent) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressCountry
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressCountry) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressCountry) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressCountry) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressCountryCode
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressCountryCode) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressCountryCode) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressCountryCode) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressPostalCode
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressPostalCode) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressPostalCode) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressPostalCode) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressStreetAddress
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressStreetAddress) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressStreetAddress) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchy
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchy) Admin1() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchy) Admin2() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchy) Admin3() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchy) Admin4() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchy) Admin5() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchy) Continent() ...
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchy) Country() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyCountry
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchy) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyContinent
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyContinent) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyCountry
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyCountry) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationCoordinates
- func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationCoordinates) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationCoordinates) WithValue(value *latlng.LatLng) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplatePathSelectorSpecProbeGroup
- func (SharedToken_ProbeTemplatePathSelectorSpecProbeGroup) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
- func (s SharedToken_ProbeTemplatePathSelectorSpecProbeGroup) WithArrayOfValues(values []*probe_group.Reference) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplatePathSelectorSpecProbeGroup) WithValue(value *probe_group.Reference) *SharedTokenProbeTemplate_FieldSubPathValue
- type SharedToken_ProbeTemplate_FieldMask
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) AppendPath(path SharedTokenProbeTemplate_FieldPath)
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) FilterInputFields() *SharedToken_ProbeTemplate_FieldMask
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) GetPaths() []SharedTokenProbeTemplate_FieldPath
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) IsFull() bool
- func (fieldMask SharedToken_ProbeTemplate_FieldMask) Marshal() ([]byte, error)
- func (fieldMask SharedToken_ProbeTemplate_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) PathsCount() int
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) Project(source *SharedToken_ProbeTemplate) *SharedToken_ProbeTemplate
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) ProtoMessage()
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) Reset()
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) Set(target, source *SharedToken_ProbeTemplate)
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) Size() int
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) String() string
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) Subtract(other *SharedToken_ProbeTemplate_FieldMask) *SharedToken_ProbeTemplate_FieldMask
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *SharedToken_ProbeTemplate_FieldMask) UnmarshalJSON(data []byte) error
- type SharedToken_ProbeTemplate_Meta
- func (o *SharedToken_ProbeTemplate_Meta) Clone() *SharedToken_ProbeTemplate_Meta
- func (o *SharedToken_ProbeTemplate_Meta) CloneRaw() gotenobject.GotenObjectExt
- func (*SharedToken_ProbeTemplate_Meta) Descriptor() ([]byte, []int)
- func (m *SharedToken_ProbeTemplate_Meta) GetAnnotations() map[string]string
- func (m *SharedToken_ProbeTemplate_Meta) GetLabels() map[string]string
- func (m *SharedToken_ProbeTemplate_Meta) GetTags() []string
- func (*SharedToken_ProbeTemplate_Meta) GotenMessage()
- func (o *SharedToken_ProbeTemplate_Meta) GotenObjectExt()
- func (obj *SharedToken_ProbeTemplate_Meta) GotenValidate() error
- func (o *SharedToken_ProbeTemplate_Meta) MakeDiffFieldMask(other *SharedToken_ProbeTemplate_Meta) *SharedToken_ProbeTemplate_Meta_FieldMask
- func (o *SharedToken_ProbeTemplate_Meta) MakeFullFieldMask() *SharedToken_ProbeTemplate_Meta_FieldMask
- func (o *SharedToken_ProbeTemplate_Meta) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *SharedToken_ProbeTemplate_Meta) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *SharedToken_ProbeTemplate_Meta) Marshal() ([]byte, error)
- func (m *SharedToken_ProbeTemplate_Meta) MarshalJSON() ([]byte, error)
- func (o *SharedToken_ProbeTemplate_Meta) Merge(source *SharedToken_ProbeTemplate_Meta)
- func (o *SharedToken_ProbeTemplate_Meta) MergeRaw(source gotenobject.GotenObjectExt)
- func (*SharedToken_ProbeTemplate_Meta) ProtoMessage()
- func (m *SharedToken_ProbeTemplate_Meta) ProtoReflect() preflect.Message
- func (m *SharedToken_ProbeTemplate_Meta) Reset()
- func (m *SharedToken_ProbeTemplate_Meta) SetAnnotations(fv map[string]string)
- func (m *SharedToken_ProbeTemplate_Meta) SetLabels(fv map[string]string)
- func (m *SharedToken_ProbeTemplate_Meta) SetTags(fv []string)
- func (m *SharedToken_ProbeTemplate_Meta) String() string
- func (m *SharedToken_ProbeTemplate_Meta) Unmarshal(b []byte) error
- func (m *SharedToken_ProbeTemplate_Meta) UnmarshalJSON(data []byte) error
- type SharedToken_ProbeTemplate_MetaMapPathSelectorAnnotations
- func (s SharedToken_ProbeTemplate_MetaMapPathSelectorAnnotations) FieldPath() *SharedTokenProbeTemplateMeta_FieldPathMap
- func (s SharedToken_ProbeTemplate_MetaMapPathSelectorAnnotations) WithArrayOfValues(values []string) *SharedTokenProbeTemplateMeta_FieldPathMapArrayOfValues
- func (s SharedToken_ProbeTemplate_MetaMapPathSelectorAnnotations) WithValue(value string) *SharedTokenProbeTemplateMeta_FieldPathMapValue
- type SharedToken_ProbeTemplate_MetaMapPathSelectorLabels
- func (s SharedToken_ProbeTemplate_MetaMapPathSelectorLabels) FieldPath() *SharedTokenProbeTemplateMeta_FieldPathMap
- func (s SharedToken_ProbeTemplate_MetaMapPathSelectorLabels) WithArrayOfValues(values []string) *SharedTokenProbeTemplateMeta_FieldPathMapArrayOfValues
- func (s SharedToken_ProbeTemplate_MetaMapPathSelectorLabels) WithValue(value string) *SharedTokenProbeTemplateMeta_FieldPathMapValue
- type SharedToken_ProbeTemplate_MetaPathSelectorAnnotations
- func (SharedToken_ProbeTemplate_MetaPathSelectorAnnotations) FieldPath() *SharedTokenProbeTemplateMeta_FieldTerminalPath
- func (s SharedToken_ProbeTemplate_MetaPathSelectorAnnotations) WithArrayOfValues(values []map[string]string) *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues
- func (SharedToken_ProbeTemplate_MetaPathSelectorAnnotations) WithKey(key string) SharedToken_ProbeTemplate_MetaMapPathSelectorAnnotations
- func (s SharedToken_ProbeTemplate_MetaPathSelectorAnnotations) WithValue(value map[string]string) *SharedTokenProbeTemplateMeta_FieldTerminalPathValue
- type SharedToken_ProbeTemplate_MetaPathSelectorLabels
- func (SharedToken_ProbeTemplate_MetaPathSelectorLabels) FieldPath() *SharedTokenProbeTemplateMeta_FieldTerminalPath
- func (s SharedToken_ProbeTemplate_MetaPathSelectorLabels) WithArrayOfValues(values []map[string]string) *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues
- func (SharedToken_ProbeTemplate_MetaPathSelectorLabels) WithKey(key string) SharedToken_ProbeTemplate_MetaMapPathSelectorLabels
- func (s SharedToken_ProbeTemplate_MetaPathSelectorLabels) WithValue(value map[string]string) *SharedTokenProbeTemplateMeta_FieldTerminalPathValue
- type SharedToken_ProbeTemplate_MetaPathSelectorTags
- func (SharedToken_ProbeTemplate_MetaPathSelectorTags) FieldPath() *SharedTokenProbeTemplateMeta_FieldTerminalPath
- func (s SharedToken_ProbeTemplate_MetaPathSelectorTags) WithArrayOfValues(values [][]string) *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues
- func (s SharedToken_ProbeTemplate_MetaPathSelectorTags) WithItemValue(value string) *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue
- func (s SharedToken_ProbeTemplate_MetaPathSelectorTags) WithValue(value []string) *SharedTokenProbeTemplateMeta_FieldTerminalPathValue
- type SharedToken_ProbeTemplate_Meta_FieldMask
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) AppendPath(path SharedTokenProbeTemplateMeta_FieldPath)
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) FilterInputFields() *SharedToken_ProbeTemplate_Meta_FieldMask
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) GetPaths() []SharedTokenProbeTemplateMeta_FieldPath
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) IsFull() bool
- func (fieldMask SharedToken_ProbeTemplate_Meta_FieldMask) Marshal() ([]byte, error)
- func (fieldMask SharedToken_ProbeTemplate_Meta_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) PathsCount() int
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) Project(source *SharedToken_ProbeTemplate_Meta) *SharedToken_ProbeTemplate_Meta
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) ProtoMessage()
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) Reset()
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) Set(target, source *SharedToken_ProbeTemplate_Meta)
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) Size() int
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) String() string
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) Subtract(other *SharedToken_ProbeTemplate_Meta_FieldMask) *SharedToken_ProbeTemplate_Meta_FieldMask
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) UnmarshalJSON(data []byte) error
- type SharedToken_ProbeTemplate_Spec
- func (o *SharedToken_ProbeTemplate_Spec) Clone() *SharedToken_ProbeTemplate_Spec
- func (o *SharedToken_ProbeTemplate_Spec) CloneRaw() gotenobject.GotenObjectExt
- func (*SharedToken_ProbeTemplate_Spec) Descriptor() ([]byte, []int)
- func (m *SharedToken_ProbeTemplate_Spec) GetContactInfo() *common.ContactInformation
- func (m *SharedToken_ProbeTemplate_Spec) GetDisableSpeedtest() bool
- func (m *SharedToken_ProbeTemplate_Spec) GetLocationDiscovery() *common.LocationDiscoverySpec
- func (m *SharedToken_ProbeTemplate_Spec) GetPrimaryLocation() *common.Location
- func (m *SharedToken_ProbeTemplate_Spec) GetProbeGroup() *probe_group.Reference
- func (*SharedToken_ProbeTemplate_Spec) GotenMessage()
- func (o *SharedToken_ProbeTemplate_Spec) GotenObjectExt()
- func (obj *SharedToken_ProbeTemplate_Spec) GotenValidate() error
- func (o *SharedToken_ProbeTemplate_Spec) MakeDiffFieldMask(other *SharedToken_ProbeTemplate_Spec) *SharedToken_ProbeTemplate_Spec_FieldMask
- func (o *SharedToken_ProbeTemplate_Spec) MakeFullFieldMask() *SharedToken_ProbeTemplate_Spec_FieldMask
- func (o *SharedToken_ProbeTemplate_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *SharedToken_ProbeTemplate_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *SharedToken_ProbeTemplate_Spec) Marshal() ([]byte, error)
- func (m *SharedToken_ProbeTemplate_Spec) MarshalJSON() ([]byte, error)
- func (o *SharedToken_ProbeTemplate_Spec) Merge(source *SharedToken_ProbeTemplate_Spec)
- func (o *SharedToken_ProbeTemplate_Spec) MergeRaw(source gotenobject.GotenObjectExt)
- func (*SharedToken_ProbeTemplate_Spec) ProtoMessage()
- func (m *SharedToken_ProbeTemplate_Spec) ProtoReflect() preflect.Message
- func (m *SharedToken_ProbeTemplate_Spec) Reset()
- func (m *SharedToken_ProbeTemplate_Spec) SetContactInfo(fv *common.ContactInformation)
- func (m *SharedToken_ProbeTemplate_Spec) SetDisableSpeedtest(fv bool)
- func (m *SharedToken_ProbeTemplate_Spec) SetLocationDiscovery(fv *common.LocationDiscoverySpec)
- func (m *SharedToken_ProbeTemplate_Spec) SetPrimaryLocation(fv *common.Location)
- func (m *SharedToken_ProbeTemplate_Spec) SetProbeGroup(fv *probe_group.Reference)
- func (m *SharedToken_ProbeTemplate_Spec) String() string
- func (m *SharedToken_ProbeTemplate_Spec) Unmarshal(b []byte) error
- func (m *SharedToken_ProbeTemplate_Spec) UnmarshalJSON(data []byte) error
- type SharedToken_ProbeTemplate_SpecPathSelectorContactInfo
- func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) Email() SharedToken_ProbeTemplate_SpecPathSelectorContactInfoEmail
- func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) FieldPath() *SharedTokenProbeTemplateSpec_FieldTerminalPath
- func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) FullName() SharedToken_ProbeTemplate_SpecPathSelectorContactInfoFullName
- func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) Phones() SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhones
- func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) WithArrayOfValues(values []*common.ContactInformation) *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) WithSubArrayItemValue(subPathArrayItemValue common.ContactInformation_FieldPathArrayItemValue) *SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue
- func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) WithSubArrayOfValues(subPathArrayOfValues common.ContactInformation_FieldPathArrayOfValues) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) WithSubPath(subPath common.ContactInformation_FieldPath) *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) WithSubValue(subPathValue common.ContactInformation_FieldPathValue) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) WithValue(value *common.ContactInformation) *SharedTokenProbeTemplateSpec_FieldTerminalPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorContactInfoEmail
- func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfoEmail) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfoEmail) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfoEmail) WithValue(value string) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorContactInfoFullName
- func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfoFullName) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfoFullName) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfoFullName) WithValue(value string) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhones
- func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhones) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhones) Number() SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhonesNumber
- func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhones) Type() SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhonesType
- func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhones) WithArrayOfValues(values [][]*common.ContactInformation_PhoneNumber) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhones) WithItemValue(value *common.ContactInformation_PhoneNumber) *SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue
- func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhones) WithValue(value []*common.ContactInformation_PhoneNumber) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhonesNumber
- func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhonesNumber) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhonesNumber) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhonesNumber) WithValue(value string) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhonesType
- func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhonesType) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhonesType) WithArrayOfValues(values []common.ContactInformation_PhoneType) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhonesType) WithValue(value common.ContactInformation_PhoneType) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorDisableSpeedtest
- func (SharedToken_ProbeTemplate_SpecPathSelectorDisableSpeedtest) FieldPath() *SharedTokenProbeTemplateSpec_FieldTerminalPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorDisableSpeedtest) WithArrayOfValues(values []bool) *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorDisableSpeedtest) WithValue(value bool) *SharedTokenProbeTemplateSpec_FieldTerminalPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery
- func (SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) FieldPath() *SharedTokenProbeTemplateSpec_FieldTerminalPath
- func (SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) RequiredAccuracy() SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscoveryRequiredAccuracy
- func (SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) Type() SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscoveryType
- func (s SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) WithArrayOfValues(values []*common.LocationDiscoverySpec) *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) WithSubArrayItemValue(subPathArrayItemValue common.LocationDiscoverySpec_FieldPathArrayItemValue) *SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue
- func (s SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) WithSubArrayOfValues(subPathArrayOfValues common.LocationDiscoverySpec_FieldPathArrayOfValues) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) WithSubPath(subPath common.LocationDiscoverySpec_FieldPath) *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) WithSubValue(subPathValue common.LocationDiscoverySpec_FieldPathValue) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- func (s SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) WithValue(value *common.LocationDiscoverySpec) *SharedTokenProbeTemplateSpec_FieldTerminalPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscoveryRequiredAccuracy
- func (SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscoveryRequiredAccuracy) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscoveryRequiredAccuracy) WithArrayOfValues(values []float64) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscoveryRequiredAccuracy) WithValue(value float64) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscoveryType
- func (SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscoveryType) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscoveryType) WithArrayOfValues(values []common.LocationDiscoverySpec_Type) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscoveryType) WithValue(value common.LocationDiscoverySpec_Type) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) Accuracy() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAccuracy
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) Address() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) AdminHierarchy() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchy
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) Coordinates() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationCoordinates
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) FieldPath() *SharedTokenProbeTemplateSpec_FieldTerminalPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) WithArrayOfValues(values []*common.Location) *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) WithSubArrayItemValue(subPathArrayItemValue common.Location_FieldPathArrayItemValue) *SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) WithSubArrayOfValues(subPathArrayOfValues common.Location_FieldPathArrayOfValues) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) WithSubPath(subPath common.Location_FieldPath) *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) WithSubValue(subPathValue common.Location_FieldPathValue) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) WithValue(value *common.Location) *SharedTokenProbeTemplateSpec_FieldTerminalPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAccuracy
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAccuracy) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAccuracy) WithArrayOfValues(values []float64) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAccuracy) WithValue(value float64) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) AdminArea1() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea1
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) AdminArea2() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea2
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) AdminArea3() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea3
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) AdminArea4() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea4
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) Continent() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressContinent
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) Country() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressCountry
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) CountryCode() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressCountryCode
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) PostalCode() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressPostalCode
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) StreetAddress() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressStreetAddress
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) WithArrayOfValues(values []*common.Address) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) WithValue(value *common.Address) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea1
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea1) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea1) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea1) WithValue(value string) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea2
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea2) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea2) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea2) WithValue(value string) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea3
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea3) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea3) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea3) WithValue(value string) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea4
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea4) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea4) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea4) WithValue(value string) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressContinent
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressContinent) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressContinent) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressContinent) WithValue(value string) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressCountry
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressCountry) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressCountry) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressCountry) WithValue(value string) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressCountryCode
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressCountryCode) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressCountryCode) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressCountryCode) WithValue(value string) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressPostalCode
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressPostalCode) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressPostalCode) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressPostalCode) WithValue(value string) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressStreetAddress
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressStreetAddress) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressStreetAddress) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressStreetAddress) WithValue(value string) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchy
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchy) Admin1() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchy) Admin2() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchy) Admin3() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchy) Admin4() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchy) Admin5() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchy) Continent() ...
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchy) Country() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyCountry
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchy) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyContinent
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyContinent) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyContinent) WithValue(value *admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyCountry
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyCountry) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationCoordinates
- func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationCoordinates) FieldPath() *SharedTokenProbeTemplateSpec_FieldSubPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationCoordinates) WithValue(value *latlng.LatLng) *SharedTokenProbeTemplateSpec_FieldSubPathValue
- type SharedToken_ProbeTemplate_SpecPathSelectorProbeGroup
- func (SharedToken_ProbeTemplate_SpecPathSelectorProbeGroup) FieldPath() *SharedTokenProbeTemplateSpec_FieldTerminalPath
- func (s SharedToken_ProbeTemplate_SpecPathSelectorProbeGroup) WithArrayOfValues(values []*probe_group.Reference) *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues
- func (s SharedToken_ProbeTemplate_SpecPathSelectorProbeGroup) WithValue(value *probe_group.Reference) *SharedTokenProbeTemplateSpec_FieldTerminalPathValue
- type SharedToken_ProbeTemplate_Spec_FieldMask
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) AppendPath(path SharedTokenProbeTemplateSpec_FieldPath)
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) FilterInputFields() *SharedToken_ProbeTemplate_Spec_FieldMask
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) GetPaths() []SharedTokenProbeTemplateSpec_FieldPath
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) IsFull() bool
- func (fieldMask SharedToken_ProbeTemplate_Spec_FieldMask) Marshal() ([]byte, error)
- func (fieldMask SharedToken_ProbeTemplate_Spec_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) PathsCount() int
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) Project(source *SharedToken_ProbeTemplate_Spec) *SharedToken_ProbeTemplate_Spec
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) ProtoMessage()
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) Reset()
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) Set(target, source *SharedToken_ProbeTemplate_Spec)
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) Size() int
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) String() string
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) Subtract(other *SharedToken_ProbeTemplate_Spec_FieldMask) *SharedToken_ProbeTemplate_Spec_FieldMask
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) UnmarshalJSON(data []byte) error
- type WatchQuery
- func (q *WatchQuery) GetMaximumChunkSize() int
- func (q *WatchQuery) GetResumeToken() string
- func (q *WatchQuery) GetWatchType() watch_type.WatchType
- func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)
- func (q *WatchQuery) SetResumeToken(token string)
- func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
- func (q *WatchQuery) String() string
Constants ¶
const (
NamePattern_Project_Region = "projects/{project}/regions/{region}/sharedTokens/{shared_token}"
)
Variables ¶
This section is empty.
Functions ¶
func AsAnyCastAccess ¶
func AsAnyCastAccess(access SharedTokenAccess) gotenresource.Access
Types ¶
type Descriptor ¶
type Descriptor struct {
// contains filtered or unexported fields
}
func GetDescriptor ¶
func GetDescriptor() *Descriptor
func (*Descriptor) GetNameDescriptor ¶
func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
func (*Descriptor) GetResourceTypeName ¶
func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName
func (*Descriptor) NewGetQuery ¶
func (d *Descriptor) NewGetQuery() gotenresource.GetQuery
func (*Descriptor) NewListQuery ¶
func (d *Descriptor) NewListQuery() gotenresource.ListQuery
func (*Descriptor) NewNameList ¶
func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList
func (*Descriptor) NewParentNameList ¶
func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList
func (*Descriptor) NewParentReferenceList ¶
func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList
func (*Descriptor) NewQueryResultChange ¶
func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange
func (*Descriptor) NewQueryResultSnapshot ¶
func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot
func (*Descriptor) NewReferenceList ¶
func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList
func (*Descriptor) NewResource ¶
func (d *Descriptor) NewResource() gotenresource.Resource
func (*Descriptor) NewResourceChange ¶
func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange
func (*Descriptor) NewResourceChangeList ¶
func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList
func (*Descriptor) NewResourceChangeMap ¶
func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap
func (*Descriptor) NewResourceCursor ¶
func (d *Descriptor) NewResourceCursor() gotenresource.Cursor
func (*Descriptor) NewResourceFieldMask ¶
func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
func (*Descriptor) NewResourceFilter ¶
func (d *Descriptor) NewResourceFilter() gotenresource.Filter
func (*Descriptor) NewResourceList ¶
func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList
func (*Descriptor) NewResourceMap ¶
func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap
func (*Descriptor) NewResourceName ¶
func (d *Descriptor) NewResourceName() gotenresource.Name
func (*Descriptor) NewResourceOrderBy ¶
func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
func (*Descriptor) NewSearchQuery ¶
func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
func (*Descriptor) NewSearchQueryResultSnapshot ¶
func (d *Descriptor) NewSearchQueryResultSnapshot() gotenresource.SearchQueryResultSnapshot
func (*Descriptor) NewWatchQuery ¶
func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery
func (*Descriptor) ParseFieldPath ¶
func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)
func (*Descriptor) ParseResourceName ¶
func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)
type Filter ¶
type Filter struct {
FilterCondition
}
func (*Filter) ConvertToNative ¶
func (*Filter) DecodeFirestore ¶
func (filter *Filter) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Filter) EncodeFirestore ¶
func (filter *Filter) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Filter) Evaluate ¶
func (filter *Filter) Evaluate(res *SharedToken) 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 []*SharedToken) (out []*SharedToken)
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 SharedToken_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 *SharedToken) bool // Whether this condition is at least as specific as other. // When true, any SharedToken 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 SharedToken_FieldPath) bool // contains filtered or unexported methods }
func AndFilterConditions ¶
func AndFilterConditions(conds ...FilterCondition) FilterCondition
type FilterConditionCompare ¶
type FilterConditionCompare struct { Operator filterParser.CompareOperator }
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 *SharedToken) 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 SharedToken_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 *SharedToken) 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 SharedToken_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 SharedToken_FieldPath Value SharedToken_FieldPathArrayItemValue Values []SharedToken_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 *SharedToken) bool
func (*FilterConditionContains) EvaluateRaw ¶
func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionContains) GetFieldPath ¶
func (cond *FilterConditionContains) GetFieldPath() SharedToken_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 SharedToken_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 {
}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 *SharedToken) 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 SharedToken_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 SharedToken_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 *SharedToken) 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 SharedToken_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 SharedToken_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 *SharedToken) 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 SharedToken_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 *SharedToken) 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 SharedToken_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 {
}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 *SharedToken) 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 SharedToken_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 *SharedToken_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 *SharedToken_FieldMask }
func (*ListQuery) GetFieldMask ¶
func (q *ListQuery) GetFieldMask() gotenobject.FieldMask
func (*ListQuery) GetFilter ¶
func (q *ListQuery) GetFilter() gotenresource.Filter
func (*ListQuery) GetPager ¶
func (q *ListQuery) GetPager() gotenresource.PagerQuery
func (*ListQuery) GetResourceDescriptor ¶
func (q *ListQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*ListQuery) GotenQuery ¶
func (q *ListQuery) GotenQuery()
func (*ListQuery) SetFieldMask ¶
func (q *ListQuery) SetFieldMask(mask gotenobject.FieldMask)
func (*ListQuery) SetFilter ¶
func (q *ListQuery) SetFilter(filter gotenresource.Filter)
func (*ListQuery) SetPager ¶
func (q *ListQuery) SetPager(pager gotenresource.PagerQuery)
type Name ¶
type Name struct { ParentName }
func MustParseName ¶
func ParseNameOrId ¶
func (*Name) AsRawReference ¶
func (name *Name) AsRawReference() gotenresource.Reference
func (*Name) AsReference ¶
func (*Name) ConvertToNative ¶
func (*Name) FullyQualifiedName ¶
func (*Name) GetIdParts ¶
func (*Name) GetPattern ¶
func (name *Name) GetPattern() gotenresource.NamePattern
func (*Name) GetProjectName ¶
func (*Name) GetResourceDescriptor ¶
func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
func (*Name) GetSegments ¶
func (name *Name) GetSegments() gotenresource.NameSegments
func (*Name) GotenEqual ¶
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*Name) IsFullyQualified ¶
func (*Name) IsSpecified ¶
func (*Name) Matches ¶
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*Name) ParseProtoString ¶
func (*Name) ProtoString ¶
func (*Name) SetFromCliFlag ¶
implement CustomTypeCliValue method
func (*Name) SetFromSegments ¶
func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
type NameBuilder ¶
type NameBuilder struct {
// contains filtered or unexported fields
}
func NewNameBuilder ¶
func NewNameBuilder() *NameBuilder
func (*NameBuilder) Name ¶
func (b *NameBuilder) Name() *Name
func (*NameBuilder) Parent ¶
func (b *NameBuilder) Parent() *ParentName
func (*NameBuilder) ParentReference ¶
func (b *NameBuilder) ParentReference() *ParentReference
func (*NameBuilder) Reference ¶
func (b *NameBuilder) Reference() *Reference
func (*NameBuilder) SetId ¶
func (b *NameBuilder) SetId(id string) *NameBuilder
func (*NameBuilder) SetProject ¶
func (b *NameBuilder) SetProject(parent *project.Name) *NameBuilder
func (*NameBuilder) SetProjectId ¶
func (b *NameBuilder) SetProjectId(id string) *NameBuilder
func (*NameBuilder) SetRegionId ¶
func (b *NameBuilder) SetRegionId(id string) *NameBuilder
type NamePattern ¶
type NamePattern struct {
Pattern gotenresource.NamePattern `firestore:"pattern"`
}
type OrderBy ¶
type OrderBy struct {
OrderByFields []OrderByField
}
OrderBy Is string encoded Custom Protobuf type, which handles "order_by" field order_by consists of coma delimited OrderBy specs, which denote ordering priority, e.g. "state.value asc, state.capacity desc"
func (*OrderBy) Compare ¶
func (orderBy *OrderBy) Compare(left, right *SharedToken) int
func (*OrderBy) CompareRaw ¶
func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
func (*OrderBy) GetFieldMask ¶
func (orderBy *OrderBy) GetFieldMask() *SharedToken_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 SharedTokenList, elem *SharedToken) (SharedTokenList, 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 SharedTokenList)
func (*OrderBy) SortRaw ¶
func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
type OrderByField ¶
type OrderByField struct { FieldPath SharedToken_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 *SharedToken) int
func (*OrderByField) GetDirection ¶
func (orderByFld *OrderByField) GetDirection() gotenresource.OrderDirection
func (*OrderByField) GetFieldPath ¶
func (orderByFld *OrderByField) GetFieldPath() gotenobject.FieldPath
type PagerCursor ¶
type PagerCursor struct { CursorValue gotenresource.CursorValue Inclusion gotenresource.CursorInclusion PageDirection gotenresource.PageDirection }
PagerCursor is protobuf Custom Type, which (de)serializes "string page_token" for API List processing Database adapter implementation must use this cursor when Paginating list views Token is composed of 3 values (dot separated in serialized form) - CursorValue: Backend-specific value of the cursor. - PageDirection: either l (left) or r (right), which hints DB Adapter whether Snapshot marks Start or End of result - Inclusion: either i (inclusive) or e (exclusive) - Whether cursor marks exact point or right before/after (depending on direction)
func (*PagerCursor) GetInclusion ¶
func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion
func (*PagerCursor) GetPageDirection ¶
func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection
func (*PagerCursor) GetValue ¶
func (cursor *PagerCursor) GetValue() gotenresource.CursorValue
func (*PagerCursor) IsEmpty ¶
func (cursor *PagerCursor) IsEmpty() bool
func (*PagerCursor) ParseProtoString ¶
func (cursor *PagerCursor) ParseProtoString(data string) (err error)
func (*PagerCursor) ProtoString ¶
func (cursor *PagerCursor) ProtoString() (string, error)
func (*PagerCursor) SetCursorValue ¶
func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue)
func (*PagerCursor) SetFromCliFlag ¶
func (cursor *PagerCursor) SetFromCliFlag(raw string) error
func (*PagerCursor) SetInclusion ¶
func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion)
func (*PagerCursor) SetPageDirection ¶
func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerCursor) String ¶
func (cursor *PagerCursor) String() string
type PagerQuery ¶
type PagerQuery struct { OrderBy *OrderBy Cursor *PagerCursor Limit int PeekForward bool }
PagerQuery is main struct used for assisting server and database to perform Pagination
func MakePagerQuery ¶
func MakePagerQuery(orderBy *OrderBy, cursor *PagerCursor, pageSize int32, peekForward bool) *PagerQuery
MakePagerQuery builds pager from API data and applies defaults
func (*PagerQuery) GetCursor ¶
func (p *PagerQuery) GetCursor() gotenresource.Cursor
func (*PagerQuery) GetLimit ¶
func (p *PagerQuery) GetLimit() int
func (*PagerQuery) GetOrderBy ¶
func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy
func (*PagerQuery) GetPeekForward ¶
func (p *PagerQuery) GetPeekForward() bool
func (*PagerQuery) GetResourceDescriptor ¶
func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*PagerQuery) PageDirection ¶
func (p *PagerQuery) PageDirection() gotenresource.PageDirection
type ParentName ¶
type ParentName struct { NamePattern ProjectId string `firestore:"projectId"` RegionId string `firestore:"regionId"` }
func MustParseParentName ¶
func MustParseParentName(name string) *ParentName
func ParseParentName ¶
func ParseParentName(name string) (*ParentName, error)
func (*ParentName) AsRawReference ¶
func (name *ParentName) AsRawReference() gotenresource.Reference
func (*ParentName) AsReference ¶
func (name *ParentName) AsReference() *ParentReference
func (*ParentName) DescendsFrom ¶
func (name *ParentName) DescendsFrom(ancestor string) bool
func (*ParentName) FullyQualifiedName ¶
func (name *ParentName) FullyQualifiedName() (string, error)
func (*ParentName) GetIdParts ¶
func (name *ParentName) GetIdParts() map[string]string
func (*ParentName) GetPattern ¶
func (name *ParentName) GetPattern() gotenresource.NamePattern
func (*ParentName) GetProjectName ¶
func (name *ParentName) GetProjectName() *project.Name
func (*ParentName) GetResourceDescriptor ¶
func (name *ParentName) GetResourceDescriptor() gotenresource.Descriptor
func (*ParentName) GetSegments ¶
func (name *ParentName) GetSegments() gotenresource.NameSegments
func (*ParentName) GotenEqual ¶
func (name *ParentName) GotenEqual(other interface{}) bool
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*ParentName) IsFullyQualified ¶
func (name *ParentName) IsFullyQualified() bool
func (*ParentName) IsSpecified ¶
func (name *ParentName) IsSpecified() bool
func (*ParentName) Matches ¶
func (name *ParentName) Matches(other interface{}) bool
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*ParentName) ParseProtoString ¶
func (name *ParentName) ParseProtoString(data string) error
func (*ParentName) ProtoString ¶
func (name *ParentName) ProtoString() (string, error)
func (*ParentName) SetFromCliFlag ¶
func (name *ParentName) SetFromCliFlag(raw string) error
implement CustomTypeCliValue method
func (*ParentName) SetFromSegments ¶
func (name *ParentName) SetFromSegments(segments gotenresource.NameSegments) error
func (*ParentName) String ¶
func (name *ParentName) String() string
type ParentReference ¶
type ParentReference struct { ParentName // contains filtered or unexported fields }
func MakeParentReference ¶
func MakeParentReference(name *ParentName) (*ParentReference, error)
func MustParseParentReference ¶
func MustParseParentReference(name string) *ParentReference
func ParseParentReference ¶
func ParseParentReference(name string) (*ParentReference, error)
func (*ParentReference) ClearCached ¶
func (ref *ParentReference) ClearCached()
func (*ParentReference) GetIdParts ¶
func (ref *ParentReference) GetIdParts() map[string]string
func (*ParentReference) GetPattern ¶
func (ref *ParentReference) GetPattern() gotenresource.NamePattern
func (*ParentReference) GetProject ¶
func (ref *ParentReference) GetProject() *project.Project
func (*ParentReference) GetProjectReference ¶
func (ref *ParentReference) GetProjectReference() *project.Reference
func (*ParentReference) GetRawResource ¶
func (ref *ParentReference) GetRawResource() gotenresource.Resource
func (*ParentReference) GetResourceDescriptor ¶
func (ref *ParentReference) GetResourceDescriptor() gotenresource.Descriptor
func (*ParentReference) GetSegments ¶
func (ref *ParentReference) GetSegments() gotenresource.NameSegments
func (*ParentReference) GetUnderlyingReference ¶
func (ref *ParentReference) GetUnderlyingReference() gotenresource.Reference
func (*ParentReference) GotenEqual ¶
func (ref *ParentReference) GotenEqual(other interface{}) bool
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*ParentReference) IsFullyQualified ¶
func (ref *ParentReference) IsFullyQualified() bool
func (*ParentReference) IsSpecified ¶
func (ref *ParentReference) IsSpecified() bool
func (*ParentReference) Matches ¶
func (name *ParentReference) Matches(other interface{}) bool
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*ParentReference) ParseProtoString ¶
func (ref *ParentReference) ParseProtoString(data string) error
func (*ParentReference) ProtoString ¶
func (ref *ParentReference) ProtoString() (string, error)
func (*ParentReference) ResolveRaw ¶
func (ref *ParentReference) ResolveRaw(res gotenresource.Resource) error
func (*ParentReference) Resolved ¶
func (ref *ParentReference) Resolved() bool
func (*ParentReference) SetFromCliFlag ¶
func (ref *ParentReference) SetFromCliFlag(raw string) error
implement CustomTypeCliValue method
func (*ParentReference) String ¶
func (ref *ParentReference) String() string
type QueryResultChange ¶
type QueryResultChange struct { Changes []*SharedTokenChange 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 { PrevPageCursor *PagerCursor NextPageCursor *PagerCursor }
func (*QueryResultSnapshot) GetNextPageCursor ¶
func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor
func (*QueryResultSnapshot) GetPrevPageCursor ¶
func (qr *QueryResultSnapshot) GetPrevPageCursor() gotenresource.Cursor
func (*QueryResultSnapshot) GetResults ¶
func (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList
func (*QueryResultSnapshot) SetCursors ¶
func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
func (*QueryResultSnapshot) SetResults ¶
func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList)
type Reference ¶
type Reference struct { Name // contains filtered or unexported fields }
func MakeReference ¶
func MakeReference(name *Name, sharedToken *SharedToken) (*Reference, error)
func MustParseReference ¶
func ParseReference ¶
func (*Reference) ClearCached ¶
func (ref *Reference) ClearCached()
func (*Reference) FullyQualifiedName ¶
func (*Reference) GetIdParts ¶
func (*Reference) GetPattern ¶
func (ref *Reference) GetPattern() gotenresource.NamePattern
func (*Reference) 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) GetSharedToken ¶
func (ref *Reference) GetSharedToken() *SharedToken
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 *SharedToken)
func (*Reference) ResolveRaw ¶
func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
func (*Reference) SetFromCliFlag ¶
implement CustomTypeCliValue method
type SharedToken ¶
type SharedToken struct { Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty" firestore:"displayName"` // Any negative value is interpreted as no quota. Quota int32 `protobuf:"varint,3,opt,name=quota,proto3" json:"quota,omitempty" firestore:"quota"` // Note that some fieds will be overritten by the system. // Template values may include place holders that will be substituted by the // system with values from probes. ProbeTemplate *SharedToken_ProbeTemplate `` /* 126-byte string literal not displayed */ // resource that matches all of the paths provided, the resource will be // reused, instaed of creating a new Probe resource. When the existing Probe // resource has a service account provisioned, it will be revoked. DeduplicationFieldPaths []string `` /* 168-byte string literal not displayed */ // This filed cannot be updated. Secret string `protobuf:"bytes,6,opt,name=secret,proto3" json:"secret,omitempty" firestore:"secret"` // Metadata // contains filtered or unexported fields }Name *
SharedToken Resource
func (*SharedToken) Clone ¶
func (o *SharedToken) Clone() *SharedToken
func (*SharedToken) CloneRaw ¶
func (o *SharedToken) CloneRaw() gotenobject.GotenObjectExt
func (*SharedToken) Descriptor ¶
func (*SharedToken) Descriptor() ([]byte, []int)
Deprecated, Use SharedToken.ProtoReflect.Descriptor instead.
func (*SharedToken) GetAssociateExistingProbeOnly ¶
func (m *SharedToken) GetAssociateExistingProbeOnly() bool
func (*SharedToken) GetDeduplicationFieldPaths ¶
func (m *SharedToken) GetDeduplicationFieldPaths() []string
func (*SharedToken) GetDisplayName ¶
func (m *SharedToken) GetDisplayName() string
func (*SharedToken) GetMetadata ¶
func (m *SharedToken) GetMetadata() *ntt_meta.Meta
func (*SharedToken) GetName ¶
func (m *SharedToken) GetName() *Name
func (*SharedToken) GetProbeTemplate ¶
func (m *SharedToken) GetProbeTemplate() *SharedToken_ProbeTemplate
func (*SharedToken) GetQuota ¶
func (m *SharedToken) GetQuota() int32
func (*SharedToken) GetRawName ¶
func (r *SharedToken) GetRawName() gotenresource.Name
func (*SharedToken) GetResourceDescriptor ¶
func (r *SharedToken) GetResourceDescriptor() gotenresource.Descriptor
func (*SharedToken) GetSecret ¶
func (m *SharedToken) GetSecret() string
func (*SharedToken) GotenMessage ¶
func (*SharedToken) GotenMessage()
func (*SharedToken) GotenObjectExt ¶
func (o *SharedToken) GotenObjectExt()
func (*SharedToken) GotenValidate ¶
func (obj *SharedToken) GotenValidate() error
func (*SharedToken) MakeDiffFieldMask ¶
func (o *SharedToken) MakeDiffFieldMask(other *SharedToken) *SharedToken_FieldMask
func (*SharedToken) MakeFullFieldMask ¶
func (o *SharedToken) MakeFullFieldMask() *SharedToken_FieldMask
func (*SharedToken) MakeRawDiffFieldMask ¶
func (o *SharedToken) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*SharedToken) MakeRawFullFieldMask ¶
func (o *SharedToken) MakeRawFullFieldMask() gotenobject.FieldMask
func (*SharedToken) Marshal ¶
func (m *SharedToken) Marshal() ([]byte, error)
func (*SharedToken) MarshalJSON ¶
func (m *SharedToken) MarshalJSON() ([]byte, error)
func (*SharedToken) MaybePopulateDefaults ¶
func (r *SharedToken) MaybePopulateDefaults() error
func (*SharedToken) Merge ¶
func (o *SharedToken) Merge(source *SharedToken)
func (*SharedToken) MergeRaw ¶
func (o *SharedToken) MergeRaw(source gotenobject.GotenObjectExt)
func (*SharedToken) ProtoMessage ¶
func (*SharedToken) ProtoMessage()
func (*SharedToken) ProtoReflect ¶
func (m *SharedToken) ProtoReflect() preflect.Message
func (*SharedToken) Reset ¶
func (m *SharedToken) Reset()
func (*SharedToken) SetAssociateExistingProbeOnly ¶
func (m *SharedToken) SetAssociateExistingProbeOnly(fv bool)
func (*SharedToken) SetDeduplicationFieldPaths ¶
func (m *SharedToken) SetDeduplicationFieldPaths(fv []string)
func (*SharedToken) SetDisplayName ¶
func (m *SharedToken) SetDisplayName(fv string)
func (*SharedToken) SetMetadata ¶
func (m *SharedToken) SetMetadata(fv *ntt_meta.Meta)
func (*SharedToken) SetName ¶
func (m *SharedToken) SetName(fv *Name)
func (*SharedToken) SetProbeTemplate ¶
func (m *SharedToken) SetProbeTemplate(fv *SharedToken_ProbeTemplate)
func (*SharedToken) SetQuota ¶
func (m *SharedToken) SetQuota(fv int32)
func (*SharedToken) SetSecret ¶
func (m *SharedToken) SetSecret(fv string)
func (*SharedToken) String ¶
func (m *SharedToken) String() string
func (*SharedToken) Unmarshal ¶
func (m *SharedToken) Unmarshal(b []byte) error
func (*SharedToken) UnmarshalJSON ¶
func (m *SharedToken) UnmarshalJSON(data []byte) error
type SharedTokenAccess ¶
type SharedTokenAccess interface {}
type SharedTokenChange ¶
type SharedTokenChange struct { // // Types that are valid to be assigned to ChangeType: // *SharedTokenChange_Added_ // *SharedTokenChange_Modified_ // *SharedTokenChange_Current_ // *SharedTokenChange_Removed_ ChangeType isSharedTokenChange_ChangeType `protobuf_oneof:"change_type"` // contains filtered or unexported fields }
SharedTokenChange is used by Watch notifications Responses to describe change of single SharedToken One of Added, Modified, Removed
func (*SharedTokenChange) Descriptor ¶
func (*SharedTokenChange) Descriptor() ([]byte, []int)
Deprecated, Use SharedTokenChange.ProtoReflect.Descriptor instead.
func (*SharedTokenChange) GetAdded ¶
func (m *SharedTokenChange) GetAdded() *SharedTokenChange_Added
func (*SharedTokenChange) GetChangeType ¶
func (m *SharedTokenChange) GetChangeType() isSharedTokenChange_ChangeType
func (*SharedTokenChange) GetCurrent ¶
func (m *SharedTokenChange) GetCurrent() *SharedTokenChange_Current
func (*SharedTokenChange) GetCurrentViewIndex ¶
func (c *SharedTokenChange) GetCurrentViewIndex() int32
func (*SharedTokenChange) GetModified ¶
func (m *SharedTokenChange) GetModified() *SharedTokenChange_Modified
func (*SharedTokenChange) GetPreviousViewIndex ¶
func (c *SharedTokenChange) GetPreviousViewIndex() int32
func (*SharedTokenChange) GetRawName ¶
func (c *SharedTokenChange) GetRawName() gotenresource.Name
func (*SharedTokenChange) GetRemoved ¶
func (m *SharedTokenChange) GetRemoved() *SharedTokenChange_Removed
func (*SharedTokenChange) GetResource ¶
func (c *SharedTokenChange) GetResource() gotenresource.Resource
func (*SharedTokenChange) GetSharedToken ¶
func (c *SharedTokenChange) GetSharedToken() *SharedToken
func (*SharedTokenChange) GetSharedTokenName ¶
func (c *SharedTokenChange) GetSharedTokenName() *Name
func (*SharedTokenChange) GotenMessage ¶
func (*SharedTokenChange) GotenMessage()
func (*SharedTokenChange) GotenValidate ¶
func (obj *SharedTokenChange) GotenValidate() error
func (*SharedTokenChange) IsAdd ¶
func (c *SharedTokenChange) IsAdd() bool
func (*SharedTokenChange) IsCurrent ¶
func (c *SharedTokenChange) IsCurrent() bool
func (*SharedTokenChange) IsDelete ¶
func (c *SharedTokenChange) IsDelete() bool
func (*SharedTokenChange) IsModify ¶
func (c *SharedTokenChange) IsModify() bool
func (*SharedTokenChange) Marshal ¶
func (m *SharedTokenChange) Marshal() ([]byte, error)
func (*SharedTokenChange) MarshalJSON ¶
func (m *SharedTokenChange) MarshalJSON() ([]byte, error)
func (*SharedTokenChange) ProtoMessage ¶
func (*SharedTokenChange) ProtoMessage()
func (*SharedTokenChange) ProtoReflect ¶
func (m *SharedTokenChange) ProtoReflect() preflect.Message
func (*SharedTokenChange) Reset ¶
func (m *SharedTokenChange) Reset()
func (*SharedTokenChange) SetAdded ¶
func (m *SharedTokenChange) SetAdded(fv *SharedTokenChange_Added)
func (*SharedTokenChange) SetAddedRaw ¶
func (c *SharedTokenChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
func (*SharedTokenChange) SetChangeType ¶
func (m *SharedTokenChange) SetChangeType(ofv isSharedTokenChange_ChangeType)
func (*SharedTokenChange) SetCurrent ¶
func (m *SharedTokenChange) SetCurrent(fv *SharedTokenChange_Current)
func (*SharedTokenChange) SetCurrentRaw ¶
func (c *SharedTokenChange) SetCurrentRaw(snapshot gotenresource.Resource)
func (*SharedTokenChange) SetDeletedRaw ¶
func (c *SharedTokenChange) SetDeletedRaw(name gotenresource.Name, idx int)
func (*SharedTokenChange) SetModified ¶
func (m *SharedTokenChange) SetModified(fv *SharedTokenChange_Modified)
func (*SharedTokenChange) SetModifiedRaw ¶
func (c *SharedTokenChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)
func (*SharedTokenChange) SetRemoved ¶
func (m *SharedTokenChange) SetRemoved(fv *SharedTokenChange_Removed)
func (*SharedTokenChange) String ¶
func (m *SharedTokenChange) String() string
func (*SharedTokenChange) Unmarshal ¶
func (m *SharedTokenChange) Unmarshal(b []byte) error
func (*SharedTokenChange) UnmarshalJSON ¶
func (m *SharedTokenChange) UnmarshalJSON(data []byte) error
type SharedTokenChangeList ¶
type SharedTokenChangeList []*SharedTokenChange
func (SharedTokenChangeList) Append ¶
func (l SharedTokenChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
func (SharedTokenChangeList) AppendList ¶
func (l SharedTokenChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
func (SharedTokenChangeList) At ¶
func (l SharedTokenChangeList) At(idx int) gotenresource.ResourceChange
func (SharedTokenChangeList) Length ¶
func (l SharedTokenChangeList) Length() int
func (SharedTokenChangeList) Set ¶
func (l SharedTokenChangeList) Set(idx int, change gotenresource.ResourceChange)
func (SharedTokenChangeList) Slice ¶
func (l SharedTokenChangeList) Slice(first, second int) gotenresource.ResourceChangeList
type SharedTokenChangeMap ¶
type SharedTokenChangeMap map[Name]*SharedTokenChange
func (SharedTokenChangeMap) Delete ¶
func (m SharedTokenChangeMap) Delete(name gotenresource.Name)
func (SharedTokenChangeMap) ForEach ¶
func (m SharedTokenChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
func (SharedTokenChangeMap) Get ¶
func (m SharedTokenChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
func (SharedTokenChangeMap) Length ¶
func (m SharedTokenChangeMap) Length() int
func (SharedTokenChangeMap) Set ¶
func (m SharedTokenChangeMap) Set(change gotenresource.ResourceChange)
type SharedTokenChange_Added ¶
type SharedTokenChange_Added struct { int32 `protobuf:"varint,2,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty" firestore:"viewIndex"` // contains filtered or unexported fields }ViewIndex
SharedToken has been added to query view
func (*SharedTokenChange_Added) Descriptor ¶
func (*SharedTokenChange_Added) Descriptor() ([]byte, []int)
Deprecated, Use SharedTokenChange_Added.ProtoReflect.Descriptor instead.
func (*SharedTokenChange_Added) GetSharedToken ¶
func (m *SharedTokenChange_Added) GetSharedToken() *SharedToken
func (*SharedTokenChange_Added) GetViewIndex ¶
func (m *SharedTokenChange_Added) GetViewIndex() int32
func (*SharedTokenChange_Added) GotenMessage ¶
func (*SharedTokenChange_Added) GotenMessage()
func (*SharedTokenChange_Added) GotenValidate ¶
func (obj *SharedTokenChange_Added) GotenValidate() error
func (*SharedTokenChange_Added) Marshal ¶
func (m *SharedTokenChange_Added) Marshal() ([]byte, error)
func (*SharedTokenChange_Added) MarshalJSON ¶
func (m *SharedTokenChange_Added) MarshalJSON() ([]byte, error)
func (*SharedTokenChange_Added) ProtoMessage ¶
func (*SharedTokenChange_Added) ProtoMessage()
func (*SharedTokenChange_Added) ProtoReflect ¶
func (m *SharedTokenChange_Added) ProtoReflect() preflect.Message
func (*SharedTokenChange_Added) Reset ¶
func (m *SharedTokenChange_Added) Reset()
func (*SharedTokenChange_Added) SetSharedToken ¶
func (m *SharedTokenChange_Added) SetSharedToken(fv *SharedToken)
func (*SharedTokenChange_Added) SetViewIndex ¶
func (m *SharedTokenChange_Added) SetViewIndex(fv int32)
func (*SharedTokenChange_Added) String ¶
func (m *SharedTokenChange_Added) String() string
func (*SharedTokenChange_Added) Unmarshal ¶
func (m *SharedTokenChange_Added) Unmarshal(b []byte) error
func (*SharedTokenChange_Added) UnmarshalJSON ¶
func (m *SharedTokenChange_Added) UnmarshalJSON(data []byte) error
type SharedTokenChange_Added_ ¶
type SharedTokenChange_Added_ struct { // enters Query view Added *SharedTokenChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"` }
type SharedTokenChange_Current ¶
type SharedTokenChange_Current struct { // contains filtered or unexported fields }
SharedToken has been added or modified in a query view. Version used for stateless watching
func (*SharedTokenChange_Current) Descriptor ¶
func (*SharedTokenChange_Current) Descriptor() ([]byte, []int)
Deprecated, Use SharedTokenChange_Current.ProtoReflect.Descriptor instead.
func (*SharedTokenChange_Current) GetSharedToken ¶
func (m *SharedTokenChange_Current) GetSharedToken() *SharedToken
func (*SharedTokenChange_Current) GotenMessage ¶
func (*SharedTokenChange_Current) GotenMessage()
func (*SharedTokenChange_Current) GotenValidate ¶
func (obj *SharedTokenChange_Current) GotenValidate() error
func (*SharedTokenChange_Current) Marshal ¶
func (m *SharedTokenChange_Current) Marshal() ([]byte, error)
func (*SharedTokenChange_Current) MarshalJSON ¶
func (m *SharedTokenChange_Current) MarshalJSON() ([]byte, error)
func (*SharedTokenChange_Current) ProtoMessage ¶
func (*SharedTokenChange_Current) ProtoMessage()
func (*SharedTokenChange_Current) ProtoReflect ¶
func (m *SharedTokenChange_Current) ProtoReflect() preflect.Message
func (*SharedTokenChange_Current) Reset ¶
func (m *SharedTokenChange_Current) Reset()
func (*SharedTokenChange_Current) SetSharedToken ¶
func (m *SharedTokenChange_Current) SetSharedToken(fv *SharedToken)
func (*SharedTokenChange_Current) String ¶
func (m *SharedTokenChange_Current) String() string
func (*SharedTokenChange_Current) Unmarshal ¶
func (m *SharedTokenChange_Current) Unmarshal(b []byte) error
func (*SharedTokenChange_Current) UnmarshalJSON ¶
func (m *SharedTokenChange_Current) UnmarshalJSON(data []byte) error
type SharedTokenChange_Current_ ¶
type SharedTokenChange_Current_ struct { // is modified within. Current *SharedTokenChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"` }
type SharedTokenChange_Modified ¶
type SharedTokenChange_Modified struct { Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // mask_changes instrumentation of issued [WatchSharedTokenRequest] or // [WatchSharedTokensRequest] SharedToken *SharedToken `protobuf:"bytes,2,opt,name=shared_token,json=sharedToken,proto3" json:"shared_token,omitempty" firestore:"sharedToken"` // properties. FieldMask *SharedToken_FieldMask `` /* 143-byte string literal not displayed */ // When modification doesn't affect sorted order, value will remain // identical to [view_index]. PreviousViewIndex int32 `` /* 145-byte string literal not displayed */ ViewIndex int32 `protobuf:"varint,5,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty" firestore:"viewIndex"` // contains filtered or unexported fields }Name *
SharedToken changed some of it's fields - contains either full document or masked change
func (*SharedTokenChange_Modified) Descriptor ¶
func (*SharedTokenChange_Modified) Descriptor() ([]byte, []int)
Deprecated, Use SharedTokenChange_Modified.ProtoReflect.Descriptor instead.
func (*SharedTokenChange_Modified) GetFieldMask ¶
func (m *SharedTokenChange_Modified) GetFieldMask() *SharedToken_FieldMask
func (*SharedTokenChange_Modified) GetName ¶
func (m *SharedTokenChange_Modified) GetName() *Name
func (*SharedTokenChange_Modified) GetPreviousViewIndex ¶
func (m *SharedTokenChange_Modified) GetPreviousViewIndex() int32
func (*SharedTokenChange_Modified) GetSharedToken ¶
func (m *SharedTokenChange_Modified) GetSharedToken() *SharedToken
func (*SharedTokenChange_Modified) GetViewIndex ¶
func (m *SharedTokenChange_Modified) GetViewIndex() int32
func (*SharedTokenChange_Modified) GotenMessage ¶
func (*SharedTokenChange_Modified) GotenMessage()
func (*SharedTokenChange_Modified) GotenValidate ¶
func (obj *SharedTokenChange_Modified) GotenValidate() error
func (*SharedTokenChange_Modified) Marshal ¶
func (m *SharedTokenChange_Modified) Marshal() ([]byte, error)
func (*SharedTokenChange_Modified) MarshalJSON ¶
func (m *SharedTokenChange_Modified) MarshalJSON() ([]byte, error)
func (*SharedTokenChange_Modified) ProtoMessage ¶
func (*SharedTokenChange_Modified) ProtoMessage()
func (*SharedTokenChange_Modified) ProtoReflect ¶
func (m *SharedTokenChange_Modified) ProtoReflect() preflect.Message
func (*SharedTokenChange_Modified) Reset ¶
func (m *SharedTokenChange_Modified) Reset()
func (*SharedTokenChange_Modified) SetFieldMask ¶
func (m *SharedTokenChange_Modified) SetFieldMask(fv *SharedToken_FieldMask)
func (*SharedTokenChange_Modified) SetName ¶
func (m *SharedTokenChange_Modified) SetName(fv *Name)
func (*SharedTokenChange_Modified) SetPreviousViewIndex ¶
func (m *SharedTokenChange_Modified) SetPreviousViewIndex(fv int32)
func (*SharedTokenChange_Modified) SetSharedToken ¶
func (m *SharedTokenChange_Modified) SetSharedToken(fv *SharedToken)
func (*SharedTokenChange_Modified) SetViewIndex ¶
func (m *SharedTokenChange_Modified) SetViewIndex(fv int32)
func (*SharedTokenChange_Modified) String ¶
func (m *SharedTokenChange_Modified) String() string
func (*SharedTokenChange_Modified) Unmarshal ¶
func (m *SharedTokenChange_Modified) Unmarshal(b []byte) error
func (*SharedTokenChange_Modified) UnmarshalJSON ¶
func (m *SharedTokenChange_Modified) UnmarshalJSON(data []byte) error
type SharedTokenChange_Modified_ ¶
type SharedTokenChange_Modified_ struct { SharedTokenChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"` }Modified *
type SharedTokenChange_Removed ¶
type SharedTokenChange_Removed struct { // 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 SharedToken is deleted or leaves Query view
func (*SharedTokenChange_Removed) Descriptor ¶
func (*SharedTokenChange_Removed) Descriptor() ([]byte, []int)
Deprecated, Use SharedTokenChange_Removed.ProtoReflect.Descriptor instead.
func (*SharedTokenChange_Removed) GetName ¶
func (m *SharedTokenChange_Removed) GetName() *Name
func (*SharedTokenChange_Removed) GetViewIndex ¶
func (m *SharedTokenChange_Removed) GetViewIndex() int32
func (*SharedTokenChange_Removed) GotenMessage ¶
func (*SharedTokenChange_Removed) GotenMessage()
func (*SharedTokenChange_Removed) GotenValidate ¶
func (obj *SharedTokenChange_Removed) GotenValidate() error
func (*SharedTokenChange_Removed) Marshal ¶
func (m *SharedTokenChange_Removed) Marshal() ([]byte, error)
func (*SharedTokenChange_Removed) MarshalJSON ¶
func (m *SharedTokenChange_Removed) MarshalJSON() ([]byte, error)
func (*SharedTokenChange_Removed) ProtoMessage ¶
func (*SharedTokenChange_Removed) ProtoMessage()
func (*SharedTokenChange_Removed) ProtoReflect ¶
func (m *SharedTokenChange_Removed) ProtoReflect() preflect.Message
func (*SharedTokenChange_Removed) Reset ¶
func (m *SharedTokenChange_Removed) Reset()
func (*SharedTokenChange_Removed) SetName ¶
func (m *SharedTokenChange_Removed) SetName(fv *Name)
func (*SharedTokenChange_Removed) SetViewIndex ¶
func (m *SharedTokenChange_Removed) SetViewIndex(fv int32)
func (*SharedTokenChange_Removed) String ¶
func (m *SharedTokenChange_Removed) String() string
func (*SharedTokenChange_Removed) Unmarshal ¶
func (m *SharedTokenChange_Removed) Unmarshal(b []byte) error
func (*SharedTokenChange_Removed) UnmarshalJSON ¶
func (m *SharedTokenChange_Removed) UnmarshalJSON(data []byte) error
type SharedTokenChange_Removed_ ¶
type SharedTokenChange_Removed_ struct { SharedTokenChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"` }Removed *
type SharedTokenFieldPathBuilder ¶
type SharedTokenFieldPathBuilder struct{}
func NewSharedTokenFieldPathBuilder ¶
func NewSharedTokenFieldPathBuilder() SharedTokenFieldPathBuilder
func (SharedTokenFieldPathBuilder) AssociateExistingProbeOnly ¶
func (SharedTokenFieldPathBuilder) AssociateExistingProbeOnly() SharedTokenPathSelectorAssociateExistingProbeOnly
func (SharedTokenFieldPathBuilder) DeduplicationFieldPaths ¶
func (SharedTokenFieldPathBuilder) DeduplicationFieldPaths() SharedTokenPathSelectorDeduplicationFieldPaths
func (SharedTokenFieldPathBuilder) DisplayName ¶
func (SharedTokenFieldPathBuilder) DisplayName() SharedTokenPathSelectorDisplayName
func (SharedTokenFieldPathBuilder) Metadata ¶
func (SharedTokenFieldPathBuilder) Metadata() SharedTokenPathSelectorMetadata
func (SharedTokenFieldPathBuilder) Name ¶
func (SharedTokenFieldPathBuilder) Name() SharedTokenPathSelectorName
func (SharedTokenFieldPathBuilder) ProbeTemplate ¶
func (SharedTokenFieldPathBuilder) ProbeTemplate() SharedTokenPathSelectorProbeTemplate
func (SharedTokenFieldPathBuilder) Quota ¶
func (SharedTokenFieldPathBuilder) Quota() SharedTokenPathSelectorQuota
func (SharedTokenFieldPathBuilder) Secret ¶
func (SharedTokenFieldPathBuilder) Secret() SharedTokenPathSelectorSecret
type SharedTokenList ¶
type SharedTokenList []*SharedToken
func (SharedTokenList) Append ¶
func (l SharedTokenList) Append(item gotenresource.Resource) gotenresource.ResourceList
func (SharedTokenList) AppendList ¶
func (l SharedTokenList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
func (SharedTokenList) At ¶
func (l SharedTokenList) At(idx int) gotenresource.Resource
func (SharedTokenList) Length ¶
func (l SharedTokenList) Length() int
func (SharedTokenList) Set ¶
func (l SharedTokenList) Set(idx int, res gotenresource.Resource)
func (SharedTokenList) Slice ¶
func (l SharedTokenList) Slice(first, second int) gotenresource.ResourceList
type SharedTokenMap ¶
type SharedTokenMap map[Name]*SharedToken
func (SharedTokenMap) Delete ¶
func (m SharedTokenMap) Delete(name gotenresource.Name)
func (SharedTokenMap) ForEach ¶
func (m SharedTokenMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
func (SharedTokenMap) Get ¶
func (m SharedTokenMap) Get(name gotenresource.Name) gotenresource.Resource
func (SharedTokenMap) Length ¶
func (m SharedTokenMap) Length() int
func (SharedTokenMap) Set ¶
func (m SharedTokenMap) Set(res gotenresource.Resource)
type SharedTokenMapPathSelectorMetadataAnnotations ¶
type SharedTokenMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (SharedTokenMapPathSelectorMetadataAnnotations) FieldPath ¶
func (s SharedTokenMapPathSelectorMetadataAnnotations) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s SharedTokenMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenMapPathSelectorMetadataAnnotations) WithValue ¶
func (s SharedTokenMapPathSelectorMetadataAnnotations) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenMapPathSelectorMetadataLabels ¶
type SharedTokenMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (SharedTokenMapPathSelectorMetadataLabels) FieldPath ¶
func (s SharedTokenMapPathSelectorMetadataLabels) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s SharedTokenMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenMapPathSelectorMetadataLabels) WithValue ¶
func (s SharedTokenMapPathSelectorMetadataLabels) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenMapPathSelectorMetadataShards ¶
type SharedTokenMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (SharedTokenMapPathSelectorMetadataShards) FieldPath ¶
func (s SharedTokenMapPathSelectorMetadataShards) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s SharedTokenMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenMapPathSelectorMetadataShards) WithValue ¶
func (s SharedTokenMapPathSelectorMetadataShards) WithValue(value int64) *SharedToken_FieldSubPathValue
type SharedTokenMapPathSelectorProbeTemplateMetadataAnnotations ¶
type SharedTokenMapPathSelectorProbeTemplateMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (SharedTokenMapPathSelectorProbeTemplateMetadataAnnotations) FieldPath ¶
func (s SharedTokenMapPathSelectorProbeTemplateMetadataAnnotations) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenMapPathSelectorProbeTemplateMetadataAnnotations) WithArrayOfValues ¶
func (s SharedTokenMapPathSelectorProbeTemplateMetadataAnnotations) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenMapPathSelectorProbeTemplateMetadataAnnotations) WithValue ¶
func (s SharedTokenMapPathSelectorProbeTemplateMetadataAnnotations) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenMapPathSelectorProbeTemplateMetadataLabels ¶
type SharedTokenMapPathSelectorProbeTemplateMetadataLabels struct {
// contains filtered or unexported fields
}
func (SharedTokenMapPathSelectorProbeTemplateMetadataLabels) FieldPath ¶
func (s SharedTokenMapPathSelectorProbeTemplateMetadataLabels) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenMapPathSelectorProbeTemplateMetadataLabels) WithArrayOfValues ¶
func (s SharedTokenMapPathSelectorProbeTemplateMetadataLabels) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenMapPathSelectorProbeTemplateMetadataLabels) WithValue ¶
func (s SharedTokenMapPathSelectorProbeTemplateMetadataLabels) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenNameList ¶
type SharedTokenNameList []*Name
func (SharedTokenNameList) Append ¶
func (l SharedTokenNameList) Append(name gotenresource.Name) gotenresource.NameList
func (SharedTokenNameList) AppendList ¶
func (l SharedTokenNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
func (SharedTokenNameList) At ¶
func (l SharedTokenNameList) At(idx int) gotenresource.Name
func (SharedTokenNameList) Length ¶
func (l SharedTokenNameList) Length() int
func (SharedTokenNameList) Set ¶
func (l SharedTokenNameList) Set(idx int, name gotenresource.Name)
func (SharedTokenNameList) Slice ¶
func (l SharedTokenNameList) Slice(first, second int) gotenresource.NameList
type SharedTokenParentNameList ¶
type SharedTokenParentNameList []*ParentName
func (SharedTokenParentNameList) Append ¶
func (l SharedTokenParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
func (SharedTokenParentNameList) AppendList ¶
func (l SharedTokenParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
func (SharedTokenParentNameList) At ¶
func (l SharedTokenParentNameList) At(idx int) gotenresource.Name
func (SharedTokenParentNameList) Length ¶
func (l SharedTokenParentNameList) Length() int
func (SharedTokenParentNameList) Set ¶
func (l SharedTokenParentNameList) Set(idx int, name gotenresource.Name)
func (SharedTokenParentNameList) Slice ¶
func (l SharedTokenParentNameList) Slice(first, second int) gotenresource.ParentNameList
type SharedTokenParentReferenceList ¶
type SharedTokenParentReferenceList []*ParentReference
func (SharedTokenParentReferenceList) Append ¶
func (l SharedTokenParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
func (SharedTokenParentReferenceList) AppendList ¶
func (l SharedTokenParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
func (SharedTokenParentReferenceList) At ¶
func (l SharedTokenParentReferenceList) At(idx int) gotenresource.Reference
func (SharedTokenParentReferenceList) Length ¶
func (l SharedTokenParentReferenceList) Length() int
func (SharedTokenParentReferenceList) Set ¶
func (l SharedTokenParentReferenceList) Set(idx int, ref gotenresource.Reference)
func (SharedTokenParentReferenceList) Slice ¶
func (l SharedTokenParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
type SharedTokenPathSelectorAssociateExistingProbeOnly ¶
type SharedTokenPathSelectorAssociateExistingProbeOnly struct{}
func (SharedTokenPathSelectorAssociateExistingProbeOnly) FieldPath ¶
func (SharedTokenPathSelectorAssociateExistingProbeOnly) FieldPath() *SharedToken_FieldTerminalPath
func (SharedTokenPathSelectorAssociateExistingProbeOnly) WithArrayOfValues ¶
func (s SharedTokenPathSelectorAssociateExistingProbeOnly) WithArrayOfValues(values []bool) *SharedToken_FieldTerminalPathArrayOfValues
func (SharedTokenPathSelectorAssociateExistingProbeOnly) WithValue ¶
func (s SharedTokenPathSelectorAssociateExistingProbeOnly) WithValue(value bool) *SharedToken_FieldTerminalPathValue
type SharedTokenPathSelectorDeduplicationFieldPaths ¶
type SharedTokenPathSelectorDeduplicationFieldPaths struct{}
func (SharedTokenPathSelectorDeduplicationFieldPaths) FieldPath ¶
func (SharedTokenPathSelectorDeduplicationFieldPaths) FieldPath() *SharedToken_FieldTerminalPath
func (SharedTokenPathSelectorDeduplicationFieldPaths) WithArrayOfValues ¶
func (s SharedTokenPathSelectorDeduplicationFieldPaths) WithArrayOfValues(values [][]string) *SharedToken_FieldTerminalPathArrayOfValues
func (SharedTokenPathSelectorDeduplicationFieldPaths) WithItemValue ¶
func (s SharedTokenPathSelectorDeduplicationFieldPaths) WithItemValue(value string) *SharedToken_FieldTerminalPathArrayItemValue
func (SharedTokenPathSelectorDeduplicationFieldPaths) WithValue ¶
func (s SharedTokenPathSelectorDeduplicationFieldPaths) WithValue(value []string) *SharedToken_FieldTerminalPathValue
type SharedTokenPathSelectorDisplayName ¶
type SharedTokenPathSelectorDisplayName struct{}
func (SharedTokenPathSelectorDisplayName) FieldPath ¶
func (SharedTokenPathSelectorDisplayName) FieldPath() *SharedToken_FieldTerminalPath
func (SharedTokenPathSelectorDisplayName) WithArrayOfValues ¶
func (s SharedTokenPathSelectorDisplayName) WithArrayOfValues(values []string) *SharedToken_FieldTerminalPathArrayOfValues
func (SharedTokenPathSelectorDisplayName) WithValue ¶
func (s SharedTokenPathSelectorDisplayName) WithValue(value string) *SharedToken_FieldTerminalPathValue
type SharedTokenPathSelectorMetadata ¶
type SharedTokenPathSelectorMetadata struct{}
func (SharedTokenPathSelectorMetadata) Annotations ¶
func (SharedTokenPathSelectorMetadata) Annotations() SharedTokenPathSelectorMetadataAnnotations
func (SharedTokenPathSelectorMetadata) CreateTime ¶
func (SharedTokenPathSelectorMetadata) CreateTime() SharedTokenPathSelectorMetadataCreateTime
func (SharedTokenPathSelectorMetadata) FieldPath ¶
func (SharedTokenPathSelectorMetadata) FieldPath() *SharedToken_FieldTerminalPath
func (SharedTokenPathSelectorMetadata) Generation ¶
func (SharedTokenPathSelectorMetadata) Generation() SharedTokenPathSelectorMetadataGeneration
func (SharedTokenPathSelectorMetadata) Labels ¶
func (SharedTokenPathSelectorMetadata) Labels() SharedTokenPathSelectorMetadataLabels
func (SharedTokenPathSelectorMetadata) OwnerReferences ¶
func (SharedTokenPathSelectorMetadata) OwnerReferences() SharedTokenPathSelectorMetadataOwnerReferences
func (SharedTokenPathSelectorMetadata) ResourceVersion ¶
func (SharedTokenPathSelectorMetadata) ResourceVersion() SharedTokenPathSelectorMetadataResourceVersion
func (SharedTokenPathSelectorMetadata) Shards ¶
func (SharedTokenPathSelectorMetadata) Shards() SharedTokenPathSelectorMetadataShards
func (SharedTokenPathSelectorMetadata) Syncing ¶
func (SharedTokenPathSelectorMetadata) Syncing() SharedTokenPathSelectorMetadataSyncing
func (SharedTokenPathSelectorMetadata) UpdateTime ¶
func (SharedTokenPathSelectorMetadata) UpdateTime() SharedTokenPathSelectorMetadataUpdateTime
func (SharedTokenPathSelectorMetadata) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *SharedToken_FieldTerminalPathArrayOfValues
func (SharedTokenPathSelectorMetadata) WithSubArrayItemValue ¶
func (s SharedTokenPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *SharedToken_FieldSubPathArrayItemValue
func (SharedTokenPathSelectorMetadata) WithSubArrayOfValues ¶
func (s SharedTokenPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadata) WithSubPath ¶
func (SharedTokenPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadata) WithSubValue ¶
func (s SharedTokenPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *SharedToken_FieldSubPathValue
func (SharedTokenPathSelectorMetadata) WithValue ¶
func (s SharedTokenPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *SharedToken_FieldTerminalPathValue
type SharedTokenPathSelectorMetadataAnnotations ¶
type SharedTokenPathSelectorMetadataAnnotations struct{}
func (SharedTokenPathSelectorMetadataAnnotations) FieldPath ¶
func (SharedTokenPathSelectorMetadataAnnotations) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataAnnotations) WithValue ¶
func (s SharedTokenPathSelectorMetadataAnnotations) WithValue(value map[string]string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorMetadataCreateTime ¶
type SharedTokenPathSelectorMetadataCreateTime struct{}
func (SharedTokenPathSelectorMetadataCreateTime) FieldPath ¶
func (SharedTokenPathSelectorMetadataCreateTime) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataCreateTime) WithValue ¶
func (s SharedTokenPathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorMetadataGeneration ¶
type SharedTokenPathSelectorMetadataGeneration struct{}
func (SharedTokenPathSelectorMetadataGeneration) FieldPath ¶
func (SharedTokenPathSelectorMetadataGeneration) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataGeneration) WithValue ¶
func (s SharedTokenPathSelectorMetadataGeneration) WithValue(value int64) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorMetadataLabels ¶
type SharedTokenPathSelectorMetadataLabels struct{}
func (SharedTokenPathSelectorMetadataLabels) FieldPath ¶
func (SharedTokenPathSelectorMetadataLabels) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataLabels) WithKey ¶
func (SharedTokenPathSelectorMetadataLabels) WithKey(key string) SharedTokenMapPathSelectorMetadataLabels
func (SharedTokenPathSelectorMetadataLabels) WithValue ¶
func (s SharedTokenPathSelectorMetadataLabels) WithValue(value map[string]string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorMetadataOwnerReferences ¶
type SharedTokenPathSelectorMetadataOwnerReferences struct{}
func (SharedTokenPathSelectorMetadataOwnerReferences) ApiVersion ¶
func (SharedTokenPathSelectorMetadataOwnerReferences) BlockOwnerDeletion ¶
func (SharedTokenPathSelectorMetadataOwnerReferences) BlockOwnerDeletion() SharedTokenPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
func (SharedTokenPathSelectorMetadataOwnerReferences) Controller ¶
func (SharedTokenPathSelectorMetadataOwnerReferences) FieldPath ¶
func (SharedTokenPathSelectorMetadataOwnerReferences) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s SharedTokenPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *SharedToken_FieldSubPathArrayItemValue
func (SharedTokenPathSelectorMetadataOwnerReferences) WithValue ¶
func (s SharedTokenPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorMetadataOwnerReferencesApiVersion ¶
type SharedTokenPathSelectorMetadataOwnerReferencesApiVersion struct{}
func (SharedTokenPathSelectorMetadataOwnerReferencesApiVersion) FieldPath ¶
func (SharedTokenPathSelectorMetadataOwnerReferencesApiVersion) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataOwnerReferencesApiVersion) WithValue ¶
func (s SharedTokenPathSelectorMetadataOwnerReferencesApiVersion) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorMetadataOwnerReferencesBlockOwnerDeletion ¶
type SharedTokenPathSelectorMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (SharedTokenPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue ¶
func (s SharedTokenPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorMetadataOwnerReferencesController ¶
type SharedTokenPathSelectorMetadataOwnerReferencesController struct{}
func (SharedTokenPathSelectorMetadataOwnerReferencesController) FieldPath ¶
func (SharedTokenPathSelectorMetadataOwnerReferencesController) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataOwnerReferencesController) WithValue ¶
func (s SharedTokenPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorMetadataOwnerReferencesKind ¶
type SharedTokenPathSelectorMetadataOwnerReferencesKind struct{}
func (SharedTokenPathSelectorMetadataOwnerReferencesKind) FieldPath ¶
func (SharedTokenPathSelectorMetadataOwnerReferencesKind) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s SharedTokenPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorMetadataOwnerReferencesName ¶
type SharedTokenPathSelectorMetadataOwnerReferencesName struct{}
func (SharedTokenPathSelectorMetadataOwnerReferencesName) FieldPath ¶
func (SharedTokenPathSelectorMetadataOwnerReferencesName) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s SharedTokenPathSelectorMetadataOwnerReferencesName) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorMetadataOwnerReferencesUid ¶
type SharedTokenPathSelectorMetadataOwnerReferencesUid struct{}
func (SharedTokenPathSelectorMetadataOwnerReferencesUid) FieldPath ¶
func (SharedTokenPathSelectorMetadataOwnerReferencesUid) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataOwnerReferencesUid) WithValue ¶
func (s SharedTokenPathSelectorMetadataOwnerReferencesUid) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorMetadataResourceVersion ¶
type SharedTokenPathSelectorMetadataResourceVersion struct{}
func (SharedTokenPathSelectorMetadataResourceVersion) FieldPath ¶
func (SharedTokenPathSelectorMetadataResourceVersion) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataResourceVersion) WithValue ¶
func (s SharedTokenPathSelectorMetadataResourceVersion) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorMetadataShards ¶
type SharedTokenPathSelectorMetadataShards struct{}
func (SharedTokenPathSelectorMetadataShards) FieldPath ¶
func (SharedTokenPathSelectorMetadataShards) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadataShards) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataShards) WithKey ¶
func (SharedTokenPathSelectorMetadataShards) WithKey(key string) SharedTokenMapPathSelectorMetadataShards
func (SharedTokenPathSelectorMetadataShards) WithValue ¶
func (s SharedTokenPathSelectorMetadataShards) WithValue(value map[string]int64) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorMetadataSyncing ¶
type SharedTokenPathSelectorMetadataSyncing struct{}
func (SharedTokenPathSelectorMetadataSyncing) FieldPath ¶
func (SharedTokenPathSelectorMetadataSyncing) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadataSyncing) OwningRegion ¶
func (SharedTokenPathSelectorMetadataSyncing) OwningRegion() SharedTokenPathSelectorMetadataSyncingOwningRegion
func (SharedTokenPathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataSyncing) WithValue ¶
func (s SharedTokenPathSelectorMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorMetadataSyncingOwningRegion ¶
type SharedTokenPathSelectorMetadataSyncingOwningRegion struct{}
func (SharedTokenPathSelectorMetadataSyncingOwningRegion) FieldPath ¶
func (SharedTokenPathSelectorMetadataSyncingOwningRegion) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s SharedTokenPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorMetadataSyncingRegions ¶
type SharedTokenPathSelectorMetadataSyncingRegions struct{}
func (SharedTokenPathSelectorMetadataSyncingRegions) FieldPath ¶
func (SharedTokenPathSelectorMetadataSyncingRegions) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s SharedTokenPathSelectorMetadataSyncingRegions) WithItemValue(value string) *SharedToken_FieldSubPathArrayItemValue
func (SharedTokenPathSelectorMetadataSyncingRegions) WithValue ¶
func (s SharedTokenPathSelectorMetadataSyncingRegions) WithValue(value []string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorMetadataTags ¶
type SharedTokenPathSelectorMetadataTags struct{}
func (SharedTokenPathSelectorMetadataTags) FieldPath ¶
func (SharedTokenPathSelectorMetadataTags) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadataTags) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataTags) WithItemValue ¶
func (s SharedTokenPathSelectorMetadataTags) WithItemValue(value string) *SharedToken_FieldSubPathArrayItemValue
func (SharedTokenPathSelectorMetadataTags) WithValue ¶
func (s SharedTokenPathSelectorMetadataTags) WithValue(value []string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorMetadataUpdateTime ¶
type SharedTokenPathSelectorMetadataUpdateTime struct{}
func (SharedTokenPathSelectorMetadataUpdateTime) FieldPath ¶
func (SharedTokenPathSelectorMetadataUpdateTime) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataUpdateTime) WithValue ¶
func (s SharedTokenPathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorMetadataUuid ¶
type SharedTokenPathSelectorMetadataUuid struct{}
func (SharedTokenPathSelectorMetadataUuid) FieldPath ¶
func (SharedTokenPathSelectorMetadataUuid) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorMetadataUuid) WithArrayOfValues ¶
func (s SharedTokenPathSelectorMetadataUuid) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorMetadataUuid) WithValue ¶
func (s SharedTokenPathSelectorMetadataUuid) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorName ¶
type SharedTokenPathSelectorName struct{}
func (SharedTokenPathSelectorName) FieldPath ¶
func (SharedTokenPathSelectorName) FieldPath() *SharedToken_FieldTerminalPath
func (SharedTokenPathSelectorName) WithArrayOfValues ¶
func (s SharedTokenPathSelectorName) WithArrayOfValues(values []*Name) *SharedToken_FieldTerminalPathArrayOfValues
func (SharedTokenPathSelectorName) WithValue ¶
func (s SharedTokenPathSelectorName) WithValue(value *Name) *SharedToken_FieldTerminalPathValue
type SharedTokenPathSelectorProbeTemplate ¶
type SharedTokenPathSelectorProbeTemplate struct{}
func (SharedTokenPathSelectorProbeTemplate) DisplayName ¶
func (SharedTokenPathSelectorProbeTemplate) DisplayName() SharedTokenPathSelectorProbeTemplateDisplayName
func (SharedTokenPathSelectorProbeTemplate) FieldPath ¶
func (SharedTokenPathSelectorProbeTemplate) FieldPath() *SharedToken_FieldTerminalPath
func (SharedTokenPathSelectorProbeTemplate) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplate) WithArrayOfValues(values []*SharedToken_ProbeTemplate) *SharedToken_FieldTerminalPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplate) WithSubArrayItemValue ¶
func (s SharedTokenPathSelectorProbeTemplate) WithSubArrayItemValue(subPathArrayItemValue SharedTokenProbeTemplate_FieldPathArrayItemValue) *SharedToken_FieldSubPathArrayItemValue
func (SharedTokenPathSelectorProbeTemplate) WithSubArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplate) WithSubArrayOfValues(subPathArrayOfValues SharedTokenProbeTemplate_FieldPathArrayOfValues) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplate) WithSubPath ¶
func (SharedTokenPathSelectorProbeTemplate) WithSubPath(subPath SharedTokenProbeTemplate_FieldPath) *SharedToken_FieldSubPath
func (SharedTokenPathSelectorProbeTemplate) WithSubValue ¶
func (s SharedTokenPathSelectorProbeTemplate) WithSubValue(subPathValue SharedTokenProbeTemplate_FieldPathValue) *SharedToken_FieldSubPathValue
func (SharedTokenPathSelectorProbeTemplate) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplate) WithValue(value *SharedToken_ProbeTemplate) *SharedToken_FieldTerminalPathValue
type SharedTokenPathSelectorProbeTemplateDisplayName ¶
type SharedTokenPathSelectorProbeTemplateDisplayName struct{}
func (SharedTokenPathSelectorProbeTemplateDisplayName) FieldPath ¶
func (SharedTokenPathSelectorProbeTemplateDisplayName) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorProbeTemplateDisplayName) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateDisplayName) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateDisplayName) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateDisplayName) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateMetadata ¶
type SharedTokenPathSelectorProbeTemplateMetadata struct{}
func (SharedTokenPathSelectorProbeTemplateMetadata) Annotations ¶
func (SharedTokenPathSelectorProbeTemplateMetadata) FieldPath ¶
func (SharedTokenPathSelectorProbeTemplateMetadata) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorProbeTemplateMetadata) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateMetadata) WithArrayOfValues(values []*SharedToken_ProbeTemplate_Meta) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateMetadata) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateMetadata) WithValue(value *SharedToken_ProbeTemplate_Meta) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateMetadataAnnotations ¶
type SharedTokenPathSelectorProbeTemplateMetadataAnnotations struct{}
func (SharedTokenPathSelectorProbeTemplateMetadataAnnotations) FieldPath ¶
func (SharedTokenPathSelectorProbeTemplateMetadataAnnotations) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorProbeTemplateMetadataAnnotations) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateMetadataAnnotations) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateMetadataAnnotations) WithValue(value map[string]string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateMetadataLabels ¶
type SharedTokenPathSelectorProbeTemplateMetadataLabels struct{}
func (SharedTokenPathSelectorProbeTemplateMetadataLabels) FieldPath ¶
func (SharedTokenPathSelectorProbeTemplateMetadataLabels) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorProbeTemplateMetadataLabels) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateMetadataLabels) WithArrayOfValues(values []map[string]string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateMetadataLabels) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateMetadataLabels) WithValue(value map[string]string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateMetadataTags ¶
type SharedTokenPathSelectorProbeTemplateMetadataTags struct{}
func (SharedTokenPathSelectorProbeTemplateMetadataTags) FieldPath ¶
func (SharedTokenPathSelectorProbeTemplateMetadataTags) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorProbeTemplateMetadataTags) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateMetadataTags) WithArrayOfValues(values [][]string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateMetadataTags) WithItemValue ¶
func (s SharedTokenPathSelectorProbeTemplateMetadataTags) WithItemValue(value string) *SharedToken_FieldSubPathArrayItemValue
func (SharedTokenPathSelectorProbeTemplateMetadataTags) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateMetadataTags) WithValue(value []string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpec ¶
type SharedTokenPathSelectorProbeTemplateSpec struct{}
func (SharedTokenPathSelectorProbeTemplateSpec) ContactInfo ¶
func (SharedTokenPathSelectorProbeTemplateSpec) DisableSpeedtest ¶
func (SharedTokenPathSelectorProbeTemplateSpec) DisableSpeedtest() SharedTokenPathSelectorProbeTemplateSpecDisableSpeedtest
func (SharedTokenPathSelectorProbeTemplateSpec) FieldPath ¶
func (SharedTokenPathSelectorProbeTemplateSpec) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorProbeTemplateSpec) LocationDiscovery ¶
func (SharedTokenPathSelectorProbeTemplateSpec) LocationDiscovery() SharedTokenPathSelectorProbeTemplateSpecLocationDiscovery
func (SharedTokenPathSelectorProbeTemplateSpec) PrimaryLocation ¶
func (SharedTokenPathSelectorProbeTemplateSpec) PrimaryLocation() SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation
func (SharedTokenPathSelectorProbeTemplateSpec) ProbeGroup ¶
func (SharedTokenPathSelectorProbeTemplateSpec) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpec) WithArrayOfValues(values []*SharedToken_ProbeTemplate_Spec) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpec) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpec) WithValue(value *SharedToken_ProbeTemplate_Spec) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecContactInfo ¶
type SharedTokenPathSelectorProbeTemplateSpecContactInfo struct{}
func (SharedTokenPathSelectorProbeTemplateSpecContactInfo) FieldPath ¶
func (SharedTokenPathSelectorProbeTemplateSpecContactInfo) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorProbeTemplateSpecContactInfo) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecContactInfo) WithArrayOfValues(values []*common.ContactInformation) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecContactInfo) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecContactInfo) WithValue(value *common.ContactInformation) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecContactInfoEmail ¶
type SharedTokenPathSelectorProbeTemplateSpecContactInfoEmail struct{}
func (SharedTokenPathSelectorProbeTemplateSpecContactInfoEmail) FieldPath ¶
func (SharedTokenPathSelectorProbeTemplateSpecContactInfoEmail) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorProbeTemplateSpecContactInfoEmail) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoEmail) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecContactInfoEmail) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoEmail) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecContactInfoFullName ¶
type SharedTokenPathSelectorProbeTemplateSpecContactInfoFullName struct{}
func (SharedTokenPathSelectorProbeTemplateSpecContactInfoFullName) FieldPath ¶
func (SharedTokenPathSelectorProbeTemplateSpecContactInfoFullName) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorProbeTemplateSpecContactInfoFullName) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoFullName) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecContactInfoFullName) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoFullName) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecContactInfoPhones ¶
type SharedTokenPathSelectorProbeTemplateSpecContactInfoPhones struct{}
func (SharedTokenPathSelectorProbeTemplateSpecContactInfoPhones) FieldPath ¶
func (SharedTokenPathSelectorProbeTemplateSpecContactInfoPhones) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorProbeTemplateSpecContactInfoPhones) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoPhones) WithArrayOfValues(values [][]*common.ContactInformation_PhoneNumber) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecContactInfoPhones) WithItemValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoPhones) WithItemValue(value *common.ContactInformation_PhoneNumber) *SharedToken_FieldSubPathArrayItemValue
func (SharedTokenPathSelectorProbeTemplateSpecContactInfoPhones) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoPhones) WithValue(value []*common.ContactInformation_PhoneNumber) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesNumber ¶
type SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesNumber struct{}
func (SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesNumber) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesNumber) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesNumber) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesNumber) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesType ¶
type SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesType struct{}
func (SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesType) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecContactInfoPhonesType) WithArrayOfValues(values []common.ContactInformation_PhoneType) *SharedToken_FieldSubPathArrayOfValues
type SharedTokenPathSelectorProbeTemplateSpecDisableSpeedtest ¶
type SharedTokenPathSelectorProbeTemplateSpecDisableSpeedtest struct{}
func (SharedTokenPathSelectorProbeTemplateSpecDisableSpeedtest) FieldPath ¶
func (SharedTokenPathSelectorProbeTemplateSpecDisableSpeedtest) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorProbeTemplateSpecDisableSpeedtest) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecDisableSpeedtest) WithArrayOfValues(values []bool) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecDisableSpeedtest) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecDisableSpeedtest) WithValue(value bool) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecLocationDiscovery ¶
type SharedTokenPathSelectorProbeTemplateSpecLocationDiscovery struct{}
func (SharedTokenPathSelectorProbeTemplateSpecLocationDiscovery) FieldPath ¶
func (SharedTokenPathSelectorProbeTemplateSpecLocationDiscovery) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorProbeTemplateSpecLocationDiscovery) RequiredAccuracy ¶
func (SharedTokenPathSelectorProbeTemplateSpecLocationDiscovery) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecLocationDiscovery) WithArrayOfValues(values []*common.LocationDiscoverySpec) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecLocationDiscovery) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecLocationDiscovery) WithValue(value *common.LocationDiscoverySpec) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryRequiredAccuracy ¶
type SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryRequiredAccuracy struct{}
func (SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues(values []float64) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryRequiredAccuracy) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryRequiredAccuracy) WithValue(value float64) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryType ¶
type SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryType struct{}
func (SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryType) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecLocationDiscoveryType) WithArrayOfValues(values []common.LocationDiscoverySpec_Type) *SharedToken_FieldSubPathArrayOfValues
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation) AdminHierarchy ¶
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation) Coordinates ¶
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation) FieldPath ¶
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation) WithArrayOfValues(values []*common.Location) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocation) WithValue(value *common.Location) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAccuracy ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAccuracy struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAccuracy) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAccuracy) WithArrayOfValues(values []float64) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAccuracy) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAccuracy) WithValue(value float64) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) AdminArea1 ¶
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) AdminArea2 ¶
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) AdminArea3 ¶
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) AdminArea4 ¶
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) CountryCode ¶
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) PostalCode ¶
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) StreetAddress ¶
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) WithArrayOfValues(values []*common.Address) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddress) WithValue(value *common.Address) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea1 ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea1 struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea1) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea1) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea2 ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea2 struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea2) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea2) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea3 ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea3 struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea3) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea3) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea4 ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea4 struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea4) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressAdminArea4) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressContinent ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressContinent struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressContinent) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressContinent) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressContinent) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressContinent) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountry ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountry struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountry) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountry) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountry) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountry) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountryCode ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountryCode struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountryCode) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountryCode) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountryCode) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressCountryCode) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressPostalCode ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressPostalCode struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressPostalCode) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressPostalCode) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressPostalCode) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressPostalCode) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressStreetAddress ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressStreetAddress struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues(values []string) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressStreetAddress) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAddressStreetAddress) WithValue(value string) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchy ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchy struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchy) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchy) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchy) WithValue(value *admin_area.AdminHierarchy) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin1 ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin1 struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin1) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin1) WithValue(value *admin_area.Reference) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin2 ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin2 struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin2) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin2) WithValue(value *admin_area.Reference) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin3 ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin3 struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin3) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin3) WithValue(value *admin_area.Reference) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin4 ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin4 struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin4) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin4) WithValue(value *admin_area.Reference) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin5 ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin5 struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin5) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyAdmin5) WithValue(value *admin_area.Reference) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyContinent ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyContinent struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *SharedToken_FieldSubPathArrayOfValues
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyCountry ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyCountry struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyCountry) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationAdminHierarchyCountry) WithValue(value *admin_area.Reference) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationCoordinates ¶
type SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationCoordinates struct{}
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationCoordinates) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationCoordinates) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecPrimaryLocationCoordinates) WithValue(value *latlng.LatLng) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorProbeTemplateSpecProbeGroup ¶
type SharedTokenPathSelectorProbeTemplateSpecProbeGroup struct{}
func (SharedTokenPathSelectorProbeTemplateSpecProbeGroup) FieldPath ¶
func (SharedTokenPathSelectorProbeTemplateSpecProbeGroup) FieldPath() *SharedToken_FieldSubPath
func (SharedTokenPathSelectorProbeTemplateSpecProbeGroup) WithArrayOfValues ¶
func (s SharedTokenPathSelectorProbeTemplateSpecProbeGroup) WithArrayOfValues(values []*probe_group.Reference) *SharedToken_FieldSubPathArrayOfValues
func (SharedTokenPathSelectorProbeTemplateSpecProbeGroup) WithValue ¶
func (s SharedTokenPathSelectorProbeTemplateSpecProbeGroup) WithValue(value *probe_group.Reference) *SharedToken_FieldSubPathValue
type SharedTokenPathSelectorQuota ¶
type SharedTokenPathSelectorQuota struct{}
func (SharedTokenPathSelectorQuota) FieldPath ¶
func (SharedTokenPathSelectorQuota) FieldPath() *SharedToken_FieldTerminalPath
func (SharedTokenPathSelectorQuota) WithArrayOfValues ¶
func (s SharedTokenPathSelectorQuota) WithArrayOfValues(values []int32) *SharedToken_FieldTerminalPathArrayOfValues
func (SharedTokenPathSelectorQuota) WithValue ¶
func (s SharedTokenPathSelectorQuota) WithValue(value int32) *SharedToken_FieldTerminalPathValue
type SharedTokenPathSelectorSecret ¶
type SharedTokenPathSelectorSecret struct{}
func (SharedTokenPathSelectorSecret) FieldPath ¶
func (SharedTokenPathSelectorSecret) FieldPath() *SharedToken_FieldTerminalPath
func (SharedTokenPathSelectorSecret) WithArrayOfValues ¶
func (s SharedTokenPathSelectorSecret) WithArrayOfValues(values []string) *SharedToken_FieldTerminalPathArrayOfValues
func (SharedTokenPathSelectorSecret) WithValue ¶
func (s SharedTokenPathSelectorSecret) WithValue(value string) *SharedToken_FieldTerminalPathValue
type SharedTokenProbeTemplateFieldPathBuilder ¶
type SharedTokenProbeTemplateFieldPathBuilder struct{}
func NewSharedTokenProbeTemplateFieldPathBuilder ¶
func NewSharedTokenProbeTemplateFieldPathBuilder() SharedTokenProbeTemplateFieldPathBuilder
func (SharedTokenProbeTemplateFieldPathBuilder) DisplayName ¶
func (SharedTokenProbeTemplateFieldPathBuilder) DisplayName() SharedToken_ProbeTemplatePathSelectorDisplayName
type SharedTokenProbeTemplateMetaFieldPathBuilder ¶
type SharedTokenProbeTemplateMetaFieldPathBuilder struct{}
func NewSharedTokenProbeTemplateMetaFieldPathBuilder ¶
func NewSharedTokenProbeTemplateMetaFieldPathBuilder() SharedTokenProbeTemplateMetaFieldPathBuilder
func (SharedTokenProbeTemplateMetaFieldPathBuilder) Annotations ¶
type SharedTokenProbeTemplateMeta_FieldPath ¶
type SharedTokenProbeTemplateMeta_FieldPath interface { gotenobject.FieldPath // Those methods build corresponding SharedTokenProbeTemplateMeta_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildSharedTokenProbeTemplateMeta_FieldPath ¶
func BuildSharedTokenProbeTemplateMeta_FieldPath(fp gotenobject.RawFieldPath) (SharedTokenProbeTemplateMeta_FieldPath, error)
func MustParseSharedTokenProbeTemplateMeta_FieldPath ¶
func MustParseSharedTokenProbeTemplateMeta_FieldPath(rawField string) SharedTokenProbeTemplateMeta_FieldPath
func ParseSharedTokenProbeTemplateMeta_FieldPath ¶
func ParseSharedTokenProbeTemplateMeta_FieldPath(rawField string) (SharedTokenProbeTemplateMeta_FieldPath, error)
type SharedTokenProbeTemplateMeta_FieldPathArrayItemValue ¶
type SharedTokenProbeTemplateMeta_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue SharedTokenProbeTemplateMeta_FieldPath }
SharedTokenProbeTemplateMeta_FieldPathArrayItemValue allows storing single item in Path-specific values for Meta according to their type Present only for array (repeated) types.
func MustParseSharedTokenProbeTemplateMeta_FieldPathArrayItemValue ¶
func MustParseSharedTokenProbeTemplateMeta_FieldPathArrayItemValue(pathStr, valueStr string) SharedTokenProbeTemplateMeta_FieldPathArrayItemValue
func ParseSharedTokenProbeTemplateMeta_FieldPathArrayItemValue ¶
func ParseSharedTokenProbeTemplateMeta_FieldPathArrayItemValue(pathStr, valueStr string) (SharedTokenProbeTemplateMeta_FieldPathArrayItemValue, error)
ParseSharedTokenProbeTemplateMeta_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type SharedTokenProbeTemplateMeta_FieldPathArrayOfValues ¶
type SharedTokenProbeTemplateMeta_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues SharedTokenProbeTemplateMeta_FieldPath }
SharedTokenProbeTemplateMeta_FieldPathArrayOfValues allows storing slice of values for Meta fields according to their type
func MustParseSharedTokenProbeTemplateMeta_FieldPathArrayOfValues ¶
func MustParseSharedTokenProbeTemplateMeta_FieldPathArrayOfValues(pathStr, valuesStr string) SharedTokenProbeTemplateMeta_FieldPathArrayOfValues
func ParseSharedTokenProbeTemplateMeta_FieldPathArrayOfValues ¶
func ParseSharedTokenProbeTemplateMeta_FieldPathArrayOfValues(pathStr, valuesStr string) (SharedTokenProbeTemplateMeta_FieldPathArrayOfValues, error)
type SharedTokenProbeTemplateMeta_FieldPathMap ¶
type SharedTokenProbeTemplateMeta_FieldPathMap struct {
// contains filtered or unexported fields
}
FieldPath for map type with additional Key information
func (*SharedTokenProbeTemplateMeta_FieldPathMap) ClearValue ¶
func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) ClearValue(item *SharedToken_ProbeTemplate_Meta)
func (*SharedTokenProbeTemplateMeta_FieldPathMap) ClearValueRaw ¶
func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) ClearValueRaw(item proto.Message)
func (*SharedTokenProbeTemplateMeta_FieldPathMap) Get ¶
func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) Get(source *SharedToken_ProbeTemplate_Meta) (values []interface{})
Get returns all values pointed by selected field map key from source SharedToken_ProbeTemplate_Meta
func (*SharedTokenProbeTemplateMeta_FieldPathMap) GetDefault ¶
func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*SharedTokenProbeTemplateMeta_FieldPathMap) GetRaw ¶
func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) GetRaw(source proto.Message) []interface{}
func (*SharedTokenProbeTemplateMeta_FieldPathMap) GetSingle ¶
func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) GetSingle(source *SharedToken_ProbeTemplate_Meta) (interface{}, bool)
GetSingle returns value by selected field map key from source SharedToken_ProbeTemplate_Meta
func (*SharedTokenProbeTemplateMeta_FieldPathMap) GetSingleRaw ¶
func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*SharedTokenProbeTemplateMeta_FieldPathMap) IsLeaf ¶
func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*SharedTokenProbeTemplateMeta_FieldPathMap) JSONString ¶
func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) JSONString() string
JSONString returns path representation is JSON convention. Note that map keys are not transformed
func (*SharedTokenProbeTemplateMeta_FieldPathMap) Key ¶
func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) Key() string
func (*SharedTokenProbeTemplateMeta_FieldPathMap) Selector ¶
func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) Selector() SharedTokenProbeTemplateMeta_FieldPathSelector
func (*SharedTokenProbeTemplateMeta_FieldPathMap) String ¶
func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) String() string
String returns path representation in proto convention
func (*SharedTokenProbeTemplateMeta_FieldPathMap) WithIArrayItemValue ¶
func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) WithIArrayItemValue(value interface{}) SharedTokenProbeTemplateMeta_FieldPathArrayItemValue
func (*SharedTokenProbeTemplateMeta_FieldPathMap) WithIArrayOfValues ¶
func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) WithIArrayOfValues(values interface{}) SharedTokenProbeTemplateMeta_FieldPathArrayOfValues
func (*SharedTokenProbeTemplateMeta_FieldPathMap) WithIValue ¶
func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) WithIValue(value interface{}) SharedTokenProbeTemplateMeta_FieldPathValue
func (*SharedTokenProbeTemplateMeta_FieldPathMap) WithRawIArrayItemValue ¶
func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*SharedTokenProbeTemplateMeta_FieldPathMap) WithRawIArrayOfValues ¶
func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*SharedTokenProbeTemplateMeta_FieldPathMap) WithRawIValue ¶
func (fpm *SharedTokenProbeTemplateMeta_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type SharedTokenProbeTemplateMeta_FieldPathMapArrayOfValues ¶
type SharedTokenProbeTemplateMeta_FieldPathMapArrayOfValues struct { // contains filtered or unexported fields }
func (*SharedTokenProbeTemplateMeta_FieldPathMapArrayOfValues) AsAnnotationsArrayOfElementValues ¶
func (fpmaov *SharedTokenProbeTemplateMeta_FieldPathMapArrayOfValues) AsAnnotationsArrayOfElementValues() ([]string, bool)
func (*SharedTokenProbeTemplateMeta_FieldPathMapArrayOfValues) AsLabelsArrayOfElementValues ¶
func (fpmaov *SharedTokenProbeTemplateMeta_FieldPathMapArrayOfValues) AsLabelsArrayOfElementValues() ([]string, bool)
func (*SharedTokenProbeTemplateMeta_FieldPathMapArrayOfValues) GetRawValues ¶
func (fpmaov *SharedTokenProbeTemplateMeta_FieldPathMapArrayOfValues) GetRawValues() (values []interface{})
type SharedTokenProbeTemplateMeta_FieldPathMapValue ¶
type SharedTokenProbeTemplateMeta_FieldPathMapValue struct { // contains filtered or unexported fields }
func (*SharedTokenProbeTemplateMeta_FieldPathMapValue) AsAnnotationsElementValue ¶
func (fpmv *SharedTokenProbeTemplateMeta_FieldPathMapValue) AsAnnotationsElementValue() (string, bool)
func (*SharedTokenProbeTemplateMeta_FieldPathMapValue) AsLabelsElementValue ¶
func (fpmv *SharedTokenProbeTemplateMeta_FieldPathMapValue) AsLabelsElementValue() (string, bool)
func (*SharedTokenProbeTemplateMeta_FieldPathMapValue) CompareWith ¶
func (fpmv *SharedTokenProbeTemplateMeta_FieldPathMapValue) CompareWith(source *SharedToken_ProbeTemplate_Meta) (int, bool)
CompareWith compares value in the 'SharedTokenProbeTemplateMeta_FieldPathMapValue' with the value under path in 'SharedToken_ProbeTemplate_Meta'.
func (*SharedTokenProbeTemplateMeta_FieldPathMapValue) CompareWithRaw ¶
func (fpmv *SharedTokenProbeTemplateMeta_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
func (*SharedTokenProbeTemplateMeta_FieldPathMapValue) GetRawValue ¶
func (fpmv *SharedTokenProbeTemplateMeta_FieldPathMapValue) GetRawValue() interface{}
GetValue returns value stored under selected field in Meta as interface{}
func (*SharedTokenProbeTemplateMeta_FieldPathMapValue) SetTo ¶
func (fpmv *SharedTokenProbeTemplateMeta_FieldPathMapValue) SetTo(target **SharedToken_ProbeTemplate_Meta)
SetTo stores value for selected field in Meta
func (*SharedTokenProbeTemplateMeta_FieldPathMapValue) SetToRaw ¶
func (fpmv *SharedTokenProbeTemplateMeta_FieldPathMapValue) SetToRaw(target proto.Message)
type SharedTokenProbeTemplateMeta_FieldPathSelector ¶
type SharedTokenProbeTemplateMeta_FieldPathSelector int32
const ()
func (SharedTokenProbeTemplateMeta_FieldPathSelector) String ¶
func (s SharedTokenProbeTemplateMeta_FieldPathSelector) String() string
type SharedTokenProbeTemplateMeta_FieldPathValue ¶
type SharedTokenProbeTemplateMeta_FieldPathValue interface { SharedTokenProbeTemplateMeta_FieldPath gotenobject.FieldPathValue }
SharedTokenProbeTemplateMeta_FieldPathValue allows storing values for Meta fields according to their type
func MustParseSharedTokenProbeTemplateMeta_FieldPathValue ¶
func MustParseSharedTokenProbeTemplateMeta_FieldPathValue(pathStr, valueStr string) SharedTokenProbeTemplateMeta_FieldPathValue
func ParseSharedTokenProbeTemplateMeta_FieldPathValue ¶
func ParseSharedTokenProbeTemplateMeta_FieldPathValue(pathStr, valueStr string) (SharedTokenProbeTemplateMeta_FieldPathValue, error)
type SharedTokenProbeTemplateMeta_FieldTerminalPath ¶
type SharedTokenProbeTemplateMeta_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*SharedTokenProbeTemplateMeta_FieldTerminalPath) ClearValue ¶
func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) ClearValue(item *SharedToken_ProbeTemplate_Meta)
func (*SharedTokenProbeTemplateMeta_FieldTerminalPath) ClearValueRaw ¶
func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*SharedTokenProbeTemplateMeta_FieldTerminalPath) Get ¶
func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) Get(source *SharedToken_ProbeTemplate_Meta) (values []interface{})
Get returns all values pointed by specific field from source SharedToken_ProbeTemplate_Meta
func (*SharedTokenProbeTemplateMeta_FieldTerminalPath) GetDefault ¶
func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*SharedTokenProbeTemplateMeta_FieldTerminalPath) GetRaw ¶
func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*SharedTokenProbeTemplateMeta_FieldTerminalPath) GetSingle ¶
func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) GetSingle(source *SharedToken_ProbeTemplate_Meta) (interface{}, bool)
GetSingle returns value pointed by specific field of from source SharedToken_ProbeTemplate_Meta
func (*SharedTokenProbeTemplateMeta_FieldTerminalPath) GetSingleRaw ¶
func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*SharedTokenProbeTemplateMeta_FieldTerminalPath) IsLeaf ¶
func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*SharedTokenProbeTemplateMeta_FieldTerminalPath) JSONString ¶
func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*SharedTokenProbeTemplateMeta_FieldTerminalPath) Selector ¶
func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) Selector() SharedTokenProbeTemplateMeta_FieldPathSelector
func (*SharedTokenProbeTemplateMeta_FieldTerminalPath) String ¶
func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*SharedTokenProbeTemplateMeta_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) WithIArrayItemValue(value interface{}) SharedTokenProbeTemplateMeta_FieldPathArrayItemValue
func (*SharedTokenProbeTemplateMeta_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) WithIArrayOfValues(values interface{}) SharedTokenProbeTemplateMeta_FieldPathArrayOfValues
func (*SharedTokenProbeTemplateMeta_FieldTerminalPath) WithIValue ¶
func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) WithIValue(value interface{}) SharedTokenProbeTemplateMeta_FieldPathValue
func (*SharedTokenProbeTemplateMeta_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*SharedTokenProbeTemplateMeta_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*SharedTokenProbeTemplateMeta_FieldTerminalPath) WithRawIValue ¶
func (fp *SharedTokenProbeTemplateMeta_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue ¶
type SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue struct { // contains filtered or unexported fields }
func (*SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue) AsTagsItemValue ¶
func (fpaiv *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue) AsTagsItemValue() (string, bool)
func (*SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue) ContainsValue(source *SharedToken_ProbeTemplate_Meta) bool
Contains returns a boolean indicating if value that is being held is present in given 'Meta'
func (*SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object SharedToken_ProbeTemplate_Meta as interface{}
func (*SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue) GetSingle(source *SharedToken_ProbeTemplate_Meta) (interface{}, bool)
func (*SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues ¶
type SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues struct { // contains filtered or unexported fields }
func (*SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues) AsAnnotationsArrayOfValues ¶
func (fpaov *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues) AsAnnotationsArrayOfValues() ([]map[string]string, bool)
func (*SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues) AsLabelsArrayOfValues ¶
func (fpaov *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues) AsLabelsArrayOfValues() ([]map[string]string, bool)
func (*SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues) AsTagsArrayOfValues ¶
func (fpaov *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues) AsTagsArrayOfValues() ([][]string, bool)
func (*SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type SharedTokenProbeTemplateMeta_FieldTerminalPathValue ¶
type SharedTokenProbeTemplateMeta_FieldTerminalPathValue struct { // contains filtered or unexported fields }
func (*SharedTokenProbeTemplateMeta_FieldTerminalPathValue) AsAnnotationsValue ¶
func (fpv *SharedTokenProbeTemplateMeta_FieldTerminalPathValue) AsAnnotationsValue() (map[string]string, bool)
func (*SharedTokenProbeTemplateMeta_FieldTerminalPathValue) AsLabelsValue ¶
func (fpv *SharedTokenProbeTemplateMeta_FieldTerminalPathValue) AsLabelsValue() (map[string]string, bool)
func (*SharedTokenProbeTemplateMeta_FieldTerminalPathValue) AsTagsValue ¶
func (fpv *SharedTokenProbeTemplateMeta_FieldTerminalPathValue) AsTagsValue() ([]string, bool)
func (*SharedTokenProbeTemplateMeta_FieldTerminalPathValue) CompareWith ¶
func (fpv *SharedTokenProbeTemplateMeta_FieldTerminalPathValue) CompareWith(source *SharedToken_ProbeTemplate_Meta) (int, bool)
CompareWith compares value in the 'SharedTokenProbeTemplateMeta_FieldTerminalPathValue' with the value under path in 'SharedToken_ProbeTemplate_Meta'.
func (*SharedTokenProbeTemplateMeta_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *SharedTokenProbeTemplateMeta_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*SharedTokenProbeTemplateMeta_FieldTerminalPathValue) GetRawValue ¶
func (fpv *SharedTokenProbeTemplateMeta_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Meta' as interface{}
func (*SharedTokenProbeTemplateMeta_FieldTerminalPathValue) SetTo ¶
func (fpv *SharedTokenProbeTemplateMeta_FieldTerminalPathValue) SetTo(target **SharedToken_ProbeTemplate_Meta)
SetTo stores value for selected field for object Meta
func (*SharedTokenProbeTemplateMeta_FieldTerminalPathValue) SetToRaw ¶
func (fpv *SharedTokenProbeTemplateMeta_FieldTerminalPathValue) SetToRaw(target proto.Message)
type SharedTokenProbeTemplateSpecFieldPathBuilder ¶
type SharedTokenProbeTemplateSpecFieldPathBuilder struct{}
func NewSharedTokenProbeTemplateSpecFieldPathBuilder ¶
func NewSharedTokenProbeTemplateSpecFieldPathBuilder() SharedTokenProbeTemplateSpecFieldPathBuilder
func (SharedTokenProbeTemplateSpecFieldPathBuilder) ContactInfo ¶
func (SharedTokenProbeTemplateSpecFieldPathBuilder) DisableSpeedtest ¶
func (SharedTokenProbeTemplateSpecFieldPathBuilder) DisableSpeedtest() SharedToken_ProbeTemplate_SpecPathSelectorDisableSpeedtest
func (SharedTokenProbeTemplateSpecFieldPathBuilder) LocationDiscovery ¶
func (SharedTokenProbeTemplateSpecFieldPathBuilder) LocationDiscovery() SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery
func (SharedTokenProbeTemplateSpecFieldPathBuilder) PrimaryLocation ¶
func (SharedTokenProbeTemplateSpecFieldPathBuilder) PrimaryLocation() SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation
func (SharedTokenProbeTemplateSpecFieldPathBuilder) ProbeGroup ¶
type SharedTokenProbeTemplateSpec_FieldPath ¶
type SharedTokenProbeTemplateSpec_FieldPath interface { gotenobject.FieldPath // Those methods build corresponding SharedTokenProbeTemplateSpec_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildSharedTokenProbeTemplateSpec_FieldPath ¶
func BuildSharedTokenProbeTemplateSpec_FieldPath(fp gotenobject.RawFieldPath) (SharedTokenProbeTemplateSpec_FieldPath, error)
func MustParseSharedTokenProbeTemplateSpec_FieldPath ¶
func MustParseSharedTokenProbeTemplateSpec_FieldPath(rawField string) SharedTokenProbeTemplateSpec_FieldPath
func ParseSharedTokenProbeTemplateSpec_FieldPath ¶
func ParseSharedTokenProbeTemplateSpec_FieldPath(rawField string) (SharedTokenProbeTemplateSpec_FieldPath, error)
type SharedTokenProbeTemplateSpec_FieldPathArrayItemValue ¶
type SharedTokenProbeTemplateSpec_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue SharedTokenProbeTemplateSpec_FieldPath }
SharedTokenProbeTemplateSpec_FieldPathArrayItemValue allows storing single item in Path-specific values for Spec according to their type Present only for array (repeated) types.
func MustParseSharedTokenProbeTemplateSpec_FieldPathArrayItemValue ¶
func MustParseSharedTokenProbeTemplateSpec_FieldPathArrayItemValue(pathStr, valueStr string) SharedTokenProbeTemplateSpec_FieldPathArrayItemValue
func ParseSharedTokenProbeTemplateSpec_FieldPathArrayItemValue ¶
func ParseSharedTokenProbeTemplateSpec_FieldPathArrayItemValue(pathStr, valueStr string) (SharedTokenProbeTemplateSpec_FieldPathArrayItemValue, error)
ParseSharedTokenProbeTemplateSpec_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type SharedTokenProbeTemplateSpec_FieldPathArrayOfValues ¶
type SharedTokenProbeTemplateSpec_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues SharedTokenProbeTemplateSpec_FieldPath }
SharedTokenProbeTemplateSpec_FieldPathArrayOfValues allows storing slice of values for Spec fields according to their type
func MustParseSharedTokenProbeTemplateSpec_FieldPathArrayOfValues ¶
func MustParseSharedTokenProbeTemplateSpec_FieldPathArrayOfValues(pathStr, valuesStr string) SharedTokenProbeTemplateSpec_FieldPathArrayOfValues
func ParseSharedTokenProbeTemplateSpec_FieldPathArrayOfValues ¶
func ParseSharedTokenProbeTemplateSpec_FieldPathArrayOfValues(pathStr, valuesStr string) (SharedTokenProbeTemplateSpec_FieldPathArrayOfValues, error)
type SharedTokenProbeTemplateSpec_FieldPathSelector ¶
type SharedTokenProbeTemplateSpec_FieldPathSelector int32
const ()
func (SharedTokenProbeTemplateSpec_FieldPathSelector) String ¶
func (s SharedTokenProbeTemplateSpec_FieldPathSelector) String() string
type SharedTokenProbeTemplateSpec_FieldPathValue ¶
type SharedTokenProbeTemplateSpec_FieldPathValue interface { SharedTokenProbeTemplateSpec_FieldPath gotenobject.FieldPathValue }
SharedTokenProbeTemplateSpec_FieldPathValue allows storing values for Spec fields according to their type
func MustParseSharedTokenProbeTemplateSpec_FieldPathValue ¶
func MustParseSharedTokenProbeTemplateSpec_FieldPathValue(pathStr, valueStr string) SharedTokenProbeTemplateSpec_FieldPathValue
func ParseSharedTokenProbeTemplateSpec_FieldPathValue ¶
func ParseSharedTokenProbeTemplateSpec_FieldPathValue(pathStr, valueStr string) (SharedTokenProbeTemplateSpec_FieldPathValue, error)
type SharedTokenProbeTemplateSpec_FieldSubPath ¶
type SharedTokenProbeTemplateSpec_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*SharedTokenProbeTemplateSpec_FieldSubPath) AsContactInfoSubPath ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) AsContactInfoSubPath() (common.ContactInformation_FieldPath, bool)
func (*SharedTokenProbeTemplateSpec_FieldSubPath) AsLocationDiscoverySubPath ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) AsLocationDiscoverySubPath() (common.LocationDiscoverySpec_FieldPath, bool)
func (*SharedTokenProbeTemplateSpec_FieldSubPath) AsPrimaryLocationSubPath ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) AsPrimaryLocationSubPath() (common.Location_FieldPath, bool)
func (*SharedTokenProbeTemplateSpec_FieldSubPath) ClearValue ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) ClearValue(item *SharedToken_ProbeTemplate_Spec)
func (*SharedTokenProbeTemplateSpec_FieldSubPath) ClearValueRaw ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) ClearValueRaw(item proto.Message)
func (*SharedTokenProbeTemplateSpec_FieldSubPath) Get ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) Get(source *SharedToken_ProbeTemplate_Spec) (values []interface{})
Get returns all values pointed by selected field from source SharedToken_ProbeTemplate_Spec
func (*SharedTokenProbeTemplateSpec_FieldSubPath) GetDefault ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*SharedTokenProbeTemplateSpec_FieldSubPath) GetRaw ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*SharedTokenProbeTemplateSpec_FieldSubPath) GetSingle ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) GetSingle(source *SharedToken_ProbeTemplate_Spec) (interface{}, bool)
GetSingle returns value of selected field from source SharedToken_ProbeTemplate_Spec
func (*SharedTokenProbeTemplateSpec_FieldSubPath) GetSingleRaw ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*SharedTokenProbeTemplateSpec_FieldSubPath) IsLeaf ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*SharedTokenProbeTemplateSpec_FieldSubPath) JSONString ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*SharedTokenProbeTemplateSpec_FieldSubPath) Selector ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) Selector() SharedTokenProbeTemplateSpec_FieldPathSelector
func (*SharedTokenProbeTemplateSpec_FieldSubPath) String ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) String() string
String returns path representation in proto convention
func (*SharedTokenProbeTemplateSpec_FieldSubPath) WithIArrayItemValue ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) WithIArrayItemValue(value interface{}) SharedTokenProbeTemplateSpec_FieldPathArrayItemValue
func (*SharedTokenProbeTemplateSpec_FieldSubPath) WithIArrayOfValues ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) WithIArrayOfValues(values interface{}) SharedTokenProbeTemplateSpec_FieldPathArrayOfValues
func (*SharedTokenProbeTemplateSpec_FieldSubPath) WithIValue ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) WithIValue(value interface{}) SharedTokenProbeTemplateSpec_FieldPathValue
func (*SharedTokenProbeTemplateSpec_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*SharedTokenProbeTemplateSpec_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*SharedTokenProbeTemplateSpec_FieldSubPath) WithRawIValue ¶
func (fps *SharedTokenProbeTemplateSpec_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue ¶
type SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue struct { // contains filtered or unexported fields }
func (*SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue) AsContactInfoPathItemValue ¶
func (fpaivs *SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue) AsContactInfoPathItemValue() (common.ContactInformation_FieldPathArrayItemValue, bool)
func (*SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue) AsLocationDiscoveryPathItemValue ¶
func (fpaivs *SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue) AsLocationDiscoveryPathItemValue() (common.LocationDiscoverySpec_FieldPathArrayItemValue, bool)
func (*SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue) AsPrimaryLocationPathItemValue ¶
func (fpaivs *SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue) AsPrimaryLocationPathItemValue() (common.Location_FieldPathArrayItemValue, bool)
func (*SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue) ContainsValue(source *SharedToken_ProbeTemplate_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues ¶
type SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues struct { // contains filtered or unexported fields }
func (*SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues) AsContactInfoPathArrayOfValues ¶
func (fpsaov *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues) AsContactInfoPathArrayOfValues() (common.ContactInformation_FieldPathArrayOfValues, bool)
func (*SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues) AsLocationDiscoveryPathArrayOfValues ¶
func (fpsaov *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues) AsLocationDiscoveryPathArrayOfValues() (common.LocationDiscoverySpec_FieldPathArrayOfValues, bool)
func (*SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues) AsPrimaryLocationPathArrayOfValues ¶
func (fpsaov *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues) AsPrimaryLocationPathArrayOfValues() (common.Location_FieldPathArrayOfValues, bool)
func (*SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type SharedTokenProbeTemplateSpec_FieldSubPathValue ¶
type SharedTokenProbeTemplateSpec_FieldSubPathValue struct { // contains filtered or unexported fields }
func (*SharedTokenProbeTemplateSpec_FieldSubPathValue) AsContactInfoPathValue ¶
func (fpvs *SharedTokenProbeTemplateSpec_FieldSubPathValue) AsContactInfoPathValue() (common.ContactInformation_FieldPathValue, bool)
func (*SharedTokenProbeTemplateSpec_FieldSubPathValue) AsLocationDiscoveryPathValue ¶
func (fpvs *SharedTokenProbeTemplateSpec_FieldSubPathValue) AsLocationDiscoveryPathValue() (common.LocationDiscoverySpec_FieldPathValue, bool)
func (*SharedTokenProbeTemplateSpec_FieldSubPathValue) AsPrimaryLocationPathValue ¶
func (fpvs *SharedTokenProbeTemplateSpec_FieldSubPathValue) AsPrimaryLocationPathValue() (common.Location_FieldPathValue, bool)
func (*SharedTokenProbeTemplateSpec_FieldSubPathValue) CompareWith ¶
func (fpvs *SharedTokenProbeTemplateSpec_FieldSubPathValue) CompareWith(source *SharedToken_ProbeTemplate_Spec) (int, bool)
func (*SharedTokenProbeTemplateSpec_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *SharedTokenProbeTemplateSpec_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*SharedTokenProbeTemplateSpec_FieldSubPathValue) GetRawValue ¶
func (fpvs *SharedTokenProbeTemplateSpec_FieldSubPathValue) GetRawValue() interface{}
func (*SharedTokenProbeTemplateSpec_FieldSubPathValue) SetTo ¶
func (fpvs *SharedTokenProbeTemplateSpec_FieldSubPathValue) SetTo(target **SharedToken_ProbeTemplate_Spec)
func (*SharedTokenProbeTemplateSpec_FieldSubPathValue) SetToRaw ¶
func (fpvs *SharedTokenProbeTemplateSpec_FieldSubPathValue) SetToRaw(target proto.Message)
type SharedTokenProbeTemplateSpec_FieldTerminalPath ¶
type SharedTokenProbeTemplateSpec_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*SharedTokenProbeTemplateSpec_FieldTerminalPath) ClearValue ¶
func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) ClearValue(item *SharedToken_ProbeTemplate_Spec)
func (*SharedTokenProbeTemplateSpec_FieldTerminalPath) ClearValueRaw ¶
func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*SharedTokenProbeTemplateSpec_FieldTerminalPath) Get ¶
func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) Get(source *SharedToken_ProbeTemplate_Spec) (values []interface{})
Get returns all values pointed by specific field from source SharedToken_ProbeTemplate_Spec
func (*SharedTokenProbeTemplateSpec_FieldTerminalPath) GetDefault ¶
func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*SharedTokenProbeTemplateSpec_FieldTerminalPath) GetRaw ¶
func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*SharedTokenProbeTemplateSpec_FieldTerminalPath) GetSingle ¶
func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) GetSingle(source *SharedToken_ProbeTemplate_Spec) (interface{}, bool)
GetSingle returns value pointed by specific field of from source SharedToken_ProbeTemplate_Spec
func (*SharedTokenProbeTemplateSpec_FieldTerminalPath) GetSingleRaw ¶
func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*SharedTokenProbeTemplateSpec_FieldTerminalPath) IsLeaf ¶
func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*SharedTokenProbeTemplateSpec_FieldTerminalPath) JSONString ¶
func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*SharedTokenProbeTemplateSpec_FieldTerminalPath) Selector ¶
func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) Selector() SharedTokenProbeTemplateSpec_FieldPathSelector
func (*SharedTokenProbeTemplateSpec_FieldTerminalPath) String ¶
func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*SharedTokenProbeTemplateSpec_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) SharedTokenProbeTemplateSpec_FieldPathArrayItemValue
func (*SharedTokenProbeTemplateSpec_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) SharedTokenProbeTemplateSpec_FieldPathArrayOfValues
func (*SharedTokenProbeTemplateSpec_FieldTerminalPath) WithIValue ¶
func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) WithIValue(value interface{}) SharedTokenProbeTemplateSpec_FieldPathValue
func (*SharedTokenProbeTemplateSpec_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*SharedTokenProbeTemplateSpec_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*SharedTokenProbeTemplateSpec_FieldTerminalPath) WithRawIValue ¶
func (fp *SharedTokenProbeTemplateSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type SharedTokenProbeTemplateSpec_FieldTerminalPathArrayItemValue ¶
type SharedTokenProbeTemplateSpec_FieldTerminalPathArrayItemValue struct { // contains filtered or unexported fields }
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *SharedToken_ProbeTemplate_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object SharedToken_ProbeTemplate_Spec as interface{}
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayItemValue) GetSingle(source *SharedToken_ProbeTemplate_Spec) (interface{}, bool)
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues ¶
type SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues struct { // contains filtered or unexported fields }
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues) AsContactInfoArrayOfValues ¶
func (fpaov *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues) AsContactInfoArrayOfValues() ([]*common.ContactInformation, bool)
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues) AsDisableSpeedtestArrayOfValues ¶
func (fpaov *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues) AsDisableSpeedtestArrayOfValues() ([]bool, bool)
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues) AsLocationDiscoveryArrayOfValues ¶
func (fpaov *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues) AsLocationDiscoveryArrayOfValues() ([]*common.LocationDiscoverySpec, bool)
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues) AsPrimaryLocationArrayOfValues ¶
func (fpaov *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues) AsPrimaryLocationArrayOfValues() ([]*common.Location, bool)
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues) AsProbeGroupArrayOfValues ¶
func (fpaov *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues) AsProbeGroupArrayOfValues() ([]*probe_group.Reference, bool)
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type SharedTokenProbeTemplateSpec_FieldTerminalPathValue ¶
type SharedTokenProbeTemplateSpec_FieldTerminalPathValue struct { // contains filtered or unexported fields }
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathValue) AsContactInfoValue ¶
func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) AsContactInfoValue() (*common.ContactInformation, bool)
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathValue) AsDisableSpeedtestValue ¶
func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) AsDisableSpeedtestValue() (bool, bool)
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathValue) AsLocationDiscoveryValue ¶
func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) AsLocationDiscoveryValue() (*common.LocationDiscoverySpec, bool)
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathValue) AsPrimaryLocationValue ¶
func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) AsPrimaryLocationValue() (*common.Location, bool)
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathValue) AsProbeGroupValue ¶
func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) AsProbeGroupValue() (*probe_group.Reference, bool)
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathValue) CompareWith ¶
func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) CompareWith(source *SharedToken_ProbeTemplate_Spec) (int, bool)
CompareWith compares value in the 'SharedTokenProbeTemplateSpec_FieldTerminalPathValue' with the value under path in 'SharedToken_ProbeTemplate_Spec'.
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathValue) GetRawValue ¶
func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Spec' as interface{}
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathValue) SetTo ¶
func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) SetTo(target **SharedToken_ProbeTemplate_Spec)
SetTo stores value for selected field for object Spec
func (*SharedTokenProbeTemplateSpec_FieldTerminalPathValue) SetToRaw ¶
func (fpv *SharedTokenProbeTemplateSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
type SharedTokenProbeTemplate_FieldPath ¶
type SharedTokenProbeTemplate_FieldPath interface { gotenobject.FieldPath // Those methods build corresponding SharedTokenProbeTemplate_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildSharedTokenProbeTemplate_FieldPath ¶
func BuildSharedTokenProbeTemplate_FieldPath(fp gotenobject.RawFieldPath) (SharedTokenProbeTemplate_FieldPath, error)
func MustParseSharedTokenProbeTemplate_FieldPath ¶
func MustParseSharedTokenProbeTemplate_FieldPath(rawField string) SharedTokenProbeTemplate_FieldPath
func ParseSharedTokenProbeTemplate_FieldPath ¶
func ParseSharedTokenProbeTemplate_FieldPath(rawField string) (SharedTokenProbeTemplate_FieldPath, error)
type SharedTokenProbeTemplate_FieldPathArrayItemValue ¶
type SharedTokenProbeTemplate_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue SharedTokenProbeTemplate_FieldPath }
SharedTokenProbeTemplate_FieldPathArrayItemValue allows storing single item in Path-specific values for ProbeTemplate according to their type Present only for array (repeated) types.
func MustParseSharedTokenProbeTemplate_FieldPathArrayItemValue ¶
func MustParseSharedTokenProbeTemplate_FieldPathArrayItemValue(pathStr, valueStr string) SharedTokenProbeTemplate_FieldPathArrayItemValue
func ParseSharedTokenProbeTemplate_FieldPathArrayItemValue ¶
func ParseSharedTokenProbeTemplate_FieldPathArrayItemValue(pathStr, valueStr string) (SharedTokenProbeTemplate_FieldPathArrayItemValue, error)
ParseSharedTokenProbeTemplate_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type SharedTokenProbeTemplate_FieldPathArrayOfValues ¶
type SharedTokenProbeTemplate_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues SharedTokenProbeTemplate_FieldPath }
SharedTokenProbeTemplate_FieldPathArrayOfValues allows storing slice of values for ProbeTemplate fields according to their type
func MustParseSharedTokenProbeTemplate_FieldPathArrayOfValues ¶
func MustParseSharedTokenProbeTemplate_FieldPathArrayOfValues(pathStr, valuesStr string) SharedTokenProbeTemplate_FieldPathArrayOfValues
func ParseSharedTokenProbeTemplate_FieldPathArrayOfValues ¶
func ParseSharedTokenProbeTemplate_FieldPathArrayOfValues(pathStr, valuesStr string) (SharedTokenProbeTemplate_FieldPathArrayOfValues, error)
type SharedTokenProbeTemplate_FieldPathSelector ¶
type SharedTokenProbeTemplate_FieldPathSelector int32
const ()
func (SharedTokenProbeTemplate_FieldPathSelector) String ¶
func (s SharedTokenProbeTemplate_FieldPathSelector) String() string
type SharedTokenProbeTemplate_FieldPathValue ¶
type SharedTokenProbeTemplate_FieldPathValue interface { SharedTokenProbeTemplate_FieldPath gotenobject.FieldPathValue }
SharedTokenProbeTemplate_FieldPathValue allows storing values for ProbeTemplate fields according to their type
func MustParseSharedTokenProbeTemplate_FieldPathValue ¶
func MustParseSharedTokenProbeTemplate_FieldPathValue(pathStr, valueStr string) SharedTokenProbeTemplate_FieldPathValue
func ParseSharedTokenProbeTemplate_FieldPathValue ¶
func ParseSharedTokenProbeTemplate_FieldPathValue(pathStr, valueStr string) (SharedTokenProbeTemplate_FieldPathValue, error)
type SharedTokenProbeTemplate_FieldSubPath ¶
type SharedTokenProbeTemplate_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*SharedTokenProbeTemplate_FieldSubPath) AsMetadataSubPath ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) AsMetadataSubPath() (SharedTokenProbeTemplateMeta_FieldPath, bool)
func (*SharedTokenProbeTemplate_FieldSubPath) AsSpecSubPath ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) AsSpecSubPath() (SharedTokenProbeTemplateSpec_FieldPath, bool)
func (*SharedTokenProbeTemplate_FieldSubPath) ClearValue ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) ClearValue(item *SharedToken_ProbeTemplate)
func (*SharedTokenProbeTemplate_FieldSubPath) ClearValueRaw ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) ClearValueRaw(item proto.Message)
func (*SharedTokenProbeTemplate_FieldSubPath) Get ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) Get(source *SharedToken_ProbeTemplate) (values []interface{})
Get returns all values pointed by selected field from source SharedToken_ProbeTemplate
func (*SharedTokenProbeTemplate_FieldSubPath) GetDefault ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*SharedTokenProbeTemplate_FieldSubPath) GetRaw ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*SharedTokenProbeTemplate_FieldSubPath) GetSingle ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) GetSingle(source *SharedToken_ProbeTemplate) (interface{}, bool)
GetSingle returns value of selected field from source SharedToken_ProbeTemplate
func (*SharedTokenProbeTemplate_FieldSubPath) GetSingleRaw ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*SharedTokenProbeTemplate_FieldSubPath) IsLeaf ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*SharedTokenProbeTemplate_FieldSubPath) JSONString ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*SharedTokenProbeTemplate_FieldSubPath) Selector ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) Selector() SharedTokenProbeTemplate_FieldPathSelector
func (*SharedTokenProbeTemplate_FieldSubPath) String ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) String() string
String returns path representation in proto convention
func (*SharedTokenProbeTemplate_FieldSubPath) WithIArrayItemValue ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) WithIArrayItemValue(value interface{}) SharedTokenProbeTemplate_FieldPathArrayItemValue
func (*SharedTokenProbeTemplate_FieldSubPath) WithIArrayOfValues ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) WithIArrayOfValues(values interface{}) SharedTokenProbeTemplate_FieldPathArrayOfValues
func (*SharedTokenProbeTemplate_FieldSubPath) WithIValue ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) WithIValue(value interface{}) SharedTokenProbeTemplate_FieldPathValue
func (*SharedTokenProbeTemplate_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*SharedTokenProbeTemplate_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*SharedTokenProbeTemplate_FieldSubPath) WithRawIValue ¶
func (fps *SharedTokenProbeTemplate_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type SharedTokenProbeTemplate_FieldSubPathArrayItemValue ¶
type SharedTokenProbeTemplate_FieldSubPathArrayItemValue struct { // contains filtered or unexported fields }
func (*SharedTokenProbeTemplate_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *SharedTokenProbeTemplate_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (SharedTokenProbeTemplateMeta_FieldPathArrayItemValue, bool)
func (*SharedTokenProbeTemplate_FieldSubPathArrayItemValue) AsSpecPathItemValue ¶
func (fpaivs *SharedTokenProbeTemplate_FieldSubPathArrayItemValue) AsSpecPathItemValue() (SharedTokenProbeTemplateSpec_FieldPathArrayItemValue, bool)
func (*SharedTokenProbeTemplate_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *SharedTokenProbeTemplate_FieldSubPathArrayItemValue) ContainsValue(source *SharedToken_ProbeTemplate) bool
Contains returns a boolean indicating if value that is being held is present in given 'ProbeTemplate'
func (*SharedTokenProbeTemplate_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *SharedTokenProbeTemplate_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type SharedTokenProbeTemplate_FieldSubPathArrayOfValues ¶
type SharedTokenProbeTemplate_FieldSubPathArrayOfValues struct { // contains filtered or unexported fields }
func (*SharedTokenProbeTemplate_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *SharedTokenProbeTemplate_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (SharedTokenProbeTemplateMeta_FieldPathArrayOfValues, bool)
func (*SharedTokenProbeTemplate_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues ¶
func (fpsaov *SharedTokenProbeTemplate_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (SharedTokenProbeTemplateSpec_FieldPathArrayOfValues, bool)
func (*SharedTokenProbeTemplate_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *SharedTokenProbeTemplate_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type SharedTokenProbeTemplate_FieldSubPathValue ¶
type SharedTokenProbeTemplate_FieldSubPathValue struct { // contains filtered or unexported fields }
func (*SharedTokenProbeTemplate_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *SharedTokenProbeTemplate_FieldSubPathValue) AsMetadataPathValue() (SharedTokenProbeTemplateMeta_FieldPathValue, bool)
func (*SharedTokenProbeTemplate_FieldSubPathValue) AsSpecPathValue ¶
func (fpvs *SharedTokenProbeTemplate_FieldSubPathValue) AsSpecPathValue() (SharedTokenProbeTemplateSpec_FieldPathValue, bool)
func (*SharedTokenProbeTemplate_FieldSubPathValue) CompareWith ¶
func (fpvs *SharedTokenProbeTemplate_FieldSubPathValue) CompareWith(source *SharedToken_ProbeTemplate) (int, bool)
func (*SharedTokenProbeTemplate_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *SharedTokenProbeTemplate_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*SharedTokenProbeTemplate_FieldSubPathValue) GetRawValue ¶
func (fpvs *SharedTokenProbeTemplate_FieldSubPathValue) GetRawValue() interface{}
func (*SharedTokenProbeTemplate_FieldSubPathValue) SetTo ¶
func (fpvs *SharedTokenProbeTemplate_FieldSubPathValue) SetTo(target **SharedToken_ProbeTemplate)
func (*SharedTokenProbeTemplate_FieldSubPathValue) SetToRaw ¶
func (fpvs *SharedTokenProbeTemplate_FieldSubPathValue) SetToRaw(target proto.Message)
type SharedTokenProbeTemplate_FieldTerminalPath ¶
type SharedTokenProbeTemplate_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*SharedTokenProbeTemplate_FieldTerminalPath) ClearValue ¶
func (fp *SharedTokenProbeTemplate_FieldTerminalPath) ClearValue(item *SharedToken_ProbeTemplate)
func (*SharedTokenProbeTemplate_FieldTerminalPath) ClearValueRaw ¶
func (fp *SharedTokenProbeTemplate_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*SharedTokenProbeTemplate_FieldTerminalPath) Get ¶
func (fp *SharedTokenProbeTemplate_FieldTerminalPath) Get(source *SharedToken_ProbeTemplate) (values []interface{})
Get returns all values pointed by specific field from source SharedToken_ProbeTemplate
func (*SharedTokenProbeTemplate_FieldTerminalPath) GetDefault ¶
func (fp *SharedTokenProbeTemplate_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*SharedTokenProbeTemplate_FieldTerminalPath) GetRaw ¶
func (fp *SharedTokenProbeTemplate_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*SharedTokenProbeTemplate_FieldTerminalPath) GetSingle ¶
func (fp *SharedTokenProbeTemplate_FieldTerminalPath) GetSingle(source *SharedToken_ProbeTemplate) (interface{}, bool)
GetSingle returns value pointed by specific field of from source SharedToken_ProbeTemplate
func (*SharedTokenProbeTemplate_FieldTerminalPath) GetSingleRaw ¶
func (fp *SharedTokenProbeTemplate_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*SharedTokenProbeTemplate_FieldTerminalPath) IsLeaf ¶
func (fp *SharedTokenProbeTemplate_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*SharedTokenProbeTemplate_FieldTerminalPath) JSONString ¶
func (fp *SharedTokenProbeTemplate_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*SharedTokenProbeTemplate_FieldTerminalPath) Selector ¶
func (fp *SharedTokenProbeTemplate_FieldTerminalPath) Selector() SharedTokenProbeTemplate_FieldPathSelector
func (*SharedTokenProbeTemplate_FieldTerminalPath) String ¶
func (fp *SharedTokenProbeTemplate_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*SharedTokenProbeTemplate_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *SharedTokenProbeTemplate_FieldTerminalPath) WithIArrayItemValue(value interface{}) SharedTokenProbeTemplate_FieldPathArrayItemValue
func (*SharedTokenProbeTemplate_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *SharedTokenProbeTemplate_FieldTerminalPath) WithIArrayOfValues(values interface{}) SharedTokenProbeTemplate_FieldPathArrayOfValues
func (*SharedTokenProbeTemplate_FieldTerminalPath) WithIValue ¶
func (fp *SharedTokenProbeTemplate_FieldTerminalPath) WithIValue(value interface{}) SharedTokenProbeTemplate_FieldPathValue
func (*SharedTokenProbeTemplate_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *SharedTokenProbeTemplate_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*SharedTokenProbeTemplate_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *SharedTokenProbeTemplate_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*SharedTokenProbeTemplate_FieldTerminalPath) WithRawIValue ¶
func (fp *SharedTokenProbeTemplate_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type SharedTokenProbeTemplate_FieldTerminalPathArrayItemValue ¶
type SharedTokenProbeTemplate_FieldTerminalPathArrayItemValue struct { // contains filtered or unexported fields }
func (*SharedTokenProbeTemplate_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *SharedTokenProbeTemplate_FieldTerminalPathArrayItemValue) ContainsValue(source *SharedToken_ProbeTemplate) bool
Contains returns a boolean indicating if value that is being held is present in given 'ProbeTemplate'
func (*SharedTokenProbeTemplate_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *SharedTokenProbeTemplate_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object SharedToken_ProbeTemplate as interface{}
func (*SharedTokenProbeTemplate_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *SharedTokenProbeTemplate_FieldTerminalPathArrayItemValue) GetSingle(source *SharedToken_ProbeTemplate) (interface{}, bool)
func (*SharedTokenProbeTemplate_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *SharedTokenProbeTemplate_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues ¶
type SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues struct { // contains filtered or unexported fields }
func (*SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues ¶
func (fpaov *SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
func (*SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*SharedToken_ProbeTemplate_Meta, bool)
func (*SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues ¶
func (fpaov *SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*SharedToken_ProbeTemplate_Spec, bool)
func (*SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type SharedTokenProbeTemplate_FieldTerminalPathValue ¶
type SharedTokenProbeTemplate_FieldTerminalPathValue struct { // contains filtered or unexported fields }
func (*SharedTokenProbeTemplate_FieldTerminalPathValue) AsDisplayNameValue ¶
func (fpv *SharedTokenProbeTemplate_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
func (*SharedTokenProbeTemplate_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *SharedTokenProbeTemplate_FieldTerminalPathValue) AsMetadataValue() (*SharedToken_ProbeTemplate_Meta, bool)
func (*SharedTokenProbeTemplate_FieldTerminalPathValue) AsSpecValue ¶
func (fpv *SharedTokenProbeTemplate_FieldTerminalPathValue) AsSpecValue() (*SharedToken_ProbeTemplate_Spec, bool)
func (*SharedTokenProbeTemplate_FieldTerminalPathValue) CompareWith ¶
func (fpv *SharedTokenProbeTemplate_FieldTerminalPathValue) CompareWith(source *SharedToken_ProbeTemplate) (int, bool)
CompareWith compares value in the 'SharedTokenProbeTemplate_FieldTerminalPathValue' with the value under path in 'SharedToken_ProbeTemplate'.
func (*SharedTokenProbeTemplate_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *SharedTokenProbeTemplate_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*SharedTokenProbeTemplate_FieldTerminalPathValue) GetRawValue ¶
func (fpv *SharedTokenProbeTemplate_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ProbeTemplate' as interface{}
func (*SharedTokenProbeTemplate_FieldTerminalPathValue) SetTo ¶
func (fpv *SharedTokenProbeTemplate_FieldTerminalPathValue) SetTo(target **SharedToken_ProbeTemplate)
SetTo stores value for selected field for object ProbeTemplate
func (*SharedTokenProbeTemplate_FieldTerminalPathValue) SetToRaw ¶
func (fpv *SharedTokenProbeTemplate_FieldTerminalPathValue) SetToRaw(target proto.Message)
type SharedTokenReferenceList ¶
type SharedTokenReferenceList []*Reference
func (SharedTokenReferenceList) Append ¶
func (l SharedTokenReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
func (SharedTokenReferenceList) AppendList ¶
func (l SharedTokenReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
func (SharedTokenReferenceList) At ¶
func (l SharedTokenReferenceList) At(idx int) gotenresource.Reference
func (SharedTokenReferenceList) Length ¶
func (l SharedTokenReferenceList) Length() int
func (SharedTokenReferenceList) Set ¶
func (l SharedTokenReferenceList) Set(idx int, ref gotenresource.Reference)
func (SharedTokenReferenceList) Slice ¶
func (l SharedTokenReferenceList) Slice(first, second int) gotenresource.ReferenceList
type SharedToken_FieldMask ¶
type SharedToken_FieldMask struct {
}func FullSharedToken_FieldMask ¶
func FullSharedToken_FieldMask() *SharedToken_FieldMask
func ResourceViewFieldMask ¶
func ResourceViewFieldMask(viewName view.View, extraMask *SharedToken_FieldMask) *SharedToken_FieldMask
func (*SharedToken_FieldMask) AppendPath ¶
func (fieldMask *SharedToken_FieldMask) AppendPath(path SharedToken_FieldPath)
func (*SharedToken_FieldMask) AppendRawPath ¶
func (fieldMask *SharedToken_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*SharedToken_FieldMask) DecodeFirestore ¶
func (fieldMask *SharedToken_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*SharedToken_FieldMask) EncodeFirestore ¶
func (fieldMask *SharedToken_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*SharedToken_FieldMask) FilterInputFields ¶
func (fieldMask *SharedToken_FieldMask) FilterInputFields() *SharedToken_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*SharedToken_FieldMask) FromProtoFieldMask ¶
func (fieldMask *SharedToken_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*SharedToken_FieldMask) GetPaths ¶
func (fieldMask *SharedToken_FieldMask) GetPaths() []SharedToken_FieldPath
func (*SharedToken_FieldMask) GetRawPaths ¶
func (fieldMask *SharedToken_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*SharedToken_FieldMask) IsFull ¶
func (fieldMask *SharedToken_FieldMask) IsFull() bool
func (SharedToken_FieldMask) Marshal ¶
func (fieldMask SharedToken_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (SharedToken_FieldMask) MarshalJSON ¶
func (fieldMask SharedToken_FieldMask) MarshalJSON() ([]byte, error)
func (*SharedToken_FieldMask) PathsCount ¶
func (fieldMask *SharedToken_FieldMask) PathsCount() int
func (*SharedToken_FieldMask) Project ¶
func (fieldMask *SharedToken_FieldMask) Project(source *SharedToken) *SharedToken
func (*SharedToken_FieldMask) ProjectRaw ¶
func (fieldMask *SharedToken_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*SharedToken_FieldMask) ProtoMessage ¶
func (fieldMask *SharedToken_FieldMask) ProtoMessage()
func (*SharedToken_FieldMask) ProtoReflect ¶
func (fieldMask *SharedToken_FieldMask) ProtoReflect() preflect.Message
func (*SharedToken_FieldMask) Reset ¶
func (fieldMask *SharedToken_FieldMask) Reset()
func (*SharedToken_FieldMask) Set ¶
func (fieldMask *SharedToken_FieldMask) Set(target, source *SharedToken)
func (*SharedToken_FieldMask) SetFromCliFlag ¶
func (fieldMask *SharedToken_FieldMask) SetFromCliFlag(raw string) error
func (*SharedToken_FieldMask) SetRaw ¶
func (fieldMask *SharedToken_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*SharedToken_FieldMask) Size ¶
func (fieldMask *SharedToken_FieldMask) Size() int
func (*SharedToken_FieldMask) String ¶
func (fieldMask *SharedToken_FieldMask) String() string
func (*SharedToken_FieldMask) Subtract ¶
func (fieldMask *SharedToken_FieldMask) Subtract(other *SharedToken_FieldMask) *SharedToken_FieldMask
func (*SharedToken_FieldMask) SubtractRaw ¶
func (fieldMask *SharedToken_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*SharedToken_FieldMask) ToProtoFieldMask ¶
func (fieldMask *SharedToken_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*SharedToken_FieldMask) Unmarshal ¶
func (fieldMask *SharedToken_FieldMask) Unmarshal(data []byte) error
func (*SharedToken_FieldMask) UnmarshalJSON ¶
func (fieldMask *SharedToken_FieldMask) UnmarshalJSON(data []byte) error
type SharedToken_FieldPath ¶
type SharedToken_FieldPath interface { gotenobject.FieldPath // Those methods build corresponding SharedToken_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildSharedToken_FieldPath ¶
func BuildSharedToken_FieldPath(fp gotenobject.RawFieldPath) (SharedToken_FieldPath, error)
func MustParseSharedToken_FieldPath ¶
func MustParseSharedToken_FieldPath(rawField string) SharedToken_FieldPath
func ParseSharedToken_FieldPath ¶
func ParseSharedToken_FieldPath(rawField string) (SharedToken_FieldPath, error)
type SharedToken_FieldPathArrayItemValue ¶
type SharedToken_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue SharedToken_FieldPath }
SharedToken_FieldPathArrayItemValue allows storing single item in Path-specific values for SharedToken according to their type Present only for array (repeated) types.
func MustParseSharedToken_FieldPathArrayItemValue ¶
func MustParseSharedToken_FieldPathArrayItemValue(pathStr, valueStr string) SharedToken_FieldPathArrayItemValue
func ParseSharedToken_FieldPathArrayItemValue ¶
func ParseSharedToken_FieldPathArrayItemValue(pathStr, valueStr string) (SharedToken_FieldPathArrayItemValue, error)
ParseSharedToken_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type SharedToken_FieldPathArrayOfValues ¶
type SharedToken_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues SharedToken_FieldPath }
SharedToken_FieldPathArrayOfValues allows storing slice of values for SharedToken fields according to their type
func MustParseSharedToken_FieldPathArrayOfValues ¶
func MustParseSharedToken_FieldPathArrayOfValues(pathStr, valuesStr string) SharedToken_FieldPathArrayOfValues
func ParseSharedToken_FieldPathArrayOfValues ¶
func ParseSharedToken_FieldPathArrayOfValues(pathStr, valuesStr string) (SharedToken_FieldPathArrayOfValues, error)
type SharedToken_FieldPathSelector ¶
type SharedToken_FieldPathSelector int32
const ()
func (SharedToken_FieldPathSelector) String ¶
func (s SharedToken_FieldPathSelector) String() string
type SharedToken_FieldPathValue ¶
type SharedToken_FieldPathValue interface { SharedToken_FieldPath gotenobject.FieldPathValue }
SharedToken_FieldPathValue allows storing values for SharedToken fields according to their type
func MustParseSharedToken_FieldPathValue ¶
func MustParseSharedToken_FieldPathValue(pathStr, valueStr string) SharedToken_FieldPathValue
func ParseSharedToken_FieldPathValue ¶
func ParseSharedToken_FieldPathValue(pathStr, valueStr string) (SharedToken_FieldPathValue, error)
type SharedToken_FieldSubPath ¶
type SharedToken_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*SharedToken_FieldSubPath) AsMetadataSubPath ¶
func (fps *SharedToken_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
func (*SharedToken_FieldSubPath) AsProbeTemplateSubPath ¶
func (fps *SharedToken_FieldSubPath) AsProbeTemplateSubPath() (SharedTokenProbeTemplate_FieldPath, bool)
func (*SharedToken_FieldSubPath) ClearValue ¶
func (fps *SharedToken_FieldSubPath) ClearValue(item *SharedToken)
func (*SharedToken_FieldSubPath) ClearValueRaw ¶
func (fps *SharedToken_FieldSubPath) ClearValueRaw(item proto.Message)
func (*SharedToken_FieldSubPath) Get ¶
func (fps *SharedToken_FieldSubPath) Get(source *SharedToken) (values []interface{})
Get returns all values pointed by selected field from source SharedToken
func (*SharedToken_FieldSubPath) GetDefault ¶
func (fps *SharedToken_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*SharedToken_FieldSubPath) GetRaw ¶
func (fps *SharedToken_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*SharedToken_FieldSubPath) GetSingle ¶
func (fps *SharedToken_FieldSubPath) GetSingle(source *SharedToken) (interface{}, bool)
GetSingle returns value of selected field from source SharedToken
func (*SharedToken_FieldSubPath) GetSingleRaw ¶
func (fps *SharedToken_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*SharedToken_FieldSubPath) IsLeaf ¶
func (fps *SharedToken_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*SharedToken_FieldSubPath) JSONString ¶
func (fps *SharedToken_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*SharedToken_FieldSubPath) Selector ¶
func (fps *SharedToken_FieldSubPath) Selector() SharedToken_FieldPathSelector
func (*SharedToken_FieldSubPath) String ¶
func (fps *SharedToken_FieldSubPath) String() string
String returns path representation in proto convention
func (*SharedToken_FieldSubPath) WithIArrayItemValue ¶
func (fps *SharedToken_FieldSubPath) WithIArrayItemValue(value interface{}) SharedToken_FieldPathArrayItemValue
func (*SharedToken_FieldSubPath) WithIArrayOfValues ¶
func (fps *SharedToken_FieldSubPath) WithIArrayOfValues(values interface{}) SharedToken_FieldPathArrayOfValues
func (*SharedToken_FieldSubPath) WithIValue ¶
func (fps *SharedToken_FieldSubPath) WithIValue(value interface{}) SharedToken_FieldPathValue
func (*SharedToken_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *SharedToken_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*SharedToken_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *SharedToken_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*SharedToken_FieldSubPath) WithRawIValue ¶
func (fps *SharedToken_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type SharedToken_FieldSubPathArrayItemValue ¶
type SharedToken_FieldSubPathArrayItemValue struct { // contains filtered or unexported fields }
func (*SharedToken_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *SharedToken_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
func (*SharedToken_FieldSubPathArrayItemValue) AsProbeTemplatePathItemValue ¶
func (fpaivs *SharedToken_FieldSubPathArrayItemValue) AsProbeTemplatePathItemValue() (SharedTokenProbeTemplate_FieldPathArrayItemValue, bool)
func (*SharedToken_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *SharedToken_FieldSubPathArrayItemValue) ContainsValue(source *SharedToken) bool
Contains returns a boolean indicating if value that is being held is present in given 'SharedToken'
func (*SharedToken_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *SharedToken_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type SharedToken_FieldSubPathArrayOfValues ¶
type SharedToken_FieldSubPathArrayOfValues struct { // contains filtered or unexported fields }
func (*SharedToken_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *SharedToken_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
func (*SharedToken_FieldSubPathArrayOfValues) AsProbeTemplatePathArrayOfValues ¶
func (fpsaov *SharedToken_FieldSubPathArrayOfValues) AsProbeTemplatePathArrayOfValues() (SharedTokenProbeTemplate_FieldPathArrayOfValues, bool)
func (*SharedToken_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *SharedToken_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type SharedToken_FieldSubPathValue ¶
type SharedToken_FieldSubPathValue struct { // contains filtered or unexported fields }
func (*SharedToken_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *SharedToken_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
func (*SharedToken_FieldSubPathValue) AsProbeTemplatePathValue ¶
func (fpvs *SharedToken_FieldSubPathValue) AsProbeTemplatePathValue() (SharedTokenProbeTemplate_FieldPathValue, bool)
func (*SharedToken_FieldSubPathValue) CompareWith ¶
func (fpvs *SharedToken_FieldSubPathValue) CompareWith(source *SharedToken) (int, bool)
func (*SharedToken_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *SharedToken_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*SharedToken_FieldSubPathValue) GetRawValue ¶
func (fpvs *SharedToken_FieldSubPathValue) GetRawValue() interface{}
func (*SharedToken_FieldSubPathValue) SetTo ¶
func (fpvs *SharedToken_FieldSubPathValue) SetTo(target **SharedToken)
func (*SharedToken_FieldSubPathValue) SetToRaw ¶
func (fpvs *SharedToken_FieldSubPathValue) SetToRaw(target proto.Message)
type SharedToken_FieldTerminalPath ¶
type SharedToken_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*SharedToken_FieldTerminalPath) ClearValue ¶
func (fp *SharedToken_FieldTerminalPath) ClearValue(item *SharedToken)
func (*SharedToken_FieldTerminalPath) ClearValueRaw ¶
func (fp *SharedToken_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*SharedToken_FieldTerminalPath) Get ¶
func (fp *SharedToken_FieldTerminalPath) Get(source *SharedToken) (values []interface{})
Get returns all values pointed by specific field from source SharedToken
func (*SharedToken_FieldTerminalPath) GetDefault ¶
func (fp *SharedToken_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*SharedToken_FieldTerminalPath) GetRaw ¶
func (fp *SharedToken_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*SharedToken_FieldTerminalPath) GetSingle ¶
func (fp *SharedToken_FieldTerminalPath) GetSingle(source *SharedToken) (interface{}, bool)
GetSingle returns value pointed by specific field of from source SharedToken
func (*SharedToken_FieldTerminalPath) GetSingleRaw ¶
func (fp *SharedToken_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*SharedToken_FieldTerminalPath) IsLeaf ¶
func (fp *SharedToken_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*SharedToken_FieldTerminalPath) JSONString ¶
func (fp *SharedToken_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*SharedToken_FieldTerminalPath) Selector ¶
func (fp *SharedToken_FieldTerminalPath) Selector() SharedToken_FieldPathSelector
func (*SharedToken_FieldTerminalPath) String ¶
func (fp *SharedToken_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*SharedToken_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *SharedToken_FieldTerminalPath) WithIArrayItemValue(value interface{}) SharedToken_FieldPathArrayItemValue
func (*SharedToken_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *SharedToken_FieldTerminalPath) WithIArrayOfValues(values interface{}) SharedToken_FieldPathArrayOfValues
func (*SharedToken_FieldTerminalPath) WithIValue ¶
func (fp *SharedToken_FieldTerminalPath) WithIValue(value interface{}) SharedToken_FieldPathValue
func (*SharedToken_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *SharedToken_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*SharedToken_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *SharedToken_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*SharedToken_FieldTerminalPath) WithRawIValue ¶
func (fp *SharedToken_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type SharedToken_FieldTerminalPathArrayItemValue ¶
type SharedToken_FieldTerminalPathArrayItemValue struct { // contains filtered or unexported fields }
func (*SharedToken_FieldTerminalPathArrayItemValue) AsDeduplicationFieldPathsItemValue ¶
func (fpaiv *SharedToken_FieldTerminalPathArrayItemValue) AsDeduplicationFieldPathsItemValue() (string, bool)
func (*SharedToken_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *SharedToken_FieldTerminalPathArrayItemValue) ContainsValue(source *SharedToken) bool
Contains returns a boolean indicating if value that is being held is present in given 'SharedToken'
func (*SharedToken_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *SharedToken_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object SharedToken as interface{}
func (*SharedToken_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *SharedToken_FieldTerminalPathArrayItemValue) GetSingle(source *SharedToken) (interface{}, bool)
func (*SharedToken_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *SharedToken_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type SharedToken_FieldTerminalPathArrayOfValues ¶
type SharedToken_FieldTerminalPathArrayOfValues struct { // contains filtered or unexported fields }
func (*SharedToken_FieldTerminalPathArrayOfValues) AsAssociateExistingProbeOnlyArrayOfValues ¶
func (fpaov *SharedToken_FieldTerminalPathArrayOfValues) AsAssociateExistingProbeOnlyArrayOfValues() ([]bool, bool)
func (*SharedToken_FieldTerminalPathArrayOfValues) AsDeduplicationFieldPathsArrayOfValues ¶
func (fpaov *SharedToken_FieldTerminalPathArrayOfValues) AsDeduplicationFieldPathsArrayOfValues() ([][]string, bool)
func (*SharedToken_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues ¶
func (fpaov *SharedToken_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
func (*SharedToken_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *SharedToken_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
func (*SharedToken_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *SharedToken_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
func (*SharedToken_FieldTerminalPathArrayOfValues) AsProbeTemplateArrayOfValues ¶
func (fpaov *SharedToken_FieldTerminalPathArrayOfValues) AsProbeTemplateArrayOfValues() ([]*SharedToken_ProbeTemplate, bool)
func (*SharedToken_FieldTerminalPathArrayOfValues) AsQuotaArrayOfValues ¶
func (fpaov *SharedToken_FieldTerminalPathArrayOfValues) AsQuotaArrayOfValues() ([]int32, bool)
func (*SharedToken_FieldTerminalPathArrayOfValues) AsSecretArrayOfValues ¶
func (fpaov *SharedToken_FieldTerminalPathArrayOfValues) AsSecretArrayOfValues() ([]string, bool)
func (*SharedToken_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *SharedToken_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type SharedToken_FieldTerminalPathValue ¶
type SharedToken_FieldTerminalPathValue struct { // contains filtered or unexported fields }
func (*SharedToken_FieldTerminalPathValue) AsAssociateExistingProbeOnlyValue ¶
func (fpv *SharedToken_FieldTerminalPathValue) AsAssociateExistingProbeOnlyValue() (bool, bool)
func (*SharedToken_FieldTerminalPathValue) AsDeduplicationFieldPathsValue ¶
func (fpv *SharedToken_FieldTerminalPathValue) AsDeduplicationFieldPathsValue() ([]string, bool)
func (*SharedToken_FieldTerminalPathValue) AsDisplayNameValue ¶
func (fpv *SharedToken_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
func (*SharedToken_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *SharedToken_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
func (*SharedToken_FieldTerminalPathValue) AsNameValue ¶
func (fpv *SharedToken_FieldTerminalPathValue) AsNameValue() (*Name, bool)
func (*SharedToken_FieldTerminalPathValue) AsProbeTemplateValue ¶
func (fpv *SharedToken_FieldTerminalPathValue) AsProbeTemplateValue() (*SharedToken_ProbeTemplate, bool)
func (*SharedToken_FieldTerminalPathValue) AsQuotaValue ¶
func (fpv *SharedToken_FieldTerminalPathValue) AsQuotaValue() (int32, bool)
func (*SharedToken_FieldTerminalPathValue) AsSecretValue ¶
func (fpv *SharedToken_FieldTerminalPathValue) AsSecretValue() (string, bool)
func (*SharedToken_FieldTerminalPathValue) CompareWith ¶
func (fpv *SharedToken_FieldTerminalPathValue) CompareWith(source *SharedToken) (int, bool)
CompareWith compares value in the 'SharedToken_FieldTerminalPathValue' with the value under path in 'SharedToken'.
func (*SharedToken_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *SharedToken_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*SharedToken_FieldTerminalPathValue) GetRawValue ¶
func (fpv *SharedToken_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'SharedToken' as interface{}
func (*SharedToken_FieldTerminalPathValue) SetTo ¶
func (fpv *SharedToken_FieldTerminalPathValue) SetTo(target **SharedToken)
SetTo stores value for selected field for object SharedToken
func (*SharedToken_FieldTerminalPathValue) SetToRaw ¶
func (fpv *SharedToken_FieldTerminalPathValue) SetToRaw(target proto.Message)
type SharedToken_ProbeTemplate ¶
type SharedToken_ProbeTemplate struct { // contains filtered or unexported fields }
func (*SharedToken_ProbeTemplate) Clone ¶
func (o *SharedToken_ProbeTemplate) Clone() *SharedToken_ProbeTemplate
func (*SharedToken_ProbeTemplate) CloneRaw ¶
func (o *SharedToken_ProbeTemplate) CloneRaw() gotenobject.GotenObjectExt
func (*SharedToken_ProbeTemplate) Descriptor ¶
func (*SharedToken_ProbeTemplate) Descriptor() ([]byte, []int)
Deprecated, Use SharedToken_ProbeTemplate.ProtoReflect.Descriptor instead.
func (*SharedToken_ProbeTemplate) GetDisplayName ¶
func (m *SharedToken_ProbeTemplate) GetDisplayName() string
func (*SharedToken_ProbeTemplate) GetMetadata ¶
func (m *SharedToken_ProbeTemplate) GetMetadata() *SharedToken_ProbeTemplate_Meta
func (*SharedToken_ProbeTemplate) GetSpec ¶
func (m *SharedToken_ProbeTemplate) GetSpec() *SharedToken_ProbeTemplate_Spec
func (*SharedToken_ProbeTemplate) GotenMessage ¶
func (*SharedToken_ProbeTemplate) GotenMessage()
func (*SharedToken_ProbeTemplate) GotenObjectExt ¶
func (o *SharedToken_ProbeTemplate) GotenObjectExt()
func (*SharedToken_ProbeTemplate) GotenValidate ¶
func (obj *SharedToken_ProbeTemplate) GotenValidate() error
func (*SharedToken_ProbeTemplate) MakeDiffFieldMask ¶
func (o *SharedToken_ProbeTemplate) MakeDiffFieldMask(other *SharedToken_ProbeTemplate) *SharedToken_ProbeTemplate_FieldMask
func (*SharedToken_ProbeTemplate) MakeFullFieldMask ¶
func (o *SharedToken_ProbeTemplate) MakeFullFieldMask() *SharedToken_ProbeTemplate_FieldMask
func (*SharedToken_ProbeTemplate) MakeRawDiffFieldMask ¶
func (o *SharedToken_ProbeTemplate) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*SharedToken_ProbeTemplate) MakeRawFullFieldMask ¶
func (o *SharedToken_ProbeTemplate) MakeRawFullFieldMask() gotenobject.FieldMask
func (*SharedToken_ProbeTemplate) Marshal ¶
func (m *SharedToken_ProbeTemplate) Marshal() ([]byte, error)
func (*SharedToken_ProbeTemplate) MarshalJSON ¶
func (m *SharedToken_ProbeTemplate) MarshalJSON() ([]byte, error)
func (*SharedToken_ProbeTemplate) Merge ¶
func (o *SharedToken_ProbeTemplate) Merge(source *SharedToken_ProbeTemplate)
func (*SharedToken_ProbeTemplate) MergeRaw ¶
func (o *SharedToken_ProbeTemplate) MergeRaw(source gotenobject.GotenObjectExt)
func (*SharedToken_ProbeTemplate) ProtoMessage ¶
func (*SharedToken_ProbeTemplate) ProtoMessage()
func (*SharedToken_ProbeTemplate) ProtoReflect ¶
func (m *SharedToken_ProbeTemplate) ProtoReflect() preflect.Message
func (*SharedToken_ProbeTemplate) Reset ¶
func (m *SharedToken_ProbeTemplate) Reset()
func (*SharedToken_ProbeTemplate) SetDisplayName ¶
func (m *SharedToken_ProbeTemplate) SetDisplayName(fv string)
func (*SharedToken_ProbeTemplate) SetMetadata ¶
func (m *SharedToken_ProbeTemplate) SetMetadata(fv *SharedToken_ProbeTemplate_Meta)
func (*SharedToken_ProbeTemplate) SetSpec ¶
func (m *SharedToken_ProbeTemplate) SetSpec(fv *SharedToken_ProbeTemplate_Spec)
func (*SharedToken_ProbeTemplate) String ¶
func (m *SharedToken_ProbeTemplate) String() string
func (*SharedToken_ProbeTemplate) Unmarshal ¶
func (m *SharedToken_ProbeTemplate) Unmarshal(b []byte) error
func (*SharedToken_ProbeTemplate) UnmarshalJSON ¶
func (m *SharedToken_ProbeTemplate) UnmarshalJSON(data []byte) error
type SharedToken_ProbeTemplateMapPathSelectorMetadataAnnotations ¶
type SharedToken_ProbeTemplateMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (SharedToken_ProbeTemplateMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplateMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplateMapPathSelectorMetadataAnnotations) WithValue ¶
func (s SharedToken_ProbeTemplateMapPathSelectorMetadataAnnotations) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
type SharedToken_ProbeTemplateMapPathSelectorMetadataLabels ¶
type SharedToken_ProbeTemplateMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (SharedToken_ProbeTemplateMapPathSelectorMetadataLabels) FieldPath ¶
func (s SharedToken_ProbeTemplateMapPathSelectorMetadataLabels) FieldPath() *SharedTokenProbeTemplate_FieldSubPath
func (SharedToken_ProbeTemplateMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplateMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplateMapPathSelectorMetadataLabels) WithValue ¶
func (s SharedToken_ProbeTemplateMapPathSelectorMetadataLabels) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
type SharedToken_ProbeTemplatePathSelectorDisplayName ¶
type SharedToken_ProbeTemplatePathSelectorDisplayName struct{}
func (SharedToken_ProbeTemplatePathSelectorDisplayName) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorDisplayName) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorDisplayName) WithValue ¶
func (s SharedToken_ProbeTemplatePathSelectorDisplayName) WithValue(value string) *SharedTokenProbeTemplate_FieldTerminalPathValue
type SharedToken_ProbeTemplatePathSelectorMetadata ¶
type SharedToken_ProbeTemplatePathSelectorMetadata struct{}
func (SharedToken_ProbeTemplatePathSelectorMetadata) Annotations ¶
func (SharedToken_ProbeTemplatePathSelectorMetadata) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorMetadata) WithArrayOfValues(values []*SharedToken_ProbeTemplate_Meta) *SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorMetadata) WithSubArrayItemValue ¶
func (s SharedToken_ProbeTemplatePathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue SharedTokenProbeTemplateMeta_FieldPathArrayItemValue) *SharedTokenProbeTemplate_FieldSubPathArrayItemValue
func (SharedToken_ProbeTemplatePathSelectorMetadata) WithSubArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues SharedTokenProbeTemplateMeta_FieldPathArrayOfValues) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorMetadata) WithSubPath ¶
func (SharedToken_ProbeTemplatePathSelectorMetadata) WithSubPath(subPath SharedTokenProbeTemplateMeta_FieldPath) *SharedTokenProbeTemplate_FieldSubPath
func (SharedToken_ProbeTemplatePathSelectorMetadata) WithSubValue ¶
func (s SharedToken_ProbeTemplatePathSelectorMetadata) WithSubValue(subPathValue SharedTokenProbeTemplateMeta_FieldPathValue) *SharedTokenProbeTemplate_FieldSubPathValue
type SharedToken_ProbeTemplatePathSelectorMetadataAnnotations ¶
type SharedToken_ProbeTemplatePathSelectorMetadataAnnotations struct{}
func (SharedToken_ProbeTemplatePathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorMetadataAnnotations) WithValue ¶
func (s SharedToken_ProbeTemplatePathSelectorMetadataAnnotations) WithValue(value map[string]string) *SharedTokenProbeTemplate_FieldSubPathValue
type SharedToken_ProbeTemplatePathSelectorMetadataLabels ¶
type SharedToken_ProbeTemplatePathSelectorMetadataLabels struct{}
func (SharedToken_ProbeTemplatePathSelectorMetadataLabels) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorMetadataLabels) WithValue ¶
func (s SharedToken_ProbeTemplatePathSelectorMetadataLabels) WithValue(value map[string]string) *SharedTokenProbeTemplate_FieldSubPathValue
type SharedToken_ProbeTemplatePathSelectorMetadataTags ¶
type SharedToken_ProbeTemplatePathSelectorMetadataTags struct{}
func (SharedToken_ProbeTemplatePathSelectorMetadataTags) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorMetadataTags) WithArrayOfValues(values [][]string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorMetadataTags) WithItemValue ¶
func (s SharedToken_ProbeTemplatePathSelectorMetadataTags) WithItemValue(value string) *SharedTokenProbeTemplate_FieldSubPathArrayItemValue
func (SharedToken_ProbeTemplatePathSelectorMetadataTags) WithValue ¶
func (s SharedToken_ProbeTemplatePathSelectorMetadataTags) WithValue(value []string) *SharedTokenProbeTemplate_FieldSubPathValue
type SharedToken_ProbeTemplatePathSelectorSpec ¶
type SharedToken_ProbeTemplatePathSelectorSpec struct{}
func (SharedToken_ProbeTemplatePathSelectorSpec) ContactInfo ¶
func (SharedToken_ProbeTemplatePathSelectorSpec) DisableSpeedtest ¶
func (SharedToken_ProbeTemplatePathSelectorSpec) DisableSpeedtest() SharedToken_ProbeTemplatePathSelectorSpecDisableSpeedtest
func (SharedToken_ProbeTemplatePathSelectorSpec) FieldPath ¶
func (SharedToken_ProbeTemplatePathSelectorSpec) FieldPath() *SharedTokenProbeTemplate_FieldTerminalPath
func (SharedToken_ProbeTemplatePathSelectorSpec) LocationDiscovery ¶
func (SharedToken_ProbeTemplatePathSelectorSpec) LocationDiscovery() SharedToken_ProbeTemplatePathSelectorSpecLocationDiscovery
func (SharedToken_ProbeTemplatePathSelectorSpec) PrimaryLocation ¶
func (SharedToken_ProbeTemplatePathSelectorSpec) PrimaryLocation() SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocation
func (SharedToken_ProbeTemplatePathSelectorSpec) ProbeGroup ¶
func (SharedToken_ProbeTemplatePathSelectorSpec) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpec) WithArrayOfValues(values []*SharedToken_ProbeTemplate_Spec) *SharedTokenProbeTemplate_FieldTerminalPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorSpec) WithSubArrayItemValue ¶
func (s SharedToken_ProbeTemplatePathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue SharedTokenProbeTemplateSpec_FieldPathArrayItemValue) *SharedTokenProbeTemplate_FieldSubPathArrayItemValue
func (SharedToken_ProbeTemplatePathSelectorSpec) WithSubArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues SharedTokenProbeTemplateSpec_FieldPathArrayOfValues) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorSpec) WithSubPath ¶
func (SharedToken_ProbeTemplatePathSelectorSpec) WithSubPath(subPath SharedTokenProbeTemplateSpec_FieldPath) *SharedTokenProbeTemplate_FieldSubPath
func (SharedToken_ProbeTemplatePathSelectorSpec) WithSubValue ¶
func (s SharedToken_ProbeTemplatePathSelectorSpec) WithSubValue(subPathValue SharedTokenProbeTemplateSpec_FieldPathValue) *SharedTokenProbeTemplate_FieldSubPathValue
func (SharedToken_ProbeTemplatePathSelectorSpec) WithValue ¶
func (s SharedToken_ProbeTemplatePathSelectorSpec) WithValue(value *SharedToken_ProbeTemplate_Spec) *SharedTokenProbeTemplate_FieldTerminalPathValue
type SharedToken_ProbeTemplatePathSelectorSpecContactInfo ¶
type SharedToken_ProbeTemplatePathSelectorSpecContactInfo struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecContactInfo) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfo) WithArrayOfValues(values []*common.ContactInformation) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorSpecContactInfo) WithValue ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfo) WithValue(value *common.ContactInformation) *SharedTokenProbeTemplate_FieldSubPathValue
type SharedToken_ProbeTemplatePathSelectorSpecContactInfoEmail ¶
type SharedToken_ProbeTemplatePathSelectorSpecContactInfoEmail struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecContactInfoEmail) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoEmail) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorSpecContactInfoEmail) WithValue ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoEmail) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
type SharedToken_ProbeTemplatePathSelectorSpecContactInfoFullName ¶
type SharedToken_ProbeTemplatePathSelectorSpecContactInfoFullName struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecContactInfoFullName) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoFullName) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorSpecContactInfoFullName) WithValue ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoFullName) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
type SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhones ¶
type SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhones struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhones) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhones) WithArrayOfValues(values [][]*common.ContactInformation_PhoneNumber) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhones) WithItemValue ¶
type SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesNumber ¶
type SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesNumber struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesNumber) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesNumber) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesNumber) WithValue ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesNumber) WithValue(value string) *SharedTokenProbeTemplate_FieldSubPathValue
type SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesType ¶
type SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesType struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesType) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecContactInfoPhonesType) WithArrayOfValues(values []common.ContactInformation_PhoneType) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecDisableSpeedtest ¶
type SharedToken_ProbeTemplatePathSelectorSpecDisableSpeedtest struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecDisableSpeedtest) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecDisableSpeedtest) WithArrayOfValues(values []bool) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorSpecDisableSpeedtest) WithValue ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecDisableSpeedtest) WithValue(value bool) *SharedTokenProbeTemplate_FieldSubPathValue
type SharedToken_ProbeTemplatePathSelectorSpecLocationDiscovery ¶
type SharedToken_ProbeTemplatePathSelectorSpecLocationDiscovery struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecLocationDiscovery) RequiredAccuracy ¶
func (SharedToken_ProbeTemplatePathSelectorSpecLocationDiscovery) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecLocationDiscovery) WithArrayOfValues(values []*common.LocationDiscoverySpec) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecLocationDiscoveryRequiredAccuracy ¶
type SharedToken_ProbeTemplatePathSelectorSpecLocationDiscoveryRequiredAccuracy struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues(values []float64) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecLocationDiscoveryType ¶
type SharedToken_ProbeTemplatePathSelectorSpecLocationDiscoveryType struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecLocationDiscoveryType) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecLocationDiscoveryType) WithArrayOfValues(values []common.LocationDiscoverySpec_Type) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocation ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocation struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocation) AdminHierarchy ¶
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocation) Coordinates ¶
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocation) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocation) WithArrayOfValues(values []*common.Location) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocation) WithValue ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocation) WithValue(value *common.Location) *SharedTokenProbeTemplate_FieldSubPathValue
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAccuracy ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAccuracy struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAccuracy) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAccuracy) WithArrayOfValues(values []float64) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAccuracy) WithValue ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAccuracy) WithValue(value float64) *SharedTokenProbeTemplate_FieldSubPathValue
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) AdminArea1 ¶
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) AdminArea2 ¶
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) AdminArea3 ¶
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) AdminArea4 ¶
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) CountryCode ¶
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) PostalCode ¶
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) StreetAddress ¶
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) WithArrayOfValues(values []*common.Address) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) WithValue ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddress) WithValue(value *common.Address) *SharedTokenProbeTemplate_FieldSubPathValue
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea1 ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea1 struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea2 ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea2 struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea3 ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea3 struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea4 ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea4 struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressContinent ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressContinent struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressContinent) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressContinent) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressCountry ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressCountry struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressCountry) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressCountry) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressCountryCode ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressCountryCode struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressCountryCode) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressCountryCode) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressPostalCode ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressPostalCode struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressPostalCode) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressPostalCode) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressStreetAddress ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressStreetAddress struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues(values []string) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchy ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchy struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchy) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1 ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1 struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2 ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2 struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3 ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3 struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4 ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4 struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5 ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5 struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyContinent ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyContinent struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyCountry ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyCountry struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationCoordinates ¶
type SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationCoordinates struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationCoordinates) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationCoordinates) WithValue ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecPrimaryLocationCoordinates) WithValue(value *latlng.LatLng) *SharedTokenProbeTemplate_FieldSubPathValue
type SharedToken_ProbeTemplatePathSelectorSpecProbeGroup ¶
type SharedToken_ProbeTemplatePathSelectorSpecProbeGroup struct{}
func (SharedToken_ProbeTemplatePathSelectorSpecProbeGroup) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecProbeGroup) WithArrayOfValues(values []*probe_group.Reference) *SharedTokenProbeTemplate_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplatePathSelectorSpecProbeGroup) WithValue ¶
func (s SharedToken_ProbeTemplatePathSelectorSpecProbeGroup) WithValue(value *probe_group.Reference) *SharedTokenProbeTemplate_FieldSubPathValue
type SharedToken_ProbeTemplate_FieldMask ¶
type SharedToken_ProbeTemplate_FieldMask struct {
}func FullSharedToken_ProbeTemplate_FieldMask ¶
func FullSharedToken_ProbeTemplate_FieldMask() *SharedToken_ProbeTemplate_FieldMask
func (*SharedToken_ProbeTemplate_FieldMask) AppendPath ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) AppendPath(path SharedTokenProbeTemplate_FieldPath)
func (*SharedToken_ProbeTemplate_FieldMask) AppendRawPath ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*SharedToken_ProbeTemplate_FieldMask) DecodeFirestore ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*SharedToken_ProbeTemplate_FieldMask) EncodeFirestore ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*SharedToken_ProbeTemplate_FieldMask) FilterInputFields ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) FilterInputFields() *SharedToken_ProbeTemplate_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*SharedToken_ProbeTemplate_FieldMask) FromProtoFieldMask ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*SharedToken_ProbeTemplate_FieldMask) GetPaths ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) GetPaths() []SharedTokenProbeTemplate_FieldPath
func (*SharedToken_ProbeTemplate_FieldMask) GetRawPaths ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*SharedToken_ProbeTemplate_FieldMask) IsFull ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) IsFull() bool
func (SharedToken_ProbeTemplate_FieldMask) Marshal ¶
func (fieldMask SharedToken_ProbeTemplate_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (SharedToken_ProbeTemplate_FieldMask) MarshalJSON ¶
func (fieldMask SharedToken_ProbeTemplate_FieldMask) MarshalJSON() ([]byte, error)
func (*SharedToken_ProbeTemplate_FieldMask) PathsCount ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) PathsCount() int
func (*SharedToken_ProbeTemplate_FieldMask) Project ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) Project(source *SharedToken_ProbeTemplate) *SharedToken_ProbeTemplate
func (*SharedToken_ProbeTemplate_FieldMask) ProjectRaw ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*SharedToken_ProbeTemplate_FieldMask) ProtoMessage ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) ProtoMessage()
func (*SharedToken_ProbeTemplate_FieldMask) ProtoReflect ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) ProtoReflect() preflect.Message
func (*SharedToken_ProbeTemplate_FieldMask) Reset ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) Reset()
func (*SharedToken_ProbeTemplate_FieldMask) Set ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) Set(target, source *SharedToken_ProbeTemplate)
func (*SharedToken_ProbeTemplate_FieldMask) SetFromCliFlag ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) SetFromCliFlag(raw string) error
func (*SharedToken_ProbeTemplate_FieldMask) SetRaw ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*SharedToken_ProbeTemplate_FieldMask) Size ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) Size() int
func (*SharedToken_ProbeTemplate_FieldMask) String ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) String() string
func (*SharedToken_ProbeTemplate_FieldMask) Subtract ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) Subtract(other *SharedToken_ProbeTemplate_FieldMask) *SharedToken_ProbeTemplate_FieldMask
func (*SharedToken_ProbeTemplate_FieldMask) SubtractRaw ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*SharedToken_ProbeTemplate_FieldMask) ToProtoFieldMask ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*SharedToken_ProbeTemplate_FieldMask) Unmarshal ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) Unmarshal(data []byte) error
func (*SharedToken_ProbeTemplate_FieldMask) UnmarshalJSON ¶
func (fieldMask *SharedToken_ProbeTemplate_FieldMask) UnmarshalJSON(data []byte) error
type SharedToken_ProbeTemplate_Meta ¶
type SharedToken_ProbeTemplate_Meta struct { // contains filtered or unexported fields }
func (*SharedToken_ProbeTemplate_Meta) Clone ¶
func (o *SharedToken_ProbeTemplate_Meta) Clone() *SharedToken_ProbeTemplate_Meta
func (*SharedToken_ProbeTemplate_Meta) CloneRaw ¶
func (o *SharedToken_ProbeTemplate_Meta) CloneRaw() gotenobject.GotenObjectExt
func (*SharedToken_ProbeTemplate_Meta) Descriptor ¶
func (*SharedToken_ProbeTemplate_Meta) Descriptor() ([]byte, []int)
Deprecated, Use SharedToken_ProbeTemplate_Meta.ProtoReflect.Descriptor instead.
func (*SharedToken_ProbeTemplate_Meta) GetAnnotations ¶
func (m *SharedToken_ProbeTemplate_Meta) GetAnnotations() map[string]string
func (*SharedToken_ProbeTemplate_Meta) GetLabels ¶
func (m *SharedToken_ProbeTemplate_Meta) GetLabels() map[string]string
func (*SharedToken_ProbeTemplate_Meta) GetTags ¶
func (m *SharedToken_ProbeTemplate_Meta) GetTags() []string
func (*SharedToken_ProbeTemplate_Meta) GotenMessage ¶
func (*SharedToken_ProbeTemplate_Meta) GotenMessage()
func (*SharedToken_ProbeTemplate_Meta) GotenObjectExt ¶
func (o *SharedToken_ProbeTemplate_Meta) GotenObjectExt()
func (*SharedToken_ProbeTemplate_Meta) GotenValidate ¶
func (obj *SharedToken_ProbeTemplate_Meta) GotenValidate() error
func (*SharedToken_ProbeTemplate_Meta) MakeDiffFieldMask ¶
func (o *SharedToken_ProbeTemplate_Meta) MakeDiffFieldMask(other *SharedToken_ProbeTemplate_Meta) *SharedToken_ProbeTemplate_Meta_FieldMask
func (*SharedToken_ProbeTemplate_Meta) MakeFullFieldMask ¶
func (o *SharedToken_ProbeTemplate_Meta) MakeFullFieldMask() *SharedToken_ProbeTemplate_Meta_FieldMask
func (*SharedToken_ProbeTemplate_Meta) MakeRawDiffFieldMask ¶
func (o *SharedToken_ProbeTemplate_Meta) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*SharedToken_ProbeTemplate_Meta) MakeRawFullFieldMask ¶
func (o *SharedToken_ProbeTemplate_Meta) MakeRawFullFieldMask() gotenobject.FieldMask
func (*SharedToken_ProbeTemplate_Meta) Marshal ¶
func (m *SharedToken_ProbeTemplate_Meta) Marshal() ([]byte, error)
func (*SharedToken_ProbeTemplate_Meta) MarshalJSON ¶
func (m *SharedToken_ProbeTemplate_Meta) MarshalJSON() ([]byte, error)
func (*SharedToken_ProbeTemplate_Meta) Merge ¶
func (o *SharedToken_ProbeTemplate_Meta) Merge(source *SharedToken_ProbeTemplate_Meta)
func (*SharedToken_ProbeTemplate_Meta) MergeRaw ¶
func (o *SharedToken_ProbeTemplate_Meta) MergeRaw(source gotenobject.GotenObjectExt)
func (*SharedToken_ProbeTemplate_Meta) ProtoMessage ¶
func (*SharedToken_ProbeTemplate_Meta) ProtoMessage()
func (*SharedToken_ProbeTemplate_Meta) ProtoReflect ¶
func (m *SharedToken_ProbeTemplate_Meta) ProtoReflect() preflect.Message
func (*SharedToken_ProbeTemplate_Meta) Reset ¶
func (m *SharedToken_ProbeTemplate_Meta) Reset()
func (*SharedToken_ProbeTemplate_Meta) SetAnnotations ¶
func (m *SharedToken_ProbeTemplate_Meta) SetAnnotations(fv map[string]string)
func (*SharedToken_ProbeTemplate_Meta) SetLabels ¶
func (m *SharedToken_ProbeTemplate_Meta) SetLabels(fv map[string]string)
func (*SharedToken_ProbeTemplate_Meta) SetTags ¶
func (m *SharedToken_ProbeTemplate_Meta) SetTags(fv []string)
func (*SharedToken_ProbeTemplate_Meta) String ¶
func (m *SharedToken_ProbeTemplate_Meta) String() string
func (*SharedToken_ProbeTemplate_Meta) Unmarshal ¶
func (m *SharedToken_ProbeTemplate_Meta) Unmarshal(b []byte) error
func (*SharedToken_ProbeTemplate_Meta) UnmarshalJSON ¶
func (m *SharedToken_ProbeTemplate_Meta) UnmarshalJSON(data []byte) error
type SharedToken_ProbeTemplate_MetaMapPathSelectorAnnotations ¶
type SharedToken_ProbeTemplate_MetaMapPathSelectorAnnotations struct {
// contains filtered or unexported fields
}
func (SharedToken_ProbeTemplate_MetaMapPathSelectorAnnotations) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_MetaMapPathSelectorAnnotations) WithArrayOfValues(values []string) *SharedTokenProbeTemplateMeta_FieldPathMapArrayOfValues
func (SharedToken_ProbeTemplate_MetaMapPathSelectorAnnotations) WithValue ¶
func (s SharedToken_ProbeTemplate_MetaMapPathSelectorAnnotations) WithValue(value string) *SharedTokenProbeTemplateMeta_FieldPathMapValue
type SharedToken_ProbeTemplate_MetaMapPathSelectorLabels ¶
type SharedToken_ProbeTemplate_MetaMapPathSelectorLabels struct {
// contains filtered or unexported fields
}
func (SharedToken_ProbeTemplate_MetaMapPathSelectorLabels) FieldPath ¶
func (s SharedToken_ProbeTemplate_MetaMapPathSelectorLabels) FieldPath() *SharedTokenProbeTemplateMeta_FieldPathMap
func (SharedToken_ProbeTemplate_MetaMapPathSelectorLabels) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_MetaMapPathSelectorLabels) WithArrayOfValues(values []string) *SharedTokenProbeTemplateMeta_FieldPathMapArrayOfValues
func (SharedToken_ProbeTemplate_MetaMapPathSelectorLabels) WithValue ¶
func (s SharedToken_ProbeTemplate_MetaMapPathSelectorLabels) WithValue(value string) *SharedTokenProbeTemplateMeta_FieldPathMapValue
type SharedToken_ProbeTemplate_MetaPathSelectorAnnotations ¶
type SharedToken_ProbeTemplate_MetaPathSelectorAnnotations struct{}
func (SharedToken_ProbeTemplate_MetaPathSelectorAnnotations) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_MetaPathSelectorAnnotations) WithArrayOfValues(values []map[string]string) *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues
func (SharedToken_ProbeTemplate_MetaPathSelectorAnnotations) WithValue ¶
func (s SharedToken_ProbeTemplate_MetaPathSelectorAnnotations) WithValue(value map[string]string) *SharedTokenProbeTemplateMeta_FieldTerminalPathValue
type SharedToken_ProbeTemplate_MetaPathSelectorLabels ¶
type SharedToken_ProbeTemplate_MetaPathSelectorLabels struct{}
func (SharedToken_ProbeTemplate_MetaPathSelectorLabels) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_MetaPathSelectorLabels) WithArrayOfValues(values []map[string]string) *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues
func (SharedToken_ProbeTemplate_MetaPathSelectorLabels) WithValue ¶
func (s SharedToken_ProbeTemplate_MetaPathSelectorLabels) WithValue(value map[string]string) *SharedTokenProbeTemplateMeta_FieldTerminalPathValue
type SharedToken_ProbeTemplate_MetaPathSelectorTags ¶
type SharedToken_ProbeTemplate_MetaPathSelectorTags struct{}
func (SharedToken_ProbeTemplate_MetaPathSelectorTags) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_MetaPathSelectorTags) WithArrayOfValues(values [][]string) *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayOfValues
func (SharedToken_ProbeTemplate_MetaPathSelectorTags) WithItemValue ¶
func (s SharedToken_ProbeTemplate_MetaPathSelectorTags) WithItemValue(value string) *SharedTokenProbeTemplateMeta_FieldTerminalPathArrayItemValue
func (SharedToken_ProbeTemplate_MetaPathSelectorTags) WithValue ¶
func (s SharedToken_ProbeTemplate_MetaPathSelectorTags) WithValue(value []string) *SharedTokenProbeTemplateMeta_FieldTerminalPathValue
type SharedToken_ProbeTemplate_Meta_FieldMask ¶
type SharedToken_ProbeTemplate_Meta_FieldMask struct {
}func FullSharedToken_ProbeTemplate_Meta_FieldMask ¶
func FullSharedToken_ProbeTemplate_Meta_FieldMask() *SharedToken_ProbeTemplate_Meta_FieldMask
func (*SharedToken_ProbeTemplate_Meta_FieldMask) AppendPath ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) AppendPath(path SharedTokenProbeTemplateMeta_FieldPath)
func (*SharedToken_ProbeTemplate_Meta_FieldMask) AppendRawPath ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*SharedToken_ProbeTemplate_Meta_FieldMask) DecodeFirestore ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*SharedToken_ProbeTemplate_Meta_FieldMask) EncodeFirestore ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*SharedToken_ProbeTemplate_Meta_FieldMask) FilterInputFields ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) FilterInputFields() *SharedToken_ProbeTemplate_Meta_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*SharedToken_ProbeTemplate_Meta_FieldMask) FromProtoFieldMask ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*SharedToken_ProbeTemplate_Meta_FieldMask) GetPaths ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) GetPaths() []SharedTokenProbeTemplateMeta_FieldPath
func (*SharedToken_ProbeTemplate_Meta_FieldMask) GetRawPaths ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*SharedToken_ProbeTemplate_Meta_FieldMask) IsFull ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) IsFull() bool
func (SharedToken_ProbeTemplate_Meta_FieldMask) Marshal ¶
func (fieldMask SharedToken_ProbeTemplate_Meta_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (SharedToken_ProbeTemplate_Meta_FieldMask) MarshalJSON ¶
func (fieldMask SharedToken_ProbeTemplate_Meta_FieldMask) MarshalJSON() ([]byte, error)
func (*SharedToken_ProbeTemplate_Meta_FieldMask) PathsCount ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) PathsCount() int
func (*SharedToken_ProbeTemplate_Meta_FieldMask) Project ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) Project(source *SharedToken_ProbeTemplate_Meta) *SharedToken_ProbeTemplate_Meta
func (*SharedToken_ProbeTemplate_Meta_FieldMask) ProjectRaw ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*SharedToken_ProbeTemplate_Meta_FieldMask) ProtoMessage ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) ProtoMessage()
func (*SharedToken_ProbeTemplate_Meta_FieldMask) ProtoReflect ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) ProtoReflect() preflect.Message
func (*SharedToken_ProbeTemplate_Meta_FieldMask) Reset ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) Reset()
func (*SharedToken_ProbeTemplate_Meta_FieldMask) Set ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) Set(target, source *SharedToken_ProbeTemplate_Meta)
func (*SharedToken_ProbeTemplate_Meta_FieldMask) SetFromCliFlag ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) SetFromCliFlag(raw string) error
func (*SharedToken_ProbeTemplate_Meta_FieldMask) SetRaw ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*SharedToken_ProbeTemplate_Meta_FieldMask) Size ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) Size() int
func (*SharedToken_ProbeTemplate_Meta_FieldMask) String ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) String() string
func (*SharedToken_ProbeTemplate_Meta_FieldMask) Subtract ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) Subtract(other *SharedToken_ProbeTemplate_Meta_FieldMask) *SharedToken_ProbeTemplate_Meta_FieldMask
func (*SharedToken_ProbeTemplate_Meta_FieldMask) SubtractRaw ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*SharedToken_ProbeTemplate_Meta_FieldMask) ToProtoFieldMask ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*SharedToken_ProbeTemplate_Meta_FieldMask) Unmarshal ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) Unmarshal(data []byte) error
func (*SharedToken_ProbeTemplate_Meta_FieldMask) UnmarshalJSON ¶
func (fieldMask *SharedToken_ProbeTemplate_Meta_FieldMask) UnmarshalJSON(data []byte) error
type SharedToken_ProbeTemplate_Spec ¶
type SharedToken_ProbeTemplate_Spec struct { probe_group.Reference `` /* 136-byte string literal not displayed */ // Address defines the expected address of the probe. // Contact Information // contains filtered or unexported fields }ProbeGroup *
func (*SharedToken_ProbeTemplate_Spec) Clone ¶
func (o *SharedToken_ProbeTemplate_Spec) Clone() *SharedToken_ProbeTemplate_Spec
func (*SharedToken_ProbeTemplate_Spec) CloneRaw ¶
func (o *SharedToken_ProbeTemplate_Spec) CloneRaw() gotenobject.GotenObjectExt
func (*SharedToken_ProbeTemplate_Spec) Descriptor ¶
func (*SharedToken_ProbeTemplate_Spec) Descriptor() ([]byte, []int)
Deprecated, Use SharedToken_ProbeTemplate_Spec.ProtoReflect.Descriptor instead.
func (*SharedToken_ProbeTemplate_Spec) GetContactInfo ¶
func (m *SharedToken_ProbeTemplate_Spec) GetContactInfo() *common.ContactInformation
func (*SharedToken_ProbeTemplate_Spec) GetDisableSpeedtest ¶
func (m *SharedToken_ProbeTemplate_Spec) GetDisableSpeedtest() bool
func (*SharedToken_ProbeTemplate_Spec) GetLocationDiscovery ¶
func (m *SharedToken_ProbeTemplate_Spec) GetLocationDiscovery() *common.LocationDiscoverySpec
func (*SharedToken_ProbeTemplate_Spec) GetPrimaryLocation ¶
func (m *SharedToken_ProbeTemplate_Spec) GetPrimaryLocation() *common.Location
func (*SharedToken_ProbeTemplate_Spec) GetProbeGroup ¶
func (m *SharedToken_ProbeTemplate_Spec) GetProbeGroup() *probe_group.Reference
func (*SharedToken_ProbeTemplate_Spec) GotenMessage ¶
func (*SharedToken_ProbeTemplate_Spec) GotenMessage()
func (*SharedToken_ProbeTemplate_Spec) GotenObjectExt ¶
func (o *SharedToken_ProbeTemplate_Spec) GotenObjectExt()
func (*SharedToken_ProbeTemplate_Spec) GotenValidate ¶
func (obj *SharedToken_ProbeTemplate_Spec) GotenValidate() error
func (*SharedToken_ProbeTemplate_Spec) MakeDiffFieldMask ¶
func (o *SharedToken_ProbeTemplate_Spec) MakeDiffFieldMask(other *SharedToken_ProbeTemplate_Spec) *SharedToken_ProbeTemplate_Spec_FieldMask
func (*SharedToken_ProbeTemplate_Spec) MakeFullFieldMask ¶
func (o *SharedToken_ProbeTemplate_Spec) MakeFullFieldMask() *SharedToken_ProbeTemplate_Spec_FieldMask
func (*SharedToken_ProbeTemplate_Spec) MakeRawDiffFieldMask ¶
func (o *SharedToken_ProbeTemplate_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*SharedToken_ProbeTemplate_Spec) MakeRawFullFieldMask ¶
func (o *SharedToken_ProbeTemplate_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
func (*SharedToken_ProbeTemplate_Spec) Marshal ¶
func (m *SharedToken_ProbeTemplate_Spec) Marshal() ([]byte, error)
func (*SharedToken_ProbeTemplate_Spec) MarshalJSON ¶
func (m *SharedToken_ProbeTemplate_Spec) MarshalJSON() ([]byte, error)
func (*SharedToken_ProbeTemplate_Spec) Merge ¶
func (o *SharedToken_ProbeTemplate_Spec) Merge(source *SharedToken_ProbeTemplate_Spec)
func (*SharedToken_ProbeTemplate_Spec) MergeRaw ¶
func (o *SharedToken_ProbeTemplate_Spec) MergeRaw(source gotenobject.GotenObjectExt)
func (*SharedToken_ProbeTemplate_Spec) ProtoMessage ¶
func (*SharedToken_ProbeTemplate_Spec) ProtoMessage()
func (*SharedToken_ProbeTemplate_Spec) ProtoReflect ¶
func (m *SharedToken_ProbeTemplate_Spec) ProtoReflect() preflect.Message
func (*SharedToken_ProbeTemplate_Spec) Reset ¶
func (m *SharedToken_ProbeTemplate_Spec) Reset()
func (*SharedToken_ProbeTemplate_Spec) SetContactInfo ¶
func (m *SharedToken_ProbeTemplate_Spec) SetContactInfo(fv *common.ContactInformation)
func (*SharedToken_ProbeTemplate_Spec) SetDisableSpeedtest ¶
func (m *SharedToken_ProbeTemplate_Spec) SetDisableSpeedtest(fv bool)
func (*SharedToken_ProbeTemplate_Spec) SetLocationDiscovery ¶
func (m *SharedToken_ProbeTemplate_Spec) SetLocationDiscovery(fv *common.LocationDiscoverySpec)
func (*SharedToken_ProbeTemplate_Spec) SetPrimaryLocation ¶
func (m *SharedToken_ProbeTemplate_Spec) SetPrimaryLocation(fv *common.Location)
func (*SharedToken_ProbeTemplate_Spec) SetProbeGroup ¶
func (m *SharedToken_ProbeTemplate_Spec) SetProbeGroup(fv *probe_group.Reference)
func (*SharedToken_ProbeTemplate_Spec) String ¶
func (m *SharedToken_ProbeTemplate_Spec) String() string
func (*SharedToken_ProbeTemplate_Spec) Unmarshal ¶
func (m *SharedToken_ProbeTemplate_Spec) Unmarshal(b []byte) error
func (*SharedToken_ProbeTemplate_Spec) UnmarshalJSON ¶
func (m *SharedToken_ProbeTemplate_Spec) UnmarshalJSON(data []byte) error
type SharedToken_ProbeTemplate_SpecPathSelectorContactInfo ¶
type SharedToken_ProbeTemplate_SpecPathSelectorContactInfo struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) WithArrayOfValues(values []*common.ContactInformation) *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues
func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) WithSubArrayItemValue ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) WithSubArrayItemValue(subPathArrayItemValue common.ContactInformation_FieldPathArrayItemValue) *SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue
func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) WithSubArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) WithSubArrayOfValues(subPathArrayOfValues common.ContactInformation_FieldPathArrayOfValues) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) WithSubPath ¶
func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) WithSubPath(subPath common.ContactInformation_FieldPath) *SharedTokenProbeTemplateSpec_FieldSubPath
func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) WithSubValue ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfo) WithSubValue(subPathValue common.ContactInformation_FieldPathValue) *SharedTokenProbeTemplateSpec_FieldSubPathValue
type SharedToken_ProbeTemplate_SpecPathSelectorContactInfoEmail ¶
type SharedToken_ProbeTemplate_SpecPathSelectorContactInfoEmail struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfoEmail) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfoEmail) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfoEmail) WithValue ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfoEmail) WithValue(value string) *SharedTokenProbeTemplateSpec_FieldSubPathValue
type SharedToken_ProbeTemplate_SpecPathSelectorContactInfoFullName ¶
type SharedToken_ProbeTemplate_SpecPathSelectorContactInfoFullName struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfoFullName) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfoFullName) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfoFullName) WithValue ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfoFullName) WithValue(value string) *SharedTokenProbeTemplateSpec_FieldSubPathValue
type SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhones ¶
type SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhones struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhones) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhones) WithArrayOfValues(values [][]*common.ContactInformation_PhoneNumber) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhones) WithItemValue ¶
type SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhonesNumber ¶
type SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhonesNumber struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhonesNumber) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhonesNumber) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhonesType ¶
type SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhonesType struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhonesType) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorContactInfoPhonesType) WithArrayOfValues(values []common.ContactInformation_PhoneType) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorDisableSpeedtest ¶
type SharedToken_ProbeTemplate_SpecPathSelectorDisableSpeedtest struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorDisableSpeedtest) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorDisableSpeedtest) WithArrayOfValues(values []bool) *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues
func (SharedToken_ProbeTemplate_SpecPathSelectorDisableSpeedtest) WithValue ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorDisableSpeedtest) WithValue(value bool) *SharedTokenProbeTemplateSpec_FieldTerminalPathValue
type SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery ¶
type SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) RequiredAccuracy ¶
func (SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) WithArrayOfValues(values []*common.LocationDiscoverySpec) *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues
func (SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) WithSubArrayItemValue ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) WithSubArrayItemValue(subPathArrayItemValue common.LocationDiscoverySpec_FieldPathArrayItemValue) *SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue
func (SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) WithSubArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) WithSubArrayOfValues(subPathArrayOfValues common.LocationDiscoverySpec_FieldPathArrayOfValues) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) WithSubPath ¶
func (SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) WithSubValue ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscovery) WithSubValue(subPathValue common.LocationDiscoverySpec_FieldPathValue) *SharedTokenProbeTemplateSpec_FieldSubPathValue
type SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscoveryRequiredAccuracy ¶
type SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscoveryRequiredAccuracy struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscoveryRequiredAccuracy) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscoveryRequiredAccuracy) WithArrayOfValues(values []float64) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscoveryType ¶
type SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscoveryType struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscoveryType) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorLocationDiscoveryType) WithArrayOfValues(values []common.LocationDiscoverySpec_Type) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) AdminHierarchy ¶
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) Coordinates ¶
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) WithArrayOfValues(values []*common.Location) *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) WithSubArrayItemValue ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) WithSubArrayItemValue(subPathArrayItemValue common.Location_FieldPathArrayItemValue) *SharedTokenProbeTemplateSpec_FieldSubPathArrayItemValue
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) WithSubArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) WithSubArrayOfValues(subPathArrayOfValues common.Location_FieldPathArrayOfValues) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) WithSubPath ¶
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) WithSubPath(subPath common.Location_FieldPath) *SharedTokenProbeTemplateSpec_FieldSubPath
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) WithSubValue ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) WithSubValue(subPathValue common.Location_FieldPathValue) *SharedTokenProbeTemplateSpec_FieldSubPathValue
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) WithValue ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocation) WithValue(value *common.Location) *SharedTokenProbeTemplateSpec_FieldTerminalPathValue
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAccuracy ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAccuracy struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAccuracy) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAccuracy) WithArrayOfValues(values []float64) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) AdminArea1 ¶
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) AdminArea2 ¶
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) AdminArea3 ¶
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) AdminArea4 ¶
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) CountryCode ¶
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) PostalCode ¶
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) StreetAddress ¶
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) WithArrayOfValues(values []*common.Address) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) WithValue ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddress) WithValue(value *common.Address) *SharedTokenProbeTemplateSpec_FieldSubPathValue
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea1 ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea1 struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea1) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea1) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea2 ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea2 struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea2) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea2) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea3 ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea3 struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea3) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea3) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea4 ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea4 struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea4) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressAdminArea4) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressContinent ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressContinent struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressContinent) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressContinent) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressCountry ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressCountry struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressCountry) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressCountry) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressCountryCode ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressCountryCode struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressCountryCode) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressCountryCode) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressPostalCode ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressPostalCode struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressPostalCode) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressPostalCode) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressStreetAddress ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressStreetAddress struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressStreetAddress) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAddressStreetAddress) WithArrayOfValues(values []string) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchy ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchy struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchy) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1 ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1 struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2 ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2 struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3 ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3 struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4 ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4 struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5 ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5 struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyContinent ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyContinent struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyContinent) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyCountry ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyCountry struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyCountry) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationAdminHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationCoordinates ¶
type SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationCoordinates struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationCoordinates) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorPrimaryLocationCoordinates) WithArrayOfValues(values []*latlng.LatLng) *SharedTokenProbeTemplateSpec_FieldSubPathArrayOfValues
type SharedToken_ProbeTemplate_SpecPathSelectorProbeGroup ¶
type SharedToken_ProbeTemplate_SpecPathSelectorProbeGroup struct{}
func (SharedToken_ProbeTemplate_SpecPathSelectorProbeGroup) WithArrayOfValues ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorProbeGroup) WithArrayOfValues(values []*probe_group.Reference) *SharedTokenProbeTemplateSpec_FieldTerminalPathArrayOfValues
func (SharedToken_ProbeTemplate_SpecPathSelectorProbeGroup) WithValue ¶
func (s SharedToken_ProbeTemplate_SpecPathSelectorProbeGroup) WithValue(value *probe_group.Reference) *SharedTokenProbeTemplateSpec_FieldTerminalPathValue
type SharedToken_ProbeTemplate_Spec_FieldMask ¶
type SharedToken_ProbeTemplate_Spec_FieldMask struct {
}func FullSharedToken_ProbeTemplate_Spec_FieldMask ¶
func FullSharedToken_ProbeTemplate_Spec_FieldMask() *SharedToken_ProbeTemplate_Spec_FieldMask
func (*SharedToken_ProbeTemplate_Spec_FieldMask) AppendPath ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) AppendPath(path SharedTokenProbeTemplateSpec_FieldPath)
func (*SharedToken_ProbeTemplate_Spec_FieldMask) AppendRawPath ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*SharedToken_ProbeTemplate_Spec_FieldMask) DecodeFirestore ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*SharedToken_ProbeTemplate_Spec_FieldMask) EncodeFirestore ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*SharedToken_ProbeTemplate_Spec_FieldMask) FilterInputFields ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) FilterInputFields() *SharedToken_ProbeTemplate_Spec_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*SharedToken_ProbeTemplate_Spec_FieldMask) FromProtoFieldMask ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*SharedToken_ProbeTemplate_Spec_FieldMask) GetPaths ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) GetPaths() []SharedTokenProbeTemplateSpec_FieldPath
func (*SharedToken_ProbeTemplate_Spec_FieldMask) GetRawPaths ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*SharedToken_ProbeTemplate_Spec_FieldMask) IsFull ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) IsFull() bool
func (SharedToken_ProbeTemplate_Spec_FieldMask) Marshal ¶
func (fieldMask SharedToken_ProbeTemplate_Spec_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (SharedToken_ProbeTemplate_Spec_FieldMask) MarshalJSON ¶
func (fieldMask SharedToken_ProbeTemplate_Spec_FieldMask) MarshalJSON() ([]byte, error)
func (*SharedToken_ProbeTemplate_Spec_FieldMask) PathsCount ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) PathsCount() int
func (*SharedToken_ProbeTemplate_Spec_FieldMask) Project ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) Project(source *SharedToken_ProbeTemplate_Spec) *SharedToken_ProbeTemplate_Spec
func (*SharedToken_ProbeTemplate_Spec_FieldMask) ProjectRaw ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*SharedToken_ProbeTemplate_Spec_FieldMask) ProtoMessage ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) ProtoMessage()
func (*SharedToken_ProbeTemplate_Spec_FieldMask) ProtoReflect ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) ProtoReflect() preflect.Message
func (*SharedToken_ProbeTemplate_Spec_FieldMask) Reset ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) Reset()
func (*SharedToken_ProbeTemplate_Spec_FieldMask) Set ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) Set(target, source *SharedToken_ProbeTemplate_Spec)
func (*SharedToken_ProbeTemplate_Spec_FieldMask) SetFromCliFlag ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) SetFromCliFlag(raw string) error
func (*SharedToken_ProbeTemplate_Spec_FieldMask) SetRaw ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*SharedToken_ProbeTemplate_Spec_FieldMask) Size ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) Size() int
func (*SharedToken_ProbeTemplate_Spec_FieldMask) String ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) String() string
func (*SharedToken_ProbeTemplate_Spec_FieldMask) Subtract ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) Subtract(other *SharedToken_ProbeTemplate_Spec_FieldMask) *SharedToken_ProbeTemplate_Spec_FieldMask
func (*SharedToken_ProbeTemplate_Spec_FieldMask) SubtractRaw ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*SharedToken_ProbeTemplate_Spec_FieldMask) ToProtoFieldMask ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*SharedToken_ProbeTemplate_Spec_FieldMask) Unmarshal ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) Unmarshal(data []byte) error
func (*SharedToken_ProbeTemplate_Spec_FieldMask) UnmarshalJSON ¶
func (fieldMask *SharedToken_ProbeTemplate_Spec_FieldMask) UnmarshalJSON(data []byte) error
type WatchQuery ¶
type WatchQuery struct { ListQuery WatchType watch_type.WatchType ChunkSize int ResumeToken string }
func (*WatchQuery) GetMaximumChunkSize ¶
func (q *WatchQuery) GetMaximumChunkSize() int
func (*WatchQuery) GetResumeToken ¶
func (q *WatchQuery) GetResumeToken() string
func (*WatchQuery) GetWatchType ¶
func (q *WatchQuery) GetWatchType() watch_type.WatchType
func (*WatchQuery) SetMaximumChunkSize ¶
func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)
func (*WatchQuery) SetResumeToken ¶
func (q *WatchQuery) SetResumeToken(token string)
func (*WatchQuery) SetWatchType ¶
func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
func (*WatchQuery) String ¶ added in v0.4.26
func (q *WatchQuery) String() string
Source Files ¶
- shared_token.pb.access.go
- shared_token.pb.collections.go
- shared_token.pb.descriptor.go
- shared_token.pb.fieldmask.go
- shared_token.pb.fieldpath.go
- shared_token.pb.fieldpathbuilder.go
- shared_token.pb.filter.go
- shared_token.pb.filterbuilder.go
- shared_token.pb.go
- shared_token.pb.name.go
- shared_token.pb.namebuilder.go
- shared_token.pb.object_ext.go
- shared_token.pb.pagination.go
- shared_token.pb.parentname.go
- shared_token.pb.query.go
- shared_token.pb.validate.go
- shared_token.pb.view.go
- shared_token_change.pb.change.go
- shared_token_change.pb.go
- shared_token_change.pb.validate.go