Documentation ¶
Index ¶
- Constants
- func AsAnyCastAccess(access HardwareAccess) gotenresource.Access
- type Descriptor
- func (d *Descriptor) CanBeParentless() bool
- func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
- func (d *Descriptor) GetParentResDescriptors() []gotenresource.Descriptor
- func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName
- func (d *Descriptor) NewGetQuery() gotenresource.GetQuery
- func (d *Descriptor) NewListQuery() gotenresource.ListQuery
- func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList
- func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList
- func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList
- func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange
- func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot
- func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList
- func (d *Descriptor) NewResource() gotenresource.Resource
- func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange
- func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList
- func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap
- func (d *Descriptor) NewResourceCursor() gotenresource.Cursor
- func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
- func (d *Descriptor) NewResourceFilter() gotenresource.Filter
- func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList
- func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap
- func (d *Descriptor) NewResourceName() gotenresource.Name
- func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
- func (d *Descriptor) NewResourcePager() gotenresource.PagerQuery
- func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
- func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery
- func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)
- func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)
- func (d *Descriptor) SupportsMetadata() bool
- 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 *Hardware) bool
- func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
- func (filter *Filter) FilterSlice(in []*Hardware) (out []*Hardware)
- 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 Hardware_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 *Hardware) 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 Hardware_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 *Hardware) 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 Hardware_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 *Hardware) bool
- func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionContains) GetFieldPath() Hardware_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 Hardware_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 *Hardware) 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 Hardware_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 *Hardware) 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 Hardware_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 *Hardware) 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 Hardware_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 *Hardware) 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 Hardware_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 *Hardware) 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 Hardware_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 Hardware
- func (o *Hardware) Clone() *Hardware
- func (o *Hardware) CloneRaw() gotenobject.GotenObjectExt
- func (*Hardware) Descriptor() ([]byte, []int)
- func (r *Hardware) EnsureMetadata() *meta.Meta
- func (m *Hardware) GetAssociatedDeviceName() string
- func (m *Hardware) GetAssociatedEdgelqInstance() *edgelq_instance.Reference
- func (m *Hardware) GetAssociatedProject() string
- func (m *Hardware) GetAssociatedProvisioningPolicyName() string
- func (m *Hardware) GetImei() string
- func (m *Hardware) GetManufacturer() string
- func (m *Hardware) GetMetadata() *meta.Meta
- func (m *Hardware) GetName() *Name
- func (m *Hardware) GetProductName() string
- func (r *Hardware) GetRawName() gotenresource.Name
- func (r *Hardware) GetResourceDescriptor() gotenresource.Descriptor
- func (m *Hardware) GetSerialNumber() string
- func (m *Hardware) GetSimIccid() string
- func (*Hardware) GotenMessage()
- func (o *Hardware) GotenObjectExt()
- func (obj *Hardware) GotenValidate() error
- func (o *Hardware) MakeDiffFieldMask(other *Hardware) *Hardware_FieldMask
- func (o *Hardware) MakeFullFieldMask() *Hardware_FieldMask
- func (o *Hardware) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Hardware) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Hardware) Marshal() ([]byte, error)
- func (m *Hardware) MarshalJSON() ([]byte, error)
- func (r *Hardware) MaybePopulateDefaults() error
- func (o *Hardware) Merge(source *Hardware)
- func (o *Hardware) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Hardware) ProtoMessage()
- func (m *Hardware) ProtoReflect() preflect.Message
- func (m *Hardware) Reset()
- func (m *Hardware) SetAssociatedDeviceName(fv string)
- func (m *Hardware) SetAssociatedEdgelqInstance(fv *edgelq_instance.Reference)
- func (m *Hardware) SetAssociatedProject(fv string)
- func (m *Hardware) SetAssociatedProvisioningPolicyName(fv string)
- func (m *Hardware) SetImei(fv string)
- func (m *Hardware) SetManufacturer(fv string)
- func (m *Hardware) SetMetadata(fv *meta.Meta)
- func (m *Hardware) SetName(fv *Name)
- func (m *Hardware) SetProductName(fv string)
- func (m *Hardware) SetSerialNumber(fv string)
- func (m *Hardware) SetSimIccid(fv string)
- func (m *Hardware) String() string
- func (m *Hardware) Unmarshal(b []byte) error
- func (m *Hardware) UnmarshalJSON(data []byte) error
- type HardwareAccess
- type HardwareChange
- func (*HardwareChange) Descriptor() ([]byte, []int)
- func (m *HardwareChange) GetAdded() *HardwareChange_Added
- func (m *HardwareChange) GetChangeType() isHardwareChange_ChangeType
- func (m *HardwareChange) GetCurrent() *HardwareChange_Current
- func (c *HardwareChange) GetCurrentViewIndex() int32
- func (c *HardwareChange) GetHardware() *Hardware
- func (c *HardwareChange) GetHardwareName() *Name
- func (m *HardwareChange) GetModified() *HardwareChange_Modified
- func (c *HardwareChange) GetPreviousViewIndex() int32
- func (c *HardwareChange) GetRawName() gotenresource.Name
- func (c *HardwareChange) GetRawResource() gotenresource.Resource
- func (m *HardwareChange) GetRemoved() *HardwareChange_Removed
- func (*HardwareChange) GotenMessage()
- func (obj *HardwareChange) GotenValidate() error
- func (c *HardwareChange) IsAdd() bool
- func (c *HardwareChange) IsCurrent() bool
- func (c *HardwareChange) IsDelete() bool
- func (c *HardwareChange) IsModify() bool
- func (m *HardwareChange) Marshal() ([]byte, error)
- func (m *HardwareChange) MarshalJSON() ([]byte, error)
- func (*HardwareChange) ProtoMessage()
- func (m *HardwareChange) ProtoReflect() preflect.Message
- func (m *HardwareChange) Reset()
- func (m *HardwareChange) SetAdded(fv *HardwareChange_Added)
- func (c *HardwareChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
- func (m *HardwareChange) SetChangeType(ofv isHardwareChange_ChangeType)
- func (m *HardwareChange) SetCurrent(fv *HardwareChange_Current)
- func (c *HardwareChange) SetCurrentRaw(snapshot gotenresource.Resource)
- func (c *HardwareChange) SetDeletedRaw(name gotenresource.Name, idx int)
- func (m *HardwareChange) SetModified(fv *HardwareChange_Modified)
- func (c *HardwareChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...)
- func (m *HardwareChange) SetRemoved(fv *HardwareChange_Removed)
- func (m *HardwareChange) String() string
- func (m *HardwareChange) Unmarshal(b []byte) error
- func (m *HardwareChange) UnmarshalJSON(data []byte) error
- type HardwareChangeList
- func (l HardwareChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
- func (l HardwareChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
- func (l HardwareChangeList) At(idx int) gotenresource.ResourceChange
- func (l HardwareChangeList) Length() int
- func (l HardwareChangeList) Set(idx int, change gotenresource.ResourceChange)
- func (l HardwareChangeList) Slice(first, second int) gotenresource.ResourceChangeList
- type HardwareChangeMap
- func (m HardwareChangeMap) Delete(name gotenresource.Name)
- func (m HardwareChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
- func (m HardwareChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
- func (m HardwareChangeMap) Length() int
- func (m HardwareChangeMap) Set(change gotenresource.ResourceChange)
- type HardwareChange_Added
- func (*HardwareChange_Added) Descriptor() ([]byte, []int)
- func (m *HardwareChange_Added) GetHardware() *Hardware
- func (m *HardwareChange_Added) GetViewIndex() int32
- func (*HardwareChange_Added) GotenMessage()
- func (obj *HardwareChange_Added) GotenValidate() error
- func (m *HardwareChange_Added) Marshal() ([]byte, error)
- func (m *HardwareChange_Added) MarshalJSON() ([]byte, error)
- func (*HardwareChange_Added) ProtoMessage()
- func (m *HardwareChange_Added) ProtoReflect() preflect.Message
- func (m *HardwareChange_Added) Reset()
- func (m *HardwareChange_Added) SetHardware(fv *Hardware)
- func (m *HardwareChange_Added) SetViewIndex(fv int32)
- func (m *HardwareChange_Added) String() string
- func (m *HardwareChange_Added) Unmarshal(b []byte) error
- func (m *HardwareChange_Added) UnmarshalJSON(data []byte) error
- type HardwareChange_Added_
- type HardwareChange_Current
- func (*HardwareChange_Current) Descriptor() ([]byte, []int)
- func (m *HardwareChange_Current) GetHardware() *Hardware
- func (*HardwareChange_Current) GotenMessage()
- func (obj *HardwareChange_Current) GotenValidate() error
- func (m *HardwareChange_Current) Marshal() ([]byte, error)
- func (m *HardwareChange_Current) MarshalJSON() ([]byte, error)
- func (*HardwareChange_Current) ProtoMessage()
- func (m *HardwareChange_Current) ProtoReflect() preflect.Message
- func (m *HardwareChange_Current) Reset()
- func (m *HardwareChange_Current) SetHardware(fv *Hardware)
- func (m *HardwareChange_Current) String() string
- func (m *HardwareChange_Current) Unmarshal(b []byte) error
- func (m *HardwareChange_Current) UnmarshalJSON(data []byte) error
- type HardwareChange_Current_
- type HardwareChange_Modified
- func (*HardwareChange_Modified) Descriptor() ([]byte, []int)
- func (m *HardwareChange_Modified) GetFieldMask() *Hardware_FieldMask
- func (m *HardwareChange_Modified) GetHardware() *Hardware
- func (m *HardwareChange_Modified) GetName() *Name
- func (m *HardwareChange_Modified) GetPreviousViewIndex() int32
- func (m *HardwareChange_Modified) GetViewIndex() int32
- func (*HardwareChange_Modified) GotenMessage()
- func (obj *HardwareChange_Modified) GotenValidate() error
- func (m *HardwareChange_Modified) Marshal() ([]byte, error)
- func (m *HardwareChange_Modified) MarshalJSON() ([]byte, error)
- func (*HardwareChange_Modified) ProtoMessage()
- func (m *HardwareChange_Modified) ProtoReflect() preflect.Message
- func (m *HardwareChange_Modified) Reset()
- func (m *HardwareChange_Modified) SetFieldMask(fv *Hardware_FieldMask)
- func (m *HardwareChange_Modified) SetHardware(fv *Hardware)
- func (m *HardwareChange_Modified) SetName(fv *Name)
- func (m *HardwareChange_Modified) SetPreviousViewIndex(fv int32)
- func (m *HardwareChange_Modified) SetViewIndex(fv int32)
- func (m *HardwareChange_Modified) String() string
- func (m *HardwareChange_Modified) Unmarshal(b []byte) error
- func (m *HardwareChange_Modified) UnmarshalJSON(data []byte) error
- type HardwareChange_Modified_
- type HardwareChange_Removed
- func (*HardwareChange_Removed) Descriptor() ([]byte, []int)
- func (m *HardwareChange_Removed) GetName() *Name
- func (m *HardwareChange_Removed) GetViewIndex() int32
- func (*HardwareChange_Removed) GotenMessage()
- func (obj *HardwareChange_Removed) GotenValidate() error
- func (m *HardwareChange_Removed) Marshal() ([]byte, error)
- func (m *HardwareChange_Removed) MarshalJSON() ([]byte, error)
- func (*HardwareChange_Removed) ProtoMessage()
- func (m *HardwareChange_Removed) ProtoReflect() preflect.Message
- func (m *HardwareChange_Removed) Reset()
- func (m *HardwareChange_Removed) SetName(fv *Name)
- func (m *HardwareChange_Removed) SetViewIndex(fv int32)
- func (m *HardwareChange_Removed) String() string
- func (m *HardwareChange_Removed) Unmarshal(b []byte) error
- func (m *HardwareChange_Removed) UnmarshalJSON(data []byte) error
- type HardwareChange_Removed_
- type HardwareFieldPathBuilder
- func (HardwareFieldPathBuilder) AssociatedDeviceName() HardwarePathSelectorAssociatedDeviceName
- func (HardwareFieldPathBuilder) AssociatedEdgelqInstance() HardwarePathSelectorAssociatedEdgelqInstance
- func (HardwareFieldPathBuilder) AssociatedProject() HardwarePathSelectorAssociatedProject
- func (HardwareFieldPathBuilder) AssociatedProvisioningPolicyName() HardwarePathSelectorAssociatedProvisioningPolicyName
- func (HardwareFieldPathBuilder) Imei() HardwarePathSelectorImei
- func (HardwareFieldPathBuilder) Manufacturer() HardwarePathSelectorManufacturer
- func (HardwareFieldPathBuilder) Metadata() HardwarePathSelectorMetadata
- func (HardwareFieldPathBuilder) Name() HardwarePathSelectorName
- func (HardwareFieldPathBuilder) ProductName() HardwarePathSelectorProductName
- func (HardwareFieldPathBuilder) SerialNumber() HardwarePathSelectorSerialNumber
- func (HardwareFieldPathBuilder) SimIccid() HardwarePathSelectorSimIccid
- type HardwareList
- func (l HardwareList) Append(item gotenresource.Resource) gotenresource.ResourceList
- func (l HardwareList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
- func (l HardwareList) At(idx int) gotenresource.Resource
- func (l HardwareList) Length() int
- func (l HardwareList) Set(idx int, res gotenresource.Resource)
- func (l HardwareList) Slice(first, second int) gotenresource.ResourceList
- type HardwareMap
- type HardwareMapPathSelectorMetadataAnnotations
- func (s HardwareMapPathSelectorMetadataAnnotations) FieldPath() *Hardware_FieldSubPath
- func (s HardwareMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *Hardware_FieldSubPathArrayOfValues
- func (s HardwareMapPathSelectorMetadataAnnotations) WithValue(value string) *Hardware_FieldSubPathValue
- type HardwareMapPathSelectorMetadataLabels
- type HardwareMapPathSelectorMetadataShards
- type HardwareNameList
- func (l HardwareNameList) Append(name gotenresource.Name) gotenresource.NameList
- func (l HardwareNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
- func (l HardwareNameList) At(idx int) gotenresource.Name
- func (l HardwareNameList) Length() int
- func (l HardwareNameList) Set(idx int, name gotenresource.Name)
- func (l HardwareNameList) Slice(first, second int) gotenresource.NameList
- type HardwareParentNameList
- func (l HardwareParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
- func (l HardwareParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
- func (l HardwareParentNameList) At(idx int) gotenresource.Name
- func (l HardwareParentNameList) Length() int
- func (l HardwareParentNameList) Set(idx int, name gotenresource.Name)
- func (l HardwareParentNameList) Slice(first, second int) gotenresource.ParentNameList
- type HardwareParentReferenceList
- func (l HardwareParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
- func (l HardwareParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
- func (l HardwareParentReferenceList) At(idx int) gotenresource.Reference
- func (l HardwareParentReferenceList) Length() int
- func (l HardwareParentReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l HardwareParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
- type HardwarePathSelectorAssociatedDeviceName
- func (HardwarePathSelectorAssociatedDeviceName) FieldPath() *Hardware_FieldTerminalPath
- func (s HardwarePathSelectorAssociatedDeviceName) WithArrayOfValues(values []string) *Hardware_FieldTerminalPathArrayOfValues
- func (s HardwarePathSelectorAssociatedDeviceName) WithValue(value string) *Hardware_FieldTerminalPathValue
- type HardwarePathSelectorAssociatedEdgelqInstance
- func (HardwarePathSelectorAssociatedEdgelqInstance) FieldPath() *Hardware_FieldTerminalPath
- func (s HardwarePathSelectorAssociatedEdgelqInstance) WithArrayOfValues(values []*edgelq_instance.Reference) *Hardware_FieldTerminalPathArrayOfValues
- func (s HardwarePathSelectorAssociatedEdgelqInstance) WithValue(value *edgelq_instance.Reference) *Hardware_FieldTerminalPathValue
- type HardwarePathSelectorAssociatedProject
- func (HardwarePathSelectorAssociatedProject) FieldPath() *Hardware_FieldTerminalPath
- func (s HardwarePathSelectorAssociatedProject) WithArrayOfValues(values []string) *Hardware_FieldTerminalPathArrayOfValues
- func (s HardwarePathSelectorAssociatedProject) WithValue(value string) *Hardware_FieldTerminalPathValue
- type HardwarePathSelectorAssociatedProvisioningPolicyName
- func (HardwarePathSelectorAssociatedProvisioningPolicyName) FieldPath() *Hardware_FieldTerminalPath
- func (s HardwarePathSelectorAssociatedProvisioningPolicyName) WithArrayOfValues(values []string) *Hardware_FieldTerminalPathArrayOfValues
- func (s HardwarePathSelectorAssociatedProvisioningPolicyName) WithValue(value string) *Hardware_FieldTerminalPathValue
- type HardwarePathSelectorImei
- type HardwarePathSelectorManufacturer
- type HardwarePathSelectorMetadata
- func (HardwarePathSelectorMetadata) Annotations() HardwarePathSelectorMetadataAnnotations
- func (HardwarePathSelectorMetadata) CreateTime() HardwarePathSelectorMetadataCreateTime
- func (HardwarePathSelectorMetadata) DeleteTime() HardwarePathSelectorMetadataDeleteTime
- func (HardwarePathSelectorMetadata) FieldPath() *Hardware_FieldTerminalPath
- func (HardwarePathSelectorMetadata) Generation() HardwarePathSelectorMetadataGeneration
- func (HardwarePathSelectorMetadata) Labels() HardwarePathSelectorMetadataLabels
- func (HardwarePathSelectorMetadata) Lifecycle() HardwarePathSelectorMetadataLifecycle
- func (HardwarePathSelectorMetadata) OwnerReferences() HardwarePathSelectorMetadataOwnerReferences
- func (HardwarePathSelectorMetadata) ResourceVersion() HardwarePathSelectorMetadataResourceVersion
- func (HardwarePathSelectorMetadata) Services() HardwarePathSelectorMetadataServices
- func (HardwarePathSelectorMetadata) Shards() HardwarePathSelectorMetadataShards
- func (HardwarePathSelectorMetadata) Syncing() HardwarePathSelectorMetadataSyncing
- func (HardwarePathSelectorMetadata) Tags() HardwarePathSelectorMetadataTags
- func (HardwarePathSelectorMetadata) UpdateTime() HardwarePathSelectorMetadataUpdateTime
- func (HardwarePathSelectorMetadata) Uuid() HardwarePathSelectorMetadataUuid
- func (s HardwarePathSelectorMetadata) WithArrayOfValues(values []*meta.Meta) *Hardware_FieldTerminalPathArrayOfValues
- func (s HardwarePathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue meta.Meta_FieldPathArrayItemValue) *Hardware_FieldSubPathArrayItemValue
- func (s HardwarePathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues meta.Meta_FieldPathArrayOfValues) *Hardware_FieldSubPathArrayOfValues
- func (HardwarePathSelectorMetadata) WithSubPath(subPath meta.Meta_FieldPath) *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadata) WithSubValue(subPathValue meta.Meta_FieldPathValue) *Hardware_FieldSubPathValue
- func (s HardwarePathSelectorMetadata) WithValue(value *meta.Meta) *Hardware_FieldTerminalPathValue
- type HardwarePathSelectorMetadataAnnotations
- func (HardwarePathSelectorMetadataAnnotations) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *Hardware_FieldSubPathArrayOfValues
- func (HardwarePathSelectorMetadataAnnotations) WithKey(key string) HardwareMapPathSelectorMetadataAnnotations
- func (s HardwarePathSelectorMetadataAnnotations) WithValue(value map[string]string) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataCreateTime
- func (HardwarePathSelectorMetadataCreateTime) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataDeleteTime
- func (HardwarePathSelectorMetadataDeleteTime) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataGeneration
- type HardwarePathSelectorMetadataLabels
- func (HardwarePathSelectorMetadataLabels) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *Hardware_FieldSubPathArrayOfValues
- func (HardwarePathSelectorMetadataLabels) WithKey(key string) HardwareMapPathSelectorMetadataLabels
- func (s HardwarePathSelectorMetadataLabels) WithValue(value map[string]string) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataLifecycle
- func (HardwarePathSelectorMetadataLifecycle) BlockDeletion() HardwarePathSelectorMetadataLifecycleBlockDeletion
- func (HardwarePathSelectorMetadataLifecycle) FieldPath() *Hardware_FieldSubPath
- func (HardwarePathSelectorMetadataLifecycle) State() HardwarePathSelectorMetadataLifecycleState
- func (s HardwarePathSelectorMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataLifecycle) WithValue(value *meta.Lifecycle) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataLifecycleBlockDeletion
- func (HardwarePathSelectorMetadataLifecycleBlockDeletion) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataLifecycleState
- func (HardwarePathSelectorMetadataLifecycleState) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataLifecycleState) WithValue(value meta.Lifecycle_State) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataOwnerReferences
- func (HardwarePathSelectorMetadataOwnerReferences) Controller() HardwarePathSelectorMetadataOwnerReferencesController
- func (HardwarePathSelectorMetadataOwnerReferences) FieldPath() *Hardware_FieldSubPath
- func (HardwarePathSelectorMetadataOwnerReferences) Kind() HardwarePathSelectorMetadataOwnerReferencesKind
- func (HardwarePathSelectorMetadataOwnerReferences) Name() HardwarePathSelectorMetadataOwnerReferencesName
- func (HardwarePathSelectorMetadataOwnerReferences) Region() HardwarePathSelectorMetadataOwnerReferencesRegion
- func (HardwarePathSelectorMetadataOwnerReferences) RequiresOwnerReference() HardwarePathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (HardwarePathSelectorMetadataOwnerReferences) Version() HardwarePathSelectorMetadataOwnerReferencesVersion
- func (s HardwarePathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *Hardware_FieldSubPathArrayItemValue
- func (s HardwarePathSelectorMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataOwnerReferencesController
- func (HardwarePathSelectorMetadataOwnerReferencesController) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataOwnerReferencesController) WithValue(value bool) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataOwnerReferencesKind
- func (HardwarePathSelectorMetadataOwnerReferencesKind) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataOwnerReferencesKind) WithValue(value string) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataOwnerReferencesName
- func (HardwarePathSelectorMetadataOwnerReferencesName) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataOwnerReferencesName) WithValue(value string) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataOwnerReferencesRegion
- func (HardwarePathSelectorMetadataOwnerReferencesRegion) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (HardwarePathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataOwnerReferencesVersion
- func (HardwarePathSelectorMetadataOwnerReferencesVersion) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataResourceVersion
- func (HardwarePathSelectorMetadataResourceVersion) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataResourceVersion) WithValue(value string) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataServices
- func (HardwarePathSelectorMetadataServices) AllowedServices() HardwarePathSelectorMetadataServicesAllowedServices
- func (HardwarePathSelectorMetadataServices) FieldPath() *Hardware_FieldSubPath
- func (HardwarePathSelectorMetadataServices) OwningService() HardwarePathSelectorMetadataServicesOwningService
- func (s HardwarePathSelectorMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataServices) WithValue(value *meta.ServicesInfo) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataServicesAllowedServices
- func (HardwarePathSelectorMetadataServicesAllowedServices) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataServicesAllowedServices) WithItemValue(value string) *Hardware_FieldSubPathArrayItemValue
- func (s HardwarePathSelectorMetadataServicesAllowedServices) WithValue(value []string) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataServicesOwningService
- func (HardwarePathSelectorMetadataServicesOwningService) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataServicesOwningService) WithArrayOfValues(values []string) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataServicesOwningService) WithValue(value string) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataShards
- func (HardwarePathSelectorMetadataShards) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *Hardware_FieldSubPathArrayOfValues
- func (HardwarePathSelectorMetadataShards) WithKey(key string) HardwareMapPathSelectorMetadataShards
- func (s HardwarePathSelectorMetadataShards) WithValue(value map[string]int64) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataSyncing
- func (HardwarePathSelectorMetadataSyncing) FieldPath() *Hardware_FieldSubPath
- func (HardwarePathSelectorMetadataSyncing) OwningRegion() HardwarePathSelectorMetadataSyncingOwningRegion
- func (HardwarePathSelectorMetadataSyncing) Regions() HardwarePathSelectorMetadataSyncingRegions
- func (s HardwarePathSelectorMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataSyncing) WithValue(value *meta.SyncingMeta) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataSyncingOwningRegion
- func (HardwarePathSelectorMetadataSyncingOwningRegion) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataSyncingOwningRegion) WithValue(value string) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataSyncingRegions
- func (HardwarePathSelectorMetadataSyncingRegions) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataSyncingRegions) WithItemValue(value string) *Hardware_FieldSubPathArrayItemValue
- func (s HardwarePathSelectorMetadataSyncingRegions) WithValue(value []string) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataTags
- func (HardwarePathSelectorMetadataTags) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataTags) WithArrayOfValues(values [][]string) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataTags) WithItemValue(value string) *Hardware_FieldSubPathArrayItemValue
- func (s HardwarePathSelectorMetadataTags) WithValue(value []string) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataUpdateTime
- func (HardwarePathSelectorMetadataUpdateTime) FieldPath() *Hardware_FieldSubPath
- func (s HardwarePathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Hardware_FieldSubPathArrayOfValues
- func (s HardwarePathSelectorMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *Hardware_FieldSubPathValue
- type HardwarePathSelectorMetadataUuid
- type HardwarePathSelectorName
- type HardwarePathSelectorProductName
- type HardwarePathSelectorSerialNumber
- type HardwarePathSelectorSimIccid
- type HardwareReferenceList
- func (l HardwareReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
- func (l HardwareReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
- func (l HardwareReferenceList) At(idx int) gotenresource.Reference
- func (l HardwareReferenceList) Length() int
- func (l HardwareReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l HardwareReferenceList) Slice(first, second int) gotenresource.ReferenceList
- type Hardware_FieldMask
- func (fieldMask *Hardware_FieldMask) AppendPath(path Hardware_FieldPath)
- func (fieldMask *Hardware_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Hardware_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Hardware_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Hardware_FieldMask) FilterInputFields() *Hardware_FieldMask
- func (fieldMask *Hardware_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *Hardware_FieldMask) GetPaths() []Hardware_FieldPath
- func (fieldMask *Hardware_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Hardware_FieldMask) IsFull() bool
- func (fieldMask Hardware_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Hardware_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Hardware_FieldMask) PathsCount() int
- func (fieldMask *Hardware_FieldMask) Project(source *Hardware) *Hardware
- func (fieldMask *Hardware_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Hardware_FieldMask) ProtoMessage()
- func (fieldMask *Hardware_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Hardware_FieldMask) Reset()
- func (fieldMask *Hardware_FieldMask) Set(target, source *Hardware)
- func (fieldMask *Hardware_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Hardware_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Hardware_FieldMask) Size() int
- func (fieldMask *Hardware_FieldMask) String() string
- func (fieldMask *Hardware_FieldMask) Subtract(other *Hardware_FieldMask) *Hardware_FieldMask
- func (fieldMask *Hardware_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Hardware_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *Hardware_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Hardware_FieldMask) UnmarshalJSON(data []byte) error
- type Hardware_FieldPath
- type Hardware_FieldPathArrayItemValue
- type Hardware_FieldPathArrayOfValues
- type Hardware_FieldPathSelector
- type Hardware_FieldPathValue
- type Hardware_FieldSubPath
- func (fps *Hardware_FieldSubPath) AsMetadataSubPath() (meta.Meta_FieldPath, bool)
- func (fps *Hardware_FieldSubPath) ClearValue(item *Hardware)
- func (fps *Hardware_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *Hardware_FieldSubPath) Get(source *Hardware) (values []interface{})
- func (fps *Hardware_FieldSubPath) GetDefault() interface{}
- func (fps *Hardware_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *Hardware_FieldSubPath) GetSingle(source *Hardware) (interface{}, bool)
- func (fps *Hardware_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *Hardware_FieldSubPath) IsLeaf() bool
- func (fps *Hardware_FieldSubPath) JSONString() string
- func (fps *Hardware_FieldSubPath) Selector() Hardware_FieldPathSelector
- func (fps *Hardware_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *Hardware_FieldSubPath) String() string
- func (fps *Hardware_FieldSubPath) WithIArrayItemValue(value interface{}) Hardware_FieldPathArrayItemValue
- func (fps *Hardware_FieldSubPath) WithIArrayOfValues(values interface{}) Hardware_FieldPathArrayOfValues
- func (fps *Hardware_FieldSubPath) WithIValue(value interface{}) Hardware_FieldPathValue
- func (fps *Hardware_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *Hardware_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *Hardware_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Hardware_FieldSubPathArrayItemValue
- type Hardware_FieldSubPathArrayOfValues
- type Hardware_FieldSubPathValue
- func (fpvs *Hardware_FieldSubPathValue) AsMetadataPathValue() (meta.Meta_FieldPathValue, bool)
- func (fpvs *Hardware_FieldSubPathValue) CompareWith(source *Hardware) (int, bool)
- func (fpvs *Hardware_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *Hardware_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *Hardware_FieldSubPathValue) SetTo(target **Hardware)
- func (fpvs *Hardware_FieldSubPathValue) SetToRaw(target proto.Message)
- type Hardware_FieldTerminalPath
- func (fp *Hardware_FieldTerminalPath) ClearValue(item *Hardware)
- func (fp *Hardware_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *Hardware_FieldTerminalPath) Get(source *Hardware) (values []interface{})
- func (fp *Hardware_FieldTerminalPath) GetDefault() interface{}
- func (fp *Hardware_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *Hardware_FieldTerminalPath) GetSingle(source *Hardware) (interface{}, bool)
- func (fp *Hardware_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *Hardware_FieldTerminalPath) IsLeaf() bool
- func (fp *Hardware_FieldTerminalPath) JSONString() string
- func (fp *Hardware_FieldTerminalPath) Selector() Hardware_FieldPathSelector
- func (fp *Hardware_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *Hardware_FieldTerminalPath) String() string
- func (fp *Hardware_FieldTerminalPath) WithIArrayItemValue(value interface{}) Hardware_FieldPathArrayItemValue
- func (fp *Hardware_FieldTerminalPath) WithIArrayOfValues(values interface{}) Hardware_FieldPathArrayOfValues
- func (fp *Hardware_FieldTerminalPath) WithIValue(value interface{}) Hardware_FieldPathValue
- func (fp *Hardware_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *Hardware_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *Hardware_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Hardware_FieldTerminalPathArrayItemValue
- func (fpaiv *Hardware_FieldTerminalPathArrayItemValue) ContainsValue(source *Hardware) bool
- func (fpaiv *Hardware_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *Hardware_FieldTerminalPathArrayItemValue) GetSingle(source *Hardware) (interface{}, bool)
- func (fpaiv *Hardware_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type Hardware_FieldTerminalPathArrayOfValues
- func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsAssociatedDeviceNameArrayOfValues() ([]string, bool)
- func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsAssociatedEdgelqInstanceArrayOfValues() ([]*edgelq_instance.Reference, bool)
- func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsAssociatedProjectArrayOfValues() ([]string, bool)
- func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsAssociatedProvisioningPolicyNameArrayOfValues() ([]string, bool)
- func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsImeiArrayOfValues() ([]string, bool)
- func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsManufacturerArrayOfValues() ([]string, bool)
- func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*meta.Meta, bool)
- func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
- func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsProductNameArrayOfValues() ([]string, bool)
- func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsSerialNumberArrayOfValues() ([]string, bool)
- func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsSimIccidArrayOfValues() ([]string, bool)
- func (fpaov *Hardware_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type Hardware_FieldTerminalPathValue
- func (fpv *Hardware_FieldTerminalPathValue) AsAssociatedDeviceNameValue() (string, bool)
- func (fpv *Hardware_FieldTerminalPathValue) AsAssociatedEdgelqInstanceValue() (*edgelq_instance.Reference, bool)
- func (fpv *Hardware_FieldTerminalPathValue) AsAssociatedProjectValue() (string, bool)
- func (fpv *Hardware_FieldTerminalPathValue) AsAssociatedProvisioningPolicyNameValue() (string, bool)
- func (fpv *Hardware_FieldTerminalPathValue) AsImeiValue() (string, bool)
- func (fpv *Hardware_FieldTerminalPathValue) AsManufacturerValue() (string, bool)
- func (fpv *Hardware_FieldTerminalPathValue) AsMetadataValue() (*meta.Meta, bool)
- func (fpv *Hardware_FieldTerminalPathValue) AsNameValue() (*Name, bool)
- func (fpv *Hardware_FieldTerminalPathValue) AsProductNameValue() (string, bool)
- func (fpv *Hardware_FieldTerminalPathValue) AsSerialNumberValue() (string, bool)
- func (fpv *Hardware_FieldTerminalPathValue) AsSimIccidValue() (string, bool)
- func (fpv *Hardware_FieldTerminalPathValue) CompareWith(source *Hardware) (int, bool)
- func (fpv *Hardware_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *Hardware_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *Hardware_FieldTerminalPathValue) SetTo(target **Hardware)
- func (fpv *Hardware_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListQuery
- func (q *ListQuery) GetFieldMask() gotenobject.FieldMask
- func (q *ListQuery) GetFilter() gotenresource.Filter
- func (q *ListQuery) GetPager() gotenresource.PagerQuery
- func (q *ListQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (q *ListQuery) GetWithPagingInfo() bool
- func (q *ListQuery) GotenQuery()
- func (q *ListQuery) SetFieldMask(mask gotenobject.FieldMask)
- func (q *ListQuery) SetFilter(filter gotenresource.Filter)
- func (q *ListQuery) SetPager(pager gotenresource.PagerQuery)
- func (q *ListQuery) SetWithPagingInfo(with bool)
- func (q *ListQuery) String() string
- type Name
- func (name *Name) AsRawReference() gotenresource.Reference
- func (name *Name) AsReference() *Reference
- func (name *Name) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (name *Name) ConvertToType(typeVal ref.Type) ref.Val
- func (name *Name) Equal(other ref.Val) ref.Val
- func (name *Name) FullyQualifiedName() (string, error)
- func (name *Name) GetIParentName() gotenresource.Name
- func (name *Name) GetIUnderlyingParentName() gotenresource.Name
- func (name *Name) GetIdParts() map[string]string
- func (name *Name) GetPattern() gotenresource.NamePattern
- func (name *Name) GetProjectName() *project.Name
- func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
- func (name *Name) GetSegments() gotenresource.NameSegments
- func (name *Name) GotenEqual(other interface{}) bool
- func (name *Name) HasTrait(trait int) bool
- func (name *Name) IsFullyQualified() bool
- func (name *Name) IsSpecified() bool
- func (name *Name) Match(pattern ref.Val) ref.Val
- func (name *Name) Matches(other interface{}) bool
- func (name *Name) ParseProtoString(data string) error
- func (name *Name) ProtoString() (string, error)
- func (name *Name) Receive(function string, overload string, args []ref.Val) ref.Val
- func (name *Name) SetFromCliFlag(raw string) error
- func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
- func (name *Name) String() string
- func (name *Name) Type() ref.Type
- func (name *Name) TypeName() string
- func (name *Name) Value() interface{}
- type NameBuilder
- func (b *NameBuilder) Name() *Name
- func (b *NameBuilder) Parent() *ParentName
- func (b *NameBuilder) ParentReference() *ParentReference
- func (b *NameBuilder) Reference() *Reference
- func (b *NameBuilder) SetId(id string) *NameBuilder
- func (b *NameBuilder) SetProject(parent *project.Name) *NameBuilder
- func (b *NameBuilder) SetProjectId(id string) *NameBuilder
- type NamePattern
- type OrderBy
- func (orderBy *OrderBy) Compare(left, right *Hardware) int
- func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
- func (orderBy *OrderBy) GetFieldMask() *Hardware_FieldMask
- func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
- func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
- func (orderBy *OrderBy) InsertSorted(sorted HardwareList, elem *Hardware) (HardwareList, 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 HardwareList)
- func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
- func (orderBy *OrderBy) String() string
- type OrderByField
- type PagerCursor
- func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion
- func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection
- func (cursor *PagerCursor) GetValue() gotenresource.CursorValue
- func (cursor *PagerCursor) IsEmpty() bool
- func (cursor *PagerCursor) ParseProtoString(data string) (err error)
- func (cursor *PagerCursor) ProtoString() (string, error)
- func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue)
- func (cursor *PagerCursor) SetFromCliFlag(raw string) error
- func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion)
- func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection)
- func (cursor *PagerCursor) String() string
- type PagerQuery
- func (p *PagerQuery) GetCursor() gotenresource.Cursor
- func (p *PagerQuery) GetLimit() int
- func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy
- func (p *PagerQuery) GetPeekForward() bool
- func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (p *PagerQuery) PageDirection() gotenresource.PageDirection
- func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor)
- func (p *PagerQuery) SetLimit(limit int)
- func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy)
- func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection)
- func (p *PagerQuery) SetPeekForward(peekForward bool)
- type ParentName
- func (name *ParentName) AsRawReference() gotenresource.Reference
- func (name *ParentName) AsReference() *ParentReference
- func (name *ParentName) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (name *ParentName) ConvertToType(typeVal ref.Type) ref.Val
- func (name *ParentName) DescendsFrom(ancestor string) bool
- func (name *ParentName) Equal(other ref.Val) ref.Val
- func (name *ParentName) FullyQualifiedName() (string, error)
- func (name *ParentName) GetIParentName() gotenresource.Name
- func (name *ParentName) GetIUnderlyingParentName() gotenresource.Name
- func (name *ParentName) GetIdParts() map[string]string
- func (name *ParentName) GetPattern() gotenresource.NamePattern
- func (name *ParentName) GetProjectName() *project.Name
- func (name *ParentName) GetResourceDescriptor() gotenresource.Descriptor
- func (name *ParentName) GetSegments() gotenresource.NameSegments
- func (name *ParentName) GotenEqual(other interface{}) bool
- func (name *ParentName) HasTrait(trait int) bool
- func (name *ParentName) IsFullyQualified() bool
- func (name *ParentName) IsSpecified() bool
- func (name *ParentName) Match(pattern ref.Val) ref.Val
- func (name *ParentName) Matches(other interface{}) bool
- func (name *ParentName) ParseProtoString(data string) error
- func (name *ParentName) ProtoString() (string, error)
- func (name *ParentName) Receive(function string, overload string, args []ref.Val) ref.Val
- func (name *ParentName) SetFromCliFlag(raw string) error
- func (name *ParentName) SetFromSegments(segments gotenresource.NameSegments) error
- func (name *ParentName) String() string
- func (name *ParentName) Type() ref.Type
- func (name *ParentName) TypeName() string
- func (name *ParentName) Value() interface{}
- type ParentReference
- func (ref *ParentReference) ClearCached()
- func (ref *ParentReference) GetIParentName() gotenresource.Name
- func (ref *ParentReference) GetIUnderlyingParentName() gotenresource.Name
- func (ref *ParentReference) GetIdParts() map[string]string
- func (ref *ParentReference) GetPattern() gotenresource.NamePattern
- func (ref *ParentReference) GetProject() *project.Project
- func (ref *ParentReference) GetProjectReference() *project.Reference
- func (ref *ParentReference) GetRawResource() gotenresource.Resource
- func (ref *ParentReference) GetResourceDescriptor() gotenresource.Descriptor
- func (ref *ParentReference) GetSegments() gotenresource.NameSegments
- func (ref *ParentReference) GetUnderlyingReference() gotenresource.Reference
- func (ref *ParentReference) GotenEqual(other interface{}) bool
- func (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) GetPagingInfo() (totalCount, offset int32)
- func (qr *QueryResultSnapshot) GetPrevPageCursor() gotenresource.Cursor
- func (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList
- func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
- func (qr *QueryResultSnapshot) SetPagingInfo(totalCount, offset int32)
- func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList)
- type Reference
- func (ref *Reference) ClearCached()
- func (ref *Reference) FullyQualifiedName() (string, error)
- func (ref *Reference) GetHardware() *Hardware
- func (ref *Reference) GetIParentName() gotenresource.Name
- func (ref *Reference) GetIUnderlyingParentName() gotenresource.Name
- func (ref *Reference) GetIdParts() map[string]string
- func (ref *Reference) GetPattern() gotenresource.NamePattern
- func (ref *Reference) GetRawResource() gotenresource.Resource
- func (ref *Reference) GetResourceDescriptor() gotenresource.Descriptor
- func (ref *Reference) GetSegments() gotenresource.NameSegments
- func (ref *Reference) GotenEqual(other interface{}) bool
- func (ref *Reference) IsFullyQualified() bool
- func (ref *Reference) IsSpecified() bool
- func (name *Reference) Matches(other interface{}) bool
- func (ref *Reference) ParseProtoString(data string) error
- func (ref *Reference) ProtoString() (string, error)
- func (ref *Reference) Resolve(resolved *Hardware)
- func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
- func (ref *Reference) Resolved() bool
- func (ref *Reference) SetFromCliFlag(raw string) error
- func (ref *Reference) String() string
- type WatchQuery
- func (q *WatchQuery) GetMaximumChunkSize() int
- func (q *WatchQuery) GetResumeToken() string
- func (q *WatchQuery) GetStartingTime() *timestamppb.Timestamp
- func (q *WatchQuery) GetWatchType() watch_type.WatchType
- func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)
- func (q *WatchQuery) SetResumeToken(token string)
- func (q *WatchQuery) SetStartingTime(startingTime *timestamppb.Timestamp)
- func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
- func (q *WatchQuery) String() string
Constants ¶
const (
NamePattern_Project = "projects/{project}/hardwares/{hardware}"
)
Variables ¶
This section is empty.
Functions ¶
func AsAnyCastAccess ¶
func AsAnyCastAccess(access HardwareAccess) gotenresource.Access
Types ¶
type Descriptor ¶
type Descriptor struct {
// contains filtered or unexported fields
}
func GetDescriptor ¶
func GetDescriptor() *Descriptor
func (*Descriptor) CanBeParentless ¶
func (d *Descriptor) CanBeParentless() bool
func (*Descriptor) GetNameDescriptor ¶
func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
func (*Descriptor) GetParentResDescriptors ¶
func (d *Descriptor) GetParentResDescriptors() []gotenresource.Descriptor
func (*Descriptor) GetResourceTypeName ¶
func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName
func (*Descriptor) NewGetQuery ¶
func (d *Descriptor) NewGetQuery() gotenresource.GetQuery
func (*Descriptor) NewListQuery ¶
func (d *Descriptor) NewListQuery() gotenresource.ListQuery
func (*Descriptor) NewNameList ¶
func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList
func (*Descriptor) NewParentNameList ¶
func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList
func (*Descriptor) NewParentReferenceList ¶
func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList
func (*Descriptor) NewQueryResultChange ¶
func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange
func (*Descriptor) NewQueryResultSnapshot ¶
func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot
func (*Descriptor) NewReferenceList ¶
func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList
func (*Descriptor) NewResource ¶
func (d *Descriptor) NewResource() gotenresource.Resource
func (*Descriptor) NewResourceChange ¶
func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange
func (*Descriptor) NewResourceChangeList ¶
func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList
func (*Descriptor) NewResourceChangeMap ¶
func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap
func (*Descriptor) NewResourceCursor ¶
func (d *Descriptor) NewResourceCursor() gotenresource.Cursor
func (*Descriptor) NewResourceFieldMask ¶
func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
func (*Descriptor) NewResourceFilter ¶
func (d *Descriptor) NewResourceFilter() gotenresource.Filter
func (*Descriptor) NewResourceList ¶
func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList
func (*Descriptor) NewResourceMap ¶
func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap
func (*Descriptor) NewResourceName ¶
func (d *Descriptor) NewResourceName() gotenresource.Name
func (*Descriptor) NewResourceOrderBy ¶
func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
func (*Descriptor) NewResourcePager ¶
func (d *Descriptor) NewResourcePager() gotenresource.PagerQuery
func (*Descriptor) NewSearchQuery ¶
func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
func (*Descriptor) NewWatchQuery ¶
func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery
func (*Descriptor) ParseFieldPath ¶
func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)
func (*Descriptor) ParseResourceName ¶
func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)
func (*Descriptor) SupportsMetadata ¶
func (d *Descriptor) SupportsMetadata() bool
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) EvaluateRaw ¶
func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
func (*Filter) FilterSlice ¶
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 Hardware_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 *Hardware) bool // Whether this condition is at least as specific as other. // When true, any Hardware 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 Hardware_FieldPath) bool // contains filtered or unexported methods }
func AndFilterConditions ¶
func AndFilterConditions(conds ...FilterCondition) FilterCondition
type FilterConditionCompare ¶
type FilterConditionCompare struct { Operator filterParser.CompareOperator Hardware_FieldPathValue }
func (*FilterConditionCompare) And ¶
func (cond *FilterConditionCompare) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionCompare) ConditionCompare ¶
func (cond *FilterConditionCompare) ConditionCompare()
func (*FilterConditionCompare) Evaluate ¶
func (cond *FilterConditionCompare) Evaluate(res *Hardware) 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 Hardware_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 *Hardware) 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 Hardware_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 Hardware_FieldPath Value Hardware_FieldPathArrayItemValue Values []Hardware_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 *Hardware) bool
func (*FilterConditionContains) EvaluateRaw ¶
func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionContains) GetFieldPath ¶
func (cond *FilterConditionContains) GetFieldPath() Hardware_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 Hardware_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 {
Hardware_FieldPathArrayOfValues
}
func (*FilterConditionIn) And ¶
func (cond *FilterConditionIn) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionIn) ConditionIn ¶
func (cond *FilterConditionIn) ConditionIn()
func (*FilterConditionIn) Evaluate ¶
func (cond *FilterConditionIn) Evaluate(res *Hardware) 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 Hardware_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 Hardware_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 *Hardware) 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 Hardware_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 Hardware_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 *Hardware) 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 Hardware_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 *Hardware) 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 Hardware_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 {
Hardware_FieldPathArrayOfValues
}
func (*FilterConditionNotIn) And ¶
func (cond *FilterConditionNotIn) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionNotIn) ConditionNotIn ¶
func (cond *FilterConditionNotIn) ConditionNotIn()
func (*FilterConditionNotIn) Evaluate ¶
func (cond *FilterConditionNotIn) Evaluate(res *Hardware) 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 Hardware_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 *Hardware_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 Hardware ¶
type Hardware struct { // Name of Hardware // When creating a new instance, this field is optional and if not provided, // it will be generated automatically. Last ID segment must conform to the // following regex: [a-z][a-z0-9\\-]{0,28}[a-z0-9] Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Metadata is an object with information like create, update and delete time // (for async deleted resources), has user labels/annotations, sharding // information, multi-region syncing information and may have non-schema // owners (useful for taking ownership of resources belonging to lower level // services by higher ones). Metadata *meta.Meta `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty" firestore:"metadata"` SerialNumber string `protobuf:"bytes,3,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty" firestore:"serialNumber"` Manufacturer string `protobuf:"bytes,4,opt,name=manufacturer,proto3" json:"manufacturer,omitempty" firestore:"manufacturer"` // Should be in the format "productname (sku)" ProductName string `protobuf:"bytes,5,opt,name=product_name,json=productName,proto3" json:"product_name,omitempty" firestore:"productName"` AssociatedEdgelqInstance *edgelq_instance.Reference `` /* 193-byte string literal not displayed */ AssociatedProject string `` /* 142-byte string literal not displayed */ AssociatedProvisioningPolicyName string `` /* 206-byte string literal not displayed */ AssociatedDeviceName string `` /* 156-byte string literal not displayed */ SimIccid string `protobuf:"bytes,10,opt,name=sim_iccid,json=simIccid,proto3" json:"sim_iccid,omitempty" firestore:"simIccid"` Imei string `protobuf:"bytes,11,opt,name=imei,proto3" json:"imei,omitempty" firestore:"imei"` // contains filtered or unexported fields }
Hardware Resource
func (*Hardware) CloneRaw ¶
func (o *Hardware) CloneRaw() gotenobject.GotenObjectExt
func (*Hardware) Descriptor ¶
Deprecated, Use Hardware.ProtoReflect.Descriptor instead.
func (*Hardware) EnsureMetadata ¶
func (*Hardware) GetAssociatedDeviceName ¶
func (*Hardware) GetAssociatedEdgelqInstance ¶
func (m *Hardware) GetAssociatedEdgelqInstance() *edgelq_instance.Reference
func (*Hardware) GetAssociatedProject ¶
func (*Hardware) GetAssociatedProvisioningPolicyName ¶
func (*Hardware) GetManufacturer ¶
func (*Hardware) GetMetadata ¶
func (*Hardware) GetProductName ¶
func (*Hardware) GetRawName ¶
func (r *Hardware) GetRawName() gotenresource.Name
func (*Hardware) GetResourceDescriptor ¶
func (r *Hardware) GetResourceDescriptor() gotenresource.Descriptor
func (*Hardware) GetSerialNumber ¶
func (*Hardware) GetSimIccid ¶
func (*Hardware) GotenMessage ¶
func (*Hardware) GotenMessage()
func (*Hardware) GotenObjectExt ¶
func (o *Hardware) GotenObjectExt()
func (*Hardware) GotenValidate ¶
func (*Hardware) MakeDiffFieldMask ¶
func (o *Hardware) MakeDiffFieldMask(other *Hardware) *Hardware_FieldMask
func (*Hardware) MakeFullFieldMask ¶
func (o *Hardware) MakeFullFieldMask() *Hardware_FieldMask
func (*Hardware) MakeRawDiffFieldMask ¶
func (o *Hardware) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Hardware) MakeRawFullFieldMask ¶
func (o *Hardware) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Hardware) MarshalJSON ¶
func (*Hardware) MaybePopulateDefaults ¶
func (*Hardware) MergeRaw ¶
func (o *Hardware) MergeRaw(source gotenobject.GotenObjectExt)
func (*Hardware) ProtoMessage ¶
func (*Hardware) ProtoMessage()
func (*Hardware) ProtoReflect ¶
func (*Hardware) SetAssociatedDeviceName ¶
func (*Hardware) SetAssociatedEdgelqInstance ¶
func (m *Hardware) SetAssociatedEdgelqInstance(fv *edgelq_instance.Reference)
func (*Hardware) SetAssociatedProject ¶
func (*Hardware) SetAssociatedProvisioningPolicyName ¶
func (*Hardware) SetManufacturer ¶
func (*Hardware) SetMetadata ¶
func (*Hardware) SetProductName ¶
func (*Hardware) SetSerialNumber ¶
func (*Hardware) SetSimIccid ¶
func (*Hardware) UnmarshalJSON ¶
type HardwareAccess ¶
type HardwareAccess interface { GetHardware(context.Context, *GetQuery) (*Hardware, error) BatchGetHardwares(context.Context, []*Reference, ...gotenresource.BatchGetOption) error QueryHardwares(context.Context, *ListQuery) (*QueryResultSnapshot, error) WatchHardware(context.Context, *GetQuery, func(*HardwareChange) error) error WatchHardwares(context.Context, *WatchQuery, func(*QueryResultChange) error) error SaveHardware(context.Context, *Hardware, ...gotenresource.SaveOption) error DeleteHardware(context.Context, *Reference, ...gotenresource.DeleteOption) error }
type HardwareChange ¶
type HardwareChange struct { // Hardware change // // Types that are valid to be assigned to ChangeType: // *HardwareChange_Added_ // *HardwareChange_Modified_ // *HardwareChange_Current_ // *HardwareChange_Removed_ ChangeType isHardwareChange_ChangeType `protobuf_oneof:"change_type"` // contains filtered or unexported fields }
HardwareChange is used by Watch notifications Responses to describe change of single Hardware One of Added, Modified, Removed
func (*HardwareChange) Descriptor ¶
func (*HardwareChange) Descriptor() ([]byte, []int)
Deprecated, Use HardwareChange.ProtoReflect.Descriptor instead.
func (*HardwareChange) GetAdded ¶
func (m *HardwareChange) GetAdded() *HardwareChange_Added
func (*HardwareChange) GetChangeType ¶
func (m *HardwareChange) GetChangeType() isHardwareChange_ChangeType
func (*HardwareChange) GetCurrent ¶
func (m *HardwareChange) GetCurrent() *HardwareChange_Current
func (*HardwareChange) GetCurrentViewIndex ¶
func (c *HardwareChange) GetCurrentViewIndex() int32
func (*HardwareChange) GetHardware ¶
func (c *HardwareChange) GetHardware() *Hardware
func (*HardwareChange) GetHardwareName ¶
func (c *HardwareChange) GetHardwareName() *Name
func (*HardwareChange) GetModified ¶
func (m *HardwareChange) GetModified() *HardwareChange_Modified
func (*HardwareChange) GetPreviousViewIndex ¶
func (c *HardwareChange) GetPreviousViewIndex() int32
func (*HardwareChange) GetRawName ¶
func (c *HardwareChange) GetRawName() gotenresource.Name
func (*HardwareChange) GetRawResource ¶
func (c *HardwareChange) GetRawResource() gotenresource.Resource
func (*HardwareChange) GetRemoved ¶
func (m *HardwareChange) GetRemoved() *HardwareChange_Removed
func (*HardwareChange) GotenMessage ¶
func (*HardwareChange) GotenMessage()
func (*HardwareChange) GotenValidate ¶
func (obj *HardwareChange) GotenValidate() error
func (*HardwareChange) IsAdd ¶
func (c *HardwareChange) IsAdd() bool
func (*HardwareChange) IsCurrent ¶
func (c *HardwareChange) IsCurrent() bool
func (*HardwareChange) IsDelete ¶
func (c *HardwareChange) IsDelete() bool
func (*HardwareChange) IsModify ¶
func (c *HardwareChange) IsModify() bool
func (*HardwareChange) Marshal ¶
func (m *HardwareChange) Marshal() ([]byte, error)
func (*HardwareChange) MarshalJSON ¶
func (m *HardwareChange) MarshalJSON() ([]byte, error)
func (*HardwareChange) ProtoMessage ¶
func (*HardwareChange) ProtoMessage()
func (*HardwareChange) ProtoReflect ¶
func (m *HardwareChange) ProtoReflect() preflect.Message
func (*HardwareChange) Reset ¶
func (m *HardwareChange) Reset()
func (*HardwareChange) SetAdded ¶
func (m *HardwareChange) SetAdded(fv *HardwareChange_Added)
func (*HardwareChange) SetAddedRaw ¶
func (c *HardwareChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
func (*HardwareChange) SetChangeType ¶
func (m *HardwareChange) SetChangeType(ofv isHardwareChange_ChangeType)
func (*HardwareChange) SetCurrent ¶
func (m *HardwareChange) SetCurrent(fv *HardwareChange_Current)
func (*HardwareChange) SetCurrentRaw ¶
func (c *HardwareChange) SetCurrentRaw(snapshot gotenresource.Resource)
func (*HardwareChange) SetDeletedRaw ¶
func (c *HardwareChange) SetDeletedRaw(name gotenresource.Name, idx int)
func (*HardwareChange) SetModified ¶
func (m *HardwareChange) SetModified(fv *HardwareChange_Modified)
func (*HardwareChange) SetModifiedRaw ¶
func (c *HardwareChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)
func (*HardwareChange) SetRemoved ¶
func (m *HardwareChange) SetRemoved(fv *HardwareChange_Removed)
func (*HardwareChange) String ¶
func (m *HardwareChange) String() string
func (*HardwareChange) Unmarshal ¶
func (m *HardwareChange) Unmarshal(b []byte) error
func (*HardwareChange) UnmarshalJSON ¶
func (m *HardwareChange) UnmarshalJSON(data []byte) error
type HardwareChangeList ¶
type HardwareChangeList []*HardwareChange
func (HardwareChangeList) Append ¶
func (l HardwareChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
func (HardwareChangeList) AppendList ¶
func (l HardwareChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
func (HardwareChangeList) At ¶
func (l HardwareChangeList) At(idx int) gotenresource.ResourceChange
func (HardwareChangeList) Length ¶
func (l HardwareChangeList) Length() int
func (HardwareChangeList) Set ¶
func (l HardwareChangeList) Set(idx int, change gotenresource.ResourceChange)
func (HardwareChangeList) Slice ¶
func (l HardwareChangeList) Slice(first, second int) gotenresource.ResourceChangeList
type HardwareChangeMap ¶
type HardwareChangeMap map[Name]*HardwareChange
func (HardwareChangeMap) Delete ¶
func (m HardwareChangeMap) Delete(name gotenresource.Name)
func (HardwareChangeMap) ForEach ¶
func (m HardwareChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
func (HardwareChangeMap) Get ¶
func (m HardwareChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
func (HardwareChangeMap) Length ¶
func (m HardwareChangeMap) Length() int
func (HardwareChangeMap) Set ¶
func (m HardwareChangeMap) Set(change gotenresource.ResourceChange)
type HardwareChange_Added ¶
type HardwareChange_Added struct { Hardware *Hardware `protobuf:"bytes,1,opt,name=hardware,proto3" json:"hardware,omitempty" firestore:"hardware"` // Integer describing index of added Hardware in resulting query view. ViewIndex int32 `protobuf:"varint,2,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty" firestore:"viewIndex"` // contains filtered or unexported fields }
Hardware has been added to query view
func (*HardwareChange_Added) Descriptor ¶
func (*HardwareChange_Added) Descriptor() ([]byte, []int)
Deprecated, Use HardwareChange_Added.ProtoReflect.Descriptor instead.
func (*HardwareChange_Added) GetHardware ¶
func (m *HardwareChange_Added) GetHardware() *Hardware
func (*HardwareChange_Added) GetViewIndex ¶
func (m *HardwareChange_Added) GetViewIndex() int32
func (*HardwareChange_Added) GotenMessage ¶
func (*HardwareChange_Added) GotenMessage()
func (*HardwareChange_Added) GotenValidate ¶
func (obj *HardwareChange_Added) GotenValidate() error
func (*HardwareChange_Added) Marshal ¶
func (m *HardwareChange_Added) Marshal() ([]byte, error)
func (*HardwareChange_Added) MarshalJSON ¶
func (m *HardwareChange_Added) MarshalJSON() ([]byte, error)
func (*HardwareChange_Added) ProtoMessage ¶
func (*HardwareChange_Added) ProtoMessage()
func (*HardwareChange_Added) ProtoReflect ¶
func (m *HardwareChange_Added) ProtoReflect() preflect.Message
func (*HardwareChange_Added) Reset ¶
func (m *HardwareChange_Added) Reset()
func (*HardwareChange_Added) SetHardware ¶
func (m *HardwareChange_Added) SetHardware(fv *Hardware)
func (*HardwareChange_Added) SetViewIndex ¶
func (m *HardwareChange_Added) SetViewIndex(fv int32)
func (*HardwareChange_Added) String ¶
func (m *HardwareChange_Added) String() string
func (*HardwareChange_Added) Unmarshal ¶
func (m *HardwareChange_Added) Unmarshal(b []byte) error
func (*HardwareChange_Added) UnmarshalJSON ¶
func (m *HardwareChange_Added) UnmarshalJSON(data []byte) error
type HardwareChange_Added_ ¶
type HardwareChange_Added_ struct { // Added is returned when watched document is added, either created or // enters Query view Added *HardwareChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"` }
type HardwareChange_Current ¶
type HardwareChange_Current struct { Hardware *Hardware `protobuf:"bytes,1,opt,name=hardware,proto3" json:"hardware,omitempty" firestore:"hardware"` // contains filtered or unexported fields }
Hardware has been added or modified in a query view. Version used for stateless watching
func (*HardwareChange_Current) Descriptor ¶
func (*HardwareChange_Current) Descriptor() ([]byte, []int)
Deprecated, Use HardwareChange_Current.ProtoReflect.Descriptor instead.
func (*HardwareChange_Current) GetHardware ¶
func (m *HardwareChange_Current) GetHardware() *Hardware
func (*HardwareChange_Current) GotenMessage ¶
func (*HardwareChange_Current) GotenMessage()
func (*HardwareChange_Current) GotenValidate ¶
func (obj *HardwareChange_Current) GotenValidate() error
func (*HardwareChange_Current) Marshal ¶
func (m *HardwareChange_Current) Marshal() ([]byte, error)
func (*HardwareChange_Current) MarshalJSON ¶
func (m *HardwareChange_Current) MarshalJSON() ([]byte, error)
func (*HardwareChange_Current) ProtoMessage ¶
func (*HardwareChange_Current) ProtoMessage()
func (*HardwareChange_Current) ProtoReflect ¶
func (m *HardwareChange_Current) ProtoReflect() preflect.Message
func (*HardwareChange_Current) Reset ¶
func (m *HardwareChange_Current) Reset()
func (*HardwareChange_Current) SetHardware ¶
func (m *HardwareChange_Current) SetHardware(fv *Hardware)
func (*HardwareChange_Current) String ¶
func (m *HardwareChange_Current) String() string
func (*HardwareChange_Current) Unmarshal ¶
func (m *HardwareChange_Current) Unmarshal(b []byte) error
func (*HardwareChange_Current) UnmarshalJSON ¶
func (m *HardwareChange_Current) UnmarshalJSON(data []byte) error
type HardwareChange_Current_ ¶
type HardwareChange_Current_ struct { // Current is returned in stateless watch when document enters query view or // is modified within. Current *HardwareChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"` }
type HardwareChange_Modified ¶
type HardwareChange_Modified struct { // Name of modified Hardware Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // New version of Hardware or masked difference, depending on mask_changes // instrumentation of issued [WatchHardwareRequest] or // [WatchHardwaresRequest] Hardware *Hardware `protobuf:"bytes,2,opt,name=hardware,proto3" json:"hardware,omitempty" firestore:"hardware"` // Used when mask_changes is set, contains field paths of modified // properties. FieldMask *Hardware_FieldMask `` /* 140-byte string literal not displayed */ // Previous view index specifies previous position of modified Hardware. // When modification doesn't affect sorted order, value will remain // identical to [view_index]. PreviousViewIndex int32 `` /* 145-byte string literal not displayed */ // Integer specifying Hardware new index in resulting query view. ViewIndex int32 `protobuf:"varint,5,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty" firestore:"viewIndex"` // contains filtered or unexported fields }
Hardware changed some of it's fields - contains either full document or masked change
func (*HardwareChange_Modified) Descriptor ¶
func (*HardwareChange_Modified) Descriptor() ([]byte, []int)
Deprecated, Use HardwareChange_Modified.ProtoReflect.Descriptor instead.
func (*HardwareChange_Modified) GetFieldMask ¶
func (m *HardwareChange_Modified) GetFieldMask() *Hardware_FieldMask
func (*HardwareChange_Modified) GetHardware ¶
func (m *HardwareChange_Modified) GetHardware() *Hardware
func (*HardwareChange_Modified) GetName ¶
func (m *HardwareChange_Modified) GetName() *Name
func (*HardwareChange_Modified) GetPreviousViewIndex ¶
func (m *HardwareChange_Modified) GetPreviousViewIndex() int32
func (*HardwareChange_Modified) GetViewIndex ¶
func (m *HardwareChange_Modified) GetViewIndex() int32
func (*HardwareChange_Modified) GotenMessage ¶
func (*HardwareChange_Modified) GotenMessage()
func (*HardwareChange_Modified) GotenValidate ¶
func (obj *HardwareChange_Modified) GotenValidate() error
func (*HardwareChange_Modified) Marshal ¶
func (m *HardwareChange_Modified) Marshal() ([]byte, error)
func (*HardwareChange_Modified) MarshalJSON ¶
func (m *HardwareChange_Modified) MarshalJSON() ([]byte, error)
func (*HardwareChange_Modified) ProtoMessage ¶
func (*HardwareChange_Modified) ProtoMessage()
func (*HardwareChange_Modified) ProtoReflect ¶
func (m *HardwareChange_Modified) ProtoReflect() preflect.Message
func (*HardwareChange_Modified) Reset ¶
func (m *HardwareChange_Modified) Reset()
func (*HardwareChange_Modified) SetFieldMask ¶
func (m *HardwareChange_Modified) SetFieldMask(fv *Hardware_FieldMask)
func (*HardwareChange_Modified) SetHardware ¶
func (m *HardwareChange_Modified) SetHardware(fv *Hardware)
func (*HardwareChange_Modified) SetName ¶
func (m *HardwareChange_Modified) SetName(fv *Name)
func (*HardwareChange_Modified) SetPreviousViewIndex ¶
func (m *HardwareChange_Modified) SetPreviousViewIndex(fv int32)
func (*HardwareChange_Modified) SetViewIndex ¶
func (m *HardwareChange_Modified) SetViewIndex(fv int32)
func (*HardwareChange_Modified) String ¶
func (m *HardwareChange_Modified) String() string
func (*HardwareChange_Modified) Unmarshal ¶
func (m *HardwareChange_Modified) Unmarshal(b []byte) error
func (*HardwareChange_Modified) UnmarshalJSON ¶
func (m *HardwareChange_Modified) UnmarshalJSON(data []byte) error
type HardwareChange_Modified_ ¶
type HardwareChange_Modified_ struct { // Modified is returned when watched document is modified Modified *HardwareChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"` }
type HardwareChange_Removed ¶
type HardwareChange_Removed struct { Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Integer specifying removed Hardware index. Not populated in stateless // watch type. ViewIndex int32 `protobuf:"varint,2,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty" firestore:"viewIndex"` // contains filtered or unexported fields }
Removed is returned when Hardware is deleted or leaves Query view
func (*HardwareChange_Removed) Descriptor ¶
func (*HardwareChange_Removed) Descriptor() ([]byte, []int)
Deprecated, Use HardwareChange_Removed.ProtoReflect.Descriptor instead.
func (*HardwareChange_Removed) GetName ¶
func (m *HardwareChange_Removed) GetName() *Name
func (*HardwareChange_Removed) GetViewIndex ¶
func (m *HardwareChange_Removed) GetViewIndex() int32
func (*HardwareChange_Removed) GotenMessage ¶
func (*HardwareChange_Removed) GotenMessage()
func (*HardwareChange_Removed) GotenValidate ¶
func (obj *HardwareChange_Removed) GotenValidate() error
func (*HardwareChange_Removed) Marshal ¶
func (m *HardwareChange_Removed) Marshal() ([]byte, error)
func (*HardwareChange_Removed) MarshalJSON ¶
func (m *HardwareChange_Removed) MarshalJSON() ([]byte, error)
func (*HardwareChange_Removed) ProtoMessage ¶
func (*HardwareChange_Removed) ProtoMessage()
func (*HardwareChange_Removed) ProtoReflect ¶
func (m *HardwareChange_Removed) ProtoReflect() preflect.Message
func (*HardwareChange_Removed) Reset ¶
func (m *HardwareChange_Removed) Reset()
func (*HardwareChange_Removed) SetName ¶
func (m *HardwareChange_Removed) SetName(fv *Name)
func (*HardwareChange_Removed) SetViewIndex ¶
func (m *HardwareChange_Removed) SetViewIndex(fv int32)
func (*HardwareChange_Removed) String ¶
func (m *HardwareChange_Removed) String() string
func (*HardwareChange_Removed) Unmarshal ¶
func (m *HardwareChange_Removed) Unmarshal(b []byte) error
func (*HardwareChange_Removed) UnmarshalJSON ¶
func (m *HardwareChange_Removed) UnmarshalJSON(data []byte) error
type HardwareChange_Removed_ ¶
type HardwareChange_Removed_ struct { // Removed is returned when Hardware is deleted or leaves Query view Removed *HardwareChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"` }
type HardwareFieldPathBuilder ¶
type HardwareFieldPathBuilder struct{}
func NewHardwareFieldPathBuilder ¶
func NewHardwareFieldPathBuilder() HardwareFieldPathBuilder
func (HardwareFieldPathBuilder) AssociatedDeviceName ¶
func (HardwareFieldPathBuilder) AssociatedDeviceName() HardwarePathSelectorAssociatedDeviceName
func (HardwareFieldPathBuilder) AssociatedEdgelqInstance ¶
func (HardwareFieldPathBuilder) AssociatedEdgelqInstance() HardwarePathSelectorAssociatedEdgelqInstance
func (HardwareFieldPathBuilder) AssociatedProject ¶
func (HardwareFieldPathBuilder) AssociatedProject() HardwarePathSelectorAssociatedProject
func (HardwareFieldPathBuilder) AssociatedProvisioningPolicyName ¶
func (HardwareFieldPathBuilder) AssociatedProvisioningPolicyName() HardwarePathSelectorAssociatedProvisioningPolicyName
func (HardwareFieldPathBuilder) Imei ¶
func (HardwareFieldPathBuilder) Imei() HardwarePathSelectorImei
func (HardwareFieldPathBuilder) Manufacturer ¶
func (HardwareFieldPathBuilder) Manufacturer() HardwarePathSelectorManufacturer
func (HardwareFieldPathBuilder) Metadata ¶
func (HardwareFieldPathBuilder) Metadata() HardwarePathSelectorMetadata
func (HardwareFieldPathBuilder) Name ¶
func (HardwareFieldPathBuilder) Name() HardwarePathSelectorName
func (HardwareFieldPathBuilder) ProductName ¶
func (HardwareFieldPathBuilder) ProductName() HardwarePathSelectorProductName
func (HardwareFieldPathBuilder) SerialNumber ¶
func (HardwareFieldPathBuilder) SerialNumber() HardwarePathSelectorSerialNumber
func (HardwareFieldPathBuilder) SimIccid ¶
func (HardwareFieldPathBuilder) SimIccid() HardwarePathSelectorSimIccid
type HardwareList ¶
type HardwareList []*Hardware
func (HardwareList) Append ¶
func (l HardwareList) Append(item gotenresource.Resource) gotenresource.ResourceList
func (HardwareList) AppendList ¶
func (l HardwareList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
func (HardwareList) At ¶
func (l HardwareList) At(idx int) gotenresource.Resource
func (HardwareList) Length ¶
func (l HardwareList) Length() int
func (HardwareList) Set ¶
func (l HardwareList) Set(idx int, res gotenresource.Resource)
func (HardwareList) Slice ¶
func (l HardwareList) Slice(first, second int) gotenresource.ResourceList
type HardwareMap ¶
func (HardwareMap) Delete ¶
func (m HardwareMap) Delete(name gotenresource.Name)
func (HardwareMap) ForEach ¶
func (m HardwareMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
func (HardwareMap) Get ¶
func (m HardwareMap) Get(name gotenresource.Name) gotenresource.Resource
func (HardwareMap) Length ¶
func (m HardwareMap) Length() int
func (HardwareMap) Set ¶
func (m HardwareMap) Set(res gotenresource.Resource)
type HardwareMapPathSelectorMetadataAnnotations ¶
type HardwareMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (HardwareMapPathSelectorMetadataAnnotations) FieldPath ¶
func (s HardwareMapPathSelectorMetadataAnnotations) FieldPath() *Hardware_FieldSubPath
func (HardwareMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s HardwareMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *Hardware_FieldSubPathArrayOfValues
func (HardwareMapPathSelectorMetadataAnnotations) WithValue ¶
func (s HardwareMapPathSelectorMetadataAnnotations) WithValue(value string) *Hardware_FieldSubPathValue
type HardwareMapPathSelectorMetadataLabels ¶
type HardwareMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (HardwareMapPathSelectorMetadataLabels) FieldPath ¶
func (s HardwareMapPathSelectorMetadataLabels) FieldPath() *Hardware_FieldSubPath
func (HardwareMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s HardwareMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *Hardware_FieldSubPathArrayOfValues
func (HardwareMapPathSelectorMetadataLabels) WithValue ¶
func (s HardwareMapPathSelectorMetadataLabels) WithValue(value string) *Hardware_FieldSubPathValue
type HardwareMapPathSelectorMetadataShards ¶
type HardwareMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (HardwareMapPathSelectorMetadataShards) FieldPath ¶
func (s HardwareMapPathSelectorMetadataShards) FieldPath() *Hardware_FieldSubPath
func (HardwareMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s HardwareMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *Hardware_FieldSubPathArrayOfValues
func (HardwareMapPathSelectorMetadataShards) WithValue ¶
func (s HardwareMapPathSelectorMetadataShards) WithValue(value int64) *Hardware_FieldSubPathValue
type HardwareNameList ¶
type HardwareNameList []*Name
func (HardwareNameList) Append ¶
func (l HardwareNameList) Append(name gotenresource.Name) gotenresource.NameList
func (HardwareNameList) AppendList ¶
func (l HardwareNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
func (HardwareNameList) At ¶
func (l HardwareNameList) At(idx int) gotenresource.Name
func (HardwareNameList) Length ¶
func (l HardwareNameList) Length() int
func (HardwareNameList) Set ¶
func (l HardwareNameList) Set(idx int, name gotenresource.Name)
func (HardwareNameList) Slice ¶
func (l HardwareNameList) Slice(first, second int) gotenresource.NameList
type HardwareParentNameList ¶
type HardwareParentNameList []*ParentName
func (HardwareParentNameList) Append ¶
func (l HardwareParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
func (HardwareParentNameList) AppendList ¶
func (l HardwareParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
func (HardwareParentNameList) At ¶
func (l HardwareParentNameList) At(idx int) gotenresource.Name
func (HardwareParentNameList) Length ¶
func (l HardwareParentNameList) Length() int
func (HardwareParentNameList) Set ¶
func (l HardwareParentNameList) Set(idx int, name gotenresource.Name)
func (HardwareParentNameList) Slice ¶
func (l HardwareParentNameList) Slice(first, second int) gotenresource.ParentNameList
type HardwareParentReferenceList ¶
type HardwareParentReferenceList []*ParentReference
func (HardwareParentReferenceList) Append ¶
func (l HardwareParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
func (HardwareParentReferenceList) AppendList ¶
func (l HardwareParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
func (HardwareParentReferenceList) At ¶
func (l HardwareParentReferenceList) At(idx int) gotenresource.Reference
func (HardwareParentReferenceList) Length ¶
func (l HardwareParentReferenceList) Length() int
func (HardwareParentReferenceList) Set ¶
func (l HardwareParentReferenceList) Set(idx int, ref gotenresource.Reference)
func (HardwareParentReferenceList) Slice ¶
func (l HardwareParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
type HardwarePathSelectorAssociatedDeviceName ¶
type HardwarePathSelectorAssociatedDeviceName struct{}
func (HardwarePathSelectorAssociatedDeviceName) FieldPath ¶
func (HardwarePathSelectorAssociatedDeviceName) FieldPath() *Hardware_FieldTerminalPath
func (HardwarePathSelectorAssociatedDeviceName) WithArrayOfValues ¶
func (s HardwarePathSelectorAssociatedDeviceName) WithArrayOfValues(values []string) *Hardware_FieldTerminalPathArrayOfValues
func (HardwarePathSelectorAssociatedDeviceName) WithValue ¶
func (s HardwarePathSelectorAssociatedDeviceName) WithValue(value string) *Hardware_FieldTerminalPathValue
type HardwarePathSelectorAssociatedEdgelqInstance ¶
type HardwarePathSelectorAssociatedEdgelqInstance struct{}
func (HardwarePathSelectorAssociatedEdgelqInstance) FieldPath ¶
func (HardwarePathSelectorAssociatedEdgelqInstance) FieldPath() *Hardware_FieldTerminalPath
func (HardwarePathSelectorAssociatedEdgelqInstance) WithArrayOfValues ¶
func (s HardwarePathSelectorAssociatedEdgelqInstance) WithArrayOfValues(values []*edgelq_instance.Reference) *Hardware_FieldTerminalPathArrayOfValues
func (HardwarePathSelectorAssociatedEdgelqInstance) WithValue ¶
func (s HardwarePathSelectorAssociatedEdgelqInstance) WithValue(value *edgelq_instance.Reference) *Hardware_FieldTerminalPathValue
type HardwarePathSelectorAssociatedProject ¶
type HardwarePathSelectorAssociatedProject struct{}
func (HardwarePathSelectorAssociatedProject) FieldPath ¶
func (HardwarePathSelectorAssociatedProject) FieldPath() *Hardware_FieldTerminalPath
func (HardwarePathSelectorAssociatedProject) WithArrayOfValues ¶
func (s HardwarePathSelectorAssociatedProject) WithArrayOfValues(values []string) *Hardware_FieldTerminalPathArrayOfValues
func (HardwarePathSelectorAssociatedProject) WithValue ¶
func (s HardwarePathSelectorAssociatedProject) WithValue(value string) *Hardware_FieldTerminalPathValue
type HardwarePathSelectorAssociatedProvisioningPolicyName ¶
type HardwarePathSelectorAssociatedProvisioningPolicyName struct{}
func (HardwarePathSelectorAssociatedProvisioningPolicyName) FieldPath ¶
func (HardwarePathSelectorAssociatedProvisioningPolicyName) FieldPath() *Hardware_FieldTerminalPath
func (HardwarePathSelectorAssociatedProvisioningPolicyName) WithArrayOfValues ¶
func (s HardwarePathSelectorAssociatedProvisioningPolicyName) WithArrayOfValues(values []string) *Hardware_FieldTerminalPathArrayOfValues
func (HardwarePathSelectorAssociatedProvisioningPolicyName) WithValue ¶
func (s HardwarePathSelectorAssociatedProvisioningPolicyName) WithValue(value string) *Hardware_FieldTerminalPathValue
type HardwarePathSelectorImei ¶
type HardwarePathSelectorImei struct{}
func (HardwarePathSelectorImei) FieldPath ¶
func (HardwarePathSelectorImei) FieldPath() *Hardware_FieldTerminalPath
func (HardwarePathSelectorImei) WithArrayOfValues ¶
func (s HardwarePathSelectorImei) WithArrayOfValues(values []string) *Hardware_FieldTerminalPathArrayOfValues
func (HardwarePathSelectorImei) WithValue ¶
func (s HardwarePathSelectorImei) WithValue(value string) *Hardware_FieldTerminalPathValue
type HardwarePathSelectorManufacturer ¶
type HardwarePathSelectorManufacturer struct{}
func (HardwarePathSelectorManufacturer) FieldPath ¶
func (HardwarePathSelectorManufacturer) FieldPath() *Hardware_FieldTerminalPath
func (HardwarePathSelectorManufacturer) WithArrayOfValues ¶
func (s HardwarePathSelectorManufacturer) WithArrayOfValues(values []string) *Hardware_FieldTerminalPathArrayOfValues
func (HardwarePathSelectorManufacturer) WithValue ¶
func (s HardwarePathSelectorManufacturer) WithValue(value string) *Hardware_FieldTerminalPathValue
type HardwarePathSelectorMetadata ¶
type HardwarePathSelectorMetadata struct{}
func (HardwarePathSelectorMetadata) Annotations ¶
func (HardwarePathSelectorMetadata) Annotations() HardwarePathSelectorMetadataAnnotations
func (HardwarePathSelectorMetadata) CreateTime ¶
func (HardwarePathSelectorMetadata) CreateTime() HardwarePathSelectorMetadataCreateTime
func (HardwarePathSelectorMetadata) DeleteTime ¶
func (HardwarePathSelectorMetadata) DeleteTime() HardwarePathSelectorMetadataDeleteTime
func (HardwarePathSelectorMetadata) FieldPath ¶
func (HardwarePathSelectorMetadata) FieldPath() *Hardware_FieldTerminalPath
func (HardwarePathSelectorMetadata) Generation ¶
func (HardwarePathSelectorMetadata) Generation() HardwarePathSelectorMetadataGeneration
func (HardwarePathSelectorMetadata) Labels ¶
func (HardwarePathSelectorMetadata) Labels() HardwarePathSelectorMetadataLabels
func (HardwarePathSelectorMetadata) Lifecycle ¶
func (HardwarePathSelectorMetadata) Lifecycle() HardwarePathSelectorMetadataLifecycle
func (HardwarePathSelectorMetadata) OwnerReferences ¶
func (HardwarePathSelectorMetadata) OwnerReferences() HardwarePathSelectorMetadataOwnerReferences
func (HardwarePathSelectorMetadata) ResourceVersion ¶
func (HardwarePathSelectorMetadata) ResourceVersion() HardwarePathSelectorMetadataResourceVersion
func (HardwarePathSelectorMetadata) Services ¶
func (HardwarePathSelectorMetadata) Services() HardwarePathSelectorMetadataServices
func (HardwarePathSelectorMetadata) Shards ¶
func (HardwarePathSelectorMetadata) Shards() HardwarePathSelectorMetadataShards
func (HardwarePathSelectorMetadata) Syncing ¶
func (HardwarePathSelectorMetadata) Syncing() HardwarePathSelectorMetadataSyncing
func (HardwarePathSelectorMetadata) Tags ¶
func (HardwarePathSelectorMetadata) Tags() HardwarePathSelectorMetadataTags
func (HardwarePathSelectorMetadata) UpdateTime ¶
func (HardwarePathSelectorMetadata) UpdateTime() HardwarePathSelectorMetadataUpdateTime
func (HardwarePathSelectorMetadata) Uuid ¶
func (HardwarePathSelectorMetadata) Uuid() HardwarePathSelectorMetadataUuid
func (HardwarePathSelectorMetadata) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadata) WithArrayOfValues(values []*meta.Meta) *Hardware_FieldTerminalPathArrayOfValues
func (HardwarePathSelectorMetadata) WithSubArrayItemValue ¶
func (s HardwarePathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue meta.Meta_FieldPathArrayItemValue) *Hardware_FieldSubPathArrayItemValue
func (HardwarePathSelectorMetadata) WithSubArrayOfValues ¶
func (s HardwarePathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues meta.Meta_FieldPathArrayOfValues) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadata) WithSubPath ¶
func (HardwarePathSelectorMetadata) WithSubPath(subPath meta.Meta_FieldPath) *Hardware_FieldSubPath
func (HardwarePathSelectorMetadata) WithSubValue ¶
func (s HardwarePathSelectorMetadata) WithSubValue(subPathValue meta.Meta_FieldPathValue) *Hardware_FieldSubPathValue
func (HardwarePathSelectorMetadata) WithValue ¶
func (s HardwarePathSelectorMetadata) WithValue(value *meta.Meta) *Hardware_FieldTerminalPathValue
type HardwarePathSelectorMetadataAnnotations ¶
type HardwarePathSelectorMetadataAnnotations struct{}
func (HardwarePathSelectorMetadataAnnotations) FieldPath ¶
func (HardwarePathSelectorMetadataAnnotations) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataAnnotations) WithKey ¶
func (HardwarePathSelectorMetadataAnnotations) WithKey(key string) HardwareMapPathSelectorMetadataAnnotations
func (HardwarePathSelectorMetadataAnnotations) WithValue ¶
func (s HardwarePathSelectorMetadataAnnotations) WithValue(value map[string]string) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataCreateTime ¶
type HardwarePathSelectorMetadataCreateTime struct{}
func (HardwarePathSelectorMetadataCreateTime) FieldPath ¶
func (HardwarePathSelectorMetadataCreateTime) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataCreateTime) WithValue ¶
func (s HardwarePathSelectorMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataDeleteTime ¶
type HardwarePathSelectorMetadataDeleteTime struct{}
func (HardwarePathSelectorMetadataDeleteTime) FieldPath ¶
func (HardwarePathSelectorMetadataDeleteTime) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataDeleteTime) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataDeleteTime) WithValue ¶
func (s HardwarePathSelectorMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataGeneration ¶
type HardwarePathSelectorMetadataGeneration struct{}
func (HardwarePathSelectorMetadataGeneration) FieldPath ¶
func (HardwarePathSelectorMetadataGeneration) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataGeneration) WithValue ¶
func (s HardwarePathSelectorMetadataGeneration) WithValue(value int64) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataLabels ¶
type HardwarePathSelectorMetadataLabels struct{}
func (HardwarePathSelectorMetadataLabels) FieldPath ¶
func (HardwarePathSelectorMetadataLabels) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataLabels) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataLabels) WithKey ¶
func (HardwarePathSelectorMetadataLabels) WithKey(key string) HardwareMapPathSelectorMetadataLabels
func (HardwarePathSelectorMetadataLabels) WithValue ¶
func (s HardwarePathSelectorMetadataLabels) WithValue(value map[string]string) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataLifecycle ¶
type HardwarePathSelectorMetadataLifecycle struct{}
func (HardwarePathSelectorMetadataLifecycle) BlockDeletion ¶
func (HardwarePathSelectorMetadataLifecycle) BlockDeletion() HardwarePathSelectorMetadataLifecycleBlockDeletion
func (HardwarePathSelectorMetadataLifecycle) FieldPath ¶
func (HardwarePathSelectorMetadataLifecycle) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataLifecycle) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataLifecycle) WithValue ¶
func (s HardwarePathSelectorMetadataLifecycle) WithValue(value *meta.Lifecycle) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataLifecycleBlockDeletion ¶
type HardwarePathSelectorMetadataLifecycleBlockDeletion struct{}
func (HardwarePathSelectorMetadataLifecycleBlockDeletion) FieldPath ¶
func (HardwarePathSelectorMetadataLifecycleBlockDeletion) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataLifecycleBlockDeletion) WithValue ¶
func (s HardwarePathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataLifecycleState ¶
type HardwarePathSelectorMetadataLifecycleState struct{}
func (HardwarePathSelectorMetadataLifecycleState) FieldPath ¶
func (HardwarePathSelectorMetadataLifecycleState) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataLifecycleState) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataLifecycleState) WithValue ¶
func (s HardwarePathSelectorMetadataLifecycleState) WithValue(value meta.Lifecycle_State) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataOwnerReferences ¶
type HardwarePathSelectorMetadataOwnerReferences struct{}
func (HardwarePathSelectorMetadataOwnerReferences) Controller ¶
func (HardwarePathSelectorMetadataOwnerReferences) FieldPath ¶
func (HardwarePathSelectorMetadataOwnerReferences) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataOwnerReferences) RequiresOwnerReference ¶
func (HardwarePathSelectorMetadataOwnerReferences) RequiresOwnerReference() HardwarePathSelectorMetadataOwnerReferencesRequiresOwnerReference
func (HardwarePathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s HardwarePathSelectorMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *Hardware_FieldSubPathArrayItemValue
func (HardwarePathSelectorMetadataOwnerReferences) WithValue ¶
func (s HardwarePathSelectorMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataOwnerReferencesController ¶
type HardwarePathSelectorMetadataOwnerReferencesController struct{}
func (HardwarePathSelectorMetadataOwnerReferencesController) FieldPath ¶
func (HardwarePathSelectorMetadataOwnerReferencesController) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataOwnerReferencesController) WithValue ¶
func (s HardwarePathSelectorMetadataOwnerReferencesController) WithValue(value bool) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataOwnerReferencesKind ¶
type HardwarePathSelectorMetadataOwnerReferencesKind struct{}
func (HardwarePathSelectorMetadataOwnerReferencesKind) FieldPath ¶
func (HardwarePathSelectorMetadataOwnerReferencesKind) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s HardwarePathSelectorMetadataOwnerReferencesKind) WithValue(value string) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataOwnerReferencesName ¶
type HardwarePathSelectorMetadataOwnerReferencesName struct{}
func (HardwarePathSelectorMetadataOwnerReferencesName) FieldPath ¶
func (HardwarePathSelectorMetadataOwnerReferencesName) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s HardwarePathSelectorMetadataOwnerReferencesName) WithValue(value string) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataOwnerReferencesRegion ¶
type HardwarePathSelectorMetadataOwnerReferencesRegion struct{}
func (HardwarePathSelectorMetadataOwnerReferencesRegion) FieldPath ¶
func (HardwarePathSelectorMetadataOwnerReferencesRegion) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataOwnerReferencesRegion) WithValue ¶
func (s HardwarePathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataOwnerReferencesRequiresOwnerReference ¶
type HardwarePathSelectorMetadataOwnerReferencesRequiresOwnerReference struct{}
func (HardwarePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue ¶
func (s HardwarePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataOwnerReferencesVersion ¶
type HardwarePathSelectorMetadataOwnerReferencesVersion struct{}
func (HardwarePathSelectorMetadataOwnerReferencesVersion) FieldPath ¶
func (HardwarePathSelectorMetadataOwnerReferencesVersion) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataOwnerReferencesVersion) WithValue ¶
func (s HardwarePathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataResourceVersion ¶
type HardwarePathSelectorMetadataResourceVersion struct{}
func (HardwarePathSelectorMetadataResourceVersion) FieldPath ¶
func (HardwarePathSelectorMetadataResourceVersion) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataResourceVersion) WithValue ¶
func (s HardwarePathSelectorMetadataResourceVersion) WithValue(value string) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataServices ¶
type HardwarePathSelectorMetadataServices struct{}
func (HardwarePathSelectorMetadataServices) AllowedServices ¶
func (HardwarePathSelectorMetadataServices) AllowedServices() HardwarePathSelectorMetadataServicesAllowedServices
func (HardwarePathSelectorMetadataServices) FieldPath ¶
func (HardwarePathSelectorMetadataServices) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataServices) OwningService ¶
func (HardwarePathSelectorMetadataServices) OwningService() HardwarePathSelectorMetadataServicesOwningService
func (HardwarePathSelectorMetadataServices) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataServices) WithValue ¶
func (s HardwarePathSelectorMetadataServices) WithValue(value *meta.ServicesInfo) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataServicesAllowedServices ¶
type HardwarePathSelectorMetadataServicesAllowedServices struct{}
func (HardwarePathSelectorMetadataServicesAllowedServices) FieldPath ¶
func (HardwarePathSelectorMetadataServicesAllowedServices) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataServicesAllowedServices) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataServicesAllowedServices) WithItemValue ¶
func (s HardwarePathSelectorMetadataServicesAllowedServices) WithItemValue(value string) *Hardware_FieldSubPathArrayItemValue
func (HardwarePathSelectorMetadataServicesAllowedServices) WithValue ¶
func (s HardwarePathSelectorMetadataServicesAllowedServices) WithValue(value []string) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataServicesOwningService ¶
type HardwarePathSelectorMetadataServicesOwningService struct{}
func (HardwarePathSelectorMetadataServicesOwningService) FieldPath ¶
func (HardwarePathSelectorMetadataServicesOwningService) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataServicesOwningService) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataServicesOwningService) WithArrayOfValues(values []string) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataServicesOwningService) WithValue ¶
func (s HardwarePathSelectorMetadataServicesOwningService) WithValue(value string) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataShards ¶
type HardwarePathSelectorMetadataShards struct{}
func (HardwarePathSelectorMetadataShards) FieldPath ¶
func (HardwarePathSelectorMetadataShards) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataShards) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataShards) WithKey ¶
func (HardwarePathSelectorMetadataShards) WithKey(key string) HardwareMapPathSelectorMetadataShards
func (HardwarePathSelectorMetadataShards) WithValue ¶
func (s HardwarePathSelectorMetadataShards) WithValue(value map[string]int64) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataSyncing ¶
type HardwarePathSelectorMetadataSyncing struct{}
func (HardwarePathSelectorMetadataSyncing) FieldPath ¶
func (HardwarePathSelectorMetadataSyncing) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataSyncing) OwningRegion ¶
func (HardwarePathSelectorMetadataSyncing) OwningRegion() HardwarePathSelectorMetadataSyncingOwningRegion
func (HardwarePathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataSyncing) WithValue ¶
func (s HardwarePathSelectorMetadataSyncing) WithValue(value *meta.SyncingMeta) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataSyncingOwningRegion ¶
type HardwarePathSelectorMetadataSyncingOwningRegion struct{}
func (HardwarePathSelectorMetadataSyncingOwningRegion) FieldPath ¶
func (HardwarePathSelectorMetadataSyncingOwningRegion) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s HardwarePathSelectorMetadataSyncingOwningRegion) WithValue(value string) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataSyncingRegions ¶
type HardwarePathSelectorMetadataSyncingRegions struct{}
func (HardwarePathSelectorMetadataSyncingRegions) FieldPath ¶
func (HardwarePathSelectorMetadataSyncingRegions) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s HardwarePathSelectorMetadataSyncingRegions) WithItemValue(value string) *Hardware_FieldSubPathArrayItemValue
func (HardwarePathSelectorMetadataSyncingRegions) WithValue ¶
func (s HardwarePathSelectorMetadataSyncingRegions) WithValue(value []string) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataTags ¶
type HardwarePathSelectorMetadataTags struct{}
func (HardwarePathSelectorMetadataTags) FieldPath ¶
func (HardwarePathSelectorMetadataTags) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataTags) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataTags) WithArrayOfValues(values [][]string) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataTags) WithItemValue ¶
func (s HardwarePathSelectorMetadataTags) WithItemValue(value string) *Hardware_FieldSubPathArrayItemValue
func (HardwarePathSelectorMetadataTags) WithValue ¶
func (s HardwarePathSelectorMetadataTags) WithValue(value []string) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataUpdateTime ¶
type HardwarePathSelectorMetadataUpdateTime struct{}
func (HardwarePathSelectorMetadataUpdateTime) FieldPath ¶
func (HardwarePathSelectorMetadataUpdateTime) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataUpdateTime) WithValue ¶
func (s HardwarePathSelectorMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *Hardware_FieldSubPathValue
type HardwarePathSelectorMetadataUuid ¶
type HardwarePathSelectorMetadataUuid struct{}
func (HardwarePathSelectorMetadataUuid) FieldPath ¶
func (HardwarePathSelectorMetadataUuid) FieldPath() *Hardware_FieldSubPath
func (HardwarePathSelectorMetadataUuid) WithArrayOfValues ¶
func (s HardwarePathSelectorMetadataUuid) WithArrayOfValues(values []string) *Hardware_FieldSubPathArrayOfValues
func (HardwarePathSelectorMetadataUuid) WithValue ¶
func (s HardwarePathSelectorMetadataUuid) WithValue(value string) *Hardware_FieldSubPathValue
type HardwarePathSelectorName ¶
type HardwarePathSelectorName struct{}
func (HardwarePathSelectorName) FieldPath ¶
func (HardwarePathSelectorName) FieldPath() *Hardware_FieldTerminalPath
func (HardwarePathSelectorName) WithArrayOfValues ¶
func (s HardwarePathSelectorName) WithArrayOfValues(values []*Name) *Hardware_FieldTerminalPathArrayOfValues
func (HardwarePathSelectorName) WithValue ¶
func (s HardwarePathSelectorName) WithValue(value *Name) *Hardware_FieldTerminalPathValue
type HardwarePathSelectorProductName ¶
type HardwarePathSelectorProductName struct{}
func (HardwarePathSelectorProductName) FieldPath ¶
func (HardwarePathSelectorProductName) FieldPath() *Hardware_FieldTerminalPath
func (HardwarePathSelectorProductName) WithArrayOfValues ¶
func (s HardwarePathSelectorProductName) WithArrayOfValues(values []string) *Hardware_FieldTerminalPathArrayOfValues
func (HardwarePathSelectorProductName) WithValue ¶
func (s HardwarePathSelectorProductName) WithValue(value string) *Hardware_FieldTerminalPathValue
type HardwarePathSelectorSerialNumber ¶
type HardwarePathSelectorSerialNumber struct{}
func (HardwarePathSelectorSerialNumber) FieldPath ¶
func (HardwarePathSelectorSerialNumber) FieldPath() *Hardware_FieldTerminalPath
func (HardwarePathSelectorSerialNumber) WithArrayOfValues ¶
func (s HardwarePathSelectorSerialNumber) WithArrayOfValues(values []string) *Hardware_FieldTerminalPathArrayOfValues
func (HardwarePathSelectorSerialNumber) WithValue ¶
func (s HardwarePathSelectorSerialNumber) WithValue(value string) *Hardware_FieldTerminalPathValue
type HardwarePathSelectorSimIccid ¶
type HardwarePathSelectorSimIccid struct{}
func (HardwarePathSelectorSimIccid) FieldPath ¶
func (HardwarePathSelectorSimIccid) FieldPath() *Hardware_FieldTerminalPath
func (HardwarePathSelectorSimIccid) WithArrayOfValues ¶
func (s HardwarePathSelectorSimIccid) WithArrayOfValues(values []string) *Hardware_FieldTerminalPathArrayOfValues
func (HardwarePathSelectorSimIccid) WithValue ¶
func (s HardwarePathSelectorSimIccid) WithValue(value string) *Hardware_FieldTerminalPathValue
type HardwareReferenceList ¶
type HardwareReferenceList []*Reference
func (HardwareReferenceList) Append ¶
func (l HardwareReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
func (HardwareReferenceList) AppendList ¶
func (l HardwareReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
func (HardwareReferenceList) At ¶
func (l HardwareReferenceList) At(idx int) gotenresource.Reference
func (HardwareReferenceList) Length ¶
func (l HardwareReferenceList) Length() int
func (HardwareReferenceList) Set ¶
func (l HardwareReferenceList) Set(idx int, ref gotenresource.Reference)
func (HardwareReferenceList) Slice ¶
func (l HardwareReferenceList) Slice(first, second int) gotenresource.ReferenceList
type Hardware_FieldMask ¶
type Hardware_FieldMask struct {
Paths []Hardware_FieldPath
}
func FullHardware_FieldMask ¶
func FullHardware_FieldMask() *Hardware_FieldMask
func ResourceViewFieldMask ¶
func ResourceViewFieldMask(viewName view.View, extraMask *Hardware_FieldMask) *Hardware_FieldMask
func (*Hardware_FieldMask) AppendPath ¶
func (fieldMask *Hardware_FieldMask) AppendPath(path Hardware_FieldPath)
func (*Hardware_FieldMask) AppendRawPath ¶
func (fieldMask *Hardware_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Hardware_FieldMask) DecodeFirestore ¶
func (fieldMask *Hardware_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Hardware_FieldMask) EncodeFirestore ¶
func (fieldMask *Hardware_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Hardware_FieldMask) FilterInputFields ¶
func (fieldMask *Hardware_FieldMask) FilterInputFields() *Hardware_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Hardware_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Hardware_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*Hardware_FieldMask) GetPaths ¶
func (fieldMask *Hardware_FieldMask) GetPaths() []Hardware_FieldPath
func (*Hardware_FieldMask) GetRawPaths ¶
func (fieldMask *Hardware_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Hardware_FieldMask) IsFull ¶
func (fieldMask *Hardware_FieldMask) IsFull() bool
func (Hardware_FieldMask) Marshal ¶
func (fieldMask Hardware_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Hardware_FieldMask) MarshalJSON ¶
func (fieldMask Hardware_FieldMask) MarshalJSON() ([]byte, error)
func (*Hardware_FieldMask) PathsCount ¶
func (fieldMask *Hardware_FieldMask) PathsCount() int
func (*Hardware_FieldMask) Project ¶
func (fieldMask *Hardware_FieldMask) Project(source *Hardware) *Hardware
func (*Hardware_FieldMask) ProjectRaw ¶
func (fieldMask *Hardware_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Hardware_FieldMask) ProtoMessage ¶
func (fieldMask *Hardware_FieldMask) ProtoMessage()
func (*Hardware_FieldMask) ProtoReflect ¶
func (fieldMask *Hardware_FieldMask) ProtoReflect() preflect.Message
func (*Hardware_FieldMask) Reset ¶
func (fieldMask *Hardware_FieldMask) Reset()
func (*Hardware_FieldMask) Set ¶
func (fieldMask *Hardware_FieldMask) Set(target, source *Hardware)
func (*Hardware_FieldMask) SetFromCliFlag ¶
func (fieldMask *Hardware_FieldMask) SetFromCliFlag(raw string) error
func (*Hardware_FieldMask) SetRaw ¶
func (fieldMask *Hardware_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Hardware_FieldMask) Size ¶
func (fieldMask *Hardware_FieldMask) Size() int
func (*Hardware_FieldMask) String ¶
func (fieldMask *Hardware_FieldMask) String() string
func (*Hardware_FieldMask) Subtract ¶
func (fieldMask *Hardware_FieldMask) Subtract(other *Hardware_FieldMask) *Hardware_FieldMask
func (*Hardware_FieldMask) SubtractRaw ¶
func (fieldMask *Hardware_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Hardware_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Hardware_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Hardware_FieldMask) Unmarshal ¶
func (fieldMask *Hardware_FieldMask) Unmarshal(data []byte) error
func (*Hardware_FieldMask) UnmarshalJSON ¶
func (fieldMask *Hardware_FieldMask) UnmarshalJSON(data []byte) error
type Hardware_FieldPath ¶
type Hardware_FieldPath interface { gotenobject.FieldPath Selector() Hardware_FieldPathSelector Get(source *Hardware) []interface{} GetSingle(source *Hardware) (interface{}, bool) ClearValue(item *Hardware) // Those methods build corresponding Hardware_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) Hardware_FieldPathValue WithIArrayOfValues(values interface{}) Hardware_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) Hardware_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildHardware_FieldPath ¶
func BuildHardware_FieldPath(fp gotenobject.RawFieldPath) (Hardware_FieldPath, error)
func MustParseHardware_FieldPath ¶
func MustParseHardware_FieldPath(rawField string) Hardware_FieldPath
func ParseHardware_FieldPath ¶
func ParseHardware_FieldPath(rawField string) (Hardware_FieldPath, error)
type Hardware_FieldPathArrayItemValue ¶
type Hardware_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue Hardware_FieldPath ContainsValue(*Hardware) bool }
Hardware_FieldPathArrayItemValue allows storing single item in Path-specific values for Hardware according to their type Present only for array (repeated) types.
func MustParseHardware_FieldPathArrayItemValue ¶
func MustParseHardware_FieldPathArrayItemValue(pathStr, valueStr string) Hardware_FieldPathArrayItemValue
func ParseHardware_FieldPathArrayItemValue ¶
func ParseHardware_FieldPathArrayItemValue(pathStr, valueStr string) (Hardware_FieldPathArrayItemValue, error)
ParseHardware_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type Hardware_FieldPathArrayOfValues ¶
type Hardware_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues Hardware_FieldPath }
Hardware_FieldPathArrayOfValues allows storing slice of values for Hardware fields according to their type
func MustParseHardware_FieldPathArrayOfValues ¶
func MustParseHardware_FieldPathArrayOfValues(pathStr, valuesStr string) Hardware_FieldPathArrayOfValues
func ParseHardware_FieldPathArrayOfValues ¶
func ParseHardware_FieldPathArrayOfValues(pathStr, valuesStr string) (Hardware_FieldPathArrayOfValues, error)
type Hardware_FieldPathSelector ¶
type Hardware_FieldPathSelector int32
const ( Hardware_FieldPathSelectorName Hardware_FieldPathSelector = 0 Hardware_FieldPathSelectorMetadata Hardware_FieldPathSelector = 1 Hardware_FieldPathSelectorSerialNumber Hardware_FieldPathSelector = 2 Hardware_FieldPathSelectorManufacturer Hardware_FieldPathSelector = 3 Hardware_FieldPathSelectorProductName Hardware_FieldPathSelector = 4 Hardware_FieldPathSelectorAssociatedEdgelqInstance Hardware_FieldPathSelector = 5 Hardware_FieldPathSelectorAssociatedProject Hardware_FieldPathSelector = 6 Hardware_FieldPathSelectorAssociatedProvisioningPolicyName Hardware_FieldPathSelector = 7 Hardware_FieldPathSelectorAssociatedDeviceName Hardware_FieldPathSelector = 8 Hardware_FieldPathSelectorSimIccid Hardware_FieldPathSelector = 9 Hardware_FieldPathSelectorImei Hardware_FieldPathSelector = 10 )
func (Hardware_FieldPathSelector) String ¶
func (s Hardware_FieldPathSelector) String() string
type Hardware_FieldPathValue ¶
type Hardware_FieldPathValue interface { Hardware_FieldPath gotenobject.FieldPathValue SetTo(target **Hardware) CompareWith(*Hardware) (cmp int, comparable bool) }
Hardware_FieldPathValue allows storing values for Hardware fields according to their type
func MustParseHardware_FieldPathValue ¶
func MustParseHardware_FieldPathValue(pathStr, valueStr string) Hardware_FieldPathValue
func ParseHardware_FieldPathValue ¶
func ParseHardware_FieldPathValue(pathStr, valueStr string) (Hardware_FieldPathValue, error)
type Hardware_FieldSubPath ¶
type Hardware_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*Hardware_FieldSubPath) AsMetadataSubPath ¶
func (fps *Hardware_FieldSubPath) AsMetadataSubPath() (meta.Meta_FieldPath, bool)
func (*Hardware_FieldSubPath) ClearValue ¶
func (fps *Hardware_FieldSubPath) ClearValue(item *Hardware)
func (*Hardware_FieldSubPath) ClearValueRaw ¶
func (fps *Hardware_FieldSubPath) ClearValueRaw(item proto.Message)
func (*Hardware_FieldSubPath) Get ¶
func (fps *Hardware_FieldSubPath) Get(source *Hardware) (values []interface{})
Get returns all values pointed by selected field from source Hardware
func (*Hardware_FieldSubPath) GetDefault ¶
func (fps *Hardware_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Hardware_FieldSubPath) GetRaw ¶
func (fps *Hardware_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*Hardware_FieldSubPath) GetSingle ¶
func (fps *Hardware_FieldSubPath) GetSingle(source *Hardware) (interface{}, bool)
GetSingle returns value of selected field from source Hardware
func (*Hardware_FieldSubPath) GetSingleRaw ¶
func (fps *Hardware_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Hardware_FieldSubPath) IsLeaf ¶
func (fps *Hardware_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Hardware_FieldSubPath) JSONString ¶
func (fps *Hardware_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Hardware_FieldSubPath) Selector ¶
func (fps *Hardware_FieldSubPath) Selector() Hardware_FieldPathSelector
func (*Hardware_FieldSubPath) SplitIntoTerminalIPaths ¶
func (fps *Hardware_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*Hardware_FieldSubPath) String ¶
func (fps *Hardware_FieldSubPath) String() string
String returns path representation in proto convention
func (*Hardware_FieldSubPath) WithIArrayItemValue ¶
func (fps *Hardware_FieldSubPath) WithIArrayItemValue(value interface{}) Hardware_FieldPathArrayItemValue
func (*Hardware_FieldSubPath) WithIArrayOfValues ¶
func (fps *Hardware_FieldSubPath) WithIArrayOfValues(values interface{}) Hardware_FieldPathArrayOfValues
func (*Hardware_FieldSubPath) WithIValue ¶
func (fps *Hardware_FieldSubPath) WithIValue(value interface{}) Hardware_FieldPathValue
func (*Hardware_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *Hardware_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Hardware_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *Hardware_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Hardware_FieldSubPath) WithRawIValue ¶
func (fps *Hardware_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Hardware_FieldSubPathArrayItemValue ¶
type Hardware_FieldSubPathArrayItemValue struct { Hardware_FieldPath // contains filtered or unexported fields }
func (*Hardware_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *Hardware_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (meta.Meta_FieldPathArrayItemValue, bool)
func (*Hardware_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *Hardware_FieldSubPathArrayItemValue) ContainsValue(source *Hardware) bool
Contains returns a boolean indicating if value that is being held is present in given 'Hardware'
func (*Hardware_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *Hardware_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type Hardware_FieldSubPathArrayOfValues ¶
type Hardware_FieldSubPathArrayOfValues struct { Hardware_FieldPath // contains filtered or unexported fields }
func (*Hardware_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *Hardware_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (meta.Meta_FieldPathArrayOfValues, bool)
func (*Hardware_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *Hardware_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type Hardware_FieldSubPathValue ¶
type Hardware_FieldSubPathValue struct { Hardware_FieldPath // contains filtered or unexported fields }
func (*Hardware_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *Hardware_FieldSubPathValue) AsMetadataPathValue() (meta.Meta_FieldPathValue, bool)
func (*Hardware_FieldSubPathValue) CompareWith ¶
func (fpvs *Hardware_FieldSubPathValue) CompareWith(source *Hardware) (int, bool)
func (*Hardware_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *Hardware_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Hardware_FieldSubPathValue) GetRawValue ¶
func (fpvs *Hardware_FieldSubPathValue) GetRawValue() interface{}
func (*Hardware_FieldSubPathValue) SetTo ¶
func (fpvs *Hardware_FieldSubPathValue) SetTo(target **Hardware)
func (*Hardware_FieldSubPathValue) SetToRaw ¶
func (fpvs *Hardware_FieldSubPathValue) SetToRaw(target proto.Message)
type Hardware_FieldTerminalPath ¶
type Hardware_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*Hardware_FieldTerminalPath) ClearValue ¶
func (fp *Hardware_FieldTerminalPath) ClearValue(item *Hardware)
func (*Hardware_FieldTerminalPath) ClearValueRaw ¶
func (fp *Hardware_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*Hardware_FieldTerminalPath) Get ¶
func (fp *Hardware_FieldTerminalPath) Get(source *Hardware) (values []interface{})
Get returns all values pointed by specific field from source Hardware
func (*Hardware_FieldTerminalPath) GetDefault ¶
func (fp *Hardware_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Hardware_FieldTerminalPath) GetRaw ¶
func (fp *Hardware_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*Hardware_FieldTerminalPath) GetSingle ¶
func (fp *Hardware_FieldTerminalPath) GetSingle(source *Hardware) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Hardware
func (*Hardware_FieldTerminalPath) GetSingleRaw ¶
func (fp *Hardware_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Hardware_FieldTerminalPath) IsLeaf ¶
func (fp *Hardware_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Hardware_FieldTerminalPath) JSONString ¶
func (fp *Hardware_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Hardware_FieldTerminalPath) Selector ¶
func (fp *Hardware_FieldTerminalPath) Selector() Hardware_FieldPathSelector
func (*Hardware_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *Hardware_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*Hardware_FieldTerminalPath) String ¶
func (fp *Hardware_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*Hardware_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *Hardware_FieldTerminalPath) WithIArrayItemValue(value interface{}) Hardware_FieldPathArrayItemValue
func (*Hardware_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *Hardware_FieldTerminalPath) WithIArrayOfValues(values interface{}) Hardware_FieldPathArrayOfValues
func (*Hardware_FieldTerminalPath) WithIValue ¶
func (fp *Hardware_FieldTerminalPath) WithIValue(value interface{}) Hardware_FieldPathValue
func (*Hardware_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *Hardware_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Hardware_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *Hardware_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Hardware_FieldTerminalPath) WithRawIValue ¶
func (fp *Hardware_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Hardware_FieldTerminalPathArrayItemValue ¶
type Hardware_FieldTerminalPathArrayItemValue struct { Hardware_FieldTerminalPath // contains filtered or unexported fields }
func (*Hardware_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *Hardware_FieldTerminalPathArrayItemValue) ContainsValue(source *Hardware) bool
Contains returns a boolean indicating if value that is being held is present in given 'Hardware'
func (*Hardware_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *Hardware_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Hardware as interface{}
func (*Hardware_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *Hardware_FieldTerminalPathArrayItemValue) GetSingle(source *Hardware) (interface{}, bool)
func (*Hardware_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *Hardware_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type Hardware_FieldTerminalPathArrayOfValues ¶
type Hardware_FieldTerminalPathArrayOfValues struct { Hardware_FieldTerminalPath // contains filtered or unexported fields }
func (*Hardware_FieldTerminalPathArrayOfValues) AsAssociatedDeviceNameArrayOfValues ¶
func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsAssociatedDeviceNameArrayOfValues() ([]string, bool)
func (*Hardware_FieldTerminalPathArrayOfValues) AsAssociatedEdgelqInstanceArrayOfValues ¶
func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsAssociatedEdgelqInstanceArrayOfValues() ([]*edgelq_instance.Reference, bool)
func (*Hardware_FieldTerminalPathArrayOfValues) AsAssociatedProjectArrayOfValues ¶
func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsAssociatedProjectArrayOfValues() ([]string, bool)
func (*Hardware_FieldTerminalPathArrayOfValues) AsAssociatedProvisioningPolicyNameArrayOfValues ¶
func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsAssociatedProvisioningPolicyNameArrayOfValues() ([]string, bool)
func (*Hardware_FieldTerminalPathArrayOfValues) AsImeiArrayOfValues ¶
func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsImeiArrayOfValues() ([]string, bool)
func (*Hardware_FieldTerminalPathArrayOfValues) AsManufacturerArrayOfValues ¶
func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsManufacturerArrayOfValues() ([]string, bool)
func (*Hardware_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*meta.Meta, bool)
func (*Hardware_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
func (*Hardware_FieldTerminalPathArrayOfValues) AsProductNameArrayOfValues ¶
func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsProductNameArrayOfValues() ([]string, bool)
func (*Hardware_FieldTerminalPathArrayOfValues) AsSerialNumberArrayOfValues ¶
func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsSerialNumberArrayOfValues() ([]string, bool)
func (*Hardware_FieldTerminalPathArrayOfValues) AsSimIccidArrayOfValues ¶
func (fpaov *Hardware_FieldTerminalPathArrayOfValues) AsSimIccidArrayOfValues() ([]string, bool)
func (*Hardware_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *Hardware_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type Hardware_FieldTerminalPathValue ¶
type Hardware_FieldTerminalPathValue struct { Hardware_FieldTerminalPath // contains filtered or unexported fields }
func (*Hardware_FieldTerminalPathValue) AsAssociatedDeviceNameValue ¶
func (fpv *Hardware_FieldTerminalPathValue) AsAssociatedDeviceNameValue() (string, bool)
func (*Hardware_FieldTerminalPathValue) AsAssociatedEdgelqInstanceValue ¶
func (fpv *Hardware_FieldTerminalPathValue) AsAssociatedEdgelqInstanceValue() (*edgelq_instance.Reference, bool)
func (*Hardware_FieldTerminalPathValue) AsAssociatedProjectValue ¶
func (fpv *Hardware_FieldTerminalPathValue) AsAssociatedProjectValue() (string, bool)
func (*Hardware_FieldTerminalPathValue) AsAssociatedProvisioningPolicyNameValue ¶
func (fpv *Hardware_FieldTerminalPathValue) AsAssociatedProvisioningPolicyNameValue() (string, bool)
func (*Hardware_FieldTerminalPathValue) AsImeiValue ¶
func (fpv *Hardware_FieldTerminalPathValue) AsImeiValue() (string, bool)
func (*Hardware_FieldTerminalPathValue) AsManufacturerValue ¶
func (fpv *Hardware_FieldTerminalPathValue) AsManufacturerValue() (string, bool)
func (*Hardware_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *Hardware_FieldTerminalPathValue) AsMetadataValue() (*meta.Meta, bool)
func (*Hardware_FieldTerminalPathValue) AsNameValue ¶
func (fpv *Hardware_FieldTerminalPathValue) AsNameValue() (*Name, bool)
func (*Hardware_FieldTerminalPathValue) AsProductNameValue ¶
func (fpv *Hardware_FieldTerminalPathValue) AsProductNameValue() (string, bool)
func (*Hardware_FieldTerminalPathValue) AsSerialNumberValue ¶
func (fpv *Hardware_FieldTerminalPathValue) AsSerialNumberValue() (string, bool)
func (*Hardware_FieldTerminalPathValue) AsSimIccidValue ¶
func (fpv *Hardware_FieldTerminalPathValue) AsSimIccidValue() (string, bool)
func (*Hardware_FieldTerminalPathValue) CompareWith ¶
func (fpv *Hardware_FieldTerminalPathValue) CompareWith(source *Hardware) (int, bool)
CompareWith compares value in the 'Hardware_FieldTerminalPathValue' with the value under path in 'Hardware'.
func (*Hardware_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *Hardware_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Hardware_FieldTerminalPathValue) GetRawValue ¶
func (fpv *Hardware_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Hardware' as interface{}
func (*Hardware_FieldTerminalPathValue) SetTo ¶
func (fpv *Hardware_FieldTerminalPathValue) SetTo(target **Hardware)
SetTo stores value for selected field for object Hardware
func (*Hardware_FieldTerminalPathValue) SetToRaw ¶
func (fpv *Hardware_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListQuery ¶
type ListQuery struct { Filter *Filter Pager *PagerQuery Mask *Hardware_FieldMask WithPagingInfo bool }
func (*ListQuery) GetFieldMask ¶
func (q *ListQuery) GetFieldMask() gotenobject.FieldMask
func (*ListQuery) GetFilter ¶
func (q *ListQuery) GetFilter() gotenresource.Filter
func (*ListQuery) GetPager ¶
func (q *ListQuery) GetPager() gotenresource.PagerQuery
func (*ListQuery) GetResourceDescriptor ¶
func (q *ListQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*ListQuery) GetWithPagingInfo ¶
func (*ListQuery) GotenQuery ¶
func (q *ListQuery) GotenQuery()
func (*ListQuery) SetFieldMask ¶
func (q *ListQuery) SetFieldMask(mask gotenobject.FieldMask)
func (*ListQuery) SetFilter ¶
func (q *ListQuery) SetFilter(filter gotenresource.Filter)
func (*ListQuery) SetPager ¶
func (q *ListQuery) SetPager(pager gotenresource.PagerQuery)
func (*ListQuery) SetWithPagingInfo ¶
type Name ¶
type Name struct { ParentName HardwareId string `firestore:"hardwareId"` }
func MustParseName ¶
func ParseNameOrId ¶
func (*Name) AsRawReference ¶
func (name *Name) AsRawReference() gotenresource.Reference
func (*Name) AsReference ¶
func (*Name) ConvertToNative ¶
func (*Name) FullyQualifiedName ¶
func (*Name) GetIParentName ¶
func (name *Name) GetIParentName() gotenresource.Name
func (*Name) GetIUnderlyingParentName ¶
func (name *Name) GetIUnderlyingParentName() gotenresource.Name
func (*Name) GetIdParts ¶
func (*Name) GetPattern ¶
func (name *Name) GetPattern() gotenresource.NamePattern
func (*Name) GetProjectName ¶
func (*Name) GetResourceDescriptor ¶
func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
func (*Name) GetSegments ¶
func (name *Name) GetSegments() gotenresource.NameSegments
func (*Name) GotenEqual ¶
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*Name) IsFullyQualified ¶
func (*Name) IsSpecified ¶
func (*Name) Matches ¶
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*Name) ParseProtoString ¶
func (*Name) ProtoString ¶
func (*Name) SetFromCliFlag ¶
implement CustomTypeCliValue method
func (*Name) SetFromSegments ¶
func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
type NameBuilder ¶
type NameBuilder struct {
// contains filtered or unexported fields
}
func NewNameBuilder ¶
func NewNameBuilder() *NameBuilder
func (*NameBuilder) Name ¶
func (b *NameBuilder) Name() *Name
func (*NameBuilder) Parent ¶
func (b *NameBuilder) Parent() *ParentName
func (*NameBuilder) ParentReference ¶
func (b *NameBuilder) ParentReference() *ParentReference
func (*NameBuilder) Reference ¶
func (b *NameBuilder) Reference() *Reference
func (*NameBuilder) SetId ¶
func (b *NameBuilder) SetId(id string) *NameBuilder
func (*NameBuilder) SetProject ¶
func (b *NameBuilder) SetProject(parent *project.Name) *NameBuilder
func (*NameBuilder) SetProjectId ¶
func (b *NameBuilder) SetProjectId(id string) *NameBuilder
type NamePattern ¶
type NamePattern struct {
Pattern gotenresource.NamePattern `firestore:"pattern"`
}
type OrderBy ¶
type OrderBy struct {
OrderByFields []OrderByField
}
OrderBy Is string encoded Custom Protobuf type, which handles "order_by" field order_by consists of coma delimited OrderBy specs, which denote ordering priority, e.g. "state.value asc, state.capacity desc"
func (*OrderBy) CompareRaw ¶
func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
func (*OrderBy) GetFieldMask ¶
func (orderBy *OrderBy) GetFieldMask() *Hardware_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 HardwareList, elem *Hardware) (HardwareList, 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 HardwareList)
func (*OrderBy) SortRaw ¶
func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
type OrderByField ¶
type OrderByField struct { FieldPath Hardware_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 *Hardware) int
func (*OrderByField) GetDirection ¶
func (orderByFld *OrderByField) GetDirection() gotenresource.OrderDirection
func (*OrderByField) GetFieldPath ¶
func (orderByFld *OrderByField) GetFieldPath() gotenobject.FieldPath
type PagerCursor ¶
type PagerCursor struct { CursorValue gotenresource.CursorValue Inclusion gotenresource.CursorInclusion PageDirection gotenresource.PageDirection }
PagerCursor is protobuf Custom Type, which (de)serializes "string page_token" for API List processing Database adapter implementation must use this cursor when Paginating list views Token is composed of 3 values (dot separated in serialized form) - CursorValue: Backend-specific value of the cursor. - PageDirection: either l (left) or r (right), which hints DB Adapter whether Snapshot marks Start or End of result - Inclusion: either i (inclusive) or e (exclusive) - Whether cursor marks exact point or right before/after (depending on direction)
func (*PagerCursor) GetInclusion ¶
func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion
func (*PagerCursor) GetPageDirection ¶
func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection
func (*PagerCursor) GetValue ¶
func (cursor *PagerCursor) GetValue() gotenresource.CursorValue
func (*PagerCursor) IsEmpty ¶
func (cursor *PagerCursor) IsEmpty() bool
func (*PagerCursor) ParseProtoString ¶
func (cursor *PagerCursor) ParseProtoString(data string) (err error)
func (*PagerCursor) ProtoString ¶
func (cursor *PagerCursor) ProtoString() (string, error)
func (*PagerCursor) SetCursorValue ¶
func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue)
func (*PagerCursor) SetFromCliFlag ¶
func (cursor *PagerCursor) SetFromCliFlag(raw string) error
func (*PagerCursor) SetInclusion ¶
func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion)
func (*PagerCursor) SetPageDirection ¶
func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerCursor) String ¶
func (cursor *PagerCursor) String() string
type PagerQuery ¶
type PagerQuery struct { OrderBy *OrderBy Cursor *PagerCursor Limit int PeekForward bool }
PagerQuery is main struct used for assisting server and database to perform Pagination
func MakePagerQuery ¶
func MakePagerQuery(orderBy *OrderBy, cursor *PagerCursor, pageSize int32, peekForward bool) *PagerQuery
MakePagerQuery builds pager from API data and applies defaults
func (*PagerQuery) GetCursor ¶
func (p *PagerQuery) GetCursor() gotenresource.Cursor
func (*PagerQuery) GetLimit ¶
func (p *PagerQuery) GetLimit() int
func (*PagerQuery) GetOrderBy ¶
func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy
func (*PagerQuery) GetPeekForward ¶
func (p *PagerQuery) GetPeekForward() bool
func (*PagerQuery) GetResourceDescriptor ¶
func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*PagerQuery) PageDirection ¶
func (p *PagerQuery) PageDirection() gotenresource.PageDirection
func (*PagerQuery) SetCursor ¶
func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor)
func (*PagerQuery) SetLimit ¶
func (p *PagerQuery) SetLimit(limit int)
func (*PagerQuery) SetOrderBy ¶
func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy)
func (*PagerQuery) SetPageDirection ¶
func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerQuery) SetPeekForward ¶
func (p *PagerQuery) SetPeekForward(peekForward bool)
type ParentName ¶
type ParentName struct { NamePattern ProjectId string `firestore:"projectId"` }
func MustParseParentName ¶
func MustParseParentName(name string) *ParentName
func ParseParentName ¶
func ParseParentName(name string) (*ParentName, error)
func (*ParentName) AsRawReference ¶
func (name *ParentName) AsRawReference() gotenresource.Reference
func (*ParentName) AsReference ¶
func (name *ParentName) AsReference() *ParentReference
func (*ParentName) ConvertToNative ¶
func (name *ParentName) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
func (*ParentName) ConvertToType ¶
func (name *ParentName) ConvertToType(typeVal ref.Type) ref.Val
func (*ParentName) DescendsFrom ¶
func (name *ParentName) DescendsFrom(ancestor string) bool
func (*ParentName) FullyQualifiedName ¶
func (name *ParentName) FullyQualifiedName() (string, error)
func (*ParentName) GetIParentName ¶
func (name *ParentName) GetIParentName() gotenresource.Name
func (*ParentName) GetIUnderlyingParentName ¶
func (name *ParentName) GetIUnderlyingParentName() gotenresource.Name
func (*ParentName) GetIdParts ¶
func (name *ParentName) GetIdParts() map[string]string
func (*ParentName) GetPattern ¶
func (name *ParentName) GetPattern() gotenresource.NamePattern
func (*ParentName) GetProjectName ¶
func (name *ParentName) GetProjectName() *project.Name
func (*ParentName) GetResourceDescriptor ¶
func (name *ParentName) GetResourceDescriptor() gotenresource.Descriptor
func (*ParentName) GetSegments ¶
func (name *ParentName) GetSegments() gotenresource.NameSegments
func (*ParentName) GotenEqual ¶
func (name *ParentName) GotenEqual(other interface{}) bool
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*ParentName) HasTrait ¶
func (name *ParentName) HasTrait(trait int) bool
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
func (*ParentName) Type ¶
func (name *ParentName) Type() ref.Type
func (*ParentName) TypeName ¶
func (name *ParentName) TypeName() string
func (*ParentName) Value ¶
func (name *ParentName) Value() interface{}
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) GetIParentName ¶
func (ref *ParentReference) GetIParentName() gotenresource.Name
func (*ParentReference) GetIUnderlyingParentName ¶
func (ref *ParentReference) GetIUnderlyingParentName() gotenresource.Name
func (*ParentReference) GetIdParts ¶
func (ref *ParentReference) GetIdParts() map[string]string
func (*ParentReference) GetPattern ¶
func (ref *ParentReference) GetPattern() gotenresource.NamePattern
func (*ParentReference) GetProject ¶
func (ref *ParentReference) GetProject() *project.Project
func (*ParentReference) GetProjectReference ¶
func (ref *ParentReference) GetProjectReference() *project.Reference
func (*ParentReference) GetRawResource ¶
func (ref *ParentReference) GetRawResource() gotenresource.Resource
func (*ParentReference) GetResourceDescriptor ¶
func (ref *ParentReference) GetResourceDescriptor() gotenresource.Descriptor
func (*ParentReference) GetSegments ¶
func (ref *ParentReference) GetSegments() gotenresource.NameSegments
func (*ParentReference) GetUnderlyingReference ¶
func (ref *ParentReference) GetUnderlyingReference() gotenresource.Reference
func (*ParentReference) GotenEqual ¶
func (ref *ParentReference) GotenEqual(other interface{}) bool
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*ParentReference) 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 []*HardwareChange 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 { Hardwares []*Hardware PrevPageCursor *PagerCursor NextPageCursor *PagerCursor TotalResultsCount int32 CurrentOffset int32 }
func (*QueryResultSnapshot) GetNextPageCursor ¶
func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor
func (*QueryResultSnapshot) GetPagingInfo ¶
func (qr *QueryResultSnapshot) GetPagingInfo() (totalCount, offset int32)
func (*QueryResultSnapshot) GetPrevPageCursor ¶
func (qr *QueryResultSnapshot) GetPrevPageCursor() gotenresource.Cursor
func (*QueryResultSnapshot) GetResults ¶
func (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList
func (*QueryResultSnapshot) SetCursors ¶
func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
func (*QueryResultSnapshot) SetPagingInfo ¶
func (qr *QueryResultSnapshot) SetPagingInfo(totalCount, offset int32)
func (*QueryResultSnapshot) SetResults ¶
func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList)
type Reference ¶
type Reference struct { Name // contains filtered or unexported fields }
func MustParseReference ¶
func ParseReference ¶
func (*Reference) ClearCached ¶
func (ref *Reference) ClearCached()
func (*Reference) FullyQualifiedName ¶
func (*Reference) GetHardware ¶
func (*Reference) GetIParentName ¶
func (ref *Reference) GetIParentName() gotenresource.Name
func (*Reference) GetIUnderlyingParentName ¶
func (ref *Reference) GetIUnderlyingParentName() gotenresource.Name
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) 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) ResolveRaw ¶
func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
func (*Reference) SetFromCliFlag ¶
implement CustomTypeCliValue method
type WatchQuery ¶
type WatchQuery struct { ListQuery WatchType watch_type.WatchType ChunkSize int ResumeToken string StartingTime *timestamppb.Timestamp }
func (*WatchQuery) GetMaximumChunkSize ¶
func (q *WatchQuery) GetMaximumChunkSize() int
func (*WatchQuery) GetResumeToken ¶
func (q *WatchQuery) GetResumeToken() string
func (*WatchQuery) GetStartingTime ¶
func (q *WatchQuery) GetStartingTime() *timestamppb.Timestamp
func (*WatchQuery) GetWatchType ¶
func (q *WatchQuery) GetWatchType() watch_type.WatchType
func (*WatchQuery) SetMaximumChunkSize ¶
func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)
func (*WatchQuery) SetResumeToken ¶
func (q *WatchQuery) SetResumeToken(token string)
func (*WatchQuery) SetStartingTime ¶
func (q *WatchQuery) SetStartingTime(startingTime *timestamppb.Timestamp)
func (*WatchQuery) SetWatchType ¶
func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
func (*WatchQuery) String ¶
func (q *WatchQuery) String() string
Source Files ¶
- hardware.pb.access.go
- hardware.pb.collections.go
- hardware.pb.descriptor.go
- hardware.pb.fieldmask.go
- hardware.pb.fieldpath.go
- hardware.pb.fieldpathbuilder.go
- hardware.pb.filter.go
- hardware.pb.filterbuilder.go
- hardware.pb.go
- hardware.pb.name.go
- hardware.pb.namebuilder.go
- hardware.pb.object_ext.go
- hardware.pb.pagination.go
- hardware.pb.parentname.go
- hardware.pb.query.go
- hardware.pb.validate.go
- hardware.pb.view.go
- hardware_change.pb.change.go
- hardware_change.pb.go
- hardware_change.pb.validate.go