Documentation ¶
Index ¶
- Constants
- func AsAnyCastAccess(access DeviceDistributionCounterAccess) 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) SupportsDbConstraints() bool
- func (d *Descriptor) SupportsMetadata() bool
- type DeviceDistributionCounter
- func (o *DeviceDistributionCounter) Clone() *DeviceDistributionCounter
- func (o *DeviceDistributionCounter) CloneRaw() gotenobject.GotenObjectExt
- func (*DeviceDistributionCounter) Descriptor() ([]byte, []int)
- func (r *DeviceDistributionCounter) EnsureMetadata() *meta.Meta
- func (m *DeviceDistributionCounter) GetMetadata() *meta.Meta
- func (m *DeviceDistributionCounter) GetName() *Name
- func (m *DeviceDistributionCounter) GetOnlineCount() int64
- func (r *DeviceDistributionCounter) GetRawName() gotenresource.Name
- func (r *DeviceDistributionCounter) GetResourceDescriptor() gotenresource.Descriptor
- func (m *DeviceDistributionCounter) GetTotalCount() int64
- func (*DeviceDistributionCounter) GotenMessage()
- func (o *DeviceDistributionCounter) GotenObjectExt()
- func (obj *DeviceDistributionCounter) GotenValidate() error
- func (o *DeviceDistributionCounter) MakeDiffFieldMask(other *DeviceDistributionCounter) *DeviceDistributionCounter_FieldMask
- func (o *DeviceDistributionCounter) MakeFullFieldMask() *DeviceDistributionCounter_FieldMask
- func (o *DeviceDistributionCounter) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *DeviceDistributionCounter) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *DeviceDistributionCounter) Marshal() ([]byte, error)
- func (m *DeviceDistributionCounter) MarshalJSON() ([]byte, error)
- func (r *DeviceDistributionCounter) MaybePopulateDefaults() error
- func (o *DeviceDistributionCounter) Merge(source *DeviceDistributionCounter)
- func (o *DeviceDistributionCounter) MergeRaw(source gotenobject.GotenObjectExt)
- func (*DeviceDistributionCounter) ProtoMessage()
- func (m *DeviceDistributionCounter) ProtoReflect() preflect.Message
- func (m *DeviceDistributionCounter) Reset()
- func (m *DeviceDistributionCounter) SetMetadata(fv *meta.Meta)
- func (m *DeviceDistributionCounter) SetName(fv *Name)
- func (m *DeviceDistributionCounter) SetOnlineCount(fv int64)
- func (m *DeviceDistributionCounter) SetTotalCount(fv int64)
- func (m *DeviceDistributionCounter) String() string
- func (m *DeviceDistributionCounter) Unmarshal(b []byte) error
- func (m *DeviceDistributionCounter) UnmarshalJSON(data []byte) error
- type DeviceDistributionCounterAccess
- type DeviceDistributionCounterChange
- func (*DeviceDistributionCounterChange) Descriptor() ([]byte, []int)
- func (m *DeviceDistributionCounterChange) GetAdded() *DeviceDistributionCounterChange_Added
- func (m *DeviceDistributionCounterChange) GetChangeType() isDeviceDistributionCounterChange_ChangeType
- func (m *DeviceDistributionCounterChange) GetCurrent() *DeviceDistributionCounterChange_Current
- func (c *DeviceDistributionCounterChange) GetCurrentViewIndex() int32
- func (c *DeviceDistributionCounterChange) GetDeviceDistributionCounter() *DeviceDistributionCounter
- func (c *DeviceDistributionCounterChange) GetDeviceDistributionCounterName() *Name
- func (m *DeviceDistributionCounterChange) GetModified() *DeviceDistributionCounterChange_Modified
- func (c *DeviceDistributionCounterChange) GetPreviousViewIndex() int32
- func (c *DeviceDistributionCounterChange) GetRawName() gotenresource.Name
- func (c *DeviceDistributionCounterChange) GetRawResource() gotenresource.Resource
- func (m *DeviceDistributionCounterChange) GetRemoved() *DeviceDistributionCounterChange_Removed
- func (*DeviceDistributionCounterChange) GotenMessage()
- func (obj *DeviceDistributionCounterChange) GotenValidate() error
- func (c *DeviceDistributionCounterChange) IsAdd() bool
- func (c *DeviceDistributionCounterChange) IsCurrent() bool
- func (c *DeviceDistributionCounterChange) IsDelete() bool
- func (c *DeviceDistributionCounterChange) IsModify() bool
- func (m *DeviceDistributionCounterChange) Marshal() ([]byte, error)
- func (m *DeviceDistributionCounterChange) MarshalJSON() ([]byte, error)
- func (*DeviceDistributionCounterChange) ProtoMessage()
- func (m *DeviceDistributionCounterChange) ProtoReflect() preflect.Message
- func (m *DeviceDistributionCounterChange) Reset()
- func (m *DeviceDistributionCounterChange) SetAdded(fv *DeviceDistributionCounterChange_Added)
- func (c *DeviceDistributionCounterChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
- func (m *DeviceDistributionCounterChange) SetChangeType(ofv isDeviceDistributionCounterChange_ChangeType)
- func (m *DeviceDistributionCounterChange) SetCurrent(fv *DeviceDistributionCounterChange_Current)
- func (c *DeviceDistributionCounterChange) SetCurrentRaw(snapshot gotenresource.Resource)
- func (c *DeviceDistributionCounterChange) SetDeletedRaw(name gotenresource.Name, idx int)
- func (m *DeviceDistributionCounterChange) SetModified(fv *DeviceDistributionCounterChange_Modified)
- func (c *DeviceDistributionCounterChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...)
- func (m *DeviceDistributionCounterChange) SetRemoved(fv *DeviceDistributionCounterChange_Removed)
- func (m *DeviceDistributionCounterChange) String() string
- func (m *DeviceDistributionCounterChange) Unmarshal(b []byte) error
- func (m *DeviceDistributionCounterChange) UnmarshalJSON(data []byte) error
- type DeviceDistributionCounterChangeList
- func (l DeviceDistributionCounterChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
- func (l DeviceDistributionCounterChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
- func (l DeviceDistributionCounterChangeList) At(idx int) gotenresource.ResourceChange
- func (l DeviceDistributionCounterChangeList) Length() int
- func (l DeviceDistributionCounterChangeList) Set(idx int, change gotenresource.ResourceChange)
- func (l DeviceDistributionCounterChangeList) Slice(first, second int) gotenresource.ResourceChangeList
- type DeviceDistributionCounterChangeMap
- func (m DeviceDistributionCounterChangeMap) Delete(name gotenresource.Name)
- func (m DeviceDistributionCounterChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
- func (m DeviceDistributionCounterChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
- func (m DeviceDistributionCounterChangeMap) Length() int
- func (m DeviceDistributionCounterChangeMap) Set(change gotenresource.ResourceChange)
- type DeviceDistributionCounterChange_Added
- func (*DeviceDistributionCounterChange_Added) Descriptor() ([]byte, []int)
- func (m *DeviceDistributionCounterChange_Added) GetDeviceDistributionCounter() *DeviceDistributionCounter
- func (m *DeviceDistributionCounterChange_Added) GetViewIndex() int32
- func (*DeviceDistributionCounterChange_Added) GotenMessage()
- func (obj *DeviceDistributionCounterChange_Added) GotenValidate() error
- func (m *DeviceDistributionCounterChange_Added) Marshal() ([]byte, error)
- func (m *DeviceDistributionCounterChange_Added) MarshalJSON() ([]byte, error)
- func (*DeviceDistributionCounterChange_Added) ProtoMessage()
- func (m *DeviceDistributionCounterChange_Added) ProtoReflect() preflect.Message
- func (m *DeviceDistributionCounterChange_Added) Reset()
- func (m *DeviceDistributionCounterChange_Added) SetDeviceDistributionCounter(fv *DeviceDistributionCounter)
- func (m *DeviceDistributionCounterChange_Added) SetViewIndex(fv int32)
- func (m *DeviceDistributionCounterChange_Added) String() string
- func (m *DeviceDistributionCounterChange_Added) Unmarshal(b []byte) error
- func (m *DeviceDistributionCounterChange_Added) UnmarshalJSON(data []byte) error
- type DeviceDistributionCounterChange_Added_
- type DeviceDistributionCounterChange_Current
- func (*DeviceDistributionCounterChange_Current) Descriptor() ([]byte, []int)
- func (m *DeviceDistributionCounterChange_Current) GetDeviceDistributionCounter() *DeviceDistributionCounter
- func (*DeviceDistributionCounterChange_Current) GotenMessage()
- func (obj *DeviceDistributionCounterChange_Current) GotenValidate() error
- func (m *DeviceDistributionCounterChange_Current) Marshal() ([]byte, error)
- func (m *DeviceDistributionCounterChange_Current) MarshalJSON() ([]byte, error)
- func (*DeviceDistributionCounterChange_Current) ProtoMessage()
- func (m *DeviceDistributionCounterChange_Current) ProtoReflect() preflect.Message
- func (m *DeviceDistributionCounterChange_Current) Reset()
- func (m *DeviceDistributionCounterChange_Current) SetDeviceDistributionCounter(fv *DeviceDistributionCounter)
- func (m *DeviceDistributionCounterChange_Current) String() string
- func (m *DeviceDistributionCounterChange_Current) Unmarshal(b []byte) error
- func (m *DeviceDistributionCounterChange_Current) UnmarshalJSON(data []byte) error
- type DeviceDistributionCounterChange_Current_
- type DeviceDistributionCounterChange_Modified
- func (*DeviceDistributionCounterChange_Modified) Descriptor() ([]byte, []int)
- func (m *DeviceDistributionCounterChange_Modified) GetDeviceDistributionCounter() *DeviceDistributionCounter
- func (m *DeviceDistributionCounterChange_Modified) GetFieldMask() *DeviceDistributionCounter_FieldMask
- func (m *DeviceDistributionCounterChange_Modified) GetName() *Name
- func (m *DeviceDistributionCounterChange_Modified) GetPreviousViewIndex() int32
- func (m *DeviceDistributionCounterChange_Modified) GetViewIndex() int32
- func (*DeviceDistributionCounterChange_Modified) GotenMessage()
- func (obj *DeviceDistributionCounterChange_Modified) GotenValidate() error
- func (m *DeviceDistributionCounterChange_Modified) Marshal() ([]byte, error)
- func (m *DeviceDistributionCounterChange_Modified) MarshalJSON() ([]byte, error)
- func (*DeviceDistributionCounterChange_Modified) ProtoMessage()
- func (m *DeviceDistributionCounterChange_Modified) ProtoReflect() preflect.Message
- func (m *DeviceDistributionCounterChange_Modified) Reset()
- func (m *DeviceDistributionCounterChange_Modified) SetDeviceDistributionCounter(fv *DeviceDistributionCounter)
- func (m *DeviceDistributionCounterChange_Modified) SetFieldMask(fv *DeviceDistributionCounter_FieldMask)
- func (m *DeviceDistributionCounterChange_Modified) SetName(fv *Name)
- func (m *DeviceDistributionCounterChange_Modified) SetPreviousViewIndex(fv int32)
- func (m *DeviceDistributionCounterChange_Modified) SetViewIndex(fv int32)
- func (m *DeviceDistributionCounterChange_Modified) String() string
- func (m *DeviceDistributionCounterChange_Modified) Unmarshal(b []byte) error
- func (m *DeviceDistributionCounterChange_Modified) UnmarshalJSON(data []byte) error
- type DeviceDistributionCounterChange_Modified_
- type DeviceDistributionCounterChange_Removed
- func (*DeviceDistributionCounterChange_Removed) Descriptor() ([]byte, []int)
- func (m *DeviceDistributionCounterChange_Removed) GetName() *Name
- func (m *DeviceDistributionCounterChange_Removed) GetViewIndex() int32
- func (*DeviceDistributionCounterChange_Removed) GotenMessage()
- func (obj *DeviceDistributionCounterChange_Removed) GotenValidate() error
- func (m *DeviceDistributionCounterChange_Removed) Marshal() ([]byte, error)
- func (m *DeviceDistributionCounterChange_Removed) MarshalJSON() ([]byte, error)
- func (*DeviceDistributionCounterChange_Removed) ProtoMessage()
- func (m *DeviceDistributionCounterChange_Removed) ProtoReflect() preflect.Message
- func (m *DeviceDistributionCounterChange_Removed) Reset()
- func (m *DeviceDistributionCounterChange_Removed) SetName(fv *Name)
- func (m *DeviceDistributionCounterChange_Removed) SetViewIndex(fv int32)
- func (m *DeviceDistributionCounterChange_Removed) String() string
- func (m *DeviceDistributionCounterChange_Removed) Unmarshal(b []byte) error
- func (m *DeviceDistributionCounterChange_Removed) UnmarshalJSON(data []byte) error
- type DeviceDistributionCounterChange_Removed_
- type DeviceDistributionCounterFieldPathBuilder
- func (DeviceDistributionCounterFieldPathBuilder) Metadata() DeviceDistributionCounterPathSelectorMetadata
- func (DeviceDistributionCounterFieldPathBuilder) Name() DeviceDistributionCounterPathSelectorName
- func (DeviceDistributionCounterFieldPathBuilder) OnlineCount() DeviceDistributionCounterPathSelectorOnlineCount
- func (DeviceDistributionCounterFieldPathBuilder) TotalCount() DeviceDistributionCounterPathSelectorTotalCount
- type DeviceDistributionCounterList
- func (l DeviceDistributionCounterList) Append(item gotenresource.Resource) gotenresource.ResourceList
- func (l DeviceDistributionCounterList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
- func (l DeviceDistributionCounterList) At(idx int) gotenresource.Resource
- func (l DeviceDistributionCounterList) Length() int
- func (l DeviceDistributionCounterList) Set(idx int, res gotenresource.Resource)
- func (l DeviceDistributionCounterList) Slice(first, second int) gotenresource.ResourceList
- type DeviceDistributionCounterMap
- func (m DeviceDistributionCounterMap) Delete(name gotenresource.Name)
- func (m DeviceDistributionCounterMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
- func (m DeviceDistributionCounterMap) Get(name gotenresource.Name) gotenresource.Resource
- func (m DeviceDistributionCounterMap) Length() int
- func (m DeviceDistributionCounterMap) Set(res gotenresource.Resource)
- type DeviceDistributionCounterMapPathSelectorMetadataAnnotations
- func (s DeviceDistributionCounterMapPathSelectorMetadataAnnotations) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterMapPathSelectorMetadataAnnotations) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterMapPathSelectorMetadataLabels
- func (s DeviceDistributionCounterMapPathSelectorMetadataLabels) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterMapPathSelectorMetadataLabels) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterMapPathSelectorMetadataShards
- func (s DeviceDistributionCounterMapPathSelectorMetadataShards) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterMapPathSelectorMetadataShards) WithValue(value int64) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterNameList
- func (l DeviceDistributionCounterNameList) Append(name gotenresource.Name) gotenresource.NameList
- func (l DeviceDistributionCounterNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
- func (l DeviceDistributionCounterNameList) At(idx int) gotenresource.Name
- func (l DeviceDistributionCounterNameList) Length() int
- func (l DeviceDistributionCounterNameList) Set(idx int, name gotenresource.Name)
- func (l DeviceDistributionCounterNameList) Slice(first, second int) gotenresource.NameList
- type DeviceDistributionCounterParentNameList
- func (l DeviceDistributionCounterParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
- func (l DeviceDistributionCounterParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
- func (l DeviceDistributionCounterParentNameList) At(idx int) gotenresource.Name
- func (l DeviceDistributionCounterParentNameList) Length() int
- func (l DeviceDistributionCounterParentNameList) Set(idx int, name gotenresource.Name)
- func (l DeviceDistributionCounterParentNameList) Slice(first, second int) gotenresource.ParentNameList
- type DeviceDistributionCounterParentReferenceList
- func (l DeviceDistributionCounterParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
- func (l DeviceDistributionCounterParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
- func (l DeviceDistributionCounterParentReferenceList) At(idx int) gotenresource.Reference
- func (l DeviceDistributionCounterParentReferenceList) Length() int
- func (l DeviceDistributionCounterParentReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l DeviceDistributionCounterParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
- type DeviceDistributionCounterPathSelectorMetadata
- func (DeviceDistributionCounterPathSelectorMetadata) Annotations() DeviceDistributionCounterPathSelectorMetadataAnnotations
- func (DeviceDistributionCounterPathSelectorMetadata) CreateTime() DeviceDistributionCounterPathSelectorMetadataCreateTime
- func (DeviceDistributionCounterPathSelectorMetadata) DeleteTime() DeviceDistributionCounterPathSelectorMetadataDeleteTime
- func (DeviceDistributionCounterPathSelectorMetadata) FieldPath() *DeviceDistributionCounter_FieldTerminalPath
- func (DeviceDistributionCounterPathSelectorMetadata) Generation() DeviceDistributionCounterPathSelectorMetadataGeneration
- func (DeviceDistributionCounterPathSelectorMetadata) Labels() DeviceDistributionCounterPathSelectorMetadataLabels
- func (DeviceDistributionCounterPathSelectorMetadata) Lifecycle() DeviceDistributionCounterPathSelectorMetadataLifecycle
- func (DeviceDistributionCounterPathSelectorMetadata) OwnerReferences() DeviceDistributionCounterPathSelectorMetadataOwnerReferences
- func (DeviceDistributionCounterPathSelectorMetadata) ResourceVersion() DeviceDistributionCounterPathSelectorMetadataResourceVersion
- func (DeviceDistributionCounterPathSelectorMetadata) Services() DeviceDistributionCounterPathSelectorMetadataServices
- func (DeviceDistributionCounterPathSelectorMetadata) Shards() DeviceDistributionCounterPathSelectorMetadataShards
- func (DeviceDistributionCounterPathSelectorMetadata) Syncing() DeviceDistributionCounterPathSelectorMetadataSyncing
- func (DeviceDistributionCounterPathSelectorMetadata) Tags() DeviceDistributionCounterPathSelectorMetadataTags
- func (DeviceDistributionCounterPathSelectorMetadata) UpdateTime() DeviceDistributionCounterPathSelectorMetadataUpdateTime
- func (DeviceDistributionCounterPathSelectorMetadata) Uuid() DeviceDistributionCounterPathSelectorMetadataUuid
- func (s DeviceDistributionCounterPathSelectorMetadata) WithArrayOfValues(values []*meta.Meta) *DeviceDistributionCounter_FieldTerminalPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue meta.Meta_FieldPathArrayItemValue) *DeviceDistributionCounter_FieldSubPathArrayItemValue
- func (s DeviceDistributionCounterPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues meta.Meta_FieldPathArrayOfValues) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (DeviceDistributionCounterPathSelectorMetadata) WithSubPath(subPath meta.Meta_FieldPath) *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadata) WithSubValue(subPathValue meta.Meta_FieldPathValue) *DeviceDistributionCounter_FieldSubPathValue
- func (s DeviceDistributionCounterPathSelectorMetadata) WithValue(value *meta.Meta) *DeviceDistributionCounter_FieldTerminalPathValue
- type DeviceDistributionCounterPathSelectorMetadataAnnotations
- func (DeviceDistributionCounterPathSelectorMetadataAnnotations) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (DeviceDistributionCounterPathSelectorMetadataAnnotations) WithKey(key string) DeviceDistributionCounterMapPathSelectorMetadataAnnotations
- func (s DeviceDistributionCounterPathSelectorMetadataAnnotations) WithValue(value map[string]string) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataCreateTime
- func (DeviceDistributionCounterPathSelectorMetadataCreateTime) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataDeleteTime
- func (DeviceDistributionCounterPathSelectorMetadataDeleteTime) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataGeneration
- func (DeviceDistributionCounterPathSelectorMetadataGeneration) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataGeneration) WithValue(value int64) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataLabels
- func (DeviceDistributionCounterPathSelectorMetadataLabels) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (DeviceDistributionCounterPathSelectorMetadataLabels) WithKey(key string) DeviceDistributionCounterMapPathSelectorMetadataLabels
- func (s DeviceDistributionCounterPathSelectorMetadataLabels) WithValue(value map[string]string) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataLifecycle
- func (DeviceDistributionCounterPathSelectorMetadataLifecycle) BlockDeletion() DeviceDistributionCounterPathSelectorMetadataLifecycleBlockDeletion
- func (DeviceDistributionCounterPathSelectorMetadataLifecycle) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (DeviceDistributionCounterPathSelectorMetadataLifecycle) State() DeviceDistributionCounterPathSelectorMetadataLifecycleState
- func (s DeviceDistributionCounterPathSelectorMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataLifecycle) WithValue(value *meta.Lifecycle) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataLifecycleBlockDeletion
- func (DeviceDistributionCounterPathSelectorMetadataLifecycleBlockDeletion) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataLifecycleState
- func (DeviceDistributionCounterPathSelectorMetadataLifecycleState) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataLifecycleState) WithValue(value meta.Lifecycle_State) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataOwnerReferences
- func (DeviceDistributionCounterPathSelectorMetadataOwnerReferences) Controller() DeviceDistributionCounterPathSelectorMetadataOwnerReferencesController
- func (DeviceDistributionCounterPathSelectorMetadataOwnerReferences) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (DeviceDistributionCounterPathSelectorMetadataOwnerReferences) Kind() DeviceDistributionCounterPathSelectorMetadataOwnerReferencesKind
- func (DeviceDistributionCounterPathSelectorMetadataOwnerReferences) Name() DeviceDistributionCounterPathSelectorMetadataOwnerReferencesName
- func (DeviceDistributionCounterPathSelectorMetadataOwnerReferences) Region() DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRegion
- func (DeviceDistributionCounterPathSelectorMetadataOwnerReferences) RequiresOwnerReference() ...
- func (DeviceDistributionCounterPathSelectorMetadataOwnerReferences) UnsetOnDelete() DeviceDistributionCounterPathSelectorMetadataOwnerReferencesUnsetOnDelete
- func (DeviceDistributionCounterPathSelectorMetadataOwnerReferences) Version() DeviceDistributionCounterPathSelectorMetadataOwnerReferencesVersion
- func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *DeviceDistributionCounter_FieldSubPathArrayItemValue
- func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesController
- func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesController) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesKind
- func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesKind) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesName
- func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesName) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesName) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRegion
- func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRegion) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesUnsetOnDelete
- func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesUnsetOnDelete) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesUnsetOnDelete) WithArrayOfValues(values []bool) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesUnsetOnDelete) WithValue(value bool) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesVersion
- func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesVersion) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataResourceVersion
- func (DeviceDistributionCounterPathSelectorMetadataResourceVersion) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataResourceVersion) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataServices
- func (DeviceDistributionCounterPathSelectorMetadataServices) AllowedServices() DeviceDistributionCounterPathSelectorMetadataServicesAllowedServices
- func (DeviceDistributionCounterPathSelectorMetadataServices) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (DeviceDistributionCounterPathSelectorMetadataServices) OwningService() DeviceDistributionCounterPathSelectorMetadataServicesOwningService
- func (s DeviceDistributionCounterPathSelectorMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataServices) WithValue(value *meta.ServicesInfo) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataServicesAllowedServices
- func (DeviceDistributionCounterPathSelectorMetadataServicesAllowedServices) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataServicesAllowedServices) WithItemValue(value string) *DeviceDistributionCounter_FieldSubPathArrayItemValue
- func (s DeviceDistributionCounterPathSelectorMetadataServicesAllowedServices) WithValue(value []string) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataServicesOwningService
- func (DeviceDistributionCounterPathSelectorMetadataServicesOwningService) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataServicesOwningService) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataServicesOwningService) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataShards
- func (DeviceDistributionCounterPathSelectorMetadataShards) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (DeviceDistributionCounterPathSelectorMetadataShards) WithKey(key string) DeviceDistributionCounterMapPathSelectorMetadataShards
- func (s DeviceDistributionCounterPathSelectorMetadataShards) WithValue(value map[string]int64) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataSyncing
- func (DeviceDistributionCounterPathSelectorMetadataSyncing) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (DeviceDistributionCounterPathSelectorMetadataSyncing) OwningRegion() DeviceDistributionCounterPathSelectorMetadataSyncingOwningRegion
- func (DeviceDistributionCounterPathSelectorMetadataSyncing) Regions() DeviceDistributionCounterPathSelectorMetadataSyncingRegions
- func (s DeviceDistributionCounterPathSelectorMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataSyncing) WithValue(value *meta.SyncingMeta) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataSyncingOwningRegion
- func (DeviceDistributionCounterPathSelectorMetadataSyncingOwningRegion) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataSyncingRegions
- func (DeviceDistributionCounterPathSelectorMetadataSyncingRegions) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataSyncingRegions) WithItemValue(value string) *DeviceDistributionCounter_FieldSubPathArrayItemValue
- func (s DeviceDistributionCounterPathSelectorMetadataSyncingRegions) WithValue(value []string) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataTags
- func (DeviceDistributionCounterPathSelectorMetadataTags) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataTags) WithItemValue(value string) *DeviceDistributionCounter_FieldSubPathArrayItemValue
- func (s DeviceDistributionCounterPathSelectorMetadataTags) WithValue(value []string) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataUpdateTime
- func (DeviceDistributionCounterPathSelectorMetadataUpdateTime) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorMetadataUuid
- func (DeviceDistributionCounterPathSelectorMetadataUuid) FieldPath() *DeviceDistributionCounter_FieldSubPath
- func (s DeviceDistributionCounterPathSelectorMetadataUuid) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorMetadataUuid) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
- type DeviceDistributionCounterPathSelectorName
- func (DeviceDistributionCounterPathSelectorName) FieldPath() *DeviceDistributionCounter_FieldTerminalPath
- func (s DeviceDistributionCounterPathSelectorName) WithArrayOfValues(values []*Name) *DeviceDistributionCounter_FieldTerminalPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorName) WithValue(value *Name) *DeviceDistributionCounter_FieldTerminalPathValue
- type DeviceDistributionCounterPathSelectorOnlineCount
- func (DeviceDistributionCounterPathSelectorOnlineCount) FieldPath() *DeviceDistributionCounter_FieldTerminalPath
- func (s DeviceDistributionCounterPathSelectorOnlineCount) WithArrayOfValues(values []int64) *DeviceDistributionCounter_FieldTerminalPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorOnlineCount) WithValue(value int64) *DeviceDistributionCounter_FieldTerminalPathValue
- type DeviceDistributionCounterPathSelectorTotalCount
- func (DeviceDistributionCounterPathSelectorTotalCount) FieldPath() *DeviceDistributionCounter_FieldTerminalPath
- func (s DeviceDistributionCounterPathSelectorTotalCount) WithArrayOfValues(values []int64) *DeviceDistributionCounter_FieldTerminalPathArrayOfValues
- func (s DeviceDistributionCounterPathSelectorTotalCount) WithValue(value int64) *DeviceDistributionCounter_FieldTerminalPathValue
- type DeviceDistributionCounterReferenceList
- func (l DeviceDistributionCounterReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
- func (l DeviceDistributionCounterReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
- func (l DeviceDistributionCounterReferenceList) At(idx int) gotenresource.Reference
- func (l DeviceDistributionCounterReferenceList) Length() int
- func (l DeviceDistributionCounterReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l DeviceDistributionCounterReferenceList) Slice(first, second int) gotenresource.ReferenceList
- type DeviceDistributionCounter_FieldMask
- func (fieldMask *DeviceDistributionCounter_FieldMask) AppendPath(path DeviceDistributionCounter_FieldPath)
- func (fieldMask *DeviceDistributionCounter_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *DeviceDistributionCounter_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *DeviceDistributionCounter_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *DeviceDistributionCounter_FieldMask) FilterInputFields() *DeviceDistributionCounter_FieldMask
- func (fieldMask *DeviceDistributionCounter_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *DeviceDistributionCounter_FieldMask) GetPaths() []DeviceDistributionCounter_FieldPath
- func (fieldMask *DeviceDistributionCounter_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *DeviceDistributionCounter_FieldMask) IsFull() bool
- func (fieldMask DeviceDistributionCounter_FieldMask) Marshal() ([]byte, error)
- func (fieldMask DeviceDistributionCounter_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *DeviceDistributionCounter_FieldMask) PathsCount() int
- func (fieldMask *DeviceDistributionCounter_FieldMask) Project(source *DeviceDistributionCounter) *DeviceDistributionCounter
- func (fieldMask *DeviceDistributionCounter_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *DeviceDistributionCounter_FieldMask) ProtoMessage()
- func (fieldMask *DeviceDistributionCounter_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *DeviceDistributionCounter_FieldMask) Reset()
- func (fieldMask *DeviceDistributionCounter_FieldMask) Set(target, source *DeviceDistributionCounter)
- func (fieldMask *DeviceDistributionCounter_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *DeviceDistributionCounter_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *DeviceDistributionCounter_FieldMask) Size() int
- func (fieldMask *DeviceDistributionCounter_FieldMask) String() string
- func (fieldMask *DeviceDistributionCounter_FieldMask) Subtract(other *DeviceDistributionCounter_FieldMask) *DeviceDistributionCounter_FieldMask
- func (fieldMask *DeviceDistributionCounter_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *DeviceDistributionCounter_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *DeviceDistributionCounter_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *DeviceDistributionCounter_FieldMask) UnmarshalJSON(data []byte) error
- type DeviceDistributionCounter_FieldPath
- func BuildDeviceDistributionCounter_FieldPath(fp gotenobject.RawFieldPath) (DeviceDistributionCounter_FieldPath, error)
- func MustParseDeviceDistributionCounter_FieldPath(rawField string) DeviceDistributionCounter_FieldPath
- func ParseDeviceDistributionCounter_FieldPath(rawField string) (DeviceDistributionCounter_FieldPath, error)
- type DeviceDistributionCounter_FieldPathArrayItemValue
- type DeviceDistributionCounter_FieldPathArrayOfValues
- type DeviceDistributionCounter_FieldPathSelector
- type DeviceDistributionCounter_FieldPathValue
- type DeviceDistributionCounter_FieldSubPath
- func (fps *DeviceDistributionCounter_FieldSubPath) AsMetadataSubPath() (meta.Meta_FieldPath, bool)
- func (fps *DeviceDistributionCounter_FieldSubPath) ClearValue(item *DeviceDistributionCounter)
- func (fps *DeviceDistributionCounter_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *DeviceDistributionCounter_FieldSubPath) Get(source *DeviceDistributionCounter) (values []interface{})
- func (fps *DeviceDistributionCounter_FieldSubPath) GetDefault() interface{}
- func (fps *DeviceDistributionCounter_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *DeviceDistributionCounter_FieldSubPath) GetSingle(source *DeviceDistributionCounter) (interface{}, bool)
- func (fps *DeviceDistributionCounter_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *DeviceDistributionCounter_FieldSubPath) IsLeaf() bool
- func (fps *DeviceDistributionCounter_FieldSubPath) JSONString() string
- func (fps *DeviceDistributionCounter_FieldSubPath) Selector() DeviceDistributionCounter_FieldPathSelector
- func (fps *DeviceDistributionCounter_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *DeviceDistributionCounter_FieldSubPath) String() string
- func (fps *DeviceDistributionCounter_FieldSubPath) WithIArrayItemValue(value interface{}) DeviceDistributionCounter_FieldPathArrayItemValue
- func (fps *DeviceDistributionCounter_FieldSubPath) WithIArrayOfValues(values interface{}) DeviceDistributionCounter_FieldPathArrayOfValues
- func (fps *DeviceDistributionCounter_FieldSubPath) WithIValue(value interface{}) DeviceDistributionCounter_FieldPathValue
- func (fps *DeviceDistributionCounter_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *DeviceDistributionCounter_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *DeviceDistributionCounter_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type DeviceDistributionCounter_FieldSubPathArrayItemValue
- func (fpaivs *DeviceDistributionCounter_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (meta.Meta_FieldPathArrayItemValue, bool)
- func (fpaivs *DeviceDistributionCounter_FieldSubPathArrayItemValue) ContainsValue(source *DeviceDistributionCounter) bool
- func (fpaivs *DeviceDistributionCounter_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type DeviceDistributionCounter_FieldSubPathArrayOfValues
- type DeviceDistributionCounter_FieldSubPathValue
- func (fpvs *DeviceDistributionCounter_FieldSubPathValue) AsMetadataPathValue() (meta.Meta_FieldPathValue, bool)
- func (fpvs *DeviceDistributionCounter_FieldSubPathValue) CompareWith(source *DeviceDistributionCounter) (int, bool)
- func (fpvs *DeviceDistributionCounter_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *DeviceDistributionCounter_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *DeviceDistributionCounter_FieldSubPathValue) SetTo(target **DeviceDistributionCounter)
- func (fpvs *DeviceDistributionCounter_FieldSubPathValue) SetToRaw(target proto.Message)
- type DeviceDistributionCounter_FieldTerminalPath
- func (fp *DeviceDistributionCounter_FieldTerminalPath) ClearValue(item *DeviceDistributionCounter)
- func (fp *DeviceDistributionCounter_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *DeviceDistributionCounter_FieldTerminalPath) Get(source *DeviceDistributionCounter) (values []interface{})
- func (fp *DeviceDistributionCounter_FieldTerminalPath) GetDefault() interface{}
- func (fp *DeviceDistributionCounter_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *DeviceDistributionCounter_FieldTerminalPath) GetSingle(source *DeviceDistributionCounter) (interface{}, bool)
- func (fp *DeviceDistributionCounter_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *DeviceDistributionCounter_FieldTerminalPath) IsLeaf() bool
- func (fp *DeviceDistributionCounter_FieldTerminalPath) JSONString() string
- func (fp *DeviceDistributionCounter_FieldTerminalPath) Selector() DeviceDistributionCounter_FieldPathSelector
- func (fp *DeviceDistributionCounter_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *DeviceDistributionCounter_FieldTerminalPath) String() string
- func (fp *DeviceDistributionCounter_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeviceDistributionCounter_FieldPathArrayItemValue
- func (fp *DeviceDistributionCounter_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeviceDistributionCounter_FieldPathArrayOfValues
- func (fp *DeviceDistributionCounter_FieldTerminalPath) WithIValue(value interface{}) DeviceDistributionCounter_FieldPathValue
- func (fp *DeviceDistributionCounter_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *DeviceDistributionCounter_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *DeviceDistributionCounter_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type DeviceDistributionCounter_FieldTerminalPathArrayItemValue
- func (fpaiv *DeviceDistributionCounter_FieldTerminalPathArrayItemValue) ContainsValue(source *DeviceDistributionCounter) bool
- func (fpaiv *DeviceDistributionCounter_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *DeviceDistributionCounter_FieldTerminalPathArrayItemValue) GetSingle(source *DeviceDistributionCounter) (interface{}, bool)
- func (fpaiv *DeviceDistributionCounter_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type DeviceDistributionCounter_FieldTerminalPathArrayOfValues
- func (fpaov *DeviceDistributionCounter_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*meta.Meta, bool)
- func (fpaov *DeviceDistributionCounter_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
- func (fpaov *DeviceDistributionCounter_FieldTerminalPathArrayOfValues) AsOnlineCountArrayOfValues() ([]int64, bool)
- func (fpaov *DeviceDistributionCounter_FieldTerminalPathArrayOfValues) AsTotalCountArrayOfValues() ([]int64, bool)
- func (fpaov *DeviceDistributionCounter_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type DeviceDistributionCounter_FieldTerminalPathValue
- func (fpv *DeviceDistributionCounter_FieldTerminalPathValue) AsMetadataValue() (*meta.Meta, bool)
- func (fpv *DeviceDistributionCounter_FieldTerminalPathValue) AsNameValue() (*Name, bool)
- func (fpv *DeviceDistributionCounter_FieldTerminalPathValue) AsOnlineCountValue() (int64, bool)
- func (fpv *DeviceDistributionCounter_FieldTerminalPathValue) AsTotalCountValue() (int64, bool)
- func (fpv *DeviceDistributionCounter_FieldTerminalPathValue) CompareWith(source *DeviceDistributionCounter) (int, bool)
- func (fpv *DeviceDistributionCounter_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *DeviceDistributionCounter_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *DeviceDistributionCounter_FieldTerminalPathValue) SetTo(target **DeviceDistributionCounter)
- func (fpv *DeviceDistributionCounter_FieldTerminalPathValue) SetToRaw(target proto.Message)
- 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 *DeviceDistributionCounter) bool
- func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
- func (filter *Filter) FilterSlice(in []*DeviceDistributionCounter) (out []*DeviceDistributionCounter)
- 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 DeviceDistributionCounter_FieldPath, ...) *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 *DeviceDistributionCounter) 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 DeviceDistributionCounter_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 *DeviceDistributionCounter) 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 DeviceDistributionCounter_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 *DeviceDistributionCounter) bool
- func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionContains) GetFieldPath() DeviceDistributionCounter_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 DeviceDistributionCounter_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 *DeviceDistributionCounter) 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 DeviceDistributionCounter_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 *DeviceDistributionCounter) 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 DeviceDistributionCounter_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 *DeviceDistributionCounter) 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 DeviceDistributionCounter_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 *DeviceDistributionCounter) 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 DeviceDistributionCounter_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 *DeviceDistributionCounter) 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 DeviceDistributionCounter_FieldPath) bool
- func (cond *FilterConditionNotIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionNotIn) String() string
- type GetQuery
- func (q *GetQuery) GetFieldMask() gotenobject.FieldMask
- func (q *GetQuery) GetReference() gotenresource.Reference
- func (q *GetQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (q *GetQuery) GotenQuery()
- func (q *GetQuery) SetFieldMask(mask gotenobject.FieldMask)
- func (q *GetQuery) SetReference(ref gotenresource.Reference)
- func (q *GetQuery) String() string
- type ListQuery
- func (q *ListQuery) GetFieldMask() gotenobject.FieldMask
- func (q *ListQuery) GetFilter() gotenresource.Filter
- func (q *ListQuery) GetPager() gotenresource.PagerQuery
- func (q *ListQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (q *ListQuery) GetWithPagingInfo() bool
- func (q *ListQuery) GotenQuery()
- func (q *ListQuery) SetFieldMask(mask gotenobject.FieldMask)
- func (q *ListQuery) SetFilter(filter gotenresource.Filter)
- func (q *ListQuery) SetPager(pager gotenresource.PagerQuery)
- func (q *ListQuery) SetWithPagingInfo(with bool)
- func (q *ListQuery) String() string
- type Name
- func (name *Name) AsRawReference() gotenresource.Reference
- func (name *Name) AsReference() *Reference
- func (name *Name) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (name *Name) ConvertToType(typeVal ref.Type) ref.Val
- func (name *Name) Equal(other ref.Val) ref.Val
- func (name *Name) FullyQualifiedName() (string, error)
- func (name *Name) GetIParentName() gotenresource.Name
- func (name *Name) GetIUnderlyingParentName() gotenresource.Name
- func (name *Name) GetIdParts() map[string]string
- func (name *Name) GetPattern() gotenresource.NamePattern
- func (name *Name) GetProjectName() *project.Name
- func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
- func (name *Name) GetSegments() gotenresource.NameSegments
- func (name *Name) GotenEqual(other interface{}) bool
- func (name *Name) HasTrait(trait int) bool
- func (name *Name) IsFullyQualified() bool
- func (name *Name) IsSpecified() bool
- func (name *Name) Match(pattern ref.Val) ref.Val
- func (name *Name) Matches(other interface{}) bool
- func (name *Name) ParseProtoString(data string) error
- func (name *Name) ProtoString() (string, error)
- func (name *Name) Receive(function string, overload string, args []ref.Val) ref.Val
- func (name *Name) SetFromCliFlag(raw string) error
- func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
- func (name *Name) String() string
- func (name *Name) Type() ref.Type
- func (name *Name) TypeName() string
- func (name *Name) Value() interface{}
- type NameBuilder
- func (b *NameBuilder) Name() *Name
- func (b *NameBuilder) Parent() *ParentName
- func (b *NameBuilder) ParentReference() *ParentReference
- func (b *NameBuilder) Reference() *Reference
- func (b *NameBuilder) SetId(id string) *NameBuilder
- func (b *NameBuilder) SetProject(parent *project.Name) *NameBuilder
- func (b *NameBuilder) SetProjectId(id string) *NameBuilder
- func (b *NameBuilder) SetRegionId(id string) *NameBuilder
- type NamePattern
- type OrderBy
- func (orderBy *OrderBy) Compare(left, right *DeviceDistributionCounter) int
- func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
- func (orderBy *OrderBy) GetFieldMask() *DeviceDistributionCounter_FieldMask
- func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
- func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
- func (orderBy *OrderBy) InsertSorted(sorted DeviceDistributionCounterList, elem *DeviceDistributionCounter) (DeviceDistributionCounterList, 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 DeviceDistributionCounterList)
- 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) GetDeviceDistributionCounter() *DeviceDistributionCounter
- 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 *DeviceDistributionCounter)
- 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_Region = "projects/{project}/regions/{region}/deviceDistributionCounters/{device_distribution_counter}"
)
Variables ¶
This section is empty.
Functions ¶
func AsAnyCastAccess ¶
func AsAnyCastAccess(access DeviceDistributionCounterAccess) 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) SupportsDbConstraints ¶
func (d *Descriptor) SupportsDbConstraints() bool
func (*Descriptor) SupportsMetadata ¶
func (d *Descriptor) SupportsMetadata() bool
type DeviceDistributionCounter ¶
type DeviceDistributionCounter struct { // Name of DeviceDistributionCounter // 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"` TotalCount int64 `protobuf:"varint,3,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty" firestore:"totalCount"` OnlineCount int64 `protobuf:"varint,4,opt,name=online_count,json=onlineCount,proto3" json:"online_count,omitempty" firestore:"onlineCount"` // contains filtered or unexported fields }
DeviceDistributionCounter Resource
func (*DeviceDistributionCounter) Clone ¶
func (o *DeviceDistributionCounter) Clone() *DeviceDistributionCounter
func (*DeviceDistributionCounter) CloneRaw ¶
func (o *DeviceDistributionCounter) CloneRaw() gotenobject.GotenObjectExt
func (*DeviceDistributionCounter) Descriptor ¶
func (*DeviceDistributionCounter) Descriptor() ([]byte, []int)
Deprecated, Use DeviceDistributionCounter.ProtoReflect.Descriptor instead.
func (*DeviceDistributionCounter) EnsureMetadata ¶
func (r *DeviceDistributionCounter) EnsureMetadata() *meta.Meta
func (*DeviceDistributionCounter) GetMetadata ¶
func (m *DeviceDistributionCounter) GetMetadata() *meta.Meta
func (*DeviceDistributionCounter) GetName ¶
func (m *DeviceDistributionCounter) GetName() *Name
func (*DeviceDistributionCounter) GetOnlineCount ¶
func (m *DeviceDistributionCounter) GetOnlineCount() int64
func (*DeviceDistributionCounter) GetRawName ¶
func (r *DeviceDistributionCounter) GetRawName() gotenresource.Name
func (*DeviceDistributionCounter) GetResourceDescriptor ¶
func (r *DeviceDistributionCounter) GetResourceDescriptor() gotenresource.Descriptor
func (*DeviceDistributionCounter) GetTotalCount ¶
func (m *DeviceDistributionCounter) GetTotalCount() int64
func (*DeviceDistributionCounter) GotenMessage ¶
func (*DeviceDistributionCounter) GotenMessage()
func (*DeviceDistributionCounter) GotenObjectExt ¶
func (o *DeviceDistributionCounter) GotenObjectExt()
func (*DeviceDistributionCounter) GotenValidate ¶
func (obj *DeviceDistributionCounter) GotenValidate() error
func (*DeviceDistributionCounter) MakeDiffFieldMask ¶
func (o *DeviceDistributionCounter) MakeDiffFieldMask(other *DeviceDistributionCounter) *DeviceDistributionCounter_FieldMask
func (*DeviceDistributionCounter) MakeFullFieldMask ¶
func (o *DeviceDistributionCounter) MakeFullFieldMask() *DeviceDistributionCounter_FieldMask
func (*DeviceDistributionCounter) MakeRawDiffFieldMask ¶
func (o *DeviceDistributionCounter) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*DeviceDistributionCounter) MakeRawFullFieldMask ¶
func (o *DeviceDistributionCounter) MakeRawFullFieldMask() gotenobject.FieldMask
func (*DeviceDistributionCounter) Marshal ¶
func (m *DeviceDistributionCounter) Marshal() ([]byte, error)
func (*DeviceDistributionCounter) MarshalJSON ¶
func (m *DeviceDistributionCounter) MarshalJSON() ([]byte, error)
func (*DeviceDistributionCounter) MaybePopulateDefaults ¶
func (r *DeviceDistributionCounter) MaybePopulateDefaults() error
func (*DeviceDistributionCounter) Merge ¶
func (o *DeviceDistributionCounter) Merge(source *DeviceDistributionCounter)
func (*DeviceDistributionCounter) MergeRaw ¶
func (o *DeviceDistributionCounter) MergeRaw(source gotenobject.GotenObjectExt)
func (*DeviceDistributionCounter) ProtoMessage ¶
func (*DeviceDistributionCounter) ProtoMessage()
func (*DeviceDistributionCounter) ProtoReflect ¶
func (m *DeviceDistributionCounter) ProtoReflect() preflect.Message
func (*DeviceDistributionCounter) Reset ¶
func (m *DeviceDistributionCounter) Reset()
func (*DeviceDistributionCounter) SetMetadata ¶
func (m *DeviceDistributionCounter) SetMetadata(fv *meta.Meta)
func (*DeviceDistributionCounter) SetName ¶
func (m *DeviceDistributionCounter) SetName(fv *Name)
func (*DeviceDistributionCounter) SetOnlineCount ¶
func (m *DeviceDistributionCounter) SetOnlineCount(fv int64)
func (*DeviceDistributionCounter) SetTotalCount ¶
func (m *DeviceDistributionCounter) SetTotalCount(fv int64)
func (*DeviceDistributionCounter) String ¶
func (m *DeviceDistributionCounter) String() string
func (*DeviceDistributionCounter) Unmarshal ¶
func (m *DeviceDistributionCounter) Unmarshal(b []byte) error
func (*DeviceDistributionCounter) UnmarshalJSON ¶
func (m *DeviceDistributionCounter) UnmarshalJSON(data []byte) error
type DeviceDistributionCounterAccess ¶
type DeviceDistributionCounterAccess interface { GetDeviceDistributionCounter(context.Context, *GetQuery, ...gotenresource.GetOption) (*DeviceDistributionCounter, error) BatchGetDeviceDistributionCounters(context.Context, []*Reference, ...gotenresource.BatchGetOption) error QueryDeviceDistributionCounters(context.Context, *ListQuery, ...gotenresource.QueryOption) (*QueryResultSnapshot, error) WatchDeviceDistributionCounter(context.Context, *GetQuery, func(*DeviceDistributionCounterChange) error) error WatchDeviceDistributionCounters(context.Context, *WatchQuery, func(*QueryResultChange) error) error SaveDeviceDistributionCounter(context.Context, *DeviceDistributionCounter, ...gotenresource.SaveOption) error DeleteDeviceDistributionCounter(context.Context, *Reference, ...gotenresource.DeleteOption) error }
type DeviceDistributionCounterChange ¶
type DeviceDistributionCounterChange struct { // DeviceDistributionCounter change // // Types that are valid to be assigned to ChangeType: // *DeviceDistributionCounterChange_Added_ // *DeviceDistributionCounterChange_Modified_ // *DeviceDistributionCounterChange_Current_ // *DeviceDistributionCounterChange_Removed_ ChangeType isDeviceDistributionCounterChange_ChangeType `protobuf_oneof:"change_type"` // contains filtered or unexported fields }
DeviceDistributionCounterChange is used by Watch notifications Responses to describe change of single DeviceDistributionCounter One of Added, Modified, Removed
func (*DeviceDistributionCounterChange) Descriptor ¶
func (*DeviceDistributionCounterChange) Descriptor() ([]byte, []int)
Deprecated, Use DeviceDistributionCounterChange.ProtoReflect.Descriptor instead.
func (*DeviceDistributionCounterChange) GetAdded ¶
func (m *DeviceDistributionCounterChange) GetAdded() *DeviceDistributionCounterChange_Added
func (*DeviceDistributionCounterChange) GetChangeType ¶
func (m *DeviceDistributionCounterChange) GetChangeType() isDeviceDistributionCounterChange_ChangeType
func (*DeviceDistributionCounterChange) GetCurrent ¶
func (m *DeviceDistributionCounterChange) GetCurrent() *DeviceDistributionCounterChange_Current
func (*DeviceDistributionCounterChange) GetCurrentViewIndex ¶
func (c *DeviceDistributionCounterChange) GetCurrentViewIndex() int32
func (*DeviceDistributionCounterChange) GetDeviceDistributionCounter ¶
func (c *DeviceDistributionCounterChange) GetDeviceDistributionCounter() *DeviceDistributionCounter
func (*DeviceDistributionCounterChange) GetDeviceDistributionCounterName ¶
func (c *DeviceDistributionCounterChange) GetDeviceDistributionCounterName() *Name
func (*DeviceDistributionCounterChange) GetModified ¶
func (m *DeviceDistributionCounterChange) GetModified() *DeviceDistributionCounterChange_Modified
func (*DeviceDistributionCounterChange) GetPreviousViewIndex ¶
func (c *DeviceDistributionCounterChange) GetPreviousViewIndex() int32
func (*DeviceDistributionCounterChange) GetRawName ¶
func (c *DeviceDistributionCounterChange) GetRawName() gotenresource.Name
func (*DeviceDistributionCounterChange) GetRawResource ¶
func (c *DeviceDistributionCounterChange) GetRawResource() gotenresource.Resource
func (*DeviceDistributionCounterChange) GetRemoved ¶
func (m *DeviceDistributionCounterChange) GetRemoved() *DeviceDistributionCounterChange_Removed
func (*DeviceDistributionCounterChange) GotenMessage ¶
func (*DeviceDistributionCounterChange) GotenMessage()
func (*DeviceDistributionCounterChange) GotenValidate ¶
func (obj *DeviceDistributionCounterChange) GotenValidate() error
func (*DeviceDistributionCounterChange) IsAdd ¶
func (c *DeviceDistributionCounterChange) IsAdd() bool
func (*DeviceDistributionCounterChange) IsCurrent ¶
func (c *DeviceDistributionCounterChange) IsCurrent() bool
func (*DeviceDistributionCounterChange) IsDelete ¶
func (c *DeviceDistributionCounterChange) IsDelete() bool
func (*DeviceDistributionCounterChange) IsModify ¶
func (c *DeviceDistributionCounterChange) IsModify() bool
func (*DeviceDistributionCounterChange) Marshal ¶
func (m *DeviceDistributionCounterChange) Marshal() ([]byte, error)
func (*DeviceDistributionCounterChange) MarshalJSON ¶
func (m *DeviceDistributionCounterChange) MarshalJSON() ([]byte, error)
func (*DeviceDistributionCounterChange) ProtoMessage ¶
func (*DeviceDistributionCounterChange) ProtoMessage()
func (*DeviceDistributionCounterChange) ProtoReflect ¶
func (m *DeviceDistributionCounterChange) ProtoReflect() preflect.Message
func (*DeviceDistributionCounterChange) Reset ¶
func (m *DeviceDistributionCounterChange) Reset()
func (*DeviceDistributionCounterChange) SetAdded ¶
func (m *DeviceDistributionCounterChange) SetAdded(fv *DeviceDistributionCounterChange_Added)
func (*DeviceDistributionCounterChange) SetAddedRaw ¶
func (c *DeviceDistributionCounterChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
func (*DeviceDistributionCounterChange) SetChangeType ¶
func (m *DeviceDistributionCounterChange) SetChangeType(ofv isDeviceDistributionCounterChange_ChangeType)
func (*DeviceDistributionCounterChange) SetCurrent ¶
func (m *DeviceDistributionCounterChange) SetCurrent(fv *DeviceDistributionCounterChange_Current)
func (*DeviceDistributionCounterChange) SetCurrentRaw ¶
func (c *DeviceDistributionCounterChange) SetCurrentRaw(snapshot gotenresource.Resource)
func (*DeviceDistributionCounterChange) SetDeletedRaw ¶
func (c *DeviceDistributionCounterChange) SetDeletedRaw(name gotenresource.Name, idx int)
func (*DeviceDistributionCounterChange) SetModified ¶
func (m *DeviceDistributionCounterChange) SetModified(fv *DeviceDistributionCounterChange_Modified)
func (*DeviceDistributionCounterChange) SetModifiedRaw ¶
func (c *DeviceDistributionCounterChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)
func (*DeviceDistributionCounterChange) SetRemoved ¶
func (m *DeviceDistributionCounterChange) SetRemoved(fv *DeviceDistributionCounterChange_Removed)
func (*DeviceDistributionCounterChange) String ¶
func (m *DeviceDistributionCounterChange) String() string
func (*DeviceDistributionCounterChange) Unmarshal ¶
func (m *DeviceDistributionCounterChange) Unmarshal(b []byte) error
func (*DeviceDistributionCounterChange) UnmarshalJSON ¶
func (m *DeviceDistributionCounterChange) UnmarshalJSON(data []byte) error
type DeviceDistributionCounterChangeList ¶
type DeviceDistributionCounterChangeList []*DeviceDistributionCounterChange
func (DeviceDistributionCounterChangeList) Append ¶
func (l DeviceDistributionCounterChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
func (DeviceDistributionCounterChangeList) AppendList ¶
func (l DeviceDistributionCounterChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
func (DeviceDistributionCounterChangeList) At ¶
func (l DeviceDistributionCounterChangeList) At(idx int) gotenresource.ResourceChange
func (DeviceDistributionCounterChangeList) Length ¶
func (l DeviceDistributionCounterChangeList) Length() int
func (DeviceDistributionCounterChangeList) Set ¶
func (l DeviceDistributionCounterChangeList) Set(idx int, change gotenresource.ResourceChange)
func (DeviceDistributionCounterChangeList) Slice ¶
func (l DeviceDistributionCounterChangeList) Slice(first, second int) gotenresource.ResourceChangeList
type DeviceDistributionCounterChangeMap ¶
type DeviceDistributionCounterChangeMap map[Name]*DeviceDistributionCounterChange
func (DeviceDistributionCounterChangeMap) Delete ¶
func (m DeviceDistributionCounterChangeMap) Delete(name gotenresource.Name)
func (DeviceDistributionCounterChangeMap) ForEach ¶
func (m DeviceDistributionCounterChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
func (DeviceDistributionCounterChangeMap) Get ¶
func (m DeviceDistributionCounterChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
func (DeviceDistributionCounterChangeMap) Length ¶
func (m DeviceDistributionCounterChangeMap) Length() int
func (DeviceDistributionCounterChangeMap) Set ¶
func (m DeviceDistributionCounterChangeMap) Set(change gotenresource.ResourceChange)
type DeviceDistributionCounterChange_Added ¶
type DeviceDistributionCounterChange_Added struct { DeviceDistributionCounter *DeviceDistributionCounter `` /* 176-byte string literal not displayed */ // Integer describing index of added DeviceDistributionCounter 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 }
DeviceDistributionCounter has been added to query view
func (*DeviceDistributionCounterChange_Added) Descriptor ¶
func (*DeviceDistributionCounterChange_Added) Descriptor() ([]byte, []int)
Deprecated, Use DeviceDistributionCounterChange_Added.ProtoReflect.Descriptor instead.
func (*DeviceDistributionCounterChange_Added) GetDeviceDistributionCounter ¶
func (m *DeviceDistributionCounterChange_Added) GetDeviceDistributionCounter() *DeviceDistributionCounter
func (*DeviceDistributionCounterChange_Added) GetViewIndex ¶
func (m *DeviceDistributionCounterChange_Added) GetViewIndex() int32
func (*DeviceDistributionCounterChange_Added) GotenMessage ¶
func (*DeviceDistributionCounterChange_Added) GotenMessage()
func (*DeviceDistributionCounterChange_Added) GotenValidate ¶
func (obj *DeviceDistributionCounterChange_Added) GotenValidate() error
func (*DeviceDistributionCounterChange_Added) Marshal ¶
func (m *DeviceDistributionCounterChange_Added) Marshal() ([]byte, error)
func (*DeviceDistributionCounterChange_Added) MarshalJSON ¶
func (m *DeviceDistributionCounterChange_Added) MarshalJSON() ([]byte, error)
func (*DeviceDistributionCounterChange_Added) ProtoMessage ¶
func (*DeviceDistributionCounterChange_Added) ProtoMessage()
func (*DeviceDistributionCounterChange_Added) ProtoReflect ¶
func (m *DeviceDistributionCounterChange_Added) ProtoReflect() preflect.Message
func (*DeviceDistributionCounterChange_Added) Reset ¶
func (m *DeviceDistributionCounterChange_Added) Reset()
func (*DeviceDistributionCounterChange_Added) SetDeviceDistributionCounter ¶
func (m *DeviceDistributionCounterChange_Added) SetDeviceDistributionCounter(fv *DeviceDistributionCounter)
func (*DeviceDistributionCounterChange_Added) SetViewIndex ¶
func (m *DeviceDistributionCounterChange_Added) SetViewIndex(fv int32)
func (*DeviceDistributionCounterChange_Added) String ¶
func (m *DeviceDistributionCounterChange_Added) String() string
func (*DeviceDistributionCounterChange_Added) Unmarshal ¶
func (m *DeviceDistributionCounterChange_Added) Unmarshal(b []byte) error
func (*DeviceDistributionCounterChange_Added) UnmarshalJSON ¶
func (m *DeviceDistributionCounterChange_Added) UnmarshalJSON(data []byte) error
type DeviceDistributionCounterChange_Added_ ¶
type DeviceDistributionCounterChange_Added_ struct { // Added is returned when watched document is added, either created or // enters Query view Added *DeviceDistributionCounterChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"` }
type DeviceDistributionCounterChange_Current ¶
type DeviceDistributionCounterChange_Current struct { DeviceDistributionCounter *DeviceDistributionCounter `` /* 176-byte string literal not displayed */ // contains filtered or unexported fields }
DeviceDistributionCounter has been added or modified in a query view. Version used for stateless watching
func (*DeviceDistributionCounterChange_Current) Descriptor ¶
func (*DeviceDistributionCounterChange_Current) Descriptor() ([]byte, []int)
Deprecated, Use DeviceDistributionCounterChange_Current.ProtoReflect.Descriptor instead.
func (*DeviceDistributionCounterChange_Current) GetDeviceDistributionCounter ¶
func (m *DeviceDistributionCounterChange_Current) GetDeviceDistributionCounter() *DeviceDistributionCounter
func (*DeviceDistributionCounterChange_Current) GotenMessage ¶
func (*DeviceDistributionCounterChange_Current) GotenMessage()
func (*DeviceDistributionCounterChange_Current) GotenValidate ¶
func (obj *DeviceDistributionCounterChange_Current) GotenValidate() error
func (*DeviceDistributionCounterChange_Current) Marshal ¶
func (m *DeviceDistributionCounterChange_Current) Marshal() ([]byte, error)
func (*DeviceDistributionCounterChange_Current) MarshalJSON ¶
func (m *DeviceDistributionCounterChange_Current) MarshalJSON() ([]byte, error)
func (*DeviceDistributionCounterChange_Current) ProtoMessage ¶
func (*DeviceDistributionCounterChange_Current) ProtoMessage()
func (*DeviceDistributionCounterChange_Current) ProtoReflect ¶
func (m *DeviceDistributionCounterChange_Current) ProtoReflect() preflect.Message
func (*DeviceDistributionCounterChange_Current) Reset ¶
func (m *DeviceDistributionCounterChange_Current) Reset()
func (*DeviceDistributionCounterChange_Current) SetDeviceDistributionCounter ¶
func (m *DeviceDistributionCounterChange_Current) SetDeviceDistributionCounter(fv *DeviceDistributionCounter)
func (*DeviceDistributionCounterChange_Current) String ¶
func (m *DeviceDistributionCounterChange_Current) String() string
func (*DeviceDistributionCounterChange_Current) Unmarshal ¶
func (m *DeviceDistributionCounterChange_Current) Unmarshal(b []byte) error
func (*DeviceDistributionCounterChange_Current) UnmarshalJSON ¶
func (m *DeviceDistributionCounterChange_Current) UnmarshalJSON(data []byte) error
type DeviceDistributionCounterChange_Current_ ¶
type DeviceDistributionCounterChange_Current_ struct { // Current is returned in stateless watch when document enters query view or // is modified within. Current *DeviceDistributionCounterChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"` }
type DeviceDistributionCounterChange_Modified ¶
type DeviceDistributionCounterChange_Modified struct { // Name of modified DeviceDistributionCounter Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // New version of DeviceDistributionCounter or masked difference, depending // on mask_changes instrumentation of issued // [WatchDeviceDistributionCounterRequest] or // [WatchDeviceDistributionCountersRequest] DeviceDistributionCounter *DeviceDistributionCounter `` /* 176-byte string literal not displayed */ // Used when mask_changes is set, contains field paths of modified // properties. FieldMask *DeviceDistributionCounter_FieldMask `` /* 157-byte string literal not displayed */ // Previous view index specifies previous position of modified // DeviceDistributionCounter. When modification doesn't affect sorted order, // value will remain identical to [view_index]. PreviousViewIndex int32 `` /* 145-byte string literal not displayed */ // Integer specifying DeviceDistributionCounter 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 }
DeviceDistributionCounter changed some of it's fields - contains either full document or masked change
func (*DeviceDistributionCounterChange_Modified) Descriptor ¶
func (*DeviceDistributionCounterChange_Modified) Descriptor() ([]byte, []int)
Deprecated, Use DeviceDistributionCounterChange_Modified.ProtoReflect.Descriptor instead.
func (*DeviceDistributionCounterChange_Modified) GetDeviceDistributionCounter ¶
func (m *DeviceDistributionCounterChange_Modified) GetDeviceDistributionCounter() *DeviceDistributionCounter
func (*DeviceDistributionCounterChange_Modified) GetFieldMask ¶
func (m *DeviceDistributionCounterChange_Modified) GetFieldMask() *DeviceDistributionCounter_FieldMask
func (*DeviceDistributionCounterChange_Modified) GetName ¶
func (m *DeviceDistributionCounterChange_Modified) GetName() *Name
func (*DeviceDistributionCounterChange_Modified) GetPreviousViewIndex ¶
func (m *DeviceDistributionCounterChange_Modified) GetPreviousViewIndex() int32
func (*DeviceDistributionCounterChange_Modified) GetViewIndex ¶
func (m *DeviceDistributionCounterChange_Modified) GetViewIndex() int32
func (*DeviceDistributionCounterChange_Modified) GotenMessage ¶
func (*DeviceDistributionCounterChange_Modified) GotenMessage()
func (*DeviceDistributionCounterChange_Modified) GotenValidate ¶
func (obj *DeviceDistributionCounterChange_Modified) GotenValidate() error
func (*DeviceDistributionCounterChange_Modified) Marshal ¶
func (m *DeviceDistributionCounterChange_Modified) Marshal() ([]byte, error)
func (*DeviceDistributionCounterChange_Modified) MarshalJSON ¶
func (m *DeviceDistributionCounterChange_Modified) MarshalJSON() ([]byte, error)
func (*DeviceDistributionCounterChange_Modified) ProtoMessage ¶
func (*DeviceDistributionCounterChange_Modified) ProtoMessage()
func (*DeviceDistributionCounterChange_Modified) ProtoReflect ¶
func (m *DeviceDistributionCounterChange_Modified) ProtoReflect() preflect.Message
func (*DeviceDistributionCounterChange_Modified) Reset ¶
func (m *DeviceDistributionCounterChange_Modified) Reset()
func (*DeviceDistributionCounterChange_Modified) SetDeviceDistributionCounter ¶
func (m *DeviceDistributionCounterChange_Modified) SetDeviceDistributionCounter(fv *DeviceDistributionCounter)
func (*DeviceDistributionCounterChange_Modified) SetFieldMask ¶
func (m *DeviceDistributionCounterChange_Modified) SetFieldMask(fv *DeviceDistributionCounter_FieldMask)
func (*DeviceDistributionCounterChange_Modified) SetName ¶
func (m *DeviceDistributionCounterChange_Modified) SetName(fv *Name)
func (*DeviceDistributionCounterChange_Modified) SetPreviousViewIndex ¶
func (m *DeviceDistributionCounterChange_Modified) SetPreviousViewIndex(fv int32)
func (*DeviceDistributionCounterChange_Modified) SetViewIndex ¶
func (m *DeviceDistributionCounterChange_Modified) SetViewIndex(fv int32)
func (*DeviceDistributionCounterChange_Modified) String ¶
func (m *DeviceDistributionCounterChange_Modified) String() string
func (*DeviceDistributionCounterChange_Modified) Unmarshal ¶
func (m *DeviceDistributionCounterChange_Modified) Unmarshal(b []byte) error
func (*DeviceDistributionCounterChange_Modified) UnmarshalJSON ¶
func (m *DeviceDistributionCounterChange_Modified) UnmarshalJSON(data []byte) error
type DeviceDistributionCounterChange_Modified_ ¶
type DeviceDistributionCounterChange_Modified_ struct { // Modified is returned when watched document is modified Modified *DeviceDistributionCounterChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"` }
type DeviceDistributionCounterChange_Removed ¶
type DeviceDistributionCounterChange_Removed struct { Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Integer specifying removed DeviceDistributionCounter 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 DeviceDistributionCounter is deleted or leaves Query view
func (*DeviceDistributionCounterChange_Removed) Descriptor ¶
func (*DeviceDistributionCounterChange_Removed) Descriptor() ([]byte, []int)
Deprecated, Use DeviceDistributionCounterChange_Removed.ProtoReflect.Descriptor instead.
func (*DeviceDistributionCounterChange_Removed) GetName ¶
func (m *DeviceDistributionCounterChange_Removed) GetName() *Name
func (*DeviceDistributionCounterChange_Removed) GetViewIndex ¶
func (m *DeviceDistributionCounterChange_Removed) GetViewIndex() int32
func (*DeviceDistributionCounterChange_Removed) GotenMessage ¶
func (*DeviceDistributionCounterChange_Removed) GotenMessage()
func (*DeviceDistributionCounterChange_Removed) GotenValidate ¶
func (obj *DeviceDistributionCounterChange_Removed) GotenValidate() error
func (*DeviceDistributionCounterChange_Removed) Marshal ¶
func (m *DeviceDistributionCounterChange_Removed) Marshal() ([]byte, error)
func (*DeviceDistributionCounterChange_Removed) MarshalJSON ¶
func (m *DeviceDistributionCounterChange_Removed) MarshalJSON() ([]byte, error)
func (*DeviceDistributionCounterChange_Removed) ProtoMessage ¶
func (*DeviceDistributionCounterChange_Removed) ProtoMessage()
func (*DeviceDistributionCounterChange_Removed) ProtoReflect ¶
func (m *DeviceDistributionCounterChange_Removed) ProtoReflect() preflect.Message
func (*DeviceDistributionCounterChange_Removed) Reset ¶
func (m *DeviceDistributionCounterChange_Removed) Reset()
func (*DeviceDistributionCounterChange_Removed) SetName ¶
func (m *DeviceDistributionCounterChange_Removed) SetName(fv *Name)
func (*DeviceDistributionCounterChange_Removed) SetViewIndex ¶
func (m *DeviceDistributionCounterChange_Removed) SetViewIndex(fv int32)
func (*DeviceDistributionCounterChange_Removed) String ¶
func (m *DeviceDistributionCounterChange_Removed) String() string
func (*DeviceDistributionCounterChange_Removed) Unmarshal ¶
func (m *DeviceDistributionCounterChange_Removed) Unmarshal(b []byte) error
func (*DeviceDistributionCounterChange_Removed) UnmarshalJSON ¶
func (m *DeviceDistributionCounterChange_Removed) UnmarshalJSON(data []byte) error
type DeviceDistributionCounterChange_Removed_ ¶
type DeviceDistributionCounterChange_Removed_ struct { // Removed is returned when DeviceDistributionCounter is deleted or leaves // Query view Removed *DeviceDistributionCounterChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"` }
type DeviceDistributionCounterFieldPathBuilder ¶
type DeviceDistributionCounterFieldPathBuilder struct{}
func NewDeviceDistributionCounterFieldPathBuilder ¶
func NewDeviceDistributionCounterFieldPathBuilder() DeviceDistributionCounterFieldPathBuilder
func (DeviceDistributionCounterFieldPathBuilder) OnlineCount ¶
func (DeviceDistributionCounterFieldPathBuilder) TotalCount ¶
type DeviceDistributionCounterList ¶
type DeviceDistributionCounterList []*DeviceDistributionCounter
func (DeviceDistributionCounterList) Append ¶
func (l DeviceDistributionCounterList) Append(item gotenresource.Resource) gotenresource.ResourceList
func (DeviceDistributionCounterList) AppendList ¶
func (l DeviceDistributionCounterList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
func (DeviceDistributionCounterList) At ¶
func (l DeviceDistributionCounterList) At(idx int) gotenresource.Resource
func (DeviceDistributionCounterList) Length ¶
func (l DeviceDistributionCounterList) Length() int
func (DeviceDistributionCounterList) Set ¶
func (l DeviceDistributionCounterList) Set(idx int, res gotenresource.Resource)
func (DeviceDistributionCounterList) Slice ¶
func (l DeviceDistributionCounterList) Slice(first, second int) gotenresource.ResourceList
type DeviceDistributionCounterMap ¶
type DeviceDistributionCounterMap map[Name]*DeviceDistributionCounter
func (DeviceDistributionCounterMap) Delete ¶
func (m DeviceDistributionCounterMap) Delete(name gotenresource.Name)
func (DeviceDistributionCounterMap) ForEach ¶
func (m DeviceDistributionCounterMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
func (DeviceDistributionCounterMap) Get ¶
func (m DeviceDistributionCounterMap) Get(name gotenresource.Name) gotenresource.Resource
func (DeviceDistributionCounterMap) Length ¶
func (m DeviceDistributionCounterMap) Length() int
func (DeviceDistributionCounterMap) Set ¶
func (m DeviceDistributionCounterMap) Set(res gotenresource.Resource)
type DeviceDistributionCounterMapPathSelectorMetadataAnnotations ¶
type DeviceDistributionCounterMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (DeviceDistributionCounterMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s DeviceDistributionCounterMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterMapPathSelectorMetadataAnnotations) WithValue ¶
func (s DeviceDistributionCounterMapPathSelectorMetadataAnnotations) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterMapPathSelectorMetadataLabels ¶
type DeviceDistributionCounterMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (DeviceDistributionCounterMapPathSelectorMetadataLabels) FieldPath ¶
func (s DeviceDistributionCounterMapPathSelectorMetadataLabels) FieldPath() *DeviceDistributionCounter_FieldSubPath
func (DeviceDistributionCounterMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s DeviceDistributionCounterMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterMapPathSelectorMetadataLabels) WithValue ¶
func (s DeviceDistributionCounterMapPathSelectorMetadataLabels) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterMapPathSelectorMetadataShards ¶
type DeviceDistributionCounterMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (DeviceDistributionCounterMapPathSelectorMetadataShards) FieldPath ¶
func (s DeviceDistributionCounterMapPathSelectorMetadataShards) FieldPath() *DeviceDistributionCounter_FieldSubPath
func (DeviceDistributionCounterMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s DeviceDistributionCounterMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterMapPathSelectorMetadataShards) WithValue ¶
func (s DeviceDistributionCounterMapPathSelectorMetadataShards) WithValue(value int64) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterNameList ¶
type DeviceDistributionCounterNameList []*Name
func (DeviceDistributionCounterNameList) Append ¶
func (l DeviceDistributionCounterNameList) Append(name gotenresource.Name) gotenresource.NameList
func (DeviceDistributionCounterNameList) AppendList ¶
func (l DeviceDistributionCounterNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
func (DeviceDistributionCounterNameList) At ¶
func (l DeviceDistributionCounterNameList) At(idx int) gotenresource.Name
func (DeviceDistributionCounterNameList) Length ¶
func (l DeviceDistributionCounterNameList) Length() int
func (DeviceDistributionCounterNameList) Set ¶
func (l DeviceDistributionCounterNameList) Set(idx int, name gotenresource.Name)
func (DeviceDistributionCounterNameList) Slice ¶
func (l DeviceDistributionCounterNameList) Slice(first, second int) gotenresource.NameList
type DeviceDistributionCounterParentNameList ¶
type DeviceDistributionCounterParentNameList []*ParentName
func (DeviceDistributionCounterParentNameList) Append ¶
func (l DeviceDistributionCounterParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
func (DeviceDistributionCounterParentNameList) AppendList ¶
func (l DeviceDistributionCounterParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
func (DeviceDistributionCounterParentNameList) At ¶
func (l DeviceDistributionCounterParentNameList) At(idx int) gotenresource.Name
func (DeviceDistributionCounterParentNameList) Length ¶
func (l DeviceDistributionCounterParentNameList) Length() int
func (DeviceDistributionCounterParentNameList) Set ¶
func (l DeviceDistributionCounterParentNameList) Set(idx int, name gotenresource.Name)
func (DeviceDistributionCounterParentNameList) Slice ¶
func (l DeviceDistributionCounterParentNameList) Slice(first, second int) gotenresource.ParentNameList
type DeviceDistributionCounterParentReferenceList ¶
type DeviceDistributionCounterParentReferenceList []*ParentReference
func (DeviceDistributionCounterParentReferenceList) Append ¶
func (l DeviceDistributionCounterParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
func (DeviceDistributionCounterParentReferenceList) AppendList ¶
func (l DeviceDistributionCounterParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
func (DeviceDistributionCounterParentReferenceList) At ¶
func (l DeviceDistributionCounterParentReferenceList) At(idx int) gotenresource.Reference
func (DeviceDistributionCounterParentReferenceList) Length ¶
func (l DeviceDistributionCounterParentReferenceList) Length() int
func (DeviceDistributionCounterParentReferenceList) Set ¶
func (l DeviceDistributionCounterParentReferenceList) Set(idx int, ref gotenresource.Reference)
func (DeviceDistributionCounterParentReferenceList) Slice ¶
func (l DeviceDistributionCounterParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
type DeviceDistributionCounterPathSelectorMetadata ¶
type DeviceDistributionCounterPathSelectorMetadata struct{}
func (DeviceDistributionCounterPathSelectorMetadata) Annotations ¶
func (DeviceDistributionCounterPathSelectorMetadata) CreateTime ¶
func (DeviceDistributionCounterPathSelectorMetadata) DeleteTime ¶
func (DeviceDistributionCounterPathSelectorMetadata) Generation ¶
func (DeviceDistributionCounterPathSelectorMetadata) OwnerReferences ¶
func (DeviceDistributionCounterPathSelectorMetadata) ResourceVersion ¶
func (DeviceDistributionCounterPathSelectorMetadata) UpdateTime ¶
func (DeviceDistributionCounterPathSelectorMetadata) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadata) WithArrayOfValues(values []*meta.Meta) *DeviceDistributionCounter_FieldTerminalPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadata) WithSubArrayItemValue ¶
func (s DeviceDistributionCounterPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue meta.Meta_FieldPathArrayItemValue) *DeviceDistributionCounter_FieldSubPathArrayItemValue
func (DeviceDistributionCounterPathSelectorMetadata) WithSubArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues meta.Meta_FieldPathArrayOfValues) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadata) WithSubPath ¶
func (DeviceDistributionCounterPathSelectorMetadata) WithSubPath(subPath meta.Meta_FieldPath) *DeviceDistributionCounter_FieldSubPath
func (DeviceDistributionCounterPathSelectorMetadata) WithSubValue ¶
func (s DeviceDistributionCounterPathSelectorMetadata) WithSubValue(subPathValue meta.Meta_FieldPathValue) *DeviceDistributionCounter_FieldSubPathValue
func (DeviceDistributionCounterPathSelectorMetadata) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadata) WithValue(value *meta.Meta) *DeviceDistributionCounter_FieldTerminalPathValue
type DeviceDistributionCounterPathSelectorMetadataAnnotations ¶
type DeviceDistributionCounterPathSelectorMetadataAnnotations struct{}
func (DeviceDistributionCounterPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataAnnotations) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataAnnotations) WithValue(value map[string]string) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataCreateTime ¶
type DeviceDistributionCounterPathSelectorMetadataCreateTime struct{}
func (DeviceDistributionCounterPathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataCreateTime) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataDeleteTime ¶
type DeviceDistributionCounterPathSelectorMetadataDeleteTime struct{}
func (DeviceDistributionCounterPathSelectorMetadataDeleteTime) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataDeleteTime) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataGeneration ¶
type DeviceDistributionCounterPathSelectorMetadataGeneration struct{}
func (DeviceDistributionCounterPathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataGeneration) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataGeneration) WithValue(value int64) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataLabels ¶
type DeviceDistributionCounterPathSelectorMetadataLabels struct{}
func (DeviceDistributionCounterPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataLabels) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataLabels) WithValue(value map[string]string) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataLifecycle ¶
type DeviceDistributionCounterPathSelectorMetadataLifecycle struct{}
func (DeviceDistributionCounterPathSelectorMetadataLifecycle) BlockDeletion ¶
func (DeviceDistributionCounterPathSelectorMetadataLifecycle) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataLifecycle) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataLifecycle) WithValue(value *meta.Lifecycle) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataLifecycleBlockDeletion ¶
type DeviceDistributionCounterPathSelectorMetadataLifecycleBlockDeletion struct{}
func (DeviceDistributionCounterPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataLifecycleBlockDeletion) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataLifecycleState ¶
type DeviceDistributionCounterPathSelectorMetadataLifecycleState struct{}
func (DeviceDistributionCounterPathSelectorMetadataLifecycleState) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *DeviceDistributionCounter_FieldSubPathArrayOfValues
type DeviceDistributionCounterPathSelectorMetadataOwnerReferences ¶
type DeviceDistributionCounterPathSelectorMetadataOwnerReferences struct{}
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferences) Controller ¶
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferences) RequiresOwnerReference ¶
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferences) UnsetOnDelete ¶ added in v1.9.1
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *DeviceDistributionCounter_FieldSubPathArrayItemValue
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferences) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesController ¶
type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesController struct{}
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *DeviceDistributionCounter_FieldSubPathArrayOfValues
type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesKind ¶
type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesKind struct{}
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesName ¶
type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesName struct{}
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesName) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRegion ¶
type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRegion struct{}
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRegion) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRequiresOwnerReference ¶
type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRequiresOwnerReference struct{}
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *DeviceDistributionCounter_FieldSubPathArrayOfValues
type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesUnsetOnDelete ¶ added in v1.9.1
type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesUnsetOnDelete struct{}
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesUnsetOnDelete) FieldPath ¶ added in v1.9.1
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesUnsetOnDelete) WithArrayOfValues ¶ added in v1.9.1
func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesUnsetOnDelete) WithArrayOfValues(values []bool) *DeviceDistributionCounter_FieldSubPathArrayOfValues
type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesVersion ¶
type DeviceDistributionCounterPathSelectorMetadataOwnerReferencesVersion struct{}
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataOwnerReferencesVersion) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataResourceVersion ¶
type DeviceDistributionCounterPathSelectorMetadataResourceVersion struct{}
func (DeviceDistributionCounterPathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataResourceVersion) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataResourceVersion) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataServices ¶
type DeviceDistributionCounterPathSelectorMetadataServices struct{}
func (DeviceDistributionCounterPathSelectorMetadataServices) AllowedServices ¶
func (DeviceDistributionCounterPathSelectorMetadataServices) OwningService ¶
func (DeviceDistributionCounterPathSelectorMetadataServices) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataServices) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataServices) WithValue(value *meta.ServicesInfo) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataServicesAllowedServices ¶
type DeviceDistributionCounterPathSelectorMetadataServicesAllowedServices struct{}
func (DeviceDistributionCounterPathSelectorMetadataServicesAllowedServices) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataServicesAllowedServices) WithItemValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataServicesAllowedServices) WithItemValue(value string) *DeviceDistributionCounter_FieldSubPathArrayItemValue
func (DeviceDistributionCounterPathSelectorMetadataServicesAllowedServices) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataServicesAllowedServices) WithValue(value []string) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataServicesOwningService ¶
type DeviceDistributionCounterPathSelectorMetadataServicesOwningService struct{}
func (DeviceDistributionCounterPathSelectorMetadataServicesOwningService) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataServicesOwningService) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataServicesOwningService) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataServicesOwningService) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataShards ¶
type DeviceDistributionCounterPathSelectorMetadataShards struct{}
func (DeviceDistributionCounterPathSelectorMetadataShards) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataShards) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataShards) WithValue(value map[string]int64) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataSyncing ¶
type DeviceDistributionCounterPathSelectorMetadataSyncing struct{}
func (DeviceDistributionCounterPathSelectorMetadataSyncing) OwningRegion ¶
func (DeviceDistributionCounterPathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataSyncing) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataSyncing) WithValue(value *meta.SyncingMeta) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataSyncingOwningRegion ¶
type DeviceDistributionCounterPathSelectorMetadataSyncingOwningRegion struct{}
func (DeviceDistributionCounterPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataSyncingRegions ¶
type DeviceDistributionCounterPathSelectorMetadataSyncingRegions struct{}
func (DeviceDistributionCounterPathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataSyncingRegions) WithItemValue(value string) *DeviceDistributionCounter_FieldSubPathArrayItemValue
func (DeviceDistributionCounterPathSelectorMetadataSyncingRegions) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataSyncingRegions) WithValue(value []string) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataTags ¶
type DeviceDistributionCounterPathSelectorMetadataTags struct{}
func (DeviceDistributionCounterPathSelectorMetadataTags) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataTags) WithItemValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataTags) WithItemValue(value string) *DeviceDistributionCounter_FieldSubPathArrayItemValue
func (DeviceDistributionCounterPathSelectorMetadataTags) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataTags) WithValue(value []string) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataUpdateTime ¶
type DeviceDistributionCounterPathSelectorMetadataUpdateTime struct{}
func (DeviceDistributionCounterPathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataUpdateTime) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorMetadataUuid ¶
type DeviceDistributionCounterPathSelectorMetadataUuid struct{}
func (DeviceDistributionCounterPathSelectorMetadataUuid) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorMetadataUuid) WithArrayOfValues(values []string) *DeviceDistributionCounter_FieldSubPathArrayOfValues
func (DeviceDistributionCounterPathSelectorMetadataUuid) WithValue ¶
func (s DeviceDistributionCounterPathSelectorMetadataUuid) WithValue(value string) *DeviceDistributionCounter_FieldSubPathValue
type DeviceDistributionCounterPathSelectorName ¶
type DeviceDistributionCounterPathSelectorName struct{}
func (DeviceDistributionCounterPathSelectorName) FieldPath ¶
func (DeviceDistributionCounterPathSelectorName) FieldPath() *DeviceDistributionCounter_FieldTerminalPath
func (DeviceDistributionCounterPathSelectorName) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorName) WithArrayOfValues(values []*Name) *DeviceDistributionCounter_FieldTerminalPathArrayOfValues
func (DeviceDistributionCounterPathSelectorName) WithValue ¶
func (s DeviceDistributionCounterPathSelectorName) WithValue(value *Name) *DeviceDistributionCounter_FieldTerminalPathValue
type DeviceDistributionCounterPathSelectorOnlineCount ¶
type DeviceDistributionCounterPathSelectorOnlineCount struct{}
func (DeviceDistributionCounterPathSelectorOnlineCount) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorOnlineCount) WithArrayOfValues(values []int64) *DeviceDistributionCounter_FieldTerminalPathArrayOfValues
func (DeviceDistributionCounterPathSelectorOnlineCount) WithValue ¶
func (s DeviceDistributionCounterPathSelectorOnlineCount) WithValue(value int64) *DeviceDistributionCounter_FieldTerminalPathValue
type DeviceDistributionCounterPathSelectorTotalCount ¶
type DeviceDistributionCounterPathSelectorTotalCount struct{}
func (DeviceDistributionCounterPathSelectorTotalCount) WithArrayOfValues ¶
func (s DeviceDistributionCounterPathSelectorTotalCount) WithArrayOfValues(values []int64) *DeviceDistributionCounter_FieldTerminalPathArrayOfValues
func (DeviceDistributionCounterPathSelectorTotalCount) WithValue ¶
func (s DeviceDistributionCounterPathSelectorTotalCount) WithValue(value int64) *DeviceDistributionCounter_FieldTerminalPathValue
type DeviceDistributionCounterReferenceList ¶
type DeviceDistributionCounterReferenceList []*Reference
func (DeviceDistributionCounterReferenceList) Append ¶
func (l DeviceDistributionCounterReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
func (DeviceDistributionCounterReferenceList) AppendList ¶
func (l DeviceDistributionCounterReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
func (DeviceDistributionCounterReferenceList) At ¶
func (l DeviceDistributionCounterReferenceList) At(idx int) gotenresource.Reference
func (DeviceDistributionCounterReferenceList) Length ¶
func (l DeviceDistributionCounterReferenceList) Length() int
func (DeviceDistributionCounterReferenceList) Set ¶
func (l DeviceDistributionCounterReferenceList) Set(idx int, ref gotenresource.Reference)
func (DeviceDistributionCounterReferenceList) Slice ¶
func (l DeviceDistributionCounterReferenceList) Slice(first, second int) gotenresource.ReferenceList
type DeviceDistributionCounter_FieldMask ¶
type DeviceDistributionCounter_FieldMask struct {
Paths []DeviceDistributionCounter_FieldPath
}
func FullDeviceDistributionCounter_FieldMask ¶
func FullDeviceDistributionCounter_FieldMask() *DeviceDistributionCounter_FieldMask
func ResourceViewFieldMask ¶
func ResourceViewFieldMask(viewName view.View, extraMask *DeviceDistributionCounter_FieldMask) *DeviceDistributionCounter_FieldMask
func (*DeviceDistributionCounter_FieldMask) AppendPath ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) AppendPath(path DeviceDistributionCounter_FieldPath)
func (*DeviceDistributionCounter_FieldMask) AppendRawPath ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*DeviceDistributionCounter_FieldMask) DecodeFirestore ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*DeviceDistributionCounter_FieldMask) EncodeFirestore ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*DeviceDistributionCounter_FieldMask) FilterInputFields ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) FilterInputFields() *DeviceDistributionCounter_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*DeviceDistributionCounter_FieldMask) FromProtoFieldMask ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*DeviceDistributionCounter_FieldMask) GetPaths ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) GetPaths() []DeviceDistributionCounter_FieldPath
func (*DeviceDistributionCounter_FieldMask) GetRawPaths ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*DeviceDistributionCounter_FieldMask) IsFull ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) IsFull() bool
func (DeviceDistributionCounter_FieldMask) Marshal ¶
func (fieldMask DeviceDistributionCounter_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (DeviceDistributionCounter_FieldMask) MarshalJSON ¶
func (fieldMask DeviceDistributionCounter_FieldMask) MarshalJSON() ([]byte, error)
func (*DeviceDistributionCounter_FieldMask) PathsCount ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) PathsCount() int
func (*DeviceDistributionCounter_FieldMask) Project ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) Project(source *DeviceDistributionCounter) *DeviceDistributionCounter
func (*DeviceDistributionCounter_FieldMask) ProjectRaw ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*DeviceDistributionCounter_FieldMask) ProtoMessage ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) ProtoMessage()
func (*DeviceDistributionCounter_FieldMask) ProtoReflect ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) ProtoReflect() preflect.Message
func (*DeviceDistributionCounter_FieldMask) Reset ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) Reset()
func (*DeviceDistributionCounter_FieldMask) Set ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) Set(target, source *DeviceDistributionCounter)
func (*DeviceDistributionCounter_FieldMask) SetFromCliFlag ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) SetFromCliFlag(raw string) error
func (*DeviceDistributionCounter_FieldMask) SetRaw ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*DeviceDistributionCounter_FieldMask) Size ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) Size() int
func (*DeviceDistributionCounter_FieldMask) String ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) String() string
func (*DeviceDistributionCounter_FieldMask) Subtract ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) Subtract(other *DeviceDistributionCounter_FieldMask) *DeviceDistributionCounter_FieldMask
func (*DeviceDistributionCounter_FieldMask) SubtractRaw ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*DeviceDistributionCounter_FieldMask) ToProtoFieldMask ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*DeviceDistributionCounter_FieldMask) Unmarshal ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) Unmarshal(data []byte) error
func (*DeviceDistributionCounter_FieldMask) UnmarshalJSON ¶
func (fieldMask *DeviceDistributionCounter_FieldMask) UnmarshalJSON(data []byte) error
type DeviceDistributionCounter_FieldPath ¶
type DeviceDistributionCounter_FieldPath interface { gotenobject.FieldPath Selector() DeviceDistributionCounter_FieldPathSelector Get(source *DeviceDistributionCounter) []interface{} GetSingle(source *DeviceDistributionCounter) (interface{}, bool) ClearValue(item *DeviceDistributionCounter) // Those methods build corresponding DeviceDistributionCounter_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) DeviceDistributionCounter_FieldPathValue WithIArrayOfValues(values interface{}) DeviceDistributionCounter_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) DeviceDistributionCounter_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildDeviceDistributionCounter_FieldPath ¶
func BuildDeviceDistributionCounter_FieldPath(fp gotenobject.RawFieldPath) (DeviceDistributionCounter_FieldPath, error)
func MustParseDeviceDistributionCounter_FieldPath ¶
func MustParseDeviceDistributionCounter_FieldPath(rawField string) DeviceDistributionCounter_FieldPath
func ParseDeviceDistributionCounter_FieldPath ¶
func ParseDeviceDistributionCounter_FieldPath(rawField string) (DeviceDistributionCounter_FieldPath, error)
type DeviceDistributionCounter_FieldPathArrayItemValue ¶
type DeviceDistributionCounter_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue DeviceDistributionCounter_FieldPath ContainsValue(*DeviceDistributionCounter) bool }
DeviceDistributionCounter_FieldPathArrayItemValue allows storing single item in Path-specific values for DeviceDistributionCounter according to their type Present only for array (repeated) types.
func MustParseDeviceDistributionCounter_FieldPathArrayItemValue ¶
func MustParseDeviceDistributionCounter_FieldPathArrayItemValue(pathStr, valueStr string) DeviceDistributionCounter_FieldPathArrayItemValue
func ParseDeviceDistributionCounter_FieldPathArrayItemValue ¶
func ParseDeviceDistributionCounter_FieldPathArrayItemValue(pathStr, valueStr string) (DeviceDistributionCounter_FieldPathArrayItemValue, error)
ParseDeviceDistributionCounter_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type DeviceDistributionCounter_FieldPathArrayOfValues ¶
type DeviceDistributionCounter_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues DeviceDistributionCounter_FieldPath }
DeviceDistributionCounter_FieldPathArrayOfValues allows storing slice of values for DeviceDistributionCounter fields according to their type
func MustParseDeviceDistributionCounter_FieldPathArrayOfValues ¶
func MustParseDeviceDistributionCounter_FieldPathArrayOfValues(pathStr, valuesStr string) DeviceDistributionCounter_FieldPathArrayOfValues
func ParseDeviceDistributionCounter_FieldPathArrayOfValues ¶
func ParseDeviceDistributionCounter_FieldPathArrayOfValues(pathStr, valuesStr string) (DeviceDistributionCounter_FieldPathArrayOfValues, error)
type DeviceDistributionCounter_FieldPathSelector ¶
type DeviceDistributionCounter_FieldPathSelector int32
const ( DeviceDistributionCounter_FieldPathSelectorName DeviceDistributionCounter_FieldPathSelector = 0 DeviceDistributionCounter_FieldPathSelectorMetadata DeviceDistributionCounter_FieldPathSelector = 1 DeviceDistributionCounter_FieldPathSelectorTotalCount DeviceDistributionCounter_FieldPathSelector = 2 DeviceDistributionCounter_FieldPathSelectorOnlineCount DeviceDistributionCounter_FieldPathSelector = 3 )
func (DeviceDistributionCounter_FieldPathSelector) String ¶
func (s DeviceDistributionCounter_FieldPathSelector) String() string
type DeviceDistributionCounter_FieldPathValue ¶
type DeviceDistributionCounter_FieldPathValue interface { DeviceDistributionCounter_FieldPath gotenobject.FieldPathValue SetTo(target **DeviceDistributionCounter) CompareWith(*DeviceDistributionCounter) (cmp int, comparable bool) }
DeviceDistributionCounter_FieldPathValue allows storing values for DeviceDistributionCounter fields according to their type
func MustParseDeviceDistributionCounter_FieldPathValue ¶
func MustParseDeviceDistributionCounter_FieldPathValue(pathStr, valueStr string) DeviceDistributionCounter_FieldPathValue
func ParseDeviceDistributionCounter_FieldPathValue ¶
func ParseDeviceDistributionCounter_FieldPathValue(pathStr, valueStr string) (DeviceDistributionCounter_FieldPathValue, error)
type DeviceDistributionCounter_FieldSubPath ¶
type DeviceDistributionCounter_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*DeviceDistributionCounter_FieldSubPath) AsMetadataSubPath ¶
func (fps *DeviceDistributionCounter_FieldSubPath) AsMetadataSubPath() (meta.Meta_FieldPath, bool)
func (*DeviceDistributionCounter_FieldSubPath) ClearValue ¶
func (fps *DeviceDistributionCounter_FieldSubPath) ClearValue(item *DeviceDistributionCounter)
func (*DeviceDistributionCounter_FieldSubPath) ClearValueRaw ¶
func (fps *DeviceDistributionCounter_FieldSubPath) ClearValueRaw(item proto.Message)
func (*DeviceDistributionCounter_FieldSubPath) Get ¶
func (fps *DeviceDistributionCounter_FieldSubPath) Get(source *DeviceDistributionCounter) (values []interface{})
Get returns all values pointed by selected field from source DeviceDistributionCounter
func (*DeviceDistributionCounter_FieldSubPath) GetDefault ¶
func (fps *DeviceDistributionCounter_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*DeviceDistributionCounter_FieldSubPath) GetRaw ¶
func (fps *DeviceDistributionCounter_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*DeviceDistributionCounter_FieldSubPath) GetSingle ¶
func (fps *DeviceDistributionCounter_FieldSubPath) GetSingle(source *DeviceDistributionCounter) (interface{}, bool)
GetSingle returns value of selected field from source DeviceDistributionCounter
func (*DeviceDistributionCounter_FieldSubPath) GetSingleRaw ¶
func (fps *DeviceDistributionCounter_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*DeviceDistributionCounter_FieldSubPath) IsLeaf ¶
func (fps *DeviceDistributionCounter_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*DeviceDistributionCounter_FieldSubPath) JSONString ¶
func (fps *DeviceDistributionCounter_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*DeviceDistributionCounter_FieldSubPath) Selector ¶
func (fps *DeviceDistributionCounter_FieldSubPath) Selector() DeviceDistributionCounter_FieldPathSelector
func (*DeviceDistributionCounter_FieldSubPath) SplitIntoTerminalIPaths ¶
func (fps *DeviceDistributionCounter_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*DeviceDistributionCounter_FieldSubPath) String ¶
func (fps *DeviceDistributionCounter_FieldSubPath) String() string
String returns path representation in proto convention
func (*DeviceDistributionCounter_FieldSubPath) WithIArrayItemValue ¶
func (fps *DeviceDistributionCounter_FieldSubPath) WithIArrayItemValue(value interface{}) DeviceDistributionCounter_FieldPathArrayItemValue
func (*DeviceDistributionCounter_FieldSubPath) WithIArrayOfValues ¶
func (fps *DeviceDistributionCounter_FieldSubPath) WithIArrayOfValues(values interface{}) DeviceDistributionCounter_FieldPathArrayOfValues
func (*DeviceDistributionCounter_FieldSubPath) WithIValue ¶
func (fps *DeviceDistributionCounter_FieldSubPath) WithIValue(value interface{}) DeviceDistributionCounter_FieldPathValue
func (*DeviceDistributionCounter_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *DeviceDistributionCounter_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*DeviceDistributionCounter_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *DeviceDistributionCounter_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*DeviceDistributionCounter_FieldSubPath) WithRawIValue ¶
func (fps *DeviceDistributionCounter_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type DeviceDistributionCounter_FieldSubPathArrayItemValue ¶
type DeviceDistributionCounter_FieldSubPathArrayItemValue struct { DeviceDistributionCounter_FieldPath // contains filtered or unexported fields }
func (*DeviceDistributionCounter_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *DeviceDistributionCounter_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (meta.Meta_FieldPathArrayItemValue, bool)
func (*DeviceDistributionCounter_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *DeviceDistributionCounter_FieldSubPathArrayItemValue) ContainsValue(source *DeviceDistributionCounter) bool
Contains returns a boolean indicating if value that is being held is present in given 'DeviceDistributionCounter'
func (*DeviceDistributionCounter_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *DeviceDistributionCounter_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type DeviceDistributionCounter_FieldSubPathArrayOfValues ¶
type DeviceDistributionCounter_FieldSubPathArrayOfValues struct { DeviceDistributionCounter_FieldPath // contains filtered or unexported fields }
func (*DeviceDistributionCounter_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *DeviceDistributionCounter_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (meta.Meta_FieldPathArrayOfValues, bool)
func (*DeviceDistributionCounter_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *DeviceDistributionCounter_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type DeviceDistributionCounter_FieldSubPathValue ¶
type DeviceDistributionCounter_FieldSubPathValue struct { DeviceDistributionCounter_FieldPath // contains filtered or unexported fields }
func (*DeviceDistributionCounter_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *DeviceDistributionCounter_FieldSubPathValue) AsMetadataPathValue() (meta.Meta_FieldPathValue, bool)
func (*DeviceDistributionCounter_FieldSubPathValue) CompareWith ¶
func (fpvs *DeviceDistributionCounter_FieldSubPathValue) CompareWith(source *DeviceDistributionCounter) (int, bool)
func (*DeviceDistributionCounter_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *DeviceDistributionCounter_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*DeviceDistributionCounter_FieldSubPathValue) GetRawValue ¶
func (fpvs *DeviceDistributionCounter_FieldSubPathValue) GetRawValue() interface{}
func (*DeviceDistributionCounter_FieldSubPathValue) SetTo ¶
func (fpvs *DeviceDistributionCounter_FieldSubPathValue) SetTo(target **DeviceDistributionCounter)
func (*DeviceDistributionCounter_FieldSubPathValue) SetToRaw ¶
func (fpvs *DeviceDistributionCounter_FieldSubPathValue) SetToRaw(target proto.Message)
type DeviceDistributionCounter_FieldTerminalPath ¶
type DeviceDistributionCounter_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*DeviceDistributionCounter_FieldTerminalPath) ClearValue ¶
func (fp *DeviceDistributionCounter_FieldTerminalPath) ClearValue(item *DeviceDistributionCounter)
func (*DeviceDistributionCounter_FieldTerminalPath) ClearValueRaw ¶
func (fp *DeviceDistributionCounter_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*DeviceDistributionCounter_FieldTerminalPath) Get ¶
func (fp *DeviceDistributionCounter_FieldTerminalPath) Get(source *DeviceDistributionCounter) (values []interface{})
Get returns all values pointed by specific field from source DeviceDistributionCounter
func (*DeviceDistributionCounter_FieldTerminalPath) GetDefault ¶
func (fp *DeviceDistributionCounter_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*DeviceDistributionCounter_FieldTerminalPath) GetRaw ¶
func (fp *DeviceDistributionCounter_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*DeviceDistributionCounter_FieldTerminalPath) GetSingle ¶
func (fp *DeviceDistributionCounter_FieldTerminalPath) GetSingle(source *DeviceDistributionCounter) (interface{}, bool)
GetSingle returns value pointed by specific field of from source DeviceDistributionCounter
func (*DeviceDistributionCounter_FieldTerminalPath) GetSingleRaw ¶
func (fp *DeviceDistributionCounter_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*DeviceDistributionCounter_FieldTerminalPath) IsLeaf ¶
func (fp *DeviceDistributionCounter_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*DeviceDistributionCounter_FieldTerminalPath) JSONString ¶
func (fp *DeviceDistributionCounter_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*DeviceDistributionCounter_FieldTerminalPath) Selector ¶
func (fp *DeviceDistributionCounter_FieldTerminalPath) Selector() DeviceDistributionCounter_FieldPathSelector
func (*DeviceDistributionCounter_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *DeviceDistributionCounter_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*DeviceDistributionCounter_FieldTerminalPath) String ¶
func (fp *DeviceDistributionCounter_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*DeviceDistributionCounter_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *DeviceDistributionCounter_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeviceDistributionCounter_FieldPathArrayItemValue
func (*DeviceDistributionCounter_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *DeviceDistributionCounter_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeviceDistributionCounter_FieldPathArrayOfValues
func (*DeviceDistributionCounter_FieldTerminalPath) WithIValue ¶
func (fp *DeviceDistributionCounter_FieldTerminalPath) WithIValue(value interface{}) DeviceDistributionCounter_FieldPathValue
func (*DeviceDistributionCounter_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *DeviceDistributionCounter_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*DeviceDistributionCounter_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *DeviceDistributionCounter_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*DeviceDistributionCounter_FieldTerminalPath) WithRawIValue ¶
func (fp *DeviceDistributionCounter_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type DeviceDistributionCounter_FieldTerminalPathArrayItemValue ¶
type DeviceDistributionCounter_FieldTerminalPathArrayItemValue struct { DeviceDistributionCounter_FieldTerminalPath // contains filtered or unexported fields }
func (*DeviceDistributionCounter_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *DeviceDistributionCounter_FieldTerminalPathArrayItemValue) ContainsValue(source *DeviceDistributionCounter) bool
Contains returns a boolean indicating if value that is being held is present in given 'DeviceDistributionCounter'
func (*DeviceDistributionCounter_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *DeviceDistributionCounter_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object DeviceDistributionCounter as interface{}
func (*DeviceDistributionCounter_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *DeviceDistributionCounter_FieldTerminalPathArrayItemValue) GetSingle(source *DeviceDistributionCounter) (interface{}, bool)
func (*DeviceDistributionCounter_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *DeviceDistributionCounter_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type DeviceDistributionCounter_FieldTerminalPathArrayOfValues ¶
type DeviceDistributionCounter_FieldTerminalPathArrayOfValues struct { DeviceDistributionCounter_FieldTerminalPath // contains filtered or unexported fields }
func (*DeviceDistributionCounter_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *DeviceDistributionCounter_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*meta.Meta, bool)
func (*DeviceDistributionCounter_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *DeviceDistributionCounter_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
func (*DeviceDistributionCounter_FieldTerminalPathArrayOfValues) AsOnlineCountArrayOfValues ¶
func (fpaov *DeviceDistributionCounter_FieldTerminalPathArrayOfValues) AsOnlineCountArrayOfValues() ([]int64, bool)
func (*DeviceDistributionCounter_FieldTerminalPathArrayOfValues) AsTotalCountArrayOfValues ¶
func (fpaov *DeviceDistributionCounter_FieldTerminalPathArrayOfValues) AsTotalCountArrayOfValues() ([]int64, bool)
func (*DeviceDistributionCounter_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *DeviceDistributionCounter_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type DeviceDistributionCounter_FieldTerminalPathValue ¶
type DeviceDistributionCounter_FieldTerminalPathValue struct { DeviceDistributionCounter_FieldTerminalPath // contains filtered or unexported fields }
func (*DeviceDistributionCounter_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *DeviceDistributionCounter_FieldTerminalPathValue) AsMetadataValue() (*meta.Meta, bool)
func (*DeviceDistributionCounter_FieldTerminalPathValue) AsNameValue ¶
func (fpv *DeviceDistributionCounter_FieldTerminalPathValue) AsNameValue() (*Name, bool)
func (*DeviceDistributionCounter_FieldTerminalPathValue) AsOnlineCountValue ¶
func (fpv *DeviceDistributionCounter_FieldTerminalPathValue) AsOnlineCountValue() (int64, bool)
func (*DeviceDistributionCounter_FieldTerminalPathValue) AsTotalCountValue ¶
func (fpv *DeviceDistributionCounter_FieldTerminalPathValue) AsTotalCountValue() (int64, bool)
func (*DeviceDistributionCounter_FieldTerminalPathValue) CompareWith ¶
func (fpv *DeviceDistributionCounter_FieldTerminalPathValue) CompareWith(source *DeviceDistributionCounter) (int, bool)
CompareWith compares value in the 'DeviceDistributionCounter_FieldTerminalPathValue' with the value under path in 'DeviceDistributionCounter'.
func (*DeviceDistributionCounter_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *DeviceDistributionCounter_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*DeviceDistributionCounter_FieldTerminalPathValue) GetRawValue ¶
func (fpv *DeviceDistributionCounter_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'DeviceDistributionCounter' as interface{}
func (*DeviceDistributionCounter_FieldTerminalPathValue) SetTo ¶
func (fpv *DeviceDistributionCounter_FieldTerminalPathValue) SetTo(target **DeviceDistributionCounter)
SetTo stores value for selected field for object DeviceDistributionCounter
func (*DeviceDistributionCounter_FieldTerminalPathValue) SetToRaw ¶
func (fpv *DeviceDistributionCounter_FieldTerminalPathValue) SetToRaw(target proto.Message)
type Filter ¶
type Filter struct {
FilterCondition
}
func (*Filter) ConvertToNative ¶
func (*Filter) DecodeFirestore ¶
func (filter *Filter) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Filter) EncodeFirestore ¶
func (filter *Filter) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Filter) Evaluate ¶
func (filter *Filter) Evaluate(res *DeviceDistributionCounter) bool
Evaluate is a wrapper on FilterCondition, which also handles nil pointer
func (*Filter) EvaluateRaw ¶
func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
func (*Filter) FilterSlice ¶
func (filter *Filter) FilterSlice(in []*DeviceDistributionCounter) (out []*DeviceDistributionCounter)
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 DeviceDistributionCounter_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 *DeviceDistributionCounter) bool // Whether this condition is at least as specific as other. // When true, any DeviceDistributionCounter 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 DeviceDistributionCounter_FieldPath) bool // contains filtered or unexported methods }
func AndFilterConditions ¶
func AndFilterConditions(conds ...FilterCondition) FilterCondition
type FilterConditionCompare ¶
type FilterConditionCompare struct { Operator filterParser.CompareOperator DeviceDistributionCounter_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 *DeviceDistributionCounter) 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 DeviceDistributionCounter_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 *DeviceDistributionCounter) 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 DeviceDistributionCounter_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 DeviceDistributionCounter_FieldPath Value DeviceDistributionCounter_FieldPathArrayItemValue Values []DeviceDistributionCounter_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 *DeviceDistributionCounter) bool
func (*FilterConditionContains) EvaluateRaw ¶
func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionContains) GetFieldPath ¶
func (cond *FilterConditionContains) GetFieldPath() DeviceDistributionCounter_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 DeviceDistributionCounter_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 {
DeviceDistributionCounter_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 *DeviceDistributionCounter) 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 DeviceDistributionCounter_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 DeviceDistributionCounter_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 *DeviceDistributionCounter) 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 DeviceDistributionCounter_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 DeviceDistributionCounter_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 *DeviceDistributionCounter) 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 DeviceDistributionCounter_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 *DeviceDistributionCounter) 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 DeviceDistributionCounter_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 {
DeviceDistributionCounter_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 *DeviceDistributionCounter) 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 DeviceDistributionCounter_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 *DeviceDistributionCounter_FieldMask }
func (*GetQuery) GetFieldMask ¶
func (q *GetQuery) GetFieldMask() gotenobject.FieldMask
func (*GetQuery) GetReference ¶
func (q *GetQuery) GetReference() gotenresource.Reference
func (*GetQuery) GetResourceDescriptor ¶
func (q *GetQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*GetQuery) GotenQuery ¶
func (q *GetQuery) GotenQuery()
func (*GetQuery) SetFieldMask ¶
func (q *GetQuery) SetFieldMask(mask gotenobject.FieldMask)
func (*GetQuery) SetReference ¶
func (q *GetQuery) SetReference(ref gotenresource.Reference)
type ListQuery ¶
type ListQuery struct { Filter *Filter Pager *PagerQuery Mask *DeviceDistributionCounter_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 DeviceDistributionCounterId string `firestore:"deviceDistributionCounterId"` }
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
func (*NameBuilder) SetRegionId ¶
func (b *NameBuilder) SetRegionId(id string) *NameBuilder
type NamePattern ¶
type NamePattern struct {
Pattern gotenresource.NamePattern `firestore:"pattern"`
}
type OrderBy ¶
type OrderBy struct {
OrderByFields []OrderByField
}
OrderBy Is string encoded Custom Protobuf type, which handles "order_by" field order_by consists of coma delimited OrderBy specs, which denote ordering priority, e.g. "state.value asc, state.capacity desc"
func (*OrderBy) Compare ¶
func (orderBy *OrderBy) Compare(left, right *DeviceDistributionCounter) int
func (*OrderBy) CompareRaw ¶
func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
func (*OrderBy) GetFieldMask ¶
func (orderBy *OrderBy) GetFieldMask() *DeviceDistributionCounter_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 DeviceDistributionCounterList, elem *DeviceDistributionCounter) (DeviceDistributionCounterList, 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 DeviceDistributionCounterList)
func (*OrderBy) SortRaw ¶
func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
type OrderByField ¶
type OrderByField struct { FieldPath DeviceDistributionCounter_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 *DeviceDistributionCounter) 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"` RegionId string `firestore:"regionId"` }
func MustParseParentName ¶
func MustParseParentName(name string) *ParentName
func ParseParentName ¶
func ParseParentName(name string) (*ParentName, error)
func (*ParentName) AsRawReference ¶
func (name *ParentName) AsRawReference() gotenresource.Reference
func (*ParentName) AsReference ¶
func (name *ParentName) AsReference() *ParentReference
func (*ParentName) 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 []*DeviceDistributionCounterChange 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 { DeviceDistributionCounters []*DeviceDistributionCounter 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 MakeReference ¶
func MakeReference(name *Name, deviceDistributionCounter *DeviceDistributionCounter) (*Reference, error)
func MustParseReference ¶
func ParseReference ¶
func (*Reference) ClearCached ¶
func (ref *Reference) ClearCached()
func (*Reference) FullyQualifiedName ¶
func (*Reference) GetDeviceDistributionCounter ¶
func (ref *Reference) GetDeviceDistributionCounter() *DeviceDistributionCounter
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) Resolve ¶
func (ref *Reference) Resolve(resolved *DeviceDistributionCounter)
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 ¶
- device_distribution_counter.pb.access.go
- device_distribution_counter.pb.collections.go
- device_distribution_counter.pb.descriptor.go
- device_distribution_counter.pb.fieldmask.go
- device_distribution_counter.pb.fieldpath.go
- device_distribution_counter.pb.fieldpathbuilder.go
- device_distribution_counter.pb.filter.go
- device_distribution_counter.pb.filterbuilder.go
- device_distribution_counter.pb.go
- device_distribution_counter.pb.name.go
- device_distribution_counter.pb.namebuilder.go
- device_distribution_counter.pb.object_ext.go
- device_distribution_counter.pb.pagination.go
- device_distribution_counter.pb.parentname.go
- device_distribution_counter.pb.query.go
- device_distribution_counter.pb.validate.go
- device_distribution_counter.pb.view.go
- device_distribution_counter_change.pb.change.go
- device_distribution_counter_change.pb.go
- device_distribution_counter_change.pb.validate.go