Documentation ¶
Index ¶
- Constants
- func AsAnyCastAccess(access EdgelqInstanceAccess) gotenresource.Access
- type Descriptor
- func (d *Descriptor) CanBeParentless() bool
- func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
- func (d *Descriptor) GetParentResDescriptors() []gotenresource.Descriptor
- func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName
- func (d *Descriptor) NewGetQuery() gotenresource.GetQuery
- func (d *Descriptor) NewListQuery() gotenresource.ListQuery
- func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList
- func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList
- func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList
- func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange
- func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot
- func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList
- func (d *Descriptor) NewResource() gotenresource.Resource
- func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange
- func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList
- func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap
- func (d *Descriptor) NewResourceCursor() gotenresource.Cursor
- func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
- func (d *Descriptor) NewResourceFilter() gotenresource.Filter
- func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList
- func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap
- func (d *Descriptor) NewResourceName() gotenresource.Name
- func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
- func (d *Descriptor) NewResourcePager() gotenresource.PagerQuery
- func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
- func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery
- func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)
- func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)
- func (d *Descriptor) SupportsMetadata() bool
- type EdgelqInstance
- func (o *EdgelqInstance) Clone() *EdgelqInstance
- func (o *EdgelqInstance) CloneRaw() gotenobject.GotenObjectExt
- func (*EdgelqInstance) Descriptor() ([]byte, []int)
- func (r *EdgelqInstance) EnsureMetadata() *meta.Meta
- func (m *EdgelqInstance) GetControllerDomain() string
- func (m *EdgelqInstance) GetDisplayName() string
- func (m *EdgelqInstance) GetEndpoints() map[string]string
- func (m *EdgelqInstance) GetMetadata() *meta.Meta
- func (m *EdgelqInstance) GetName() *Name
- func (r *EdgelqInstance) GetRawName() gotenresource.Name
- func (r *EdgelqInstance) GetResourceDescriptor() gotenresource.Descriptor
- func (*EdgelqInstance) GotenMessage()
- func (o *EdgelqInstance) GotenObjectExt()
- func (obj *EdgelqInstance) GotenValidate() error
- func (o *EdgelqInstance) MakeDiffFieldMask(other *EdgelqInstance) *EdgelqInstance_FieldMask
- func (o *EdgelqInstance) MakeFullFieldMask() *EdgelqInstance_FieldMask
- func (o *EdgelqInstance) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *EdgelqInstance) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *EdgelqInstance) Marshal() ([]byte, error)
- func (m *EdgelqInstance) MarshalJSON() ([]byte, error)
- func (r *EdgelqInstance) MaybePopulateDefaults() error
- func (o *EdgelqInstance) Merge(source *EdgelqInstance)
- func (o *EdgelqInstance) MergeRaw(source gotenobject.GotenObjectExt)
- func (*EdgelqInstance) ProtoMessage()
- func (m *EdgelqInstance) ProtoReflect() preflect.Message
- func (m *EdgelqInstance) Reset()
- func (m *EdgelqInstance) SetControllerDomain(fv string)
- func (m *EdgelqInstance) SetDisplayName(fv string)
- func (m *EdgelqInstance) SetEndpoints(fv map[string]string)
- func (m *EdgelqInstance) SetMetadata(fv *meta.Meta)
- func (m *EdgelqInstance) SetName(fv *Name)
- func (m *EdgelqInstance) String() string
- func (m *EdgelqInstance) Unmarshal(b []byte) error
- func (m *EdgelqInstance) UnmarshalJSON(data []byte) error
- type EdgelqInstanceAccess
- type EdgelqInstanceChange
- func (*EdgelqInstanceChange) Descriptor() ([]byte, []int)
- func (m *EdgelqInstanceChange) GetAdded() *EdgelqInstanceChange_Added
- func (m *EdgelqInstanceChange) GetChangeType() isEdgelqInstanceChange_ChangeType
- func (m *EdgelqInstanceChange) GetCurrent() *EdgelqInstanceChange_Current
- func (c *EdgelqInstanceChange) GetCurrentViewIndex() int32
- func (c *EdgelqInstanceChange) GetEdgelqInstance() *EdgelqInstance
- func (c *EdgelqInstanceChange) GetEdgelqInstanceName() *Name
- func (m *EdgelqInstanceChange) GetModified() *EdgelqInstanceChange_Modified
- func (c *EdgelqInstanceChange) GetPreviousViewIndex() int32
- func (c *EdgelqInstanceChange) GetRawName() gotenresource.Name
- func (c *EdgelqInstanceChange) GetRawResource() gotenresource.Resource
- func (m *EdgelqInstanceChange) GetRemoved() *EdgelqInstanceChange_Removed
- func (*EdgelqInstanceChange) GotenMessage()
- func (obj *EdgelqInstanceChange) GotenValidate() error
- func (c *EdgelqInstanceChange) IsAdd() bool
- func (c *EdgelqInstanceChange) IsCurrent() bool
- func (c *EdgelqInstanceChange) IsDelete() bool
- func (c *EdgelqInstanceChange) IsModify() bool
- func (m *EdgelqInstanceChange) Marshal() ([]byte, error)
- func (m *EdgelqInstanceChange) MarshalJSON() ([]byte, error)
- func (*EdgelqInstanceChange) ProtoMessage()
- func (m *EdgelqInstanceChange) ProtoReflect() preflect.Message
- func (m *EdgelqInstanceChange) Reset()
- func (m *EdgelqInstanceChange) SetAdded(fv *EdgelqInstanceChange_Added)
- func (c *EdgelqInstanceChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
- func (m *EdgelqInstanceChange) SetChangeType(ofv isEdgelqInstanceChange_ChangeType)
- func (m *EdgelqInstanceChange) SetCurrent(fv *EdgelqInstanceChange_Current)
- func (c *EdgelqInstanceChange) SetCurrentRaw(snapshot gotenresource.Resource)
- func (c *EdgelqInstanceChange) SetDeletedRaw(name gotenresource.Name, idx int)
- func (m *EdgelqInstanceChange) SetModified(fv *EdgelqInstanceChange_Modified)
- func (c *EdgelqInstanceChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...)
- func (m *EdgelqInstanceChange) SetRemoved(fv *EdgelqInstanceChange_Removed)
- func (m *EdgelqInstanceChange) String() string
- func (m *EdgelqInstanceChange) Unmarshal(b []byte) error
- func (m *EdgelqInstanceChange) UnmarshalJSON(data []byte) error
- type EdgelqInstanceChangeList
- func (l EdgelqInstanceChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
- func (l EdgelqInstanceChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
- func (l EdgelqInstanceChangeList) At(idx int) gotenresource.ResourceChange
- func (l EdgelqInstanceChangeList) Length() int
- func (l EdgelqInstanceChangeList) Set(idx int, change gotenresource.ResourceChange)
- func (l EdgelqInstanceChangeList) Slice(first, second int) gotenresource.ResourceChangeList
- type EdgelqInstanceChangeMap
- func (m EdgelqInstanceChangeMap) Delete(name gotenresource.Name)
- func (m EdgelqInstanceChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
- func (m EdgelqInstanceChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
- func (m EdgelqInstanceChangeMap) Length() int
- func (m EdgelqInstanceChangeMap) Set(change gotenresource.ResourceChange)
- type EdgelqInstanceChange_Added
- func (*EdgelqInstanceChange_Added) Descriptor() ([]byte, []int)
- func (m *EdgelqInstanceChange_Added) GetEdgelqInstance() *EdgelqInstance
- func (m *EdgelqInstanceChange_Added) GetViewIndex() int32
- func (*EdgelqInstanceChange_Added) GotenMessage()
- func (obj *EdgelqInstanceChange_Added) GotenValidate() error
- func (m *EdgelqInstanceChange_Added) Marshal() ([]byte, error)
- func (m *EdgelqInstanceChange_Added) MarshalJSON() ([]byte, error)
- func (*EdgelqInstanceChange_Added) ProtoMessage()
- func (m *EdgelqInstanceChange_Added) ProtoReflect() preflect.Message
- func (m *EdgelqInstanceChange_Added) Reset()
- func (m *EdgelqInstanceChange_Added) SetEdgelqInstance(fv *EdgelqInstance)
- func (m *EdgelqInstanceChange_Added) SetViewIndex(fv int32)
- func (m *EdgelqInstanceChange_Added) String() string
- func (m *EdgelqInstanceChange_Added) Unmarshal(b []byte) error
- func (m *EdgelqInstanceChange_Added) UnmarshalJSON(data []byte) error
- type EdgelqInstanceChange_Added_
- type EdgelqInstanceChange_Current
- func (*EdgelqInstanceChange_Current) Descriptor() ([]byte, []int)
- func (m *EdgelqInstanceChange_Current) GetEdgelqInstance() *EdgelqInstance
- func (*EdgelqInstanceChange_Current) GotenMessage()
- func (obj *EdgelqInstanceChange_Current) GotenValidate() error
- func (m *EdgelqInstanceChange_Current) Marshal() ([]byte, error)
- func (m *EdgelqInstanceChange_Current) MarshalJSON() ([]byte, error)
- func (*EdgelqInstanceChange_Current) ProtoMessage()
- func (m *EdgelqInstanceChange_Current) ProtoReflect() preflect.Message
- func (m *EdgelqInstanceChange_Current) Reset()
- func (m *EdgelqInstanceChange_Current) SetEdgelqInstance(fv *EdgelqInstance)
- func (m *EdgelqInstanceChange_Current) String() string
- func (m *EdgelqInstanceChange_Current) Unmarshal(b []byte) error
- func (m *EdgelqInstanceChange_Current) UnmarshalJSON(data []byte) error
- type EdgelqInstanceChange_Current_
- type EdgelqInstanceChange_Modified
- func (*EdgelqInstanceChange_Modified) Descriptor() ([]byte, []int)
- func (m *EdgelqInstanceChange_Modified) GetEdgelqInstance() *EdgelqInstance
- func (m *EdgelqInstanceChange_Modified) GetFieldMask() *EdgelqInstance_FieldMask
- func (m *EdgelqInstanceChange_Modified) GetName() *Name
- func (m *EdgelqInstanceChange_Modified) GetPreviousViewIndex() int32
- func (m *EdgelqInstanceChange_Modified) GetViewIndex() int32
- func (*EdgelqInstanceChange_Modified) GotenMessage()
- func (obj *EdgelqInstanceChange_Modified) GotenValidate() error
- func (m *EdgelqInstanceChange_Modified) Marshal() ([]byte, error)
- func (m *EdgelqInstanceChange_Modified) MarshalJSON() ([]byte, error)
- func (*EdgelqInstanceChange_Modified) ProtoMessage()
- func (m *EdgelqInstanceChange_Modified) ProtoReflect() preflect.Message
- func (m *EdgelqInstanceChange_Modified) Reset()
- func (m *EdgelqInstanceChange_Modified) SetEdgelqInstance(fv *EdgelqInstance)
- func (m *EdgelqInstanceChange_Modified) SetFieldMask(fv *EdgelqInstance_FieldMask)
- func (m *EdgelqInstanceChange_Modified) SetName(fv *Name)
- func (m *EdgelqInstanceChange_Modified) SetPreviousViewIndex(fv int32)
- func (m *EdgelqInstanceChange_Modified) SetViewIndex(fv int32)
- func (m *EdgelqInstanceChange_Modified) String() string
- func (m *EdgelqInstanceChange_Modified) Unmarshal(b []byte) error
- func (m *EdgelqInstanceChange_Modified) UnmarshalJSON(data []byte) error
- type EdgelqInstanceChange_Modified_
- type EdgelqInstanceChange_Removed
- func (*EdgelqInstanceChange_Removed) Descriptor() ([]byte, []int)
- func (m *EdgelqInstanceChange_Removed) GetName() *Name
- func (m *EdgelqInstanceChange_Removed) GetViewIndex() int32
- func (*EdgelqInstanceChange_Removed) GotenMessage()
- func (obj *EdgelqInstanceChange_Removed) GotenValidate() error
- func (m *EdgelqInstanceChange_Removed) Marshal() ([]byte, error)
- func (m *EdgelqInstanceChange_Removed) MarshalJSON() ([]byte, error)
- func (*EdgelqInstanceChange_Removed) ProtoMessage()
- func (m *EdgelqInstanceChange_Removed) ProtoReflect() preflect.Message
- func (m *EdgelqInstanceChange_Removed) Reset()
- func (m *EdgelqInstanceChange_Removed) SetName(fv *Name)
- func (m *EdgelqInstanceChange_Removed) SetViewIndex(fv int32)
- func (m *EdgelqInstanceChange_Removed) String() string
- func (m *EdgelqInstanceChange_Removed) Unmarshal(b []byte) error
- func (m *EdgelqInstanceChange_Removed) UnmarshalJSON(data []byte) error
- type EdgelqInstanceChange_Removed_
- type EdgelqInstanceFieldPathBuilder
- func (EdgelqInstanceFieldPathBuilder) ControllerDomain() EdgelqInstancePathSelectorControllerDomain
- func (EdgelqInstanceFieldPathBuilder) DisplayName() EdgelqInstancePathSelectorDisplayName
- func (EdgelqInstanceFieldPathBuilder) Endpoints() EdgelqInstancePathSelectorEndpoints
- func (EdgelqInstanceFieldPathBuilder) Metadata() EdgelqInstancePathSelectorMetadata
- func (EdgelqInstanceFieldPathBuilder) Name() EdgelqInstancePathSelectorName
- type EdgelqInstanceList
- func (l EdgelqInstanceList) Append(item gotenresource.Resource) gotenresource.ResourceList
- func (l EdgelqInstanceList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
- func (l EdgelqInstanceList) At(idx int) gotenresource.Resource
- func (l EdgelqInstanceList) Length() int
- func (l EdgelqInstanceList) Set(idx int, res gotenresource.Resource)
- func (l EdgelqInstanceList) Slice(first, second int) gotenresource.ResourceList
- type EdgelqInstanceMap
- func (m EdgelqInstanceMap) Delete(name gotenresource.Name)
- func (m EdgelqInstanceMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
- func (m EdgelqInstanceMap) Get(name gotenresource.Name) gotenresource.Resource
- func (m EdgelqInstanceMap) Length() int
- func (m EdgelqInstanceMap) Set(res gotenresource.Resource)
- type EdgelqInstanceMapPathSelectorEndpoints
- func (s EdgelqInstanceMapPathSelectorEndpoints) FieldPath() *EdgelqInstance_FieldPathMap
- func (s EdgelqInstanceMapPathSelectorEndpoints) WithArrayOfValues(values []string) *EdgelqInstance_FieldPathMapArrayOfValues
- func (s EdgelqInstanceMapPathSelectorEndpoints) WithValue(value string) *EdgelqInstance_FieldPathMapValue
- type EdgelqInstanceMapPathSelectorMetadataAnnotations
- func (s EdgelqInstanceMapPathSelectorMetadataAnnotations) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstanceMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstanceMapPathSelectorMetadataAnnotations) WithValue(value string) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstanceMapPathSelectorMetadataLabels
- func (s EdgelqInstanceMapPathSelectorMetadataLabels) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstanceMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstanceMapPathSelectorMetadataLabels) WithValue(value string) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstanceMapPathSelectorMetadataShards
- func (s EdgelqInstanceMapPathSelectorMetadataShards) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstanceMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstanceMapPathSelectorMetadataShards) WithValue(value int64) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstanceNameList
- func (l EdgelqInstanceNameList) Append(name gotenresource.Name) gotenresource.NameList
- func (l EdgelqInstanceNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
- func (l EdgelqInstanceNameList) At(idx int) gotenresource.Name
- func (l EdgelqInstanceNameList) Length() int
- func (l EdgelqInstanceNameList) Set(idx int, name gotenresource.Name)
- func (l EdgelqInstanceNameList) Slice(first, second int) gotenresource.NameList
- type EdgelqInstanceParentNameList
- func (l EdgelqInstanceParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
- func (l EdgelqInstanceParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
- func (l EdgelqInstanceParentNameList) At(idx int) gotenresource.Name
- func (l EdgelqInstanceParentNameList) Length() int
- func (l EdgelqInstanceParentNameList) Set(idx int, name gotenresource.Name)
- func (l EdgelqInstanceParentNameList) Slice(first, second int) gotenresource.ParentNameList
- type EdgelqInstanceParentReferenceList
- func (l EdgelqInstanceParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
- func (l EdgelqInstanceParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
- func (l EdgelqInstanceParentReferenceList) At(idx int) gotenresource.Reference
- func (l EdgelqInstanceParentReferenceList) Length() int
- func (l EdgelqInstanceParentReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l EdgelqInstanceParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
- type EdgelqInstancePathSelectorControllerDomain
- func (EdgelqInstancePathSelectorControllerDomain) FieldPath() *EdgelqInstance_FieldTerminalPath
- func (s EdgelqInstancePathSelectorControllerDomain) WithArrayOfValues(values []string) *EdgelqInstance_FieldTerminalPathArrayOfValues
- func (s EdgelqInstancePathSelectorControllerDomain) WithValue(value string) *EdgelqInstance_FieldTerminalPathValue
- type EdgelqInstancePathSelectorDisplayName
- func (EdgelqInstancePathSelectorDisplayName) FieldPath() *EdgelqInstance_FieldTerminalPath
- func (s EdgelqInstancePathSelectorDisplayName) WithArrayOfValues(values []string) *EdgelqInstance_FieldTerminalPathArrayOfValues
- func (s EdgelqInstancePathSelectorDisplayName) WithValue(value string) *EdgelqInstance_FieldTerminalPathValue
- type EdgelqInstancePathSelectorEndpoints
- func (EdgelqInstancePathSelectorEndpoints) FieldPath() *EdgelqInstance_FieldTerminalPath
- func (s EdgelqInstancePathSelectorEndpoints) WithArrayOfValues(values []map[string]string) *EdgelqInstance_FieldTerminalPathArrayOfValues
- func (EdgelqInstancePathSelectorEndpoints) WithKey(key string) EdgelqInstanceMapPathSelectorEndpoints
- func (s EdgelqInstancePathSelectorEndpoints) WithValue(value map[string]string) *EdgelqInstance_FieldTerminalPathValue
- type EdgelqInstancePathSelectorMetadata
- func (EdgelqInstancePathSelectorMetadata) Annotations() EdgelqInstancePathSelectorMetadataAnnotations
- func (EdgelqInstancePathSelectorMetadata) CreateTime() EdgelqInstancePathSelectorMetadataCreateTime
- func (EdgelqInstancePathSelectorMetadata) DeleteTime() EdgelqInstancePathSelectorMetadataDeleteTime
- func (EdgelqInstancePathSelectorMetadata) FieldPath() *EdgelqInstance_FieldTerminalPath
- func (EdgelqInstancePathSelectorMetadata) Generation() EdgelqInstancePathSelectorMetadataGeneration
- func (EdgelqInstancePathSelectorMetadata) Labels() EdgelqInstancePathSelectorMetadataLabels
- func (EdgelqInstancePathSelectorMetadata) Lifecycle() EdgelqInstancePathSelectorMetadataLifecycle
- func (EdgelqInstancePathSelectorMetadata) OwnerReferences() EdgelqInstancePathSelectorMetadataOwnerReferences
- func (EdgelqInstancePathSelectorMetadata) ResourceVersion() EdgelqInstancePathSelectorMetadataResourceVersion
- func (EdgelqInstancePathSelectorMetadata) Services() EdgelqInstancePathSelectorMetadataServices
- func (EdgelqInstancePathSelectorMetadata) Shards() EdgelqInstancePathSelectorMetadataShards
- func (EdgelqInstancePathSelectorMetadata) Syncing() EdgelqInstancePathSelectorMetadataSyncing
- func (EdgelqInstancePathSelectorMetadata) Tags() EdgelqInstancePathSelectorMetadataTags
- func (EdgelqInstancePathSelectorMetadata) UpdateTime() EdgelqInstancePathSelectorMetadataUpdateTime
- func (EdgelqInstancePathSelectorMetadata) Uuid() EdgelqInstancePathSelectorMetadataUuid
- func (s EdgelqInstancePathSelectorMetadata) WithArrayOfValues(values []*meta.Meta) *EdgelqInstance_FieldTerminalPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue meta.Meta_FieldPathArrayItemValue) *EdgelqInstance_FieldSubPathArrayItemValue
- func (s EdgelqInstancePathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues meta.Meta_FieldPathArrayOfValues) *EdgelqInstance_FieldSubPathArrayOfValues
- func (EdgelqInstancePathSelectorMetadata) WithSubPath(subPath meta.Meta_FieldPath) *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadata) WithSubValue(subPathValue meta.Meta_FieldPathValue) *EdgelqInstance_FieldSubPathValue
- func (s EdgelqInstancePathSelectorMetadata) WithValue(value *meta.Meta) *EdgelqInstance_FieldTerminalPathValue
- type EdgelqInstancePathSelectorMetadataAnnotations
- func (EdgelqInstancePathSelectorMetadataAnnotations) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *EdgelqInstance_FieldSubPathArrayOfValues
- func (EdgelqInstancePathSelectorMetadataAnnotations) WithKey(key string) EdgelqInstanceMapPathSelectorMetadataAnnotations
- func (s EdgelqInstancePathSelectorMetadataAnnotations) WithValue(value map[string]string) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataCreateTime
- func (EdgelqInstancePathSelectorMetadataCreateTime) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataDeleteTime
- func (EdgelqInstancePathSelectorMetadataDeleteTime) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataGeneration
- func (EdgelqInstancePathSelectorMetadataGeneration) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataGeneration) WithValue(value int64) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataLabels
- func (EdgelqInstancePathSelectorMetadataLabels) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *EdgelqInstance_FieldSubPathArrayOfValues
- func (EdgelqInstancePathSelectorMetadataLabels) WithKey(key string) EdgelqInstanceMapPathSelectorMetadataLabels
- func (s EdgelqInstancePathSelectorMetadataLabels) WithValue(value map[string]string) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataLifecycle
- func (EdgelqInstancePathSelectorMetadataLifecycle) BlockDeletion() EdgelqInstancePathSelectorMetadataLifecycleBlockDeletion
- func (EdgelqInstancePathSelectorMetadataLifecycle) FieldPath() *EdgelqInstance_FieldSubPath
- func (EdgelqInstancePathSelectorMetadataLifecycle) State() EdgelqInstancePathSelectorMetadataLifecycleState
- func (s EdgelqInstancePathSelectorMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataLifecycle) WithValue(value *meta.Lifecycle) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataLifecycleBlockDeletion
- func (EdgelqInstancePathSelectorMetadataLifecycleBlockDeletion) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataLifecycleState
- func (EdgelqInstancePathSelectorMetadataLifecycleState) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataLifecycleState) WithValue(value meta.Lifecycle_State) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataOwnerReferences
- func (EdgelqInstancePathSelectorMetadataOwnerReferences) Controller() EdgelqInstancePathSelectorMetadataOwnerReferencesController
- func (EdgelqInstancePathSelectorMetadataOwnerReferences) FieldPath() *EdgelqInstance_FieldSubPath
- func (EdgelqInstancePathSelectorMetadataOwnerReferences) Kind() EdgelqInstancePathSelectorMetadataOwnerReferencesKind
- func (EdgelqInstancePathSelectorMetadataOwnerReferences) Name() EdgelqInstancePathSelectorMetadataOwnerReferencesName
- func (EdgelqInstancePathSelectorMetadataOwnerReferences) Region() EdgelqInstancePathSelectorMetadataOwnerReferencesRegion
- func (EdgelqInstancePathSelectorMetadataOwnerReferences) RequiresOwnerReference() EdgelqInstancePathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (EdgelqInstancePathSelectorMetadataOwnerReferences) Version() EdgelqInstancePathSelectorMetadataOwnerReferencesVersion
- func (s EdgelqInstancePathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *EdgelqInstance_FieldSubPathArrayItemValue
- func (s EdgelqInstancePathSelectorMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataOwnerReferencesController
- func (EdgelqInstancePathSelectorMetadataOwnerReferencesController) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataOwnerReferencesController) WithValue(value bool) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataOwnerReferencesKind
- func (EdgelqInstancePathSelectorMetadataOwnerReferencesKind) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataOwnerReferencesKind) WithValue(value string) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataOwnerReferencesName
- func (EdgelqInstancePathSelectorMetadataOwnerReferencesName) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataOwnerReferencesName) WithValue(value string) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataOwnerReferencesRegion
- func (EdgelqInstancePathSelectorMetadataOwnerReferencesRegion) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (EdgelqInstancePathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataOwnerReferencesVersion
- func (EdgelqInstancePathSelectorMetadataOwnerReferencesVersion) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataResourceVersion
- func (EdgelqInstancePathSelectorMetadataResourceVersion) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataResourceVersion) WithValue(value string) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataServices
- func (EdgelqInstancePathSelectorMetadataServices) AllowedServices() EdgelqInstancePathSelectorMetadataServicesAllowedServices
- func (EdgelqInstancePathSelectorMetadataServices) FieldPath() *EdgelqInstance_FieldSubPath
- func (EdgelqInstancePathSelectorMetadataServices) OwningService() EdgelqInstancePathSelectorMetadataServicesOwningService
- func (s EdgelqInstancePathSelectorMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataServices) WithValue(value *meta.ServicesInfo) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataServicesAllowedServices
- func (EdgelqInstancePathSelectorMetadataServicesAllowedServices) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataServicesAllowedServices) WithItemValue(value string) *EdgelqInstance_FieldSubPathArrayItemValue
- func (s EdgelqInstancePathSelectorMetadataServicesAllowedServices) WithValue(value []string) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataServicesOwningService
- func (EdgelqInstancePathSelectorMetadataServicesOwningService) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataServicesOwningService) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataServicesOwningService) WithValue(value string) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataShards
- func (EdgelqInstancePathSelectorMetadataShards) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *EdgelqInstance_FieldSubPathArrayOfValues
- func (EdgelqInstancePathSelectorMetadataShards) WithKey(key string) EdgelqInstanceMapPathSelectorMetadataShards
- func (s EdgelqInstancePathSelectorMetadataShards) WithValue(value map[string]int64) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataSyncing
- func (EdgelqInstancePathSelectorMetadataSyncing) FieldPath() *EdgelqInstance_FieldSubPath
- func (EdgelqInstancePathSelectorMetadataSyncing) OwningRegion() EdgelqInstancePathSelectorMetadataSyncingOwningRegion
- func (EdgelqInstancePathSelectorMetadataSyncing) Regions() EdgelqInstancePathSelectorMetadataSyncingRegions
- func (s EdgelqInstancePathSelectorMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataSyncing) WithValue(value *meta.SyncingMeta) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataSyncingOwningRegion
- func (EdgelqInstancePathSelectorMetadataSyncingOwningRegion) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataSyncingOwningRegion) WithValue(value string) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataSyncingRegions
- func (EdgelqInstancePathSelectorMetadataSyncingRegions) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataSyncingRegions) WithItemValue(value string) *EdgelqInstance_FieldSubPathArrayItemValue
- func (s EdgelqInstancePathSelectorMetadataSyncingRegions) WithValue(value []string) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataTags
- func (EdgelqInstancePathSelectorMetadataTags) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataTags) WithArrayOfValues(values [][]string) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataTags) WithItemValue(value string) *EdgelqInstance_FieldSubPathArrayItemValue
- func (s EdgelqInstancePathSelectorMetadataTags) WithValue(value []string) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataUpdateTime
- func (EdgelqInstancePathSelectorMetadataUpdateTime) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorMetadataUuid
- func (EdgelqInstancePathSelectorMetadataUuid) FieldPath() *EdgelqInstance_FieldSubPath
- func (s EdgelqInstancePathSelectorMetadataUuid) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
- func (s EdgelqInstancePathSelectorMetadataUuid) WithValue(value string) *EdgelqInstance_FieldSubPathValue
- type EdgelqInstancePathSelectorName
- func (EdgelqInstancePathSelectorName) FieldPath() *EdgelqInstance_FieldTerminalPath
- func (s EdgelqInstancePathSelectorName) WithArrayOfValues(values []*Name) *EdgelqInstance_FieldTerminalPathArrayOfValues
- func (s EdgelqInstancePathSelectorName) WithValue(value *Name) *EdgelqInstance_FieldTerminalPathValue
- type EdgelqInstanceReferenceList
- func (l EdgelqInstanceReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
- func (l EdgelqInstanceReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
- func (l EdgelqInstanceReferenceList) At(idx int) gotenresource.Reference
- func (l EdgelqInstanceReferenceList) Length() int
- func (l EdgelqInstanceReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l EdgelqInstanceReferenceList) Slice(first, second int) gotenresource.ReferenceList
- type EdgelqInstance_FieldMask
- func (fieldMask *EdgelqInstance_FieldMask) AppendPath(path EdgelqInstance_FieldPath)
- func (fieldMask *EdgelqInstance_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *EdgelqInstance_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *EdgelqInstance_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *EdgelqInstance_FieldMask) FilterInputFields() *EdgelqInstance_FieldMask
- func (fieldMask *EdgelqInstance_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *EdgelqInstance_FieldMask) GetPaths() []EdgelqInstance_FieldPath
- func (fieldMask *EdgelqInstance_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *EdgelqInstance_FieldMask) IsFull() bool
- func (fieldMask EdgelqInstance_FieldMask) Marshal() ([]byte, error)
- func (fieldMask EdgelqInstance_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *EdgelqInstance_FieldMask) PathsCount() int
- func (fieldMask *EdgelqInstance_FieldMask) Project(source *EdgelqInstance) *EdgelqInstance
- func (fieldMask *EdgelqInstance_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *EdgelqInstance_FieldMask) ProtoMessage()
- func (fieldMask *EdgelqInstance_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *EdgelqInstance_FieldMask) Reset()
- func (fieldMask *EdgelqInstance_FieldMask) Set(target, source *EdgelqInstance)
- func (fieldMask *EdgelqInstance_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *EdgelqInstance_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *EdgelqInstance_FieldMask) Size() int
- func (fieldMask *EdgelqInstance_FieldMask) String() string
- func (fieldMask *EdgelqInstance_FieldMask) Subtract(other *EdgelqInstance_FieldMask) *EdgelqInstance_FieldMask
- func (fieldMask *EdgelqInstance_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *EdgelqInstance_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *EdgelqInstance_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *EdgelqInstance_FieldMask) UnmarshalJSON(data []byte) error
- type EdgelqInstance_FieldPath
- type EdgelqInstance_FieldPathArrayItemValue
- type EdgelqInstance_FieldPathArrayOfValues
- type EdgelqInstance_FieldPathMap
- func (fpm *EdgelqInstance_FieldPathMap) ClearValue(item *EdgelqInstance)
- func (fpm *EdgelqInstance_FieldPathMap) ClearValueRaw(item proto.Message)
- func (fpm *EdgelqInstance_FieldPathMap) Get(source *EdgelqInstance) (values []interface{})
- func (fpm *EdgelqInstance_FieldPathMap) GetDefault() interface{}
- func (fpm *EdgelqInstance_FieldPathMap) GetRaw(source proto.Message) []interface{}
- func (fpm *EdgelqInstance_FieldPathMap) GetSingle(source *EdgelqInstance) (interface{}, bool)
- func (fpm *EdgelqInstance_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fpm *EdgelqInstance_FieldPathMap) IsLeaf() bool
- func (fpm *EdgelqInstance_FieldPathMap) JSONString() string
- func (fpm *EdgelqInstance_FieldPathMap) Key() string
- func (fpm *EdgelqInstance_FieldPathMap) Selector() EdgelqInstance_FieldPathSelector
- func (fpm *EdgelqInstance_FieldPathMap) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fpm *EdgelqInstance_FieldPathMap) String() string
- func (fpm *EdgelqInstance_FieldPathMap) WithIArrayItemValue(value interface{}) EdgelqInstance_FieldPathArrayItemValue
- func (fpm *EdgelqInstance_FieldPathMap) WithIArrayOfValues(values interface{}) EdgelqInstance_FieldPathArrayOfValues
- func (fpm *EdgelqInstance_FieldPathMap) WithIValue(value interface{}) EdgelqInstance_FieldPathValue
- func (fpm *EdgelqInstance_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fpm *EdgelqInstance_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fpm *EdgelqInstance_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type EdgelqInstance_FieldPathMapArrayOfValues
- type EdgelqInstance_FieldPathMapValue
- func (fpmv *EdgelqInstance_FieldPathMapValue) AsEndpointsElementValue() (string, bool)
- func (fpmv *EdgelqInstance_FieldPathMapValue) CompareWith(source *EdgelqInstance) (int, bool)
- func (fpmv *EdgelqInstance_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpmv *EdgelqInstance_FieldPathMapValue) GetRawValue() interface{}
- func (fpmv *EdgelqInstance_FieldPathMapValue) SetTo(target **EdgelqInstance)
- func (fpmv *EdgelqInstance_FieldPathMapValue) SetToRaw(target proto.Message)
- type EdgelqInstance_FieldPathSelector
- type EdgelqInstance_FieldPathValue
- type EdgelqInstance_FieldSubPath
- func (fps *EdgelqInstance_FieldSubPath) AsMetadataSubPath() (meta.Meta_FieldPath, bool)
- func (fps *EdgelqInstance_FieldSubPath) ClearValue(item *EdgelqInstance)
- func (fps *EdgelqInstance_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *EdgelqInstance_FieldSubPath) Get(source *EdgelqInstance) (values []interface{})
- func (fps *EdgelqInstance_FieldSubPath) GetDefault() interface{}
- func (fps *EdgelqInstance_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *EdgelqInstance_FieldSubPath) GetSingle(source *EdgelqInstance) (interface{}, bool)
- func (fps *EdgelqInstance_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *EdgelqInstance_FieldSubPath) IsLeaf() bool
- func (fps *EdgelqInstance_FieldSubPath) JSONString() string
- func (fps *EdgelqInstance_FieldSubPath) Selector() EdgelqInstance_FieldPathSelector
- func (fps *EdgelqInstance_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *EdgelqInstance_FieldSubPath) String() string
- func (fps *EdgelqInstance_FieldSubPath) WithIArrayItemValue(value interface{}) EdgelqInstance_FieldPathArrayItemValue
- func (fps *EdgelqInstance_FieldSubPath) WithIArrayOfValues(values interface{}) EdgelqInstance_FieldPathArrayOfValues
- func (fps *EdgelqInstance_FieldSubPath) WithIValue(value interface{}) EdgelqInstance_FieldPathValue
- func (fps *EdgelqInstance_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *EdgelqInstance_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *EdgelqInstance_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type EdgelqInstance_FieldSubPathArrayItemValue
- func (fpaivs *EdgelqInstance_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (meta.Meta_FieldPathArrayItemValue, bool)
- func (fpaivs *EdgelqInstance_FieldSubPathArrayItemValue) ContainsValue(source *EdgelqInstance) bool
- func (fpaivs *EdgelqInstance_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type EdgelqInstance_FieldSubPathArrayOfValues
- type EdgelqInstance_FieldSubPathValue
- func (fpvs *EdgelqInstance_FieldSubPathValue) AsMetadataPathValue() (meta.Meta_FieldPathValue, bool)
- func (fpvs *EdgelqInstance_FieldSubPathValue) CompareWith(source *EdgelqInstance) (int, bool)
- func (fpvs *EdgelqInstance_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *EdgelqInstance_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *EdgelqInstance_FieldSubPathValue) SetTo(target **EdgelqInstance)
- func (fpvs *EdgelqInstance_FieldSubPathValue) SetToRaw(target proto.Message)
- type EdgelqInstance_FieldTerminalPath
- func (fp *EdgelqInstance_FieldTerminalPath) ClearValue(item *EdgelqInstance)
- func (fp *EdgelqInstance_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *EdgelqInstance_FieldTerminalPath) Get(source *EdgelqInstance) (values []interface{})
- func (fp *EdgelqInstance_FieldTerminalPath) GetDefault() interface{}
- func (fp *EdgelqInstance_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *EdgelqInstance_FieldTerminalPath) GetSingle(source *EdgelqInstance) (interface{}, bool)
- func (fp *EdgelqInstance_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *EdgelqInstance_FieldTerminalPath) IsLeaf() bool
- func (fp *EdgelqInstance_FieldTerminalPath) JSONString() string
- func (fp *EdgelqInstance_FieldTerminalPath) Selector() EdgelqInstance_FieldPathSelector
- func (fp *EdgelqInstance_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *EdgelqInstance_FieldTerminalPath) String() string
- func (fp *EdgelqInstance_FieldTerminalPath) WithIArrayItemValue(value interface{}) EdgelqInstance_FieldPathArrayItemValue
- func (fp *EdgelqInstance_FieldTerminalPath) WithIArrayOfValues(values interface{}) EdgelqInstance_FieldPathArrayOfValues
- func (fp *EdgelqInstance_FieldTerminalPath) WithIValue(value interface{}) EdgelqInstance_FieldPathValue
- func (fp *EdgelqInstance_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *EdgelqInstance_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *EdgelqInstance_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type EdgelqInstance_FieldTerminalPathArrayItemValue
- func (fpaiv *EdgelqInstance_FieldTerminalPathArrayItemValue) ContainsValue(source *EdgelqInstance) bool
- func (fpaiv *EdgelqInstance_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *EdgelqInstance_FieldTerminalPathArrayItemValue) GetSingle(source *EdgelqInstance) (interface{}, bool)
- func (fpaiv *EdgelqInstance_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type EdgelqInstance_FieldTerminalPathArrayOfValues
- func (fpaov *EdgelqInstance_FieldTerminalPathArrayOfValues) AsControllerDomainArrayOfValues() ([]string, bool)
- func (fpaov *EdgelqInstance_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
- func (fpaov *EdgelqInstance_FieldTerminalPathArrayOfValues) AsEndpointsArrayOfValues() ([]map[string]string, bool)
- func (fpaov *EdgelqInstance_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*meta.Meta, bool)
- func (fpaov *EdgelqInstance_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
- func (fpaov *EdgelqInstance_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type EdgelqInstance_FieldTerminalPathValue
- func (fpv *EdgelqInstance_FieldTerminalPathValue) AsControllerDomainValue() (string, bool)
- func (fpv *EdgelqInstance_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
- func (fpv *EdgelqInstance_FieldTerminalPathValue) AsEndpointsValue() (map[string]string, bool)
- func (fpv *EdgelqInstance_FieldTerminalPathValue) AsMetadataValue() (*meta.Meta, bool)
- func (fpv *EdgelqInstance_FieldTerminalPathValue) AsNameValue() (*Name, bool)
- func (fpv *EdgelqInstance_FieldTerminalPathValue) CompareWith(source *EdgelqInstance) (int, bool)
- func (fpv *EdgelqInstance_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *EdgelqInstance_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *EdgelqInstance_FieldTerminalPathValue) SetTo(target **EdgelqInstance)
- func (fpv *EdgelqInstance_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 *EdgelqInstance) bool
- func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
- func (filter *Filter) FilterSlice(in []*EdgelqInstance) (out []*EdgelqInstance)
- 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 EdgelqInstance_FieldPath, opts ...gotenfilter.FilterConditionOption) *filterCndBuilderAnyPath
- func (b *FilterBuilder) With(condOrBuilder FilterBuilderOrCondition, ...) *FilterBuilder
- type FilterBuilderOrCondition
- type FilterCondition
- type FilterConditionCompare
- func (cond *FilterConditionCompare) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionCompare) ConditionCompare()
- func (cond *FilterConditionCompare) Evaluate(res *EdgelqInstance) 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 EdgelqInstance_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 *EdgelqInstance) 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 EdgelqInstance_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 *EdgelqInstance) bool
- func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionContains) GetFieldPath() EdgelqInstance_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 EdgelqInstance_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 *EdgelqInstance) 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 EdgelqInstance_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 *EdgelqInstance) 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 EdgelqInstance_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 *EdgelqInstance) 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 EdgelqInstance_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 *EdgelqInstance) 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 EdgelqInstance_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 *EdgelqInstance) 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 EdgelqInstance_FieldPath) bool
- func (cond *FilterConditionNotIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionNotIn) String() string
- type GetQuery
- func (q *GetQuery) GetFieldMask() gotenobject.FieldMask
- func (q *GetQuery) GetReference() gotenresource.Reference
- func (q *GetQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (q *GetQuery) GotenQuery()
- func (q *GetQuery) SetFieldMask(mask gotenobject.FieldMask)
- func (q *GetQuery) SetReference(ref gotenresource.Reference)
- func (q *GetQuery) String() string
- type ListQuery
- func (q *ListQuery) GetFieldMask() gotenobject.FieldMask
- func (q *ListQuery) GetFilter() gotenresource.Filter
- func (q *ListQuery) GetPager() gotenresource.PagerQuery
- func (q *ListQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (q *ListQuery) GetWithPagingInfo() bool
- func (q *ListQuery) GotenQuery()
- func (q *ListQuery) SetFieldMask(mask gotenobject.FieldMask)
- func (q *ListQuery) SetFilter(filter gotenresource.Filter)
- func (q *ListQuery) SetPager(pager gotenresource.PagerQuery)
- func (q *ListQuery) SetWithPagingInfo(with bool)
- func (q *ListQuery) String() string
- type Name
- func (name *Name) AsRawReference() gotenresource.Reference
- func (name *Name) AsReference() *Reference
- func (name *Name) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (name *Name) ConvertToType(typeVal ref.Type) ref.Val
- func (name *Name) Equal(other ref.Val) ref.Val
- func (name *Name) FullyQualifiedName() (string, error)
- func (name *Name) GetIParentName() gotenresource.Name
- func (name *Name) GetIUnderlyingParentName() gotenresource.Name
- func (name *Name) GetIdParts() map[string]string
- func (name *Name) GetPattern() gotenresource.NamePattern
- func (name *Name) GetProjectName() *project.Name
- func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
- func (name *Name) GetSegments() gotenresource.NameSegments
- func (name *Name) GotenEqual(other interface{}) bool
- func (name *Name) HasTrait(trait int) bool
- func (name *Name) IsFullyQualified() bool
- func (name *Name) IsSpecified() bool
- func (name *Name) Match(pattern ref.Val) ref.Val
- func (name *Name) Matches(other interface{}) bool
- func (name *Name) ParseProtoString(data string) error
- func (name *Name) ProtoString() (string, error)
- func (name *Name) Receive(function string, overload string, args []ref.Val) ref.Val
- func (name *Name) SetFromCliFlag(raw string) error
- func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
- func (name *Name) String() string
- func (name *Name) Type() ref.Type
- func (name *Name) TypeName() string
- func (name *Name) Value() interface{}
- type NameBuilder
- func (b *NameBuilder) Name() *Name
- func (b *NameBuilder) Parent() *ParentName
- func (b *NameBuilder) ParentReference() *ParentReference
- func (b *NameBuilder) Reference() *Reference
- func (b *NameBuilder) SetId(id string) *NameBuilder
- func (b *NameBuilder) SetProject(parent *project.Name) *NameBuilder
- func (b *NameBuilder) SetProjectId(id string) *NameBuilder
- type NamePattern
- type OrderBy
- func (orderBy *OrderBy) Compare(left, right *EdgelqInstance) int
- func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
- func (orderBy *OrderBy) GetFieldMask() *EdgelqInstance_FieldMask
- func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
- func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
- func (orderBy *OrderBy) InsertSorted(sorted EdgelqInstanceList, elem *EdgelqInstance) (EdgelqInstanceList, 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 EdgelqInstanceList)
- 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) GetEdgelqInstance() *EdgelqInstance
- 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 *EdgelqInstance)
- func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
- func (ref *Reference) Resolved() bool
- func (ref *Reference) SetFromCliFlag(raw string) error
- func (ref *Reference) String() string
- type WatchQuery
- func (q *WatchQuery) GetMaximumChunkSize() int
- func (q *WatchQuery) GetResumeToken() string
- func (q *WatchQuery) GetStartingTime() *timestamppb.Timestamp
- func (q *WatchQuery) GetWatchType() watch_type.WatchType
- func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)
- func (q *WatchQuery) SetResumeToken(token string)
- func (q *WatchQuery) SetStartingTime(startingTime *timestamppb.Timestamp)
- func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
- func (q *WatchQuery) String() string
Constants ¶
const (
NamePattern_Project = "projects/{project}/edgelqInstances/{edgelq_instance}"
)
Variables ¶
This section is empty.
Functions ¶
func AsAnyCastAccess ¶
func AsAnyCastAccess(access EdgelqInstanceAccess) gotenresource.Access
Types ¶
type Descriptor ¶
type Descriptor struct {
// contains filtered or unexported fields
}
func GetDescriptor ¶
func GetDescriptor() *Descriptor
func (*Descriptor) CanBeParentless ¶
func (d *Descriptor) CanBeParentless() bool
func (*Descriptor) GetNameDescriptor ¶
func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
func (*Descriptor) GetParentResDescriptors ¶
func (d *Descriptor) GetParentResDescriptors() []gotenresource.Descriptor
func (*Descriptor) GetResourceTypeName ¶
func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName
func (*Descriptor) NewGetQuery ¶
func (d *Descriptor) NewGetQuery() gotenresource.GetQuery
func (*Descriptor) NewListQuery ¶
func (d *Descriptor) NewListQuery() gotenresource.ListQuery
func (*Descriptor) NewNameList ¶
func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList
func (*Descriptor) NewParentNameList ¶
func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList
func (*Descriptor) NewParentReferenceList ¶
func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList
func (*Descriptor) NewQueryResultChange ¶
func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange
func (*Descriptor) NewQueryResultSnapshot ¶
func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot
func (*Descriptor) NewReferenceList ¶
func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList
func (*Descriptor) NewResource ¶
func (d *Descriptor) NewResource() gotenresource.Resource
func (*Descriptor) NewResourceChange ¶
func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange
func (*Descriptor) NewResourceChangeList ¶
func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList
func (*Descriptor) NewResourceChangeMap ¶
func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap
func (*Descriptor) NewResourceCursor ¶
func (d *Descriptor) NewResourceCursor() gotenresource.Cursor
func (*Descriptor) NewResourceFieldMask ¶
func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
func (*Descriptor) NewResourceFilter ¶
func (d *Descriptor) NewResourceFilter() gotenresource.Filter
func (*Descriptor) NewResourceList ¶
func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList
func (*Descriptor) NewResourceMap ¶
func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap
func (*Descriptor) NewResourceName ¶
func (d *Descriptor) NewResourceName() gotenresource.Name
func (*Descriptor) NewResourceOrderBy ¶
func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
func (*Descriptor) NewResourcePager ¶
func (d *Descriptor) NewResourcePager() gotenresource.PagerQuery
func (*Descriptor) NewSearchQuery ¶
func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
func (*Descriptor) NewWatchQuery ¶
func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery
func (*Descriptor) ParseFieldPath ¶
func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)
func (*Descriptor) ParseResourceName ¶
func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)
func (*Descriptor) SupportsMetadata ¶
func (d *Descriptor) SupportsMetadata() bool
type EdgelqInstance ¶
type EdgelqInstance struct { // Name of EdgelqInstance // 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"` DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty" firestore:"displayName"` ControllerDomain string `` /* 138-byte string literal not displayed */ // endpoints is set for private edgelq deployments without dns // map<serviceName, ipaddress> format Endpoints map[string]string `` /* 181-byte string literal not displayed */ // contains filtered or unexported fields }
EdgelqInstance Resource
func (*EdgelqInstance) Clone ¶
func (o *EdgelqInstance) Clone() *EdgelqInstance
func (*EdgelqInstance) CloneRaw ¶
func (o *EdgelqInstance) CloneRaw() gotenobject.GotenObjectExt
func (*EdgelqInstance) Descriptor ¶
func (*EdgelqInstance) Descriptor() ([]byte, []int)
Deprecated, Use EdgelqInstance.ProtoReflect.Descriptor instead.
func (*EdgelqInstance) EnsureMetadata ¶
func (r *EdgelqInstance) EnsureMetadata() *meta.Meta
func (*EdgelqInstance) GetControllerDomain ¶
func (m *EdgelqInstance) GetControllerDomain() string
func (*EdgelqInstance) GetDisplayName ¶
func (m *EdgelqInstance) GetDisplayName() string
func (*EdgelqInstance) GetEndpoints ¶
func (m *EdgelqInstance) GetEndpoints() map[string]string
func (*EdgelqInstance) GetMetadata ¶
func (m *EdgelqInstance) GetMetadata() *meta.Meta
func (*EdgelqInstance) GetName ¶
func (m *EdgelqInstance) GetName() *Name
func (*EdgelqInstance) GetRawName ¶
func (r *EdgelqInstance) GetRawName() gotenresource.Name
func (*EdgelqInstance) GetResourceDescriptor ¶
func (r *EdgelqInstance) GetResourceDescriptor() gotenresource.Descriptor
func (*EdgelqInstance) GotenMessage ¶
func (*EdgelqInstance) GotenMessage()
func (*EdgelqInstance) GotenObjectExt ¶
func (o *EdgelqInstance) GotenObjectExt()
func (*EdgelqInstance) GotenValidate ¶
func (obj *EdgelqInstance) GotenValidate() error
func (*EdgelqInstance) MakeDiffFieldMask ¶
func (o *EdgelqInstance) MakeDiffFieldMask(other *EdgelqInstance) *EdgelqInstance_FieldMask
func (*EdgelqInstance) MakeFullFieldMask ¶
func (o *EdgelqInstance) MakeFullFieldMask() *EdgelqInstance_FieldMask
func (*EdgelqInstance) MakeRawDiffFieldMask ¶
func (o *EdgelqInstance) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*EdgelqInstance) MakeRawFullFieldMask ¶
func (o *EdgelqInstance) MakeRawFullFieldMask() gotenobject.FieldMask
func (*EdgelqInstance) Marshal ¶
func (m *EdgelqInstance) Marshal() ([]byte, error)
func (*EdgelqInstance) MarshalJSON ¶
func (m *EdgelqInstance) MarshalJSON() ([]byte, error)
func (*EdgelqInstance) MaybePopulateDefaults ¶
func (r *EdgelqInstance) MaybePopulateDefaults() error
func (*EdgelqInstance) Merge ¶
func (o *EdgelqInstance) Merge(source *EdgelqInstance)
func (*EdgelqInstance) MergeRaw ¶
func (o *EdgelqInstance) MergeRaw(source gotenobject.GotenObjectExt)
func (*EdgelqInstance) ProtoMessage ¶
func (*EdgelqInstance) ProtoMessage()
func (*EdgelqInstance) ProtoReflect ¶
func (m *EdgelqInstance) ProtoReflect() preflect.Message
func (*EdgelqInstance) Reset ¶
func (m *EdgelqInstance) Reset()
func (*EdgelqInstance) SetControllerDomain ¶
func (m *EdgelqInstance) SetControllerDomain(fv string)
func (*EdgelqInstance) SetDisplayName ¶
func (m *EdgelqInstance) SetDisplayName(fv string)
func (*EdgelqInstance) SetEndpoints ¶
func (m *EdgelqInstance) SetEndpoints(fv map[string]string)
func (*EdgelqInstance) SetMetadata ¶
func (m *EdgelqInstance) SetMetadata(fv *meta.Meta)
func (*EdgelqInstance) SetName ¶
func (m *EdgelqInstance) SetName(fv *Name)
func (*EdgelqInstance) String ¶
func (m *EdgelqInstance) String() string
func (*EdgelqInstance) Unmarshal ¶
func (m *EdgelqInstance) Unmarshal(b []byte) error
func (*EdgelqInstance) UnmarshalJSON ¶
func (m *EdgelqInstance) UnmarshalJSON(data []byte) error
type EdgelqInstanceAccess ¶
type EdgelqInstanceAccess interface { GetEdgelqInstance(context.Context, *GetQuery) (*EdgelqInstance, error) BatchGetEdgelqInstances(context.Context, []*Reference, ...gotenresource.BatchGetOption) error QueryEdgelqInstances(context.Context, *ListQuery) (*QueryResultSnapshot, error) WatchEdgelqInstance(context.Context, *GetQuery, func(*EdgelqInstanceChange) error) error WatchEdgelqInstances(context.Context, *WatchQuery, func(*QueryResultChange) error) error SaveEdgelqInstance(context.Context, *EdgelqInstance, ...gotenresource.SaveOption) error DeleteEdgelqInstance(context.Context, *Reference, ...gotenresource.DeleteOption) error }
type EdgelqInstanceChange ¶
type EdgelqInstanceChange struct { // EdgelqInstance change // // Types that are valid to be assigned to ChangeType: // *EdgelqInstanceChange_Added_ // *EdgelqInstanceChange_Modified_ // *EdgelqInstanceChange_Current_ // *EdgelqInstanceChange_Removed_ ChangeType isEdgelqInstanceChange_ChangeType `protobuf_oneof:"change_type"` // contains filtered or unexported fields }
EdgelqInstanceChange is used by Watch notifications Responses to describe change of single EdgelqInstance One of Added, Modified, Removed
func (*EdgelqInstanceChange) Descriptor ¶
func (*EdgelqInstanceChange) Descriptor() ([]byte, []int)
Deprecated, Use EdgelqInstanceChange.ProtoReflect.Descriptor instead.
func (*EdgelqInstanceChange) GetAdded ¶
func (m *EdgelqInstanceChange) GetAdded() *EdgelqInstanceChange_Added
func (*EdgelqInstanceChange) GetChangeType ¶
func (m *EdgelqInstanceChange) GetChangeType() isEdgelqInstanceChange_ChangeType
func (*EdgelqInstanceChange) GetCurrent ¶
func (m *EdgelqInstanceChange) GetCurrent() *EdgelqInstanceChange_Current
func (*EdgelqInstanceChange) GetCurrentViewIndex ¶
func (c *EdgelqInstanceChange) GetCurrentViewIndex() int32
func (*EdgelqInstanceChange) GetEdgelqInstance ¶
func (c *EdgelqInstanceChange) GetEdgelqInstance() *EdgelqInstance
func (*EdgelqInstanceChange) GetEdgelqInstanceName ¶
func (c *EdgelqInstanceChange) GetEdgelqInstanceName() *Name
func (*EdgelqInstanceChange) GetModified ¶
func (m *EdgelqInstanceChange) GetModified() *EdgelqInstanceChange_Modified
func (*EdgelqInstanceChange) GetPreviousViewIndex ¶
func (c *EdgelqInstanceChange) GetPreviousViewIndex() int32
func (*EdgelqInstanceChange) GetRawName ¶
func (c *EdgelqInstanceChange) GetRawName() gotenresource.Name
func (*EdgelqInstanceChange) GetRawResource ¶
func (c *EdgelqInstanceChange) GetRawResource() gotenresource.Resource
func (*EdgelqInstanceChange) GetRemoved ¶
func (m *EdgelqInstanceChange) GetRemoved() *EdgelqInstanceChange_Removed
func (*EdgelqInstanceChange) GotenMessage ¶
func (*EdgelqInstanceChange) GotenMessage()
func (*EdgelqInstanceChange) GotenValidate ¶
func (obj *EdgelqInstanceChange) GotenValidate() error
func (*EdgelqInstanceChange) IsAdd ¶
func (c *EdgelqInstanceChange) IsAdd() bool
func (*EdgelqInstanceChange) IsCurrent ¶
func (c *EdgelqInstanceChange) IsCurrent() bool
func (*EdgelqInstanceChange) IsDelete ¶
func (c *EdgelqInstanceChange) IsDelete() bool
func (*EdgelqInstanceChange) IsModify ¶
func (c *EdgelqInstanceChange) IsModify() bool
func (*EdgelqInstanceChange) Marshal ¶
func (m *EdgelqInstanceChange) Marshal() ([]byte, error)
func (*EdgelqInstanceChange) MarshalJSON ¶
func (m *EdgelqInstanceChange) MarshalJSON() ([]byte, error)
func (*EdgelqInstanceChange) ProtoMessage ¶
func (*EdgelqInstanceChange) ProtoMessage()
func (*EdgelqInstanceChange) ProtoReflect ¶
func (m *EdgelqInstanceChange) ProtoReflect() preflect.Message
func (*EdgelqInstanceChange) Reset ¶
func (m *EdgelqInstanceChange) Reset()
func (*EdgelqInstanceChange) SetAdded ¶
func (m *EdgelqInstanceChange) SetAdded(fv *EdgelqInstanceChange_Added)
func (*EdgelqInstanceChange) SetAddedRaw ¶
func (c *EdgelqInstanceChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
func (*EdgelqInstanceChange) SetChangeType ¶
func (m *EdgelqInstanceChange) SetChangeType(ofv isEdgelqInstanceChange_ChangeType)
func (*EdgelqInstanceChange) SetCurrent ¶
func (m *EdgelqInstanceChange) SetCurrent(fv *EdgelqInstanceChange_Current)
func (*EdgelqInstanceChange) SetCurrentRaw ¶
func (c *EdgelqInstanceChange) SetCurrentRaw(snapshot gotenresource.Resource)
func (*EdgelqInstanceChange) SetDeletedRaw ¶
func (c *EdgelqInstanceChange) SetDeletedRaw(name gotenresource.Name, idx int)
func (*EdgelqInstanceChange) SetModified ¶
func (m *EdgelqInstanceChange) SetModified(fv *EdgelqInstanceChange_Modified)
func (*EdgelqInstanceChange) SetModifiedRaw ¶
func (c *EdgelqInstanceChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)
func (*EdgelqInstanceChange) SetRemoved ¶
func (m *EdgelqInstanceChange) SetRemoved(fv *EdgelqInstanceChange_Removed)
func (*EdgelqInstanceChange) String ¶
func (m *EdgelqInstanceChange) String() string
func (*EdgelqInstanceChange) Unmarshal ¶
func (m *EdgelqInstanceChange) Unmarshal(b []byte) error
func (*EdgelqInstanceChange) UnmarshalJSON ¶
func (m *EdgelqInstanceChange) UnmarshalJSON(data []byte) error
type EdgelqInstanceChangeList ¶
type EdgelqInstanceChangeList []*EdgelqInstanceChange
func (EdgelqInstanceChangeList) Append ¶
func (l EdgelqInstanceChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
func (EdgelqInstanceChangeList) AppendList ¶
func (l EdgelqInstanceChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
func (EdgelqInstanceChangeList) At ¶
func (l EdgelqInstanceChangeList) At(idx int) gotenresource.ResourceChange
func (EdgelqInstanceChangeList) Length ¶
func (l EdgelqInstanceChangeList) Length() int
func (EdgelqInstanceChangeList) Set ¶
func (l EdgelqInstanceChangeList) Set(idx int, change gotenresource.ResourceChange)
func (EdgelqInstanceChangeList) Slice ¶
func (l EdgelqInstanceChangeList) Slice(first, second int) gotenresource.ResourceChangeList
type EdgelqInstanceChangeMap ¶
type EdgelqInstanceChangeMap map[Name]*EdgelqInstanceChange
func (EdgelqInstanceChangeMap) Delete ¶
func (m EdgelqInstanceChangeMap) Delete(name gotenresource.Name)
func (EdgelqInstanceChangeMap) ForEach ¶
func (m EdgelqInstanceChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
func (EdgelqInstanceChangeMap) Get ¶
func (m EdgelqInstanceChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
func (EdgelqInstanceChangeMap) Length ¶
func (m EdgelqInstanceChangeMap) Length() int
func (EdgelqInstanceChangeMap) Set ¶
func (m EdgelqInstanceChangeMap) Set(change gotenresource.ResourceChange)
type EdgelqInstanceChange_Added ¶
type EdgelqInstanceChange_Added struct { EdgelqInstance *EdgelqInstance `` /* 130-byte string literal not displayed */ // Integer describing index of added EdgelqInstance 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 }
EdgelqInstance has been added to query view
func (*EdgelqInstanceChange_Added) Descriptor ¶
func (*EdgelqInstanceChange_Added) Descriptor() ([]byte, []int)
Deprecated, Use EdgelqInstanceChange_Added.ProtoReflect.Descriptor instead.
func (*EdgelqInstanceChange_Added) GetEdgelqInstance ¶
func (m *EdgelqInstanceChange_Added) GetEdgelqInstance() *EdgelqInstance
func (*EdgelqInstanceChange_Added) GetViewIndex ¶
func (m *EdgelqInstanceChange_Added) GetViewIndex() int32
func (*EdgelqInstanceChange_Added) GotenMessage ¶
func (*EdgelqInstanceChange_Added) GotenMessage()
func (*EdgelqInstanceChange_Added) GotenValidate ¶
func (obj *EdgelqInstanceChange_Added) GotenValidate() error
func (*EdgelqInstanceChange_Added) Marshal ¶
func (m *EdgelqInstanceChange_Added) Marshal() ([]byte, error)
func (*EdgelqInstanceChange_Added) MarshalJSON ¶
func (m *EdgelqInstanceChange_Added) MarshalJSON() ([]byte, error)
func (*EdgelqInstanceChange_Added) ProtoMessage ¶
func (*EdgelqInstanceChange_Added) ProtoMessage()
func (*EdgelqInstanceChange_Added) ProtoReflect ¶
func (m *EdgelqInstanceChange_Added) ProtoReflect() preflect.Message
func (*EdgelqInstanceChange_Added) Reset ¶
func (m *EdgelqInstanceChange_Added) Reset()
func (*EdgelqInstanceChange_Added) SetEdgelqInstance ¶
func (m *EdgelqInstanceChange_Added) SetEdgelqInstance(fv *EdgelqInstance)
func (*EdgelqInstanceChange_Added) SetViewIndex ¶
func (m *EdgelqInstanceChange_Added) SetViewIndex(fv int32)
func (*EdgelqInstanceChange_Added) String ¶
func (m *EdgelqInstanceChange_Added) String() string
func (*EdgelqInstanceChange_Added) Unmarshal ¶
func (m *EdgelqInstanceChange_Added) Unmarshal(b []byte) error
func (*EdgelqInstanceChange_Added) UnmarshalJSON ¶
func (m *EdgelqInstanceChange_Added) UnmarshalJSON(data []byte) error
type EdgelqInstanceChange_Added_ ¶
type EdgelqInstanceChange_Added_ struct { // Added is returned when watched document is added, either created or // enters Query view Added *EdgelqInstanceChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"` }
type EdgelqInstanceChange_Current ¶
type EdgelqInstanceChange_Current struct { EdgelqInstance *EdgelqInstance `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
EdgelqInstance has been added or modified in a query view. Version used for stateless watching
func (*EdgelqInstanceChange_Current) Descriptor ¶
func (*EdgelqInstanceChange_Current) Descriptor() ([]byte, []int)
Deprecated, Use EdgelqInstanceChange_Current.ProtoReflect.Descriptor instead.
func (*EdgelqInstanceChange_Current) GetEdgelqInstance ¶
func (m *EdgelqInstanceChange_Current) GetEdgelqInstance() *EdgelqInstance
func (*EdgelqInstanceChange_Current) GotenMessage ¶
func (*EdgelqInstanceChange_Current) GotenMessage()
func (*EdgelqInstanceChange_Current) GotenValidate ¶
func (obj *EdgelqInstanceChange_Current) GotenValidate() error
func (*EdgelqInstanceChange_Current) Marshal ¶
func (m *EdgelqInstanceChange_Current) Marshal() ([]byte, error)
func (*EdgelqInstanceChange_Current) MarshalJSON ¶
func (m *EdgelqInstanceChange_Current) MarshalJSON() ([]byte, error)
func (*EdgelqInstanceChange_Current) ProtoMessage ¶
func (*EdgelqInstanceChange_Current) ProtoMessage()
func (*EdgelqInstanceChange_Current) ProtoReflect ¶
func (m *EdgelqInstanceChange_Current) ProtoReflect() preflect.Message
func (*EdgelqInstanceChange_Current) Reset ¶
func (m *EdgelqInstanceChange_Current) Reset()
func (*EdgelqInstanceChange_Current) SetEdgelqInstance ¶
func (m *EdgelqInstanceChange_Current) SetEdgelqInstance(fv *EdgelqInstance)
func (*EdgelqInstanceChange_Current) String ¶
func (m *EdgelqInstanceChange_Current) String() string
func (*EdgelqInstanceChange_Current) Unmarshal ¶
func (m *EdgelqInstanceChange_Current) Unmarshal(b []byte) error
func (*EdgelqInstanceChange_Current) UnmarshalJSON ¶
func (m *EdgelqInstanceChange_Current) UnmarshalJSON(data []byte) error
type EdgelqInstanceChange_Current_ ¶
type EdgelqInstanceChange_Current_ struct { // Current is returned in stateless watch when document enters query view or // is modified within. Current *EdgelqInstanceChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"` }
type EdgelqInstanceChange_Modified ¶
type EdgelqInstanceChange_Modified struct { // Name of modified EdgelqInstance Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // New version of EdgelqInstance or masked difference, depending on // mask_changes instrumentation of issued [WatchEdgelqInstanceRequest] or // [WatchEdgelqInstancesRequest] EdgelqInstance *EdgelqInstance `` /* 130-byte string literal not displayed */ // Used when mask_changes is set, contains field paths of modified // properties. FieldMask *EdgelqInstance_FieldMask `` /* 146-byte string literal not displayed */ // Previous view index specifies previous position of modified // EdgelqInstance. When modification doesn't affect sorted order, value will // remain identical to [view_index]. PreviousViewIndex int32 `` /* 145-byte string literal not displayed */ // Integer specifying EdgelqInstance 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 }
EdgelqInstance changed some of it's fields - contains either full document or masked change
func (*EdgelqInstanceChange_Modified) Descriptor ¶
func (*EdgelqInstanceChange_Modified) Descriptor() ([]byte, []int)
Deprecated, Use EdgelqInstanceChange_Modified.ProtoReflect.Descriptor instead.
func (*EdgelqInstanceChange_Modified) GetEdgelqInstance ¶
func (m *EdgelqInstanceChange_Modified) GetEdgelqInstance() *EdgelqInstance
func (*EdgelqInstanceChange_Modified) GetFieldMask ¶
func (m *EdgelqInstanceChange_Modified) GetFieldMask() *EdgelqInstance_FieldMask
func (*EdgelqInstanceChange_Modified) GetName ¶
func (m *EdgelqInstanceChange_Modified) GetName() *Name
func (*EdgelqInstanceChange_Modified) GetPreviousViewIndex ¶
func (m *EdgelqInstanceChange_Modified) GetPreviousViewIndex() int32
func (*EdgelqInstanceChange_Modified) GetViewIndex ¶
func (m *EdgelqInstanceChange_Modified) GetViewIndex() int32
func (*EdgelqInstanceChange_Modified) GotenMessage ¶
func (*EdgelqInstanceChange_Modified) GotenMessage()
func (*EdgelqInstanceChange_Modified) GotenValidate ¶
func (obj *EdgelqInstanceChange_Modified) GotenValidate() error
func (*EdgelqInstanceChange_Modified) Marshal ¶
func (m *EdgelqInstanceChange_Modified) Marshal() ([]byte, error)
func (*EdgelqInstanceChange_Modified) MarshalJSON ¶
func (m *EdgelqInstanceChange_Modified) MarshalJSON() ([]byte, error)
func (*EdgelqInstanceChange_Modified) ProtoMessage ¶
func (*EdgelqInstanceChange_Modified) ProtoMessage()
func (*EdgelqInstanceChange_Modified) ProtoReflect ¶
func (m *EdgelqInstanceChange_Modified) ProtoReflect() preflect.Message
func (*EdgelqInstanceChange_Modified) Reset ¶
func (m *EdgelqInstanceChange_Modified) Reset()
func (*EdgelqInstanceChange_Modified) SetEdgelqInstance ¶
func (m *EdgelqInstanceChange_Modified) SetEdgelqInstance(fv *EdgelqInstance)
func (*EdgelqInstanceChange_Modified) SetFieldMask ¶
func (m *EdgelqInstanceChange_Modified) SetFieldMask(fv *EdgelqInstance_FieldMask)
func (*EdgelqInstanceChange_Modified) SetName ¶
func (m *EdgelqInstanceChange_Modified) SetName(fv *Name)
func (*EdgelqInstanceChange_Modified) SetPreviousViewIndex ¶
func (m *EdgelqInstanceChange_Modified) SetPreviousViewIndex(fv int32)
func (*EdgelqInstanceChange_Modified) SetViewIndex ¶
func (m *EdgelqInstanceChange_Modified) SetViewIndex(fv int32)
func (*EdgelqInstanceChange_Modified) String ¶
func (m *EdgelqInstanceChange_Modified) String() string
func (*EdgelqInstanceChange_Modified) Unmarshal ¶
func (m *EdgelqInstanceChange_Modified) Unmarshal(b []byte) error
func (*EdgelqInstanceChange_Modified) UnmarshalJSON ¶
func (m *EdgelqInstanceChange_Modified) UnmarshalJSON(data []byte) error
type EdgelqInstanceChange_Modified_ ¶
type EdgelqInstanceChange_Modified_ struct { // Modified is returned when watched document is modified Modified *EdgelqInstanceChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"` }
type EdgelqInstanceChange_Removed ¶
type EdgelqInstanceChange_Removed struct { Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Integer specifying removed EdgelqInstance 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 EdgelqInstance is deleted or leaves Query view
func (*EdgelqInstanceChange_Removed) Descriptor ¶
func (*EdgelqInstanceChange_Removed) Descriptor() ([]byte, []int)
Deprecated, Use EdgelqInstanceChange_Removed.ProtoReflect.Descriptor instead.
func (*EdgelqInstanceChange_Removed) GetName ¶
func (m *EdgelqInstanceChange_Removed) GetName() *Name
func (*EdgelqInstanceChange_Removed) GetViewIndex ¶
func (m *EdgelqInstanceChange_Removed) GetViewIndex() int32
func (*EdgelqInstanceChange_Removed) GotenMessage ¶
func (*EdgelqInstanceChange_Removed) GotenMessage()
func (*EdgelqInstanceChange_Removed) GotenValidate ¶
func (obj *EdgelqInstanceChange_Removed) GotenValidate() error
func (*EdgelqInstanceChange_Removed) Marshal ¶
func (m *EdgelqInstanceChange_Removed) Marshal() ([]byte, error)
func (*EdgelqInstanceChange_Removed) MarshalJSON ¶
func (m *EdgelqInstanceChange_Removed) MarshalJSON() ([]byte, error)
func (*EdgelqInstanceChange_Removed) ProtoMessage ¶
func (*EdgelqInstanceChange_Removed) ProtoMessage()
func (*EdgelqInstanceChange_Removed) ProtoReflect ¶
func (m *EdgelqInstanceChange_Removed) ProtoReflect() preflect.Message
func (*EdgelqInstanceChange_Removed) Reset ¶
func (m *EdgelqInstanceChange_Removed) Reset()
func (*EdgelqInstanceChange_Removed) SetName ¶
func (m *EdgelqInstanceChange_Removed) SetName(fv *Name)
func (*EdgelqInstanceChange_Removed) SetViewIndex ¶
func (m *EdgelqInstanceChange_Removed) SetViewIndex(fv int32)
func (*EdgelqInstanceChange_Removed) String ¶
func (m *EdgelqInstanceChange_Removed) String() string
func (*EdgelqInstanceChange_Removed) Unmarshal ¶
func (m *EdgelqInstanceChange_Removed) Unmarshal(b []byte) error
func (*EdgelqInstanceChange_Removed) UnmarshalJSON ¶
func (m *EdgelqInstanceChange_Removed) UnmarshalJSON(data []byte) error
type EdgelqInstanceChange_Removed_ ¶
type EdgelqInstanceChange_Removed_ struct { // Removed is returned when EdgelqInstance is deleted or leaves Query view Removed *EdgelqInstanceChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"` }
type EdgelqInstanceFieldPathBuilder ¶
type EdgelqInstanceFieldPathBuilder struct{}
func NewEdgelqInstanceFieldPathBuilder ¶
func NewEdgelqInstanceFieldPathBuilder() EdgelqInstanceFieldPathBuilder
func (EdgelqInstanceFieldPathBuilder) ControllerDomain ¶
func (EdgelqInstanceFieldPathBuilder) ControllerDomain() EdgelqInstancePathSelectorControllerDomain
func (EdgelqInstanceFieldPathBuilder) DisplayName ¶
func (EdgelqInstanceFieldPathBuilder) DisplayName() EdgelqInstancePathSelectorDisplayName
func (EdgelqInstanceFieldPathBuilder) Endpoints ¶
func (EdgelqInstanceFieldPathBuilder) Endpoints() EdgelqInstancePathSelectorEndpoints
func (EdgelqInstanceFieldPathBuilder) Metadata ¶
func (EdgelqInstanceFieldPathBuilder) Metadata() EdgelqInstancePathSelectorMetadata
func (EdgelqInstanceFieldPathBuilder) Name ¶
func (EdgelqInstanceFieldPathBuilder) Name() EdgelqInstancePathSelectorName
type EdgelqInstanceList ¶
type EdgelqInstanceList []*EdgelqInstance
func (EdgelqInstanceList) Append ¶
func (l EdgelqInstanceList) Append(item gotenresource.Resource) gotenresource.ResourceList
func (EdgelqInstanceList) AppendList ¶
func (l EdgelqInstanceList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
func (EdgelqInstanceList) At ¶
func (l EdgelqInstanceList) At(idx int) gotenresource.Resource
func (EdgelqInstanceList) Length ¶
func (l EdgelqInstanceList) Length() int
func (EdgelqInstanceList) Set ¶
func (l EdgelqInstanceList) Set(idx int, res gotenresource.Resource)
func (EdgelqInstanceList) Slice ¶
func (l EdgelqInstanceList) Slice(first, second int) gotenresource.ResourceList
type EdgelqInstanceMap ¶
type EdgelqInstanceMap map[Name]*EdgelqInstance
func (EdgelqInstanceMap) Delete ¶
func (m EdgelqInstanceMap) Delete(name gotenresource.Name)
func (EdgelqInstanceMap) ForEach ¶
func (m EdgelqInstanceMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
func (EdgelqInstanceMap) Get ¶
func (m EdgelqInstanceMap) Get(name gotenresource.Name) gotenresource.Resource
func (EdgelqInstanceMap) Length ¶
func (m EdgelqInstanceMap) Length() int
func (EdgelqInstanceMap) Set ¶
func (m EdgelqInstanceMap) Set(res gotenresource.Resource)
type EdgelqInstanceMapPathSelectorEndpoints ¶
type EdgelqInstanceMapPathSelectorEndpoints struct {
// contains filtered or unexported fields
}
func (EdgelqInstanceMapPathSelectorEndpoints) FieldPath ¶
func (s EdgelqInstanceMapPathSelectorEndpoints) FieldPath() *EdgelqInstance_FieldPathMap
func (EdgelqInstanceMapPathSelectorEndpoints) WithArrayOfValues ¶
func (s EdgelqInstanceMapPathSelectorEndpoints) WithArrayOfValues(values []string) *EdgelqInstance_FieldPathMapArrayOfValues
func (EdgelqInstanceMapPathSelectorEndpoints) WithValue ¶
func (s EdgelqInstanceMapPathSelectorEndpoints) WithValue(value string) *EdgelqInstance_FieldPathMapValue
type EdgelqInstanceMapPathSelectorMetadataAnnotations ¶
type EdgelqInstanceMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (EdgelqInstanceMapPathSelectorMetadataAnnotations) FieldPath ¶
func (s EdgelqInstanceMapPathSelectorMetadataAnnotations) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstanceMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s EdgelqInstanceMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstanceMapPathSelectorMetadataAnnotations) WithValue ¶
func (s EdgelqInstanceMapPathSelectorMetadataAnnotations) WithValue(value string) *EdgelqInstance_FieldSubPathValue
type EdgelqInstanceMapPathSelectorMetadataLabels ¶
type EdgelqInstanceMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (EdgelqInstanceMapPathSelectorMetadataLabels) FieldPath ¶
func (s EdgelqInstanceMapPathSelectorMetadataLabels) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstanceMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s EdgelqInstanceMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstanceMapPathSelectorMetadataLabels) WithValue ¶
func (s EdgelqInstanceMapPathSelectorMetadataLabels) WithValue(value string) *EdgelqInstance_FieldSubPathValue
type EdgelqInstanceMapPathSelectorMetadataShards ¶
type EdgelqInstanceMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (EdgelqInstanceMapPathSelectorMetadataShards) FieldPath ¶
func (s EdgelqInstanceMapPathSelectorMetadataShards) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstanceMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s EdgelqInstanceMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstanceMapPathSelectorMetadataShards) WithValue ¶
func (s EdgelqInstanceMapPathSelectorMetadataShards) WithValue(value int64) *EdgelqInstance_FieldSubPathValue
type EdgelqInstanceNameList ¶
type EdgelqInstanceNameList []*Name
func (EdgelqInstanceNameList) Append ¶
func (l EdgelqInstanceNameList) Append(name gotenresource.Name) gotenresource.NameList
func (EdgelqInstanceNameList) AppendList ¶
func (l EdgelqInstanceNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
func (EdgelqInstanceNameList) At ¶
func (l EdgelqInstanceNameList) At(idx int) gotenresource.Name
func (EdgelqInstanceNameList) Length ¶
func (l EdgelqInstanceNameList) Length() int
func (EdgelqInstanceNameList) Set ¶
func (l EdgelqInstanceNameList) Set(idx int, name gotenresource.Name)
func (EdgelqInstanceNameList) Slice ¶
func (l EdgelqInstanceNameList) Slice(first, second int) gotenresource.NameList
type EdgelqInstanceParentNameList ¶
type EdgelqInstanceParentNameList []*ParentName
func (EdgelqInstanceParentNameList) Append ¶
func (l EdgelqInstanceParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
func (EdgelqInstanceParentNameList) AppendList ¶
func (l EdgelqInstanceParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
func (EdgelqInstanceParentNameList) At ¶
func (l EdgelqInstanceParentNameList) At(idx int) gotenresource.Name
func (EdgelqInstanceParentNameList) Length ¶
func (l EdgelqInstanceParentNameList) Length() int
func (EdgelqInstanceParentNameList) Set ¶
func (l EdgelqInstanceParentNameList) Set(idx int, name gotenresource.Name)
func (EdgelqInstanceParentNameList) Slice ¶
func (l EdgelqInstanceParentNameList) Slice(first, second int) gotenresource.ParentNameList
type EdgelqInstanceParentReferenceList ¶
type EdgelqInstanceParentReferenceList []*ParentReference
func (EdgelqInstanceParentReferenceList) Append ¶
func (l EdgelqInstanceParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
func (EdgelqInstanceParentReferenceList) AppendList ¶
func (l EdgelqInstanceParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
func (EdgelqInstanceParentReferenceList) At ¶
func (l EdgelqInstanceParentReferenceList) At(idx int) gotenresource.Reference
func (EdgelqInstanceParentReferenceList) Length ¶
func (l EdgelqInstanceParentReferenceList) Length() int
func (EdgelqInstanceParentReferenceList) Set ¶
func (l EdgelqInstanceParentReferenceList) Set(idx int, ref gotenresource.Reference)
func (EdgelqInstanceParentReferenceList) Slice ¶
func (l EdgelqInstanceParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
type EdgelqInstancePathSelectorControllerDomain ¶
type EdgelqInstancePathSelectorControllerDomain struct{}
func (EdgelqInstancePathSelectorControllerDomain) FieldPath ¶
func (EdgelqInstancePathSelectorControllerDomain) FieldPath() *EdgelqInstance_FieldTerminalPath
func (EdgelqInstancePathSelectorControllerDomain) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorControllerDomain) WithArrayOfValues(values []string) *EdgelqInstance_FieldTerminalPathArrayOfValues
func (EdgelqInstancePathSelectorControllerDomain) WithValue ¶
func (s EdgelqInstancePathSelectorControllerDomain) WithValue(value string) *EdgelqInstance_FieldTerminalPathValue
type EdgelqInstancePathSelectorDisplayName ¶
type EdgelqInstancePathSelectorDisplayName struct{}
func (EdgelqInstancePathSelectorDisplayName) FieldPath ¶
func (EdgelqInstancePathSelectorDisplayName) FieldPath() *EdgelqInstance_FieldTerminalPath
func (EdgelqInstancePathSelectorDisplayName) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorDisplayName) WithArrayOfValues(values []string) *EdgelqInstance_FieldTerminalPathArrayOfValues
func (EdgelqInstancePathSelectorDisplayName) WithValue ¶
func (s EdgelqInstancePathSelectorDisplayName) WithValue(value string) *EdgelqInstance_FieldTerminalPathValue
type EdgelqInstancePathSelectorEndpoints ¶
type EdgelqInstancePathSelectorEndpoints struct{}
func (EdgelqInstancePathSelectorEndpoints) FieldPath ¶
func (EdgelqInstancePathSelectorEndpoints) FieldPath() *EdgelqInstance_FieldTerminalPath
func (EdgelqInstancePathSelectorEndpoints) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorEndpoints) WithArrayOfValues(values []map[string]string) *EdgelqInstance_FieldTerminalPathArrayOfValues
func (EdgelqInstancePathSelectorEndpoints) WithKey ¶
func (EdgelqInstancePathSelectorEndpoints) WithKey(key string) EdgelqInstanceMapPathSelectorEndpoints
func (EdgelqInstancePathSelectorEndpoints) WithValue ¶
func (s EdgelqInstancePathSelectorEndpoints) WithValue(value map[string]string) *EdgelqInstance_FieldTerminalPathValue
type EdgelqInstancePathSelectorMetadata ¶
type EdgelqInstancePathSelectorMetadata struct{}
func (EdgelqInstancePathSelectorMetadata) Annotations ¶
func (EdgelqInstancePathSelectorMetadata) Annotations() EdgelqInstancePathSelectorMetadataAnnotations
func (EdgelqInstancePathSelectorMetadata) CreateTime ¶
func (EdgelqInstancePathSelectorMetadata) CreateTime() EdgelqInstancePathSelectorMetadataCreateTime
func (EdgelqInstancePathSelectorMetadata) DeleteTime ¶
func (EdgelqInstancePathSelectorMetadata) DeleteTime() EdgelqInstancePathSelectorMetadataDeleteTime
func (EdgelqInstancePathSelectorMetadata) FieldPath ¶
func (EdgelqInstancePathSelectorMetadata) FieldPath() *EdgelqInstance_FieldTerminalPath
func (EdgelqInstancePathSelectorMetadata) Generation ¶
func (EdgelqInstancePathSelectorMetadata) Generation() EdgelqInstancePathSelectorMetadataGeneration
func (EdgelqInstancePathSelectorMetadata) Lifecycle ¶
func (EdgelqInstancePathSelectorMetadata) Lifecycle() EdgelqInstancePathSelectorMetadataLifecycle
func (EdgelqInstancePathSelectorMetadata) OwnerReferences ¶
func (EdgelqInstancePathSelectorMetadata) OwnerReferences() EdgelqInstancePathSelectorMetadataOwnerReferences
func (EdgelqInstancePathSelectorMetadata) ResourceVersion ¶
func (EdgelqInstancePathSelectorMetadata) ResourceVersion() EdgelqInstancePathSelectorMetadataResourceVersion
func (EdgelqInstancePathSelectorMetadata) Services ¶
func (EdgelqInstancePathSelectorMetadata) Services() EdgelqInstancePathSelectorMetadataServices
func (EdgelqInstancePathSelectorMetadata) UpdateTime ¶
func (EdgelqInstancePathSelectorMetadata) UpdateTime() EdgelqInstancePathSelectorMetadataUpdateTime
func (EdgelqInstancePathSelectorMetadata) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadata) WithArrayOfValues(values []*meta.Meta) *EdgelqInstance_FieldTerminalPathArrayOfValues
func (EdgelqInstancePathSelectorMetadata) WithSubArrayItemValue ¶
func (s EdgelqInstancePathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue meta.Meta_FieldPathArrayItemValue) *EdgelqInstance_FieldSubPathArrayItemValue
func (EdgelqInstancePathSelectorMetadata) WithSubArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues meta.Meta_FieldPathArrayOfValues) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadata) WithSubPath ¶
func (EdgelqInstancePathSelectorMetadata) WithSubPath(subPath meta.Meta_FieldPath) *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadata) WithSubValue ¶
func (s EdgelqInstancePathSelectorMetadata) WithSubValue(subPathValue meta.Meta_FieldPathValue) *EdgelqInstance_FieldSubPathValue
func (EdgelqInstancePathSelectorMetadata) WithValue ¶
func (s EdgelqInstancePathSelectorMetadata) WithValue(value *meta.Meta) *EdgelqInstance_FieldTerminalPathValue
type EdgelqInstancePathSelectorMetadataAnnotations ¶
type EdgelqInstancePathSelectorMetadataAnnotations struct{}
func (EdgelqInstancePathSelectorMetadataAnnotations) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataAnnotations) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataAnnotations) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataAnnotations) WithValue(value map[string]string) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataCreateTime ¶
type EdgelqInstancePathSelectorMetadataCreateTime struct{}
func (EdgelqInstancePathSelectorMetadataCreateTime) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataCreateTime) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataCreateTime) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataDeleteTime ¶
type EdgelqInstancePathSelectorMetadataDeleteTime struct{}
func (EdgelqInstancePathSelectorMetadataDeleteTime) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataDeleteTime) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataDeleteTime) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataDeleteTime) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataGeneration ¶
type EdgelqInstancePathSelectorMetadataGeneration struct{}
func (EdgelqInstancePathSelectorMetadataGeneration) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataGeneration) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataGeneration) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataGeneration) WithValue(value int64) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataLabels ¶
type EdgelqInstancePathSelectorMetadataLabels struct{}
func (EdgelqInstancePathSelectorMetadataLabels) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataLabels) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataLabels) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataLabels) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataLabels) WithValue(value map[string]string) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataLifecycle ¶
type EdgelqInstancePathSelectorMetadataLifecycle struct{}
func (EdgelqInstancePathSelectorMetadataLifecycle) BlockDeletion ¶
func (EdgelqInstancePathSelectorMetadataLifecycle) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataLifecycle) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataLifecycle) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataLifecycle) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataLifecycle) WithValue(value *meta.Lifecycle) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataLifecycleBlockDeletion ¶
type EdgelqInstancePathSelectorMetadataLifecycleBlockDeletion struct{}
func (EdgelqInstancePathSelectorMetadataLifecycleBlockDeletion) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataLifecycleBlockDeletion) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataLifecycleBlockDeletion) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataLifecycleState ¶
type EdgelqInstancePathSelectorMetadataLifecycleState struct{}
func (EdgelqInstancePathSelectorMetadataLifecycleState) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataLifecycleState) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataLifecycleState) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataLifecycleState) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataLifecycleState) WithValue(value meta.Lifecycle_State) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataOwnerReferences ¶
type EdgelqInstancePathSelectorMetadataOwnerReferences struct{}
func (EdgelqInstancePathSelectorMetadataOwnerReferences) Controller ¶
func (EdgelqInstancePathSelectorMetadataOwnerReferences) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataOwnerReferences) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataOwnerReferences) RequiresOwnerReference ¶
func (EdgelqInstancePathSelectorMetadataOwnerReferences) RequiresOwnerReference() EdgelqInstancePathSelectorMetadataOwnerReferencesRequiresOwnerReference
func (EdgelqInstancePathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s EdgelqInstancePathSelectorMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *EdgelqInstance_FieldSubPathArrayItemValue
func (EdgelqInstancePathSelectorMetadataOwnerReferences) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataOwnerReferencesController ¶
type EdgelqInstancePathSelectorMetadataOwnerReferencesController struct{}
func (EdgelqInstancePathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataOwnerReferencesController) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataOwnerReferencesController) WithValue(value bool) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataOwnerReferencesKind ¶
type EdgelqInstancePathSelectorMetadataOwnerReferencesKind struct{}
func (EdgelqInstancePathSelectorMetadataOwnerReferencesKind) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataOwnerReferencesKind) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataOwnerReferencesKind) WithValue(value string) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataOwnerReferencesName ¶
type EdgelqInstancePathSelectorMetadataOwnerReferencesName struct{}
func (EdgelqInstancePathSelectorMetadataOwnerReferencesName) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataOwnerReferencesName) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataOwnerReferencesName) WithValue(value string) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataOwnerReferencesRegion ¶
type EdgelqInstancePathSelectorMetadataOwnerReferencesRegion struct{}
func (EdgelqInstancePathSelectorMetadataOwnerReferencesRegion) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataOwnerReferencesRegion) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataOwnerReferencesRegion) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataOwnerReferencesRequiresOwnerReference ¶
type EdgelqInstancePathSelectorMetadataOwnerReferencesRequiresOwnerReference struct{}
func (EdgelqInstancePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataOwnerReferencesVersion ¶
type EdgelqInstancePathSelectorMetadataOwnerReferencesVersion struct{}
func (EdgelqInstancePathSelectorMetadataOwnerReferencesVersion) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataOwnerReferencesVersion) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataOwnerReferencesVersion) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataResourceVersion ¶
type EdgelqInstancePathSelectorMetadataResourceVersion struct{}
func (EdgelqInstancePathSelectorMetadataResourceVersion) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataResourceVersion) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataResourceVersion) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataResourceVersion) WithValue(value string) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataServices ¶
type EdgelqInstancePathSelectorMetadataServices struct{}
func (EdgelqInstancePathSelectorMetadataServices) AllowedServices ¶
func (EdgelqInstancePathSelectorMetadataServices) AllowedServices() EdgelqInstancePathSelectorMetadataServicesAllowedServices
func (EdgelqInstancePathSelectorMetadataServices) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataServices) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataServices) OwningService ¶
func (EdgelqInstancePathSelectorMetadataServices) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataServices) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataServices) WithValue(value *meta.ServicesInfo) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataServicesAllowedServices ¶
type EdgelqInstancePathSelectorMetadataServicesAllowedServices struct{}
func (EdgelqInstancePathSelectorMetadataServicesAllowedServices) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataServicesAllowedServices) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataServicesAllowedServices) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataServicesAllowedServices) WithItemValue ¶
func (s EdgelqInstancePathSelectorMetadataServicesAllowedServices) WithItemValue(value string) *EdgelqInstance_FieldSubPathArrayItemValue
func (EdgelqInstancePathSelectorMetadataServicesAllowedServices) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataServicesAllowedServices) WithValue(value []string) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataServicesOwningService ¶
type EdgelqInstancePathSelectorMetadataServicesOwningService struct{}
func (EdgelqInstancePathSelectorMetadataServicesOwningService) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataServicesOwningService) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataServicesOwningService) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataServicesOwningService) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataServicesOwningService) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataServicesOwningService) WithValue(value string) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataShards ¶
type EdgelqInstancePathSelectorMetadataShards struct{}
func (EdgelqInstancePathSelectorMetadataShards) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataShards) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataShards) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataShards) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataShards) WithValue(value map[string]int64) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataSyncing ¶
type EdgelqInstancePathSelectorMetadataSyncing struct{}
func (EdgelqInstancePathSelectorMetadataSyncing) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataSyncing) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataSyncing) OwningRegion ¶
func (EdgelqInstancePathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataSyncing) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataSyncing) WithValue(value *meta.SyncingMeta) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataSyncingOwningRegion ¶
type EdgelqInstancePathSelectorMetadataSyncingOwningRegion struct{}
func (EdgelqInstancePathSelectorMetadataSyncingOwningRegion) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataSyncingOwningRegion) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataSyncingOwningRegion) WithValue(value string) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataSyncingRegions ¶
type EdgelqInstancePathSelectorMetadataSyncingRegions struct{}
func (EdgelqInstancePathSelectorMetadataSyncingRegions) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataSyncingRegions) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s EdgelqInstancePathSelectorMetadataSyncingRegions) WithItemValue(value string) *EdgelqInstance_FieldSubPathArrayItemValue
func (EdgelqInstancePathSelectorMetadataSyncingRegions) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataSyncingRegions) WithValue(value []string) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataTags ¶
type EdgelqInstancePathSelectorMetadataTags struct{}
func (EdgelqInstancePathSelectorMetadataTags) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataTags) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataTags) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataTags) WithArrayOfValues(values [][]string) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataTags) WithItemValue ¶
func (s EdgelqInstancePathSelectorMetadataTags) WithItemValue(value string) *EdgelqInstance_FieldSubPathArrayItemValue
func (EdgelqInstancePathSelectorMetadataTags) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataTags) WithValue(value []string) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataUpdateTime ¶
type EdgelqInstancePathSelectorMetadataUpdateTime struct{}
func (EdgelqInstancePathSelectorMetadataUpdateTime) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataUpdateTime) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataUpdateTime) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorMetadataUuid ¶
type EdgelqInstancePathSelectorMetadataUuid struct{}
func (EdgelqInstancePathSelectorMetadataUuid) FieldPath ¶
func (EdgelqInstancePathSelectorMetadataUuid) FieldPath() *EdgelqInstance_FieldSubPath
func (EdgelqInstancePathSelectorMetadataUuid) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorMetadataUuid) WithArrayOfValues(values []string) *EdgelqInstance_FieldSubPathArrayOfValues
func (EdgelqInstancePathSelectorMetadataUuid) WithValue ¶
func (s EdgelqInstancePathSelectorMetadataUuid) WithValue(value string) *EdgelqInstance_FieldSubPathValue
type EdgelqInstancePathSelectorName ¶
type EdgelqInstancePathSelectorName struct{}
func (EdgelqInstancePathSelectorName) FieldPath ¶
func (EdgelqInstancePathSelectorName) FieldPath() *EdgelqInstance_FieldTerminalPath
func (EdgelqInstancePathSelectorName) WithArrayOfValues ¶
func (s EdgelqInstancePathSelectorName) WithArrayOfValues(values []*Name) *EdgelqInstance_FieldTerminalPathArrayOfValues
func (EdgelqInstancePathSelectorName) WithValue ¶
func (s EdgelqInstancePathSelectorName) WithValue(value *Name) *EdgelqInstance_FieldTerminalPathValue
type EdgelqInstanceReferenceList ¶
type EdgelqInstanceReferenceList []*Reference
func (EdgelqInstanceReferenceList) Append ¶
func (l EdgelqInstanceReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
func (EdgelqInstanceReferenceList) AppendList ¶
func (l EdgelqInstanceReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
func (EdgelqInstanceReferenceList) At ¶
func (l EdgelqInstanceReferenceList) At(idx int) gotenresource.Reference
func (EdgelqInstanceReferenceList) Length ¶
func (l EdgelqInstanceReferenceList) Length() int
func (EdgelqInstanceReferenceList) Set ¶
func (l EdgelqInstanceReferenceList) Set(idx int, ref gotenresource.Reference)
func (EdgelqInstanceReferenceList) Slice ¶
func (l EdgelqInstanceReferenceList) Slice(first, second int) gotenresource.ReferenceList
type EdgelqInstance_FieldMask ¶
type EdgelqInstance_FieldMask struct {
Paths []EdgelqInstance_FieldPath
}
func FullEdgelqInstance_FieldMask ¶
func FullEdgelqInstance_FieldMask() *EdgelqInstance_FieldMask
func ResourceViewFieldMask ¶
func ResourceViewFieldMask(viewName view.View, extraMask *EdgelqInstance_FieldMask) *EdgelqInstance_FieldMask
func (*EdgelqInstance_FieldMask) AppendPath ¶
func (fieldMask *EdgelqInstance_FieldMask) AppendPath(path EdgelqInstance_FieldPath)
func (*EdgelqInstance_FieldMask) AppendRawPath ¶
func (fieldMask *EdgelqInstance_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*EdgelqInstance_FieldMask) DecodeFirestore ¶
func (fieldMask *EdgelqInstance_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*EdgelqInstance_FieldMask) EncodeFirestore ¶
func (fieldMask *EdgelqInstance_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*EdgelqInstance_FieldMask) FilterInputFields ¶
func (fieldMask *EdgelqInstance_FieldMask) FilterInputFields() *EdgelqInstance_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*EdgelqInstance_FieldMask) FromProtoFieldMask ¶
func (fieldMask *EdgelqInstance_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*EdgelqInstance_FieldMask) GetPaths ¶
func (fieldMask *EdgelqInstance_FieldMask) GetPaths() []EdgelqInstance_FieldPath
func (*EdgelqInstance_FieldMask) GetRawPaths ¶
func (fieldMask *EdgelqInstance_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*EdgelqInstance_FieldMask) IsFull ¶
func (fieldMask *EdgelqInstance_FieldMask) IsFull() bool
func (EdgelqInstance_FieldMask) Marshal ¶
func (fieldMask EdgelqInstance_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (EdgelqInstance_FieldMask) MarshalJSON ¶
func (fieldMask EdgelqInstance_FieldMask) MarshalJSON() ([]byte, error)
func (*EdgelqInstance_FieldMask) PathsCount ¶
func (fieldMask *EdgelqInstance_FieldMask) PathsCount() int
func (*EdgelqInstance_FieldMask) Project ¶
func (fieldMask *EdgelqInstance_FieldMask) Project(source *EdgelqInstance) *EdgelqInstance
func (*EdgelqInstance_FieldMask) ProjectRaw ¶
func (fieldMask *EdgelqInstance_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*EdgelqInstance_FieldMask) ProtoMessage ¶
func (fieldMask *EdgelqInstance_FieldMask) ProtoMessage()
func (*EdgelqInstance_FieldMask) ProtoReflect ¶
func (fieldMask *EdgelqInstance_FieldMask) ProtoReflect() preflect.Message
func (*EdgelqInstance_FieldMask) Reset ¶
func (fieldMask *EdgelqInstance_FieldMask) Reset()
func (*EdgelqInstance_FieldMask) Set ¶
func (fieldMask *EdgelqInstance_FieldMask) Set(target, source *EdgelqInstance)
func (*EdgelqInstance_FieldMask) SetFromCliFlag ¶
func (fieldMask *EdgelqInstance_FieldMask) SetFromCliFlag(raw string) error
func (*EdgelqInstance_FieldMask) SetRaw ¶
func (fieldMask *EdgelqInstance_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*EdgelqInstance_FieldMask) Size ¶
func (fieldMask *EdgelqInstance_FieldMask) Size() int
func (*EdgelqInstance_FieldMask) String ¶
func (fieldMask *EdgelqInstance_FieldMask) String() string
func (*EdgelqInstance_FieldMask) Subtract ¶
func (fieldMask *EdgelqInstance_FieldMask) Subtract(other *EdgelqInstance_FieldMask) *EdgelqInstance_FieldMask
func (*EdgelqInstance_FieldMask) SubtractRaw ¶
func (fieldMask *EdgelqInstance_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*EdgelqInstance_FieldMask) ToProtoFieldMask ¶
func (fieldMask *EdgelqInstance_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*EdgelqInstance_FieldMask) Unmarshal ¶
func (fieldMask *EdgelqInstance_FieldMask) Unmarshal(data []byte) error
func (*EdgelqInstance_FieldMask) UnmarshalJSON ¶
func (fieldMask *EdgelqInstance_FieldMask) UnmarshalJSON(data []byte) error
type EdgelqInstance_FieldPath ¶
type EdgelqInstance_FieldPath interface { gotenobject.FieldPath Selector() EdgelqInstance_FieldPathSelector Get(source *EdgelqInstance) []interface{} GetSingle(source *EdgelqInstance) (interface{}, bool) ClearValue(item *EdgelqInstance) // Those methods build corresponding EdgelqInstance_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) EdgelqInstance_FieldPathValue WithIArrayOfValues(values interface{}) EdgelqInstance_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) EdgelqInstance_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildEdgelqInstance_FieldPath ¶
func BuildEdgelqInstance_FieldPath(fp gotenobject.RawFieldPath) (EdgelqInstance_FieldPath, error)
func MustParseEdgelqInstance_FieldPath ¶
func MustParseEdgelqInstance_FieldPath(rawField string) EdgelqInstance_FieldPath
func ParseEdgelqInstance_FieldPath ¶
func ParseEdgelqInstance_FieldPath(rawField string) (EdgelqInstance_FieldPath, error)
type EdgelqInstance_FieldPathArrayItemValue ¶
type EdgelqInstance_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue EdgelqInstance_FieldPath ContainsValue(*EdgelqInstance) bool }
EdgelqInstance_FieldPathArrayItemValue allows storing single item in Path-specific values for EdgelqInstance according to their type Present only for array (repeated) types.
func MustParseEdgelqInstance_FieldPathArrayItemValue ¶
func MustParseEdgelqInstance_FieldPathArrayItemValue(pathStr, valueStr string) EdgelqInstance_FieldPathArrayItemValue
func ParseEdgelqInstance_FieldPathArrayItemValue ¶
func ParseEdgelqInstance_FieldPathArrayItemValue(pathStr, valueStr string) (EdgelqInstance_FieldPathArrayItemValue, error)
ParseEdgelqInstance_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type EdgelqInstance_FieldPathArrayOfValues ¶
type EdgelqInstance_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues EdgelqInstance_FieldPath }
EdgelqInstance_FieldPathArrayOfValues allows storing slice of values for EdgelqInstance fields according to their type
func MustParseEdgelqInstance_FieldPathArrayOfValues ¶
func MustParseEdgelqInstance_FieldPathArrayOfValues(pathStr, valuesStr string) EdgelqInstance_FieldPathArrayOfValues
func ParseEdgelqInstance_FieldPathArrayOfValues ¶
func ParseEdgelqInstance_FieldPathArrayOfValues(pathStr, valuesStr string) (EdgelqInstance_FieldPathArrayOfValues, error)
type EdgelqInstance_FieldPathMap ¶
type EdgelqInstance_FieldPathMap struct {
// contains filtered or unexported fields
}
FieldPath for map type with additional Key information
func (*EdgelqInstance_FieldPathMap) ClearValue ¶
func (fpm *EdgelqInstance_FieldPathMap) ClearValue(item *EdgelqInstance)
func (*EdgelqInstance_FieldPathMap) ClearValueRaw ¶
func (fpm *EdgelqInstance_FieldPathMap) ClearValueRaw(item proto.Message)
func (*EdgelqInstance_FieldPathMap) Get ¶
func (fpm *EdgelqInstance_FieldPathMap) Get(source *EdgelqInstance) (values []interface{})
Get returns all values pointed by selected field map key from source EdgelqInstance
func (*EdgelqInstance_FieldPathMap) GetDefault ¶
func (fpm *EdgelqInstance_FieldPathMap) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*EdgelqInstance_FieldPathMap) GetRaw ¶
func (fpm *EdgelqInstance_FieldPathMap) GetRaw(source proto.Message) []interface{}
func (*EdgelqInstance_FieldPathMap) GetSingle ¶
func (fpm *EdgelqInstance_FieldPathMap) GetSingle(source *EdgelqInstance) (interface{}, bool)
GetSingle returns value by selected field map key from source EdgelqInstance
func (*EdgelqInstance_FieldPathMap) GetSingleRaw ¶
func (fpm *EdgelqInstance_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*EdgelqInstance_FieldPathMap) IsLeaf ¶
func (fpm *EdgelqInstance_FieldPathMap) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*EdgelqInstance_FieldPathMap) JSONString ¶
func (fpm *EdgelqInstance_FieldPathMap) JSONString() string
JSONString returns path representation is JSON convention. Note that map keys are not transformed
func (*EdgelqInstance_FieldPathMap) Key ¶
func (fpm *EdgelqInstance_FieldPathMap) Key() string
func (*EdgelqInstance_FieldPathMap) Selector ¶
func (fpm *EdgelqInstance_FieldPathMap) Selector() EdgelqInstance_FieldPathSelector
func (*EdgelqInstance_FieldPathMap) SplitIntoTerminalIPaths ¶
func (fpm *EdgelqInstance_FieldPathMap) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*EdgelqInstance_FieldPathMap) String ¶
func (fpm *EdgelqInstance_FieldPathMap) String() string
String returns path representation in proto convention
func (*EdgelqInstance_FieldPathMap) WithIArrayItemValue ¶
func (fpm *EdgelqInstance_FieldPathMap) WithIArrayItemValue(value interface{}) EdgelqInstance_FieldPathArrayItemValue
func (*EdgelqInstance_FieldPathMap) WithIArrayOfValues ¶
func (fpm *EdgelqInstance_FieldPathMap) WithIArrayOfValues(values interface{}) EdgelqInstance_FieldPathArrayOfValues
func (*EdgelqInstance_FieldPathMap) WithIValue ¶
func (fpm *EdgelqInstance_FieldPathMap) WithIValue(value interface{}) EdgelqInstance_FieldPathValue
func (*EdgelqInstance_FieldPathMap) WithRawIArrayItemValue ¶
func (fpm *EdgelqInstance_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*EdgelqInstance_FieldPathMap) WithRawIArrayOfValues ¶
func (fpm *EdgelqInstance_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*EdgelqInstance_FieldPathMap) WithRawIValue ¶
func (fpm *EdgelqInstance_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type EdgelqInstance_FieldPathMapArrayOfValues ¶
type EdgelqInstance_FieldPathMapArrayOfValues struct { EdgelqInstance_FieldPathMap // contains filtered or unexported fields }
func (*EdgelqInstance_FieldPathMapArrayOfValues) AsEndpointsArrayOfElementValues ¶
func (fpmaov *EdgelqInstance_FieldPathMapArrayOfValues) AsEndpointsArrayOfElementValues() ([]string, bool)
func (*EdgelqInstance_FieldPathMapArrayOfValues) GetRawValues ¶
func (fpmaov *EdgelqInstance_FieldPathMapArrayOfValues) GetRawValues() (values []interface{})
type EdgelqInstance_FieldPathMapValue ¶
type EdgelqInstance_FieldPathMapValue struct { EdgelqInstance_FieldPathMap // contains filtered or unexported fields }
func (*EdgelqInstance_FieldPathMapValue) AsEndpointsElementValue ¶
func (fpmv *EdgelqInstance_FieldPathMapValue) AsEndpointsElementValue() (string, bool)
func (*EdgelqInstance_FieldPathMapValue) CompareWith ¶
func (fpmv *EdgelqInstance_FieldPathMapValue) CompareWith(source *EdgelqInstance) (int, bool)
CompareWith compares value in the 'EdgelqInstance_FieldPathMapValue' with the value under path in 'EdgelqInstance'.
func (*EdgelqInstance_FieldPathMapValue) CompareWithRaw ¶
func (fpmv *EdgelqInstance_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
func (*EdgelqInstance_FieldPathMapValue) GetRawValue ¶
func (fpmv *EdgelqInstance_FieldPathMapValue) GetRawValue() interface{}
GetValue returns value stored under selected field in EdgelqInstance as interface{}
func (*EdgelqInstance_FieldPathMapValue) SetTo ¶
func (fpmv *EdgelqInstance_FieldPathMapValue) SetTo(target **EdgelqInstance)
SetTo stores value for selected field in EdgelqInstance
func (*EdgelqInstance_FieldPathMapValue) SetToRaw ¶
func (fpmv *EdgelqInstance_FieldPathMapValue) SetToRaw(target proto.Message)
type EdgelqInstance_FieldPathSelector ¶
type EdgelqInstance_FieldPathSelector int32
const ( EdgelqInstance_FieldPathSelectorName EdgelqInstance_FieldPathSelector = 0 EdgelqInstance_FieldPathSelectorMetadata EdgelqInstance_FieldPathSelector = 1 EdgelqInstance_FieldPathSelectorDisplayName EdgelqInstance_FieldPathSelector = 2 EdgelqInstance_FieldPathSelectorControllerDomain EdgelqInstance_FieldPathSelector = 3 EdgelqInstance_FieldPathSelectorEndpoints EdgelqInstance_FieldPathSelector = 4 )
func (EdgelqInstance_FieldPathSelector) String ¶
func (s EdgelqInstance_FieldPathSelector) String() string
type EdgelqInstance_FieldPathValue ¶
type EdgelqInstance_FieldPathValue interface { EdgelqInstance_FieldPath gotenobject.FieldPathValue SetTo(target **EdgelqInstance) CompareWith(*EdgelqInstance) (cmp int, comparable bool) }
EdgelqInstance_FieldPathValue allows storing values for EdgelqInstance fields according to their type
func MustParseEdgelqInstance_FieldPathValue ¶
func MustParseEdgelqInstance_FieldPathValue(pathStr, valueStr string) EdgelqInstance_FieldPathValue
func ParseEdgelqInstance_FieldPathValue ¶
func ParseEdgelqInstance_FieldPathValue(pathStr, valueStr string) (EdgelqInstance_FieldPathValue, error)
type EdgelqInstance_FieldSubPath ¶
type EdgelqInstance_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*EdgelqInstance_FieldSubPath) AsMetadataSubPath ¶
func (fps *EdgelqInstance_FieldSubPath) AsMetadataSubPath() (meta.Meta_FieldPath, bool)
func (*EdgelqInstance_FieldSubPath) ClearValue ¶
func (fps *EdgelqInstance_FieldSubPath) ClearValue(item *EdgelqInstance)
func (*EdgelqInstance_FieldSubPath) ClearValueRaw ¶
func (fps *EdgelqInstance_FieldSubPath) ClearValueRaw(item proto.Message)
func (*EdgelqInstance_FieldSubPath) Get ¶
func (fps *EdgelqInstance_FieldSubPath) Get(source *EdgelqInstance) (values []interface{})
Get returns all values pointed by selected field from source EdgelqInstance
func (*EdgelqInstance_FieldSubPath) GetDefault ¶
func (fps *EdgelqInstance_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*EdgelqInstance_FieldSubPath) GetRaw ¶
func (fps *EdgelqInstance_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*EdgelqInstance_FieldSubPath) GetSingle ¶
func (fps *EdgelqInstance_FieldSubPath) GetSingle(source *EdgelqInstance) (interface{}, bool)
GetSingle returns value of selected field from source EdgelqInstance
func (*EdgelqInstance_FieldSubPath) GetSingleRaw ¶
func (fps *EdgelqInstance_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*EdgelqInstance_FieldSubPath) IsLeaf ¶
func (fps *EdgelqInstance_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*EdgelqInstance_FieldSubPath) JSONString ¶
func (fps *EdgelqInstance_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*EdgelqInstance_FieldSubPath) Selector ¶
func (fps *EdgelqInstance_FieldSubPath) Selector() EdgelqInstance_FieldPathSelector
func (*EdgelqInstance_FieldSubPath) SplitIntoTerminalIPaths ¶
func (fps *EdgelqInstance_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*EdgelqInstance_FieldSubPath) String ¶
func (fps *EdgelqInstance_FieldSubPath) String() string
String returns path representation in proto convention
func (*EdgelqInstance_FieldSubPath) WithIArrayItemValue ¶
func (fps *EdgelqInstance_FieldSubPath) WithIArrayItemValue(value interface{}) EdgelqInstance_FieldPathArrayItemValue
func (*EdgelqInstance_FieldSubPath) WithIArrayOfValues ¶
func (fps *EdgelqInstance_FieldSubPath) WithIArrayOfValues(values interface{}) EdgelqInstance_FieldPathArrayOfValues
func (*EdgelqInstance_FieldSubPath) WithIValue ¶
func (fps *EdgelqInstance_FieldSubPath) WithIValue(value interface{}) EdgelqInstance_FieldPathValue
func (*EdgelqInstance_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *EdgelqInstance_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*EdgelqInstance_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *EdgelqInstance_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*EdgelqInstance_FieldSubPath) WithRawIValue ¶
func (fps *EdgelqInstance_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type EdgelqInstance_FieldSubPathArrayItemValue ¶
type EdgelqInstance_FieldSubPathArrayItemValue struct { EdgelqInstance_FieldPath // contains filtered or unexported fields }
func (*EdgelqInstance_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *EdgelqInstance_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (meta.Meta_FieldPathArrayItemValue, bool)
func (*EdgelqInstance_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *EdgelqInstance_FieldSubPathArrayItemValue) ContainsValue(source *EdgelqInstance) bool
Contains returns a boolean indicating if value that is being held is present in given 'EdgelqInstance'
func (*EdgelqInstance_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *EdgelqInstance_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type EdgelqInstance_FieldSubPathArrayOfValues ¶
type EdgelqInstance_FieldSubPathArrayOfValues struct { EdgelqInstance_FieldPath // contains filtered or unexported fields }
func (*EdgelqInstance_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *EdgelqInstance_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (meta.Meta_FieldPathArrayOfValues, bool)
func (*EdgelqInstance_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *EdgelqInstance_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type EdgelqInstance_FieldSubPathValue ¶
type EdgelqInstance_FieldSubPathValue struct { EdgelqInstance_FieldPath // contains filtered or unexported fields }
func (*EdgelqInstance_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *EdgelqInstance_FieldSubPathValue) AsMetadataPathValue() (meta.Meta_FieldPathValue, bool)
func (*EdgelqInstance_FieldSubPathValue) CompareWith ¶
func (fpvs *EdgelqInstance_FieldSubPathValue) CompareWith(source *EdgelqInstance) (int, bool)
func (*EdgelqInstance_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *EdgelqInstance_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*EdgelqInstance_FieldSubPathValue) GetRawValue ¶
func (fpvs *EdgelqInstance_FieldSubPathValue) GetRawValue() interface{}
func (*EdgelqInstance_FieldSubPathValue) SetTo ¶
func (fpvs *EdgelqInstance_FieldSubPathValue) SetTo(target **EdgelqInstance)
func (*EdgelqInstance_FieldSubPathValue) SetToRaw ¶
func (fpvs *EdgelqInstance_FieldSubPathValue) SetToRaw(target proto.Message)
type EdgelqInstance_FieldTerminalPath ¶
type EdgelqInstance_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*EdgelqInstance_FieldTerminalPath) ClearValue ¶
func (fp *EdgelqInstance_FieldTerminalPath) ClearValue(item *EdgelqInstance)
func (*EdgelqInstance_FieldTerminalPath) ClearValueRaw ¶
func (fp *EdgelqInstance_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*EdgelqInstance_FieldTerminalPath) Get ¶
func (fp *EdgelqInstance_FieldTerminalPath) Get(source *EdgelqInstance) (values []interface{})
Get returns all values pointed by specific field from source EdgelqInstance
func (*EdgelqInstance_FieldTerminalPath) GetDefault ¶
func (fp *EdgelqInstance_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*EdgelqInstance_FieldTerminalPath) GetRaw ¶
func (fp *EdgelqInstance_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*EdgelqInstance_FieldTerminalPath) GetSingle ¶
func (fp *EdgelqInstance_FieldTerminalPath) GetSingle(source *EdgelqInstance) (interface{}, bool)
GetSingle returns value pointed by specific field of from source EdgelqInstance
func (*EdgelqInstance_FieldTerminalPath) GetSingleRaw ¶
func (fp *EdgelqInstance_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*EdgelqInstance_FieldTerminalPath) IsLeaf ¶
func (fp *EdgelqInstance_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*EdgelqInstance_FieldTerminalPath) JSONString ¶
func (fp *EdgelqInstance_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*EdgelqInstance_FieldTerminalPath) Selector ¶
func (fp *EdgelqInstance_FieldTerminalPath) Selector() EdgelqInstance_FieldPathSelector
func (*EdgelqInstance_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *EdgelqInstance_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*EdgelqInstance_FieldTerminalPath) String ¶
func (fp *EdgelqInstance_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*EdgelqInstance_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *EdgelqInstance_FieldTerminalPath) WithIArrayItemValue(value interface{}) EdgelqInstance_FieldPathArrayItemValue
func (*EdgelqInstance_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *EdgelqInstance_FieldTerminalPath) WithIArrayOfValues(values interface{}) EdgelqInstance_FieldPathArrayOfValues
func (*EdgelqInstance_FieldTerminalPath) WithIValue ¶
func (fp *EdgelqInstance_FieldTerminalPath) WithIValue(value interface{}) EdgelqInstance_FieldPathValue
func (*EdgelqInstance_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *EdgelqInstance_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*EdgelqInstance_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *EdgelqInstance_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*EdgelqInstance_FieldTerminalPath) WithRawIValue ¶
func (fp *EdgelqInstance_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type EdgelqInstance_FieldTerminalPathArrayItemValue ¶
type EdgelqInstance_FieldTerminalPathArrayItemValue struct { EdgelqInstance_FieldTerminalPath // contains filtered or unexported fields }
func (*EdgelqInstance_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *EdgelqInstance_FieldTerminalPathArrayItemValue) ContainsValue(source *EdgelqInstance) bool
Contains returns a boolean indicating if value that is being held is present in given 'EdgelqInstance'
func (*EdgelqInstance_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *EdgelqInstance_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object EdgelqInstance as interface{}
func (*EdgelqInstance_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *EdgelqInstance_FieldTerminalPathArrayItemValue) GetSingle(source *EdgelqInstance) (interface{}, bool)
func (*EdgelqInstance_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *EdgelqInstance_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type EdgelqInstance_FieldTerminalPathArrayOfValues ¶
type EdgelqInstance_FieldTerminalPathArrayOfValues struct { EdgelqInstance_FieldTerminalPath // contains filtered or unexported fields }
func (*EdgelqInstance_FieldTerminalPathArrayOfValues) AsControllerDomainArrayOfValues ¶
func (fpaov *EdgelqInstance_FieldTerminalPathArrayOfValues) AsControllerDomainArrayOfValues() ([]string, bool)
func (*EdgelqInstance_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues ¶
func (fpaov *EdgelqInstance_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
func (*EdgelqInstance_FieldTerminalPathArrayOfValues) AsEndpointsArrayOfValues ¶
func (fpaov *EdgelqInstance_FieldTerminalPathArrayOfValues) AsEndpointsArrayOfValues() ([]map[string]string, bool)
func (*EdgelqInstance_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *EdgelqInstance_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*meta.Meta, bool)
func (*EdgelqInstance_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *EdgelqInstance_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
func (*EdgelqInstance_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *EdgelqInstance_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type EdgelqInstance_FieldTerminalPathValue ¶
type EdgelqInstance_FieldTerminalPathValue struct { EdgelqInstance_FieldTerminalPath // contains filtered or unexported fields }
func (*EdgelqInstance_FieldTerminalPathValue) AsControllerDomainValue ¶
func (fpv *EdgelqInstance_FieldTerminalPathValue) AsControllerDomainValue() (string, bool)
func (*EdgelqInstance_FieldTerminalPathValue) AsDisplayNameValue ¶
func (fpv *EdgelqInstance_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
func (*EdgelqInstance_FieldTerminalPathValue) AsEndpointsValue ¶
func (fpv *EdgelqInstance_FieldTerminalPathValue) AsEndpointsValue() (map[string]string, bool)
func (*EdgelqInstance_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *EdgelqInstance_FieldTerminalPathValue) AsMetadataValue() (*meta.Meta, bool)
func (*EdgelqInstance_FieldTerminalPathValue) AsNameValue ¶
func (fpv *EdgelqInstance_FieldTerminalPathValue) AsNameValue() (*Name, bool)
func (*EdgelqInstance_FieldTerminalPathValue) CompareWith ¶
func (fpv *EdgelqInstance_FieldTerminalPathValue) CompareWith(source *EdgelqInstance) (int, bool)
CompareWith compares value in the 'EdgelqInstance_FieldTerminalPathValue' with the value under path in 'EdgelqInstance'.
func (*EdgelqInstance_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *EdgelqInstance_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*EdgelqInstance_FieldTerminalPathValue) GetRawValue ¶
func (fpv *EdgelqInstance_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'EdgelqInstance' as interface{}
func (*EdgelqInstance_FieldTerminalPathValue) SetTo ¶
func (fpv *EdgelqInstance_FieldTerminalPathValue) SetTo(target **EdgelqInstance)
SetTo stores value for selected field for object EdgelqInstance
func (*EdgelqInstance_FieldTerminalPathValue) SetToRaw ¶
func (fpv *EdgelqInstance_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 *EdgelqInstance) 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 []*EdgelqInstance) (out []*EdgelqInstance)
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 EdgelqInstance_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 *EdgelqInstance) bool // Whether this condition is at least as specific as other. // When true, any EdgelqInstance 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 EdgelqInstance_FieldPath) bool // contains filtered or unexported methods }
func AndFilterConditions ¶
func AndFilterConditions(conds ...FilterCondition) FilterCondition
type FilterConditionCompare ¶
type FilterConditionCompare struct { Operator filterParser.CompareOperator EdgelqInstance_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 *EdgelqInstance) 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 EdgelqInstance_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 *EdgelqInstance) 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 EdgelqInstance_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 EdgelqInstance_FieldPath Value EdgelqInstance_FieldPathArrayItemValue Values []EdgelqInstance_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 *EdgelqInstance) bool
func (*FilterConditionContains) EvaluateRaw ¶
func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionContains) GetFieldPath ¶
func (cond *FilterConditionContains) GetFieldPath() EdgelqInstance_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 EdgelqInstance_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 {
EdgelqInstance_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 *EdgelqInstance) 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 EdgelqInstance_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 EdgelqInstance_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 *EdgelqInstance) 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 EdgelqInstance_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 EdgelqInstance_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 *EdgelqInstance) 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 EdgelqInstance_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 *EdgelqInstance) 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 EdgelqInstance_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 {
EdgelqInstance_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 *EdgelqInstance) 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 EdgelqInstance_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 *EdgelqInstance_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 *EdgelqInstance_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 EdgelqInstanceId string `firestore:"edgelqInstanceId"` }
func MustParseName ¶
func ParseNameOrId ¶
func (*Name) AsRawReference ¶
func (name *Name) AsRawReference() gotenresource.Reference
func (*Name) AsReference ¶
func (*Name) ConvertToNative ¶
func (*Name) FullyQualifiedName ¶
func (*Name) GetIParentName ¶
func (name *Name) GetIParentName() gotenresource.Name
func (*Name) GetIUnderlyingParentName ¶
func (name *Name) GetIUnderlyingParentName() gotenresource.Name
func (*Name) GetIdParts ¶
func (*Name) GetPattern ¶
func (name *Name) GetPattern() gotenresource.NamePattern
func (*Name) GetProjectName ¶
func (*Name) GetResourceDescriptor ¶
func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
func (*Name) GetSegments ¶
func (name *Name) GetSegments() gotenresource.NameSegments
func (*Name) GotenEqual ¶
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*Name) IsFullyQualified ¶
func (*Name) IsSpecified ¶
func (*Name) Matches ¶
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*Name) ParseProtoString ¶
func (*Name) ProtoString ¶
func (*Name) SetFromCliFlag ¶
implement CustomTypeCliValue method
func (*Name) SetFromSegments ¶
func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
type NameBuilder ¶
type NameBuilder struct {
// contains filtered or unexported fields
}
func NewNameBuilder ¶
func NewNameBuilder() *NameBuilder
func (*NameBuilder) Name ¶
func (b *NameBuilder) Name() *Name
func (*NameBuilder) Parent ¶
func (b *NameBuilder) Parent() *ParentName
func (*NameBuilder) ParentReference ¶
func (b *NameBuilder) ParentReference() *ParentReference
func (*NameBuilder) Reference ¶
func (b *NameBuilder) Reference() *Reference
func (*NameBuilder) SetId ¶
func (b *NameBuilder) SetId(id string) *NameBuilder
func (*NameBuilder) SetProject ¶
func (b *NameBuilder) SetProject(parent *project.Name) *NameBuilder
func (*NameBuilder) SetProjectId ¶
func (b *NameBuilder) SetProjectId(id string) *NameBuilder
type NamePattern ¶
type NamePattern struct {
Pattern gotenresource.NamePattern `firestore:"pattern"`
}
type OrderBy ¶
type OrderBy struct {
OrderByFields []OrderByField
}
OrderBy Is string encoded Custom Protobuf type, which handles "order_by" field order_by consists of coma delimited OrderBy specs, which denote ordering priority, e.g. "state.value asc, state.capacity desc"
func (*OrderBy) Compare ¶
func (orderBy *OrderBy) Compare(left, right *EdgelqInstance) int
func (*OrderBy) CompareRaw ¶
func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
func (*OrderBy) GetFieldMask ¶
func (orderBy *OrderBy) GetFieldMask() *EdgelqInstance_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 EdgelqInstanceList, elem *EdgelqInstance) (EdgelqInstanceList, 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 EdgelqInstanceList)
func (*OrderBy) SortRaw ¶
func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
type OrderByField ¶
type OrderByField struct { FieldPath EdgelqInstance_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 *EdgelqInstance) int
func (*OrderByField) GetDirection ¶
func (orderByFld *OrderByField) GetDirection() gotenresource.OrderDirection
func (*OrderByField) GetFieldPath ¶
func (orderByFld *OrderByField) GetFieldPath() gotenobject.FieldPath
type PagerCursor ¶
type PagerCursor struct { CursorValue gotenresource.CursorValue Inclusion gotenresource.CursorInclusion PageDirection gotenresource.PageDirection }
PagerCursor is protobuf Custom Type, which (de)serializes "string page_token" for API List processing Database adapter implementation must use this cursor when Paginating list views Token is composed of 3 values (dot separated in serialized form) - CursorValue: Backend-specific value of the cursor. - PageDirection: either l (left) or r (right), which hints DB Adapter whether Snapshot marks Start or End of result - Inclusion: either i (inclusive) or e (exclusive) - Whether cursor marks exact point or right before/after (depending on direction)
func (*PagerCursor) GetInclusion ¶
func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion
func (*PagerCursor) GetPageDirection ¶
func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection
func (*PagerCursor) GetValue ¶
func (cursor *PagerCursor) GetValue() gotenresource.CursorValue
func (*PagerCursor) IsEmpty ¶
func (cursor *PagerCursor) IsEmpty() bool
func (*PagerCursor) ParseProtoString ¶
func (cursor *PagerCursor) ParseProtoString(data string) (err error)
func (*PagerCursor) ProtoString ¶
func (cursor *PagerCursor) ProtoString() (string, error)
func (*PagerCursor) SetCursorValue ¶
func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue)
func (*PagerCursor) SetFromCliFlag ¶
func (cursor *PagerCursor) SetFromCliFlag(raw string) error
func (*PagerCursor) SetInclusion ¶
func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion)
func (*PagerCursor) SetPageDirection ¶
func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerCursor) String ¶
func (cursor *PagerCursor) String() string
type PagerQuery ¶
type PagerQuery struct { OrderBy *OrderBy Cursor *PagerCursor Limit int PeekForward bool }
PagerQuery is main struct used for assisting server and database to perform Pagination
func MakePagerQuery ¶
func MakePagerQuery(orderBy *OrderBy, cursor *PagerCursor, pageSize int32, peekForward bool) *PagerQuery
MakePagerQuery builds pager from API data and applies defaults
func (*PagerQuery) GetCursor ¶
func (p *PagerQuery) GetCursor() gotenresource.Cursor
func (*PagerQuery) GetLimit ¶
func (p *PagerQuery) GetLimit() int
func (*PagerQuery) GetOrderBy ¶
func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy
func (*PagerQuery) GetPeekForward ¶
func (p *PagerQuery) GetPeekForward() bool
func (*PagerQuery) GetResourceDescriptor ¶
func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*PagerQuery) PageDirection ¶
func (p *PagerQuery) PageDirection() gotenresource.PageDirection
func (*PagerQuery) SetCursor ¶
func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor)
func (*PagerQuery) SetLimit ¶
func (p *PagerQuery) SetLimit(limit int)
func (*PagerQuery) SetOrderBy ¶
func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy)
func (*PagerQuery) SetPageDirection ¶
func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerQuery) SetPeekForward ¶
func (p *PagerQuery) SetPeekForward(peekForward bool)
type ParentName ¶
type ParentName struct { NamePattern ProjectId string `firestore:"projectId"` }
func MustParseParentName ¶
func MustParseParentName(name string) *ParentName
func ParseParentName ¶
func ParseParentName(name string) (*ParentName, error)
func (*ParentName) AsRawReference ¶
func (name *ParentName) AsRawReference() gotenresource.Reference
func (*ParentName) AsReference ¶
func (name *ParentName) AsReference() *ParentReference
func (*ParentName) ConvertToNative ¶
func (name *ParentName) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
func (*ParentName) ConvertToType ¶
func (name *ParentName) ConvertToType(typeVal ref.Type) ref.Val
func (*ParentName) DescendsFrom ¶
func (name *ParentName) DescendsFrom(ancestor string) bool
func (*ParentName) FullyQualifiedName ¶
func (name *ParentName) FullyQualifiedName() (string, error)
func (*ParentName) GetIParentName ¶
func (name *ParentName) GetIParentName() gotenresource.Name
func (*ParentName) GetIUnderlyingParentName ¶
func (name *ParentName) GetIUnderlyingParentName() gotenresource.Name
func (*ParentName) GetIdParts ¶
func (name *ParentName) GetIdParts() map[string]string
func (*ParentName) GetPattern ¶
func (name *ParentName) GetPattern() gotenresource.NamePattern
func (*ParentName) GetProjectName ¶
func (name *ParentName) GetProjectName() *project.Name
func (*ParentName) GetResourceDescriptor ¶
func (name *ParentName) GetResourceDescriptor() gotenresource.Descriptor
func (*ParentName) GetSegments ¶
func (name *ParentName) GetSegments() gotenresource.NameSegments
func (*ParentName) GotenEqual ¶
func (name *ParentName) GotenEqual(other interface{}) bool
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*ParentName) HasTrait ¶
func (name *ParentName) HasTrait(trait int) bool
func (*ParentName) IsFullyQualified ¶
func (name *ParentName) IsFullyQualified() bool
func (*ParentName) IsSpecified ¶
func (name *ParentName) IsSpecified() bool
func (*ParentName) Matches ¶
func (name *ParentName) Matches(other interface{}) bool
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*ParentName) ParseProtoString ¶
func (name *ParentName) ParseProtoString(data string) error
func (*ParentName) ProtoString ¶
func (name *ParentName) ProtoString() (string, error)
func (*ParentName) SetFromCliFlag ¶
func (name *ParentName) SetFromCliFlag(raw string) error
implement CustomTypeCliValue method
func (*ParentName) SetFromSegments ¶
func (name *ParentName) SetFromSegments(segments gotenresource.NameSegments) error
func (*ParentName) String ¶
func (name *ParentName) String() string
func (*ParentName) Type ¶
func (name *ParentName) Type() ref.Type
func (*ParentName) TypeName ¶
func (name *ParentName) TypeName() string
func (*ParentName) Value ¶
func (name *ParentName) Value() interface{}
type ParentReference ¶
type ParentReference struct { ParentName // contains filtered or unexported fields }
func MakeParentReference ¶
func MakeParentReference(name *ParentName) (*ParentReference, error)
func MustParseParentReference ¶
func MustParseParentReference(name string) *ParentReference
func ParseParentReference ¶
func ParseParentReference(name string) (*ParentReference, error)
func (*ParentReference) ClearCached ¶
func (ref *ParentReference) ClearCached()
func (*ParentReference) GetIParentName ¶
func (ref *ParentReference) GetIParentName() gotenresource.Name
func (*ParentReference) GetIUnderlyingParentName ¶
func (ref *ParentReference) GetIUnderlyingParentName() gotenresource.Name
func (*ParentReference) GetIdParts ¶
func (ref *ParentReference) GetIdParts() map[string]string
func (*ParentReference) GetPattern ¶
func (ref *ParentReference) GetPattern() gotenresource.NamePattern
func (*ParentReference) GetProject ¶
func (ref *ParentReference) GetProject() *project.Project
func (*ParentReference) GetProjectReference ¶
func (ref *ParentReference) GetProjectReference() *project.Reference
func (*ParentReference) GetRawResource ¶
func (ref *ParentReference) GetRawResource() gotenresource.Resource
func (*ParentReference) GetResourceDescriptor ¶
func (ref *ParentReference) GetResourceDescriptor() gotenresource.Descriptor
func (*ParentReference) GetSegments ¶
func (ref *ParentReference) GetSegments() gotenresource.NameSegments
func (*ParentReference) GetUnderlyingReference ¶
func (ref *ParentReference) GetUnderlyingReference() gotenresource.Reference
func (*ParentReference) GotenEqual ¶
func (ref *ParentReference) GotenEqual(other interface{}) bool
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*ParentReference) IsFullyQualified ¶
func (ref *ParentReference) IsFullyQualified() bool
func (*ParentReference) IsSpecified ¶
func (ref *ParentReference) IsSpecified() bool
func (*ParentReference) Matches ¶
func (name *ParentReference) Matches(other interface{}) bool
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*ParentReference) ParseProtoString ¶
func (ref *ParentReference) ParseProtoString(data string) error
func (*ParentReference) ProtoString ¶
func (ref *ParentReference) ProtoString() (string, error)
func (*ParentReference) ResolveRaw ¶
func (ref *ParentReference) ResolveRaw(res gotenresource.Resource) error
func (*ParentReference) Resolved ¶
func (ref *ParentReference) Resolved() bool
func (*ParentReference) SetFromCliFlag ¶
func (ref *ParentReference) SetFromCliFlag(raw string) error
implement CustomTypeCliValue method
func (*ParentReference) String ¶
func (ref *ParentReference) String() string
type QueryResultChange ¶
type QueryResultChange struct { Changes []*EdgelqInstanceChange 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 { EdgelqInstances []*EdgelqInstance 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, edgelqInstance *EdgelqInstance) (*Reference, error)
func MustParseReference ¶
func ParseReference ¶
func (*Reference) ClearCached ¶
func (ref *Reference) ClearCached()
func (*Reference) FullyQualifiedName ¶
func (*Reference) GetEdgelqInstance ¶
func (ref *Reference) GetEdgelqInstance() *EdgelqInstance
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 *EdgelqInstance)
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 ¶
- edgelq_instance.pb.access.go
- edgelq_instance.pb.collections.go
- edgelq_instance.pb.descriptor.go
- edgelq_instance.pb.fieldmask.go
- edgelq_instance.pb.fieldpath.go
- edgelq_instance.pb.fieldpathbuilder.go
- edgelq_instance.pb.filter.go
- edgelq_instance.pb.filterbuilder.go
- edgelq_instance.pb.go
- edgelq_instance.pb.name.go
- edgelq_instance.pb.namebuilder.go
- edgelq_instance.pb.object_ext.go
- edgelq_instance.pb.pagination.go
- edgelq_instance.pb.parentname.go
- edgelq_instance.pb.query.go
- edgelq_instance.pb.validate.go
- edgelq_instance.pb.view.go
- edgelq_instance_change.pb.change.go
- edgelq_instance_change.pb.go
- edgelq_instance_change.pb.validate.go